2022-09-27T15:24:25.4757007Z Requested labels: linux.2xlarge 2022-09-27T15:24:25.4757078Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/85462/merge 2022-09-27T15:24:25.4757102Z Waiting for a runner to pick up this job... 2022-09-27T15:24:29.1575720Z Job is about to start running on the runner: i-024d70da378e56202 (organization) 2022-09-27T15:24:34.2012540Z Current runner version: '2.296.2' 2022-09-27T15:24:34.2018240Z Runner name: 'i-024d70da378e56202' 2022-09-27T15:24:34.2018724Z Runner group name: 'Default' 2022-09-27T15:24:34.2019293Z Machine name: 'ip-10-0-0-170' 2022-09-27T15:24:34.2021196Z ##[group]GITHUB_TOKEN Permissions 2022-09-27T15:24:34.2021836Z Actions: read 2022-09-27T15:24:34.2022143Z Checks: read 2022-09-27T15:24:34.2022418Z Contents: read 2022-09-27T15:24:34.2022712Z Deployments: read 2022-09-27T15:24:34.2023015Z Discussions: read 2022-09-27T15:24:34.2023259Z Issues: read 2022-09-27T15:24:34.2023569Z Metadata: read 2022-09-27T15:24:34.2023879Z Packages: read 2022-09-27T15:24:34.2024123Z Pages: read 2022-09-27T15:24:34.2024426Z PullRequests: read 2022-09-27T15:24:34.2024756Z RepositoryProjects: read 2022-09-27T15:24:34.2025037Z SecurityEvents: read 2022-09-27T15:24:34.2025355Z Statuses: read 2022-09-27T15:24:34.2025643Z ##[endgroup] 2022-09-27T15:24:34.2028686Z Secret source: None 2022-09-27T15:24:34.2029284Z Prepare workflow directory 2022-09-27T15:24:34.4211167Z Prepare all required actions 2022-09-27T15:24:34.4374399Z Getting action download info 2022-09-27T15:24:34.6657685Z Download action repository 'pytorch/pytorch@master' (SHA:01dbbeeeb5ab7ede28e333982e98713282a0e4b8) 2022-09-27T15:24:37.2763415Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-09-27T15:24:37.3921040Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:3c1d75049465d7dfa70acca6d80b9c5c06ff4886) 2022-09-27T15:24:37.6432364Z Getting action download info 2022-09-27T15:24:37.8127029Z Download action repository 'malfet/checkout@silent-checkout' (SHA:f63e9e15406be6060f159846cd2e098f759c5246) 2022-09-27T15:24:38.0048087Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-09-27T15:24:38.0049887Z ##[group] Inputs 2022-09-27T15:24:38.0050213Z build-environment: linux-bionic-py3.7-clang9 2022-09-27T15:24:38.0050946Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "crossref", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "dynamo", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-09-27T15:24:38.0051763Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:24:38.0052138Z sync-tag: 2022-09-27T15:24:38.0052427Z ##[endgroup] 2022-09-27T15:24:38.0052937Z Complete job name: linux-bionic-py3.7-clang9 / test (dynamo, 1, 2, linux.2xlarge) 2022-09-27T15:24:38.0753845Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-09-27T15:24:38.0754177Z with: 2022-09-27T15:24:38.0754418Z submodules: recursive 2022-09-27T15:24:38.0754644Z fetch-depth: 0 2022-09-27T15:24:38.0754833Z env: 2022-09-27T15:24:38.0755041Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:38.0755267Z ##[endgroup] 2022-09-27T15:24:38.0979655Z ##[group]Run retry () { 2022-09-27T15:24:38.0979960Z retry () { 2022-09-27T15:24:38.0980224Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-09-27T15:24:38.0980486Z } 2022-09-27T15:24:38.0980714Z echo "${GITHUB_WORKSPACE}" 2022-09-27T15:24:38.0980981Z if [ -z "${NO_SUDO}" ]; then 2022-09-27T15:24:38.0981248Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:38.0981502Z else 2022-09-27T15:24:38.0981734Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-09-27T15:24:38.0981991Z fi 2022-09-27T15:24:38.0982313Z mkdir "${GITHUB_WORKSPACE}" 2022-09-27T15:24:38.0998670Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:24:38.0999093Z env: 2022-09-27T15:24:38.0999307Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:38.0999509Z NO_SUDO: 2022-09-27T15:24:38.0999710Z ##[endgroup] 2022-09-27T15:24:38.1188401Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:39.8931591Z ##[group]Run malfet/checkout@silent-checkout 2022-09-27T15:24:39.8931855Z with: 2022-09-27T15:24:39.8932080Z ref: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:24:39.8932440Z fetch-depth: 0 2022-09-27T15:24:39.8932644Z submodules: recursive 2022-09-27T15:24:39.8932867Z quiet-checkout: true 2022-09-27T15:24:39.8933100Z repository: pytorch/pytorch 2022-09-27T15:24:39.8933505Z token: *** 2022-09-27T15:24:39.8933709Z ssh-strict: true 2022-09-27T15:24:39.8933938Z persist-credentials: true 2022-09-27T15:24:39.8934162Z clean: true 2022-09-27T15:24:39.8934354Z lfs: false 2022-09-27T15:24:39.8934567Z set-safe-directory: true 2022-09-27T15:24:39.8934778Z env: 2022-09-27T15:24:39.8934966Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:24:39.8935188Z ##[endgroup] 2022-09-27T15:24:40.0076688Z Syncing repository: pytorch/pytorch 2022-09-27T15:24:40.0078281Z ##[group]Getting Git version info 2022-09-27T15:24:40.0078754Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:40.0079354Z [command]/usr/bin/git version 2022-09-27T15:24:40.0079579Z git version 2.37.1 2022-09-27T15:24:40.0080206Z ##[endgroup] 2022-09-27T15:24:40.0091624Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c1d064a3-3462-4e88-8d53-738f223e4ad4' before making global git config changes 2022-09-27T15:24:40.0092061Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T15:24:40.0097532Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:40.0135626Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-09-27T15:24:40.0139123Z ##[group]Initializing the repository 2022-09-27T15:24:40.0143483Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:24:40.0174241Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-09-27T15:24:40.0174852Z hint: is subject to change. To configure the initial branch name to use in all 2022-09-27T15:24:40.0175430Z hint: of your new repositories, which will suppress this warning, call: 2022-09-27T15:24:40.0175873Z hint: 2022-09-27T15:24:40.0176375Z hint: git config --global init.defaultBranch 2022-09-27T15:24:40.0176704Z hint: 2022-09-27T15:24:40.0177034Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-09-27T15:24:40.0177438Z hint: 'development'. The just-created branch can be renamed via this command: 2022-09-27T15:24:40.0177697Z hint: 2022-09-27T15:24:40.0178046Z hint: git branch -m 2022-09-27T15:24:40.0178483Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-09-27T15:24:40.0184123Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-09-27T15:24:40.0214470Z ##[endgroup] 2022-09-27T15:24:40.0214897Z ##[group]Disabling automatic garbage collection 2022-09-27T15:24:40.0219481Z [command]/usr/bin/git config --local gc.auto 0 2022-09-27T15:24:40.0247775Z ##[endgroup] 2022-09-27T15:24:40.0248166Z ##[group]Setting up auth 2022-09-27T15:24:40.0255524Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T15:24:40.0288625Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T15:24:40.0535022Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T15:24:40.0567526Z [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-09-27T15:24:40.0818060Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:24:40.0863381Z ##[endgroup] 2022-09-27T15:24:40.0863799Z ##[group]Fetching the repository 2022-09-27T15:24:40.0870269Z [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-09-27T15:25:30.6700354Z [command]/usr/bin/git rev-parse --verify --quiet 52424e2bf38e454d535881fed9628d3e20f4f944^{object} 2022-09-27T15:25:30.6739612Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:31.8289616Z ##[endgroup] 2022-09-27T15:25:31.8290307Z ##[group]Determining the checkout info 2022-09-27T15:25:31.8290765Z ##[endgroup] 2022-09-27T15:25:31.8291250Z ##[group]Checking out the ref 2022-09-27T15:25:31.8296283Z [command]/usr/bin/git checkout --quiet --force 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:25:33.0629498Z ##[endgroup] 2022-09-27T15:25:33.0630138Z ##[group]Setting up auth for fetching submodules 2022-09-27T15:25:33.0635990Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-09-27T15:25:33.0682237Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-09-27T15:25:33.0713873Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-09-27T15:25:33.0744720Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-09-27T15:25:33.0771378Z ##[endgroup] 2022-09-27T15:25:33.0771873Z ##[group]Fetching submodules 2022-09-27T15:25:33.0775919Z [command]/usr/bin/git submodule sync --recursive 2022-09-27T15:25:33.1039542Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-09-27T15:25:33.1296291Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-09-27T15:25:33.1297098Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-09-27T15:25:33.1297841Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-09-27T15:25:33.1300390Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-09-27T15:25:33.1302789Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-09-27T15:25:33.1305705Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-09-27T15:25:33.1308084Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-09-27T15:25:33.1310889Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-09-27T15:25:33.1314072Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-09-27T15:25:33.1317006Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-09-27T15:25:33.1320166Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-09-27T15:25:33.1323320Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-09-27T15:25:33.1326720Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-09-27T15:25:33.1372740Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-09-27T15:25:33.1374151Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-09-27T15:25:33.1375063Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-09-27T15:25:33.1375967Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-09-27T15:25:33.1377065Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:25:33.1378091Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-09-27T15:25:33.1379063Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-09-27T15:25:33.1380043Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-09-27T15:25:33.1381094Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-09-27T15:25:33.1382047Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-09-27T15:25:33.1382963Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-09-27T15:25:33.1384028Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-09-27T15:25:33.1384954Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-09-27T15:25:33.1385903Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-09-27T15:25:33.1391428Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-09-27T15:25:33.1397118Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-09-27T15:25:33.1402633Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-09-27T15:25:33.1408364Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-09-27T15:25:33.1414220Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-09-27T15:25:33.1420177Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-09-27T15:25:33.1426255Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-09-27T15:25:33.1432349Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-09-27T15:25:33.1438863Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-09-27T15:25:33.1445152Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-09-27T15:25:33.1451435Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-09-27T15:25:33.1458193Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-09-27T15:25:33.1465106Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-09-27T15:25:33.1471748Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-09-27T15:25:33.1499286Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-09-27T15:25:33.4246134Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-09-27T15:25:33.6497180Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-09-27T15:25:33.9672186Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-09-27T15:25:34.2991102Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-09-27T15:25:34.6010772Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-09-27T15:25:36.7522385Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-09-27T15:25:42.2735766Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-09-27T15:25:42.7031182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-09-27T15:25:43.2217672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-09-27T15:25:44.6061175Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-09-27T15:25:45.6951151Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-09-27T15:25:46.9140596Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-09-27T15:25:52.1768557Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-09-27T15:25:52.8054364Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-09-27T15:25:53.9312427Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-09-27T15:25:55.0756457Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-09-27T15:25:55.2894663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-09-27T15:25:55.7421341Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-09-27T15:25:56.0974589Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-09-27T15:25:57.2843722Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-09-27T15:25:57.7158740Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-09-27T15:25:57.9148560Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-09-27T15:25:58.1756080Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-09-27T15:25:59.5018926Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-09-27T15:26:00.2454244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-09-27T15:26:00.6432257Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-09-27T15:26:06.7751373Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-09-27T15:26:08.3543478Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-09-27T15:26:08.7639511Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-09-27T15:26:08.9908853Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-09-27T15:26:14.3699275Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-09-27T15:26:14.5987477Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-09-27T15:26:14.8659009Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-09-27T15:26:15.6368128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-09-27T15:26:15.8636201Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-09-27T15:26:16.3203121Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-09-27T15:26:16.7396194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-09-27T15:26:17.2802089Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-09-27T15:26:19.3491213Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-09-27T15:26:20.0178497Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-09-27T15:26:22.2362540Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-09-27T15:26:22.2460566Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-09-27T15:26:22.2534862Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-09-27T15:26:22.2743899Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-09-27T15:26:22.2949137Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-09-27T15:26:22.3300496Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-09-27T15:26:22.8845208Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-09-27T15:26:22.9041441Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:22.9957097Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-09-27T15:26:23.0278832Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-09-27T15:26:23.2950298Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-09-27T15:26:23.6712644Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-09-27T15:26:23.8940019Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-09-27T15:26:23.9375308Z Submodule path 'third_party/fbgemm': checked out '499cd22f5c2e26041e4f190f628b48478a89a030' 2022-09-27T15:26:23.9390241Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:23.9392366Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:23.9395063Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:23.9397791Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:23.9420607Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-09-27T15:26:24.7650012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-09-27T15:26:25.2651167Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-09-27T15:26:26.3991363Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-09-27T15:26:26.7568138Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-09-27T15:26:26.8499698Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-09-27T15:26:26.9043496Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-09-27T15:26:26.9137171Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-09-27T15:26:26.9921044Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-09-27T15:26:27.0237432Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-09-27T15:26:27.0321814Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-09-27T15:26:27.0695280Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-09-27T15:26:27.0918381Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-09-27T15:26:27.1353154Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-09-27T15:26:27.1459218Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-09-27T15:26:27.1471245Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:27.1493542Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-09-27T15:26:33.9548893Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-09-27T15:26:33.9565276Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:33.9586903Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-09-27T15:26:41.3612481Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-09-27T15:26:41.3707151Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-09-27T15:26:41.3838205Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-09-27T15:26:41.4706433Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-09-27T15:26:41.4721359Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:41.4723214Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:41.4746190Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-09-27T15:26:42.5937368Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-09-27T15:26:43.5913748Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-09-27T15:26:43.6421309Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-09-27T15:26:43.6606735Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-09-27T15:26:43.6740506Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-09-27T15:26:43.7724484Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-09-27T15:26:43.9986013Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-09-27T15:26:44.0012359Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:44.0014610Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:44.0037626Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:44.3946725Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:45.1997544Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-09-27T15:26:45.2286793Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-09-27T15:26:45.2424846Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-09-27T15:26:45.2438396Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:45.2459084Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-09-27T15:26:46.8685985Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-09-27T15:26:46.8703993Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:46.8707023Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:46.8730660Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-09-27T15:26:47.2707136Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-09-27T15:26:48.1146075Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-09-27T15:26:48.1744187Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-09-27T15:26:48.1758205Z 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-09-27T15:26:48.1781878Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-09-27T15:26:48.4364344Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:48.4448977Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-09-27T15:26:48.6785488Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-09-27T15:26:48.6803798Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:48.6805489Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:48.6827854Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-09-27T15:26:49.0986518Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-09-27T15:26:50.0990231Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-09-27T15:26:50.1624336Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-09-27T15:26:50.1703397Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-09-27T15:26:50.1803108Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-09-27T15:26:50.2105507Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-09-27T15:26:50.2188856Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-09-27T15:26:50.2448057Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-09-27T15:26:50.2535696Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-09-27T15:26:50.2941118Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-09-27T15:26:50.3936012Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-09-27T15:26:50.4175967Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-09-27T15:26:50.4189625Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:50.4191810Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:50.4194478Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:50.4196943Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:50.4219633Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-09-27T15:26:51.4015015Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-09-27T15:26:51.6997990Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-09-27T15:26:52.8864908Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-09-27T15:26:53.7166160Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-09-27T15:26:53.7302040Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-09-27T15:26:53.7904920Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-09-27T15:26:53.8164816Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-09-27T15:26:53.8179543Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:53.8201489Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-09-27T15:26:54.0378374Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-09-27T15:26:54.1615625Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-09-27T15:26:54.1644609Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-09-27T15:26:54.1906396Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.1939991Z Entering 'third_party/FP16' 2022-09-27T15:26:54.1975024Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.2009217Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.2043931Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.2078486Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.2114081Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.2157910Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.2191960Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.2225854Z Entering 'third_party/cub' 2022-09-27T15:26:54.2260653Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.2299641Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.2339338Z Entering 'third_party/eigen' 2022-09-27T15:26:54.2375142Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.2411378Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.2444788Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.2480093Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.2513069Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.2548163Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.2584071Z Entering 'third_party/fmt' 2022-09-27T15:26:54.2618890Z Entering 'third_party/foxi' 2022-09-27T15:26:54.2652375Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.2686339Z Entering 'third_party/gloo' 2022-09-27T15:26:54.2720781Z Entering 'third_party/googletest' 2022-09-27T15:26:54.2754995Z Entering 'third_party/ideep' 2022-09-27T15:26:54.2788482Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.2824367Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.2864707Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.2899239Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.2933083Z Entering 'third_party/kineto' 2022-09-27T15:26:54.2967573Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.3003290Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.3038624Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.3073545Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.3106796Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.3142592Z Entering 'third_party/onnx' 2022-09-27T15:26:54.3190192Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.3227501Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.3263690Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.3298473Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.3337669Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.3372593Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.3406523Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.3446188Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.3482084Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.3520700Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.3556366Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.3591320Z Entering 'third_party/psimd' 2022-09-27T15:26:54.3626509Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.3661377Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.3696884Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.3731009Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.3765849Z Entering 'third_party/python-six' 2022-09-27T15:26:54.3800104Z Entering 'third_party/sleef' 2022-09-27T15:26:54.3834708Z Entering 'third_party/tbb' 2022-09-27T15:26:54.3870473Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.3907527Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.3941967Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.3975032Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.4008450Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.4041897Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.4078587Z Entering 'third_party/zstd' 2022-09-27T15:26:54.4121257Z ##[endgroup] 2022-09-27T15:26:54.4123173Z ##[group]Persisting credentials for submodules 2022-09-27T15:26:54.4128658Z [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-09-27T15:26:54.4389157Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.4424538Z Entering 'third_party/FP16' 2022-09-27T15:26:54.4459770Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.4493767Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.4528264Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.4562086Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.4596261Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.4640890Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.4673774Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.4707684Z Entering 'third_party/cub' 2022-09-27T15:26:54.4741074Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.4780732Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.4822292Z Entering 'third_party/eigen' 2022-09-27T15:26:54.4857939Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.4893169Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.4925467Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.4959681Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.4992361Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.5025997Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.5061681Z Entering 'third_party/fmt' 2022-09-27T15:26:54.5096944Z Entering 'third_party/foxi' 2022-09-27T15:26:54.5131646Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.5165569Z Entering 'third_party/gloo' 2022-09-27T15:26:54.5201709Z Entering 'third_party/googletest' 2022-09-27T15:26:54.5235841Z Entering 'third_party/ideep' 2022-09-27T15:26:54.5269103Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.5304021Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.5343951Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.5378150Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.5413511Z Entering 'third_party/kineto' 2022-09-27T15:26:54.5447704Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.5481779Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.5518410Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.5553926Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.5586900Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.5621640Z Entering 'third_party/onnx' 2022-09-27T15:26:54.5667589Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.5703414Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.5739683Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.5774692Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.5813882Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.5848326Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.5881741Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.5920911Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.5955246Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.5993619Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.6026522Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.6062995Z Entering 'third_party/psimd' 2022-09-27T15:26:54.6097209Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.6131058Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.6164237Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.6198924Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.6232210Z Entering 'third_party/python-six' 2022-09-27T15:26:54.6265223Z Entering 'third_party/sleef' 2022-09-27T15:26:54.6298918Z Entering 'third_party/tbb' 2022-09-27T15:26:54.6335631Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.6369258Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.6405026Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.6438645Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.6471443Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.6504548Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.6540389Z Entering 'third_party/zstd' 2022-09-27T15:26:54.6586667Z [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-09-27T15:26:54.6847202Z Entering 'android/libs/fbjni' 2022-09-27T15:26:54.6878636Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-09-27T15:26:54.6893453Z Entering 'third_party/FP16' 2022-09-27T15:26:54.6926665Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-09-27T15:26:54.6941182Z Entering 'third_party/FXdiv' 2022-09-27T15:26:54.6972975Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-09-27T15:26:54.6986694Z Entering 'third_party/NNPACK' 2022-09-27T15:26:54.7018694Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-09-27T15:26:54.7032893Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:54.7065228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-09-27T15:26:54.7080169Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:54.7111315Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-09-27T15:26:54.7125661Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:54.7157441Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-09-27T15:26:54.7181032Z Entering 'third_party/benchmark' 2022-09-27T15:26:54.7211791Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:54.7225638Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:54.7257184Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:54.7271276Z Entering 'third_party/cub' 2022-09-27T15:26:54.7303487Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-09-27T15:26:54.7318949Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:54.7350327Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-09-27T15:26:54.7369547Z Entering 'third_party/cutlass' 2022-09-27T15:26:54.7402388Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-09-27T15:26:54.7422565Z Entering 'third_party/eigen' 2022-09-27T15:26:54.7454276Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-09-27T15:26:54.7469455Z Entering 'third_party/fbgemm' 2022-09-27T15:26:54.7501680Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-09-27T15:26:54.7515818Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:54.7547750Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-09-27T15:26:54.7562871Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:54.7594056Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-09-27T15:26:54.7608892Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:54.7640592Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:54.7654132Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:54.7686847Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-09-27T15:26:54.7702313Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:54.7734249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-09-27T15:26:54.7750991Z Entering 'third_party/fmt' 2022-09-27T15:26:54.7783087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-09-27T15:26:54.7798327Z Entering 'third_party/foxi' 2022-09-27T15:26:54.7830514Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-09-27T15:26:54.7844208Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:54.7877481Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-09-27T15:26:54.7892008Z Entering 'third_party/gloo' 2022-09-27T15:26:54.7923624Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-09-27T15:26:54.7938262Z Entering 'third_party/googletest' 2022-09-27T15:26:54.7970024Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:54.7984125Z Entering 'third_party/ideep' 2022-09-27T15:26:54.8016810Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-09-27T15:26:54.8030224Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:54.8061695Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-09-27T15:26:54.8078166Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:54.8111020Z 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-09-27T15:26:54.8131519Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:54.8163591Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-09-27T15:26:54.8178043Z Entering 'third_party/ittapi' 2022-09-27T15:26:54.8210712Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-09-27T15:26:54.8224364Z Entering 'third_party/kineto' 2022-09-27T15:26:54.8257119Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-09-27T15:26:54.8270551Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:54.8302412Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-09-27T15:26:54.8316996Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:54.8347744Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-09-27T15:26:54.8363797Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:54.8395305Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-09-27T15:26:54.8409510Z Entering 'third_party/neon2sse' 2022-09-27T15:26:54.8440529Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-09-27T15:26:54.8454250Z Entering 'third_party/nlohmann' 2022-09-27T15:26:54.8486056Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-09-27T15:26:54.8500538Z Entering 'third_party/onnx' 2022-09-27T15:26:54.8533175Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:54.8559938Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.8591640Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:54.8605971Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.8637656Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:54.8653950Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:54.8688118Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-09-27T15:26:54.8701392Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:54.8733950Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-09-27T15:26:54.8752791Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:54.8785946Z 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-09-27T15:26:54.8800545Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:54.8832065Z 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-09-27T15:26:54.8846380Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.8878126Z 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-09-27T15:26:54.8896336Z Entering 'third_party/pocketfft' 2022-09-27T15:26:54.8928298Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-09-27T15:26:54.8942771Z Entering 'third_party/protobuf' 2022-09-27T15:26:54.8974415Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-09-27T15:26:54.8991740Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:54.9024162Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-09-27T15:26:54.9038544Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:54.9069684Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:54.9086202Z Entering 'third_party/psimd' 2022-09-27T15:26:54.9118530Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-09-27T15:26:54.9132361Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:54.9163302Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-09-27T15:26:54.9178146Z Entering 'third_party/pybind11' 2022-09-27T15:26:54.9210484Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:54.9225082Z Entering 'third_party/python-enum' 2022-09-27T15:26:54.9257015Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-09-27T15:26:54.9270766Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:54.9303584Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-09-27T15:26:54.9317456Z Entering 'third_party/python-six' 2022-09-27T15:26:54.9349108Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-09-27T15:26:54.9362870Z Entering 'third_party/sleef' 2022-09-27T15:26:54.9395926Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-09-27T15:26:54.9408929Z Entering 'third_party/tbb' 2022-09-27T15:26:54.9441384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-09-27T15:26:54.9457572Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:54.9490119Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-09-27T15:26:54.9504235Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:54.9537177Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-09-27T15:26:54.9550813Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:54.9583157Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-09-27T15:26:54.9597809Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:54.9629957Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-09-27T15:26:54.9644819Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:54.9677267Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-09-27T15:26:54.9691180Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:54.9724897Z 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-09-27T15:26:54.9740996Z Entering 'third_party/zstd' 2022-09-27T15:26:54.9774453Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-09-27T15:26:55.0479860Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-09-27T15:26:55.0745698Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.0781404Z Entering 'third_party/FP16' 2022-09-27T15:26:55.0817215Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.0852569Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.0887704Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.0924070Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.0959140Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.1004193Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.1039106Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.1073997Z Entering 'third_party/cub' 2022-09-27T15:26:55.1108679Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.1149062Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.1191285Z Entering 'third_party/eigen' 2022-09-27T15:26:55.1228192Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.1263422Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.1297948Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.1333911Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.1367965Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.1403303Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.1440280Z Entering 'third_party/fmt' 2022-09-27T15:26:55.1476076Z Entering 'third_party/foxi' 2022-09-27T15:26:55.1511123Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.1546518Z Entering 'third_party/gloo' 2022-09-27T15:26:55.1581167Z Entering 'third_party/googletest' 2022-09-27T15:26:55.1616659Z Entering 'third_party/ideep' 2022-09-27T15:26:55.1650548Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.1686048Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.1727944Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.1763461Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.1798362Z Entering 'third_party/kineto' 2022-09-27T15:26:55.1833520Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.1869325Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.1905503Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.1942349Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.1978317Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.2014535Z Entering 'third_party/onnx' 2022-09-27T15:26:55.2060962Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.2096526Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.2133587Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.2168544Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.2207090Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.2242004Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.2276876Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.2316479Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.2351240Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.2390156Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.2425094Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.2461905Z Entering 'third_party/psimd' 2022-09-27T15:26:55.2498316Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.2534150Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.2569414Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.2603569Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.2638998Z Entering 'third_party/python-six' 2022-09-27T15:26:55.2674269Z Entering 'third_party/sleef' 2022-09-27T15:26:55.2707602Z Entering 'third_party/tbb' 2022-09-27T15:26:55.2743945Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.2778646Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.2813472Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.2846887Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.2881745Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.2915174Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.2952119Z Entering 'third_party/zstd' 2022-09-27T15:26:55.2999433Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-09-27T15:26:55.3258276Z Entering 'android/libs/fbjni' 2022-09-27T15:26:55.3291932Z Entering 'third_party/FP16' 2022-09-27T15:26:55.3326318Z Entering 'third_party/FXdiv' 2022-09-27T15:26:55.3361684Z Entering 'third_party/NNPACK' 2022-09-27T15:26:55.3397098Z Entering 'third_party/QNNPACK' 2022-09-27T15:26:55.3431764Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T15:26:55.3465804Z Entering 'third_party/XNNPACK' 2022-09-27T15:26:55.3510075Z Entering 'third_party/benchmark' 2022-09-27T15:26:55.3545901Z Entering 'third_party/cpuinfo' 2022-09-27T15:26:55.3581351Z Entering 'third_party/cub' 2022-09-27T15:26:55.3615990Z Entering 'third_party/cudnn_frontend' 2022-09-27T15:26:55.3657178Z Entering 'third_party/cutlass' 2022-09-27T15:26:55.3697686Z Entering 'third_party/eigen' 2022-09-27T15:26:55.3733889Z Entering 'third_party/fbgemm' 2022-09-27T15:26:55.3768860Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T15:26:55.3803235Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T15:26:55.3837420Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T15:26:55.3870789Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T15:26:55.3906477Z Entering 'third_party/flatbuffers' 2022-09-27T15:26:55.3942912Z Entering 'third_party/fmt' 2022-09-27T15:26:55.3976587Z Entering 'third_party/foxi' 2022-09-27T15:26:55.4011308Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T15:26:55.4046735Z Entering 'third_party/gloo' 2022-09-27T15:26:55.4080853Z Entering 'third_party/googletest' 2022-09-27T15:26:55.4115024Z Entering 'third_party/ideep' 2022-09-27T15:26:55.4148479Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T15:26:55.4184553Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T15:26:55.4224151Z Entering 'third_party/ios-cmake' 2022-09-27T15:26:55.4258325Z Entering 'third_party/ittapi' 2022-09-27T15:26:55.4292064Z Entering 'third_party/kineto' 2022-09-27T15:26:55.4326370Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T15:26:55.4362125Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T15:26:55.4398042Z Entering 'third_party/nccl/nccl' 2022-09-27T15:26:55.4433030Z Entering 'third_party/neon2sse' 2022-09-27T15:26:55.4468153Z Entering 'third_party/nlohmann' 2022-09-27T15:26:55.4503906Z Entering 'third_party/onnx' 2022-09-27T15:26:55.4550681Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.4585629Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.4622584Z Entering 'third_party/onnx-tensorrt' 2022-09-27T15:26:55.4658267Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T15:26:55.4697456Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T15:26:55.4732576Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T15:26:55.4766829Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.4805720Z Entering 'third_party/pocketfft' 2022-09-27T15:26:55.4840784Z Entering 'third_party/protobuf' 2022-09-27T15:26:55.4879709Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T15:26:55.4914789Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T15:26:55.4951186Z Entering 'third_party/psimd' 2022-09-27T15:26:55.4988856Z Entering 'third_party/pthreadpool' 2022-09-27T15:26:55.5027062Z Entering 'third_party/pybind11' 2022-09-27T15:26:55.5066063Z Entering 'third_party/python-enum' 2022-09-27T15:26:55.5112199Z Entering 'third_party/python-peachpy' 2022-09-27T15:26:55.5146949Z Entering 'third_party/python-six' 2022-09-27T15:26:55.5185431Z Entering 'third_party/sleef' 2022-09-27T15:26:55.5220902Z Entering 'third_party/tbb' 2022-09-27T15:26:55.5256985Z Entering 'third_party/tensorpipe' 2022-09-27T15:26:55.5292915Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T15:26:55.5327527Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T15:26:55.5360871Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T15:26:55.5394198Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T15:26:55.5427158Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T15:26:55.5464520Z Entering 'third_party/zstd' 2022-09-27T15:26:55.5509179Z ##[endgroup] 2022-09-27T15:26:55.5550996Z [command]/usr/bin/git log -1 --format='%H' 2022-09-27T15:26:55.5577805Z '52424e2bf38e454d535881fed9628d3e20f4f944' 2022-09-27T15:26:55.5702652Z Prepare all required actions 2022-09-27T15:26:55.5728796Z ##[group]Run ./.github/actions/setup-linux 2022-09-27T15:26:55.5729033Z env: 2022-09-27T15:26:55.5729193Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.5729379Z ##[endgroup] 2022-09-27T15:26:55.5744190Z ##[group]Run set -euo pipefail 2022-09-27T15:26:55.5744426Z set -euo pipefail 2022-09-27T15:26:55.5744623Z function get_ec2_metadata() { 2022-09-27T15:26:55.5744869Z  # Pulled from instance metadata endpoint for EC2 2022-09-27T15:26:55.5745225Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-09-27T15:26:55.5745512Z  category=$1 2022-09-27T15:26:55.5745752Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-09-27T15:26:55.5745976Z } 2022-09-27T15:26:55.5746165Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-09-27T15:26:55.5746452Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-09-27T15:26:55.5746715Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-09-27T15:26:55.5747069Z echo "system info $(uname -a)" 2022-09-27T15:26:55.5759993Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.5760201Z env: 2022-09-27T15:26:55.5760376Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.5760565Z ##[endgroup] 2022-09-27T15:26:55.5839773Z ami-id: ami-096198a0bccc6bad4 2022-09-27T15:26:55.5892238Z instance-id: i-024d70da378e56202 2022-09-27T15:26:55.5950274Z instance-type: c5.2xlarge 2022-09-27T15:26:55.5957847Z system info Linux ip-10-0-0-170.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-09-27T15:26:55.5974510Z ##[group]Run if systemctl is-active --quiet docker; then 2022-09-27T15:26:55.5974800Z if systemctl is-active --quiet docker; then 2022-09-27T15:26:55.5975031Z  echo "Docker daemon is running..."; 2022-09-27T15:26:55.5975242Z else 2022-09-27T15:26:55.5975479Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-09-27T15:26:55.5975698Z fi 2022-09-27T15:26:55.5986994Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.5987210Z env: 2022-09-27T15:26:55.5987377Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.5987562Z ##[endgroup] 2022-09-27T15:26:55.6028544Z Docker daemon is running... 2022-09-27T15:26:55.6045131Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:55.6045488Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-09-27T15:26:55.6045768Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:55.6046166Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-09-27T15:26:55.6046507Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-09-27T15:26:55.6057381Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:55.6057605Z env: 2022-09-27T15:26:55.6057767Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:55.6057962Z AWS_RETRY_MODE: standard 2022-09-27T15:26:55.6058150Z AWS_MAX_ATTEMPTS: 5 2022-09-27T15:26:55.6058330Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T15:26:55.6058516Z ##[endgroup] 2022-09-27T15:26:56.3943034Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-09-27T15:26:56.3943504Z Configure a credential helper to remove this warning. See 2022-09-27T15:26:56.3944134Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-09-27T15:26:56.3944496Z 2022-09-27T15:26:56.3944635Z Login Succeeded 2022-09-27T15:26:56.3974217Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:56.3974523Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:56.3974862Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-09-27T15:26:56.3986211Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:56.3986436Z env: 2022-09-27T15:26:56.3986613Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.3986788Z ##[endgroup] 2022-09-27T15:26:56.4050533Z Prepare all required actions 2022-09-27T15:26:56.4050860Z Getting action download info 2022-09-27T15:26:56.6224134Z Download action repository 'seemethere/add-github-ssh-key@v1' (SHA:105f7619adc4054f5f1be5f79ebd354d82384638) 2022-09-27T15:26:56.7582381Z ##[group]Run ./.github/actions/setup-ssh 2022-09-27T15:26:56.7582579Z with: 2022-09-27T15:26:56.7582916Z github-secret: *** 2022-09-27T15:26:56.7583072Z env: 2022-09-27T15:26:56.7583243Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.7583426Z ##[endgroup] 2022-09-27T15:26:56.7603553Z ##[group]Run seemethere/add-github-ssh-key@v1 2022-09-27T15:26:56.7603763Z with: 2022-09-27T15:26:56.7604040Z GITHUB_TOKEN: *** 2022-09-27T15:26:56.7604222Z activate-with-label: false 2022-09-27T15:26:56.7604412Z label: with-ssh 2022-09-27T15:26:56.7604600Z remove-existing-keys: true 2022-09-27T15:26:56.7604857Z env: 2022-09-27T15:26:56.7605023Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:56.7605205Z ##[endgroup] 2022-09-27T15:26:57.1618783Z Grabbing public ssh keys from https://github.com/kongzii.keys 2022-09-27T15:26:57.2389393Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-09-27T15:26:57.2402198Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-09-27T15:26:57.2425446Z Login using: ssh ec2-user@ec2-52-23-214-185.compute-1.amazonaws.com 2022-09-27T15:26:57.2477465Z Prepare all required actions 2022-09-27T15:26:57.2517606Z ##[group]Run ./.github/actions/pull-docker-image 2022-09-27T15:26:57.2517826Z with: 2022-09-27T15:26:57.2518179Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:57.2518501Z env: 2022-09-27T15:26:57.2518682Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.2518868Z ##[endgroup] 2022-09-27T15:26:57.2592133Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:57.2592418Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-09-27T15:26:57.2592684Z # ignore output since only exit code is used for conditional 2022-09-27T15:26:57.2592954Z # only pull docker image if it's not available locally 2022-09-27T15:26:57.2593415Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-09-27T15:26:57.2593726Z  retry docker pull "${DOCKER_IMAGE}" 2022-09-27T15:26:57.2593909Z fi 2022-09-27T15:26:57.2605335Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:26:57.2605550Z env: 2022-09-27T15:26:57.2605725Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:26:57.2606074Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:26:57.2606418Z ##[endgroup] 2022-09-27T15:26:57.5993928Z e66cf5fa0a4d4ed512901b12ccdab95cca946a29: Pulling from pytorch/pytorch-linux-bionic-py3.7-clang9 2022-09-27T15:26:57.6092691Z 726b8a513d66: Pulling fs layer 2022-09-27T15:26:57.6093347Z 771876fe31a1: Pulling fs layer 2022-09-27T15:26:57.6094094Z 2a8cd9ebff90: Pulling fs layer 2022-09-27T15:26:57.6094449Z a0688296bf6b: Pulling fs layer 2022-09-27T15:26:57.6094774Z 3341c688c105: Pulling fs layer 2022-09-27T15:26:57.6095077Z e668b860b3aa: Pulling fs layer 2022-09-27T15:26:57.6095349Z 5b6d14bb2665: Pulling fs layer 2022-09-27T15:26:57.6095606Z bb4e2b58c04f: Pulling fs layer 2022-09-27T15:26:57.6095791Z 4c2c06a040d9: Pulling fs layer 2022-09-27T15:26:57.6096056Z 4aff28e7d246: Pulling fs layer 2022-09-27T15:26:57.6096255Z a39347297f16: Pulling fs layer 2022-09-27T15:26:57.6096428Z 61183b06c760: Pulling fs layer 2022-09-27T15:26:57.6096619Z c06018919921: Pulling fs layer 2022-09-27T15:26:57.6096888Z 499bbad0745d: Pulling fs layer 2022-09-27T15:26:57.6097085Z 3957a262cb15: Pulling fs layer 2022-09-27T15:26:57.6097263Z 3341c688c105: Waiting 2022-09-27T15:26:57.6097448Z 8a9a548b9618: Pulling fs layer 2022-09-27T15:26:57.6097708Z e668b860b3aa: Waiting 2022-09-27T15:26:57.6097909Z 3852b5c446bf: Pulling fs layer 2022-09-27T15:26:57.6098160Z 4c2c06a040d9: Waiting 2022-09-27T15:26:57.6098416Z 8ee38361fe98: Pulling fs layer 2022-09-27T15:26:57.6098653Z 5b6d14bb2665: Waiting 2022-09-27T15:26:57.6098896Z 3a185c821aec: Pulling fs layer 2022-09-27T15:26:57.6099163Z 4aff28e7d246: Waiting 2022-09-27T15:26:57.6099424Z 895ee99b77c2: Pulling fs layer 2022-09-27T15:26:57.6099675Z bb4e2b58c04f: Waiting 2022-09-27T15:26:57.6099950Z 6cf940733081: Pulling fs layer 2022-09-27T15:26:57.6100220Z a39347297f16: Waiting 2022-09-27T15:26:57.6100449Z a0688296bf6b: Waiting 2022-09-27T15:26:57.6100739Z 0c2bc9cf436c: Pulling fs layer 2022-09-27T15:26:57.6101025Z 6070158a37e4: Pulling fs layer 2022-09-27T15:26:57.6101312Z 499bbad0745d: Waiting 2022-09-27T15:26:57.6101574Z 61183b06c760: Waiting 2022-09-27T15:26:57.6102055Z a3fee62ea02a: Pulling fs layer 2022-09-27T15:26:57.6102338Z c06018919921: Waiting 2022-09-27T15:26:57.6102596Z 3957a262cb15: Waiting 2022-09-27T15:26:57.6102896Z fbac2ec6703f: Pulling fs layer 2022-09-27T15:26:57.6103553Z 6a670c6d461b: Pulling fs layer 2022-09-27T15:26:57.6103880Z 11c6d3fdecf8: Pulling fs layer 2022-09-27T15:26:57.6104185Z 3852b5c446bf: Waiting 2022-09-27T15:26:57.6104470Z 8ee38361fe98: Waiting 2022-09-27T15:26:57.6104774Z b3c05bc08a6d: Pulling fs layer 2022-09-27T15:26:57.6105072Z 6070158a37e4: Waiting 2022-09-27T15:26:57.6105512Z db021ac56874: Pulling fs layer 2022-09-27T15:26:57.6105830Z 3a185c821aec: Waiting 2022-09-27T15:26:57.6106116Z a3fee62ea02a: Waiting 2022-09-27T15:26:57.6106406Z d0bc479411ab: Pulling fs layer 2022-09-27T15:26:57.6106733Z ce033581022a: Pulling fs layer 2022-09-27T15:26:57.6107035Z 895ee99b77c2: Waiting 2022-09-27T15:26:57.6107380Z 3e5c136468b5: Pulling fs layer 2022-09-27T15:26:57.6107687Z 6cf940733081: Waiting 2022-09-27T15:26:57.6108001Z 0c2bc9cf436c: Waiting 2022-09-27T15:26:57.6108294Z 4dcca06c4ba4: Pulling fs layer 2022-09-27T15:26:57.6108619Z 5d22ab10910c: Pulling fs layer 2022-09-27T15:26:57.6108936Z fbac2ec6703f: Waiting 2022-09-27T15:26:57.6109237Z 40f0e904450c: Pulling fs layer 2022-09-27T15:26:57.6109601Z db021ac56874: Waiting 2022-09-27T15:26:57.6110032Z cd0043c871c3: Pulling fs layer 2022-09-27T15:26:57.6110324Z 6a670c6d461b: Waiting 2022-09-27T15:26:57.6110639Z 07ce5bf5da8f: Pulling fs layer 2022-09-27T15:26:57.6110946Z d0bc479411ab: Waiting 2022-09-27T15:26:57.6111525Z ada7e5d30c2e: Pulling fs layer 2022-09-27T15:26:57.6111851Z 11c6d3fdecf8: Waiting 2022-09-27T15:26:57.6112138Z b3c05bc08a6d: Waiting 2022-09-27T15:26:57.6112444Z b9e22897f744: Pulling fs layer 2022-09-27T15:26:57.6112761Z 31ed79570fc1: Pulling fs layer 2022-09-27T15:26:57.6113076Z 4dcca06c4ba4: Waiting 2022-09-27T15:26:57.6113527Z ce033581022a: Waiting 2022-09-27T15:26:57.6113829Z f9ca5db0abb2: Pulling fs layer 2022-09-27T15:26:57.6114122Z 3e5c136468b5: Waiting 2022-09-27T15:26:57.6114361Z 859ab55d797e: Pulling fs layer 2022-09-27T15:26:57.6114669Z 5d22ab10910c: Waiting 2022-09-27T15:26:57.6115108Z 72b473207039: Pulling fs layer 2022-09-27T15:26:57.6115457Z cd0043c871c3: Waiting 2022-09-27T15:26:57.6115751Z 3a05e9967e15: Pulling fs layer 2022-09-27T15:26:57.6116089Z 40f0e904450c: Waiting 2022-09-27T15:26:57.6116390Z 04d340d5ef37: Pulling fs layer 2022-09-27T15:26:57.6116809Z 07ce5bf5da8f: Waiting 2022-09-27T15:26:57.6117110Z 94b3f24375e0: Pulling fs layer 2022-09-27T15:26:57.6117412Z b9e22897f744: Waiting 2022-09-27T15:26:57.6117693Z ada7e5d30c2e: Waiting 2022-09-27T15:26:57.6118008Z 7bbe9cf24f05: Pulling fs layer 2022-09-27T15:26:57.6118322Z 31ed79570fc1: Waiting 2022-09-27T15:26:57.6118599Z 74035b85b123: Pulling fs layer 2022-09-27T15:26:57.6119035Z 859ab55d797e: Waiting 2022-09-27T15:26:57.6119342Z 06ceb0d47fa1: Pulling fs layer 2022-09-27T15:26:57.6119661Z f9ca5db0abb2: Waiting 2022-09-27T15:26:57.6119965Z d54dedf3c273: Pulling fs layer 2022-09-27T15:26:57.6120263Z 3a05e9967e15: Waiting 2022-09-27T15:26:57.6120570Z f14b7a316dd4: Pulling fs layer 2022-09-27T15:26:57.6120872Z 94b3f24375e0: Waiting 2022-09-27T15:26:57.6121156Z 04d340d5ef37: Waiting 2022-09-27T15:26:57.6121441Z 7bbe9cf24f05: Waiting 2022-09-27T15:26:57.6121726Z d19943b4c20d: Pulling fs layer 2022-09-27T15:26:57.6122047Z 01103fa1cebd: Pulling fs layer 2022-09-27T15:26:57.6122446Z f14b7a316dd4: Waiting 2022-09-27T15:26:57.6122743Z a09ce63c712c: Pulling fs layer 2022-09-27T15:26:57.6123262Z d19943b4c20d: Waiting 2022-09-27T15:26:57.6123576Z 11c79af0c20c: Pulling fs layer 2022-09-27T15:26:57.6123883Z 5da21a9573ae: Pulling fs layer 2022-09-27T15:26:57.6124188Z 11c79af0c20c: Waiting 2022-09-27T15:26:57.6124492Z e4a8bf8e8d45: Pulling fs layer 2022-09-27T15:26:57.6124787Z 5da21a9573ae: Waiting 2022-09-27T15:26:57.6125100Z 9c52b928c261: Pulling fs layer 2022-09-27T15:26:57.6125424Z 659618ffaa02: Pulling fs layer 2022-09-27T15:26:57.6125745Z b7f08fdcf6d3: Pulling fs layer 2022-09-27T15:26:57.6126058Z 9c52b928c261: Waiting 2022-09-27T15:26:57.6126470Z b7f08fdcf6d3: Waiting 2022-09-27T15:26:57.6126738Z 659618ffaa02: Waiting 2022-09-27T15:26:57.6978850Z 771876fe31a1: Download complete 2022-09-27T15:26:57.7721253Z a0688296bf6b: Download complete 2022-09-27T15:26:57.9316456Z 726b8a513d66: Download complete 2022-09-27T15:26:58.0977662Z 5b6d14bb2665: Download complete 2022-09-27T15:26:58.1686044Z bb4e2b58c04f: Verifying Checksum 2022-09-27T15:26:58.1687091Z bb4e2b58c04f: Download complete 2022-09-27T15:26:58.2398792Z 4c2c06a040d9: Verifying Checksum 2022-09-27T15:26:58.2399358Z 4c2c06a040d9: Download complete 2022-09-27T15:26:58.3173668Z 4aff28e7d246: Verifying Checksum 2022-09-27T15:26:58.3174257Z 4aff28e7d246: Download complete 2022-09-27T15:26:58.4021404Z a39347297f16: Download complete 2022-09-27T15:26:58.4774722Z 61183b06c760: Download complete 2022-09-27T15:26:58.5446521Z c06018919921: Verifying Checksum 2022-09-27T15:26:58.6786189Z c06018919921: Download complete 2022-09-27T15:26:58.6786561Z 726b8a513d66: Pull complete 2022-09-27T15:26:58.8444695Z 3341c688c105: Verifying Checksum 2022-09-27T15:26:58.8445024Z 3341c688c105: Download complete 2022-09-27T15:26:58.8521461Z 771876fe31a1: Pull complete 2022-09-27T15:26:58.9104509Z 3957a262cb15: Verifying Checksum 2022-09-27T15:26:58.9104967Z 3957a262cb15: Download complete 2022-09-27T15:26:58.9821545Z 8a9a548b9618: Download complete 2022-09-27T15:26:59.0579237Z 3852b5c446bf: Download complete 2022-09-27T15:26:59.1256677Z 8ee38361fe98: Download complete 2022-09-27T15:26:59.1954361Z 3a185c821aec: Verifying Checksum 2022-09-27T15:26:59.1954762Z 3a185c821aec: Download complete 2022-09-27T15:26:59.3303775Z 895ee99b77c2: Download complete 2022-09-27T15:26:59.3951110Z 6cf940733081: Verifying Checksum 2022-09-27T15:26:59.3951508Z 6cf940733081: Download complete 2022-09-27T15:26:59.4686160Z 0c2bc9cf436c: Verifying Checksum 2022-09-27T15:26:59.4686664Z 0c2bc9cf436c: Download complete 2022-09-27T15:26:59.5393079Z 6070158a37e4: Download complete 2022-09-27T15:26:59.6227476Z a3fee62ea02a: Download complete 2022-09-27T15:27:00.3443338Z 2a8cd9ebff90: Download complete 2022-09-27T15:27:00.4213108Z 6a670c6d461b: Verifying Checksum 2022-09-27T15:27:00.4213622Z 6a670c6d461b: Download complete 2022-09-27T15:27:00.5031235Z 11c6d3fdecf8: Verifying Checksum 2022-09-27T15:27:00.5031505Z 11c6d3fdecf8: Download complete 2022-09-27T15:27:00.5685639Z fbac2ec6703f: Verifying Checksum 2022-09-27T15:27:00.5686138Z fbac2ec6703f: Download complete 2022-09-27T15:27:00.5884733Z b3c05bc08a6d: Verifying Checksum 2022-09-27T15:27:00.5885178Z b3c05bc08a6d: Download complete 2022-09-27T15:27:00.6594036Z d0bc479411ab: Verifying Checksum 2022-09-27T15:27:00.6594578Z d0bc479411ab: Download complete 2022-09-27T15:27:00.6830668Z db021ac56874: Verifying Checksum 2022-09-27T15:27:00.6830941Z db021ac56874: Download complete 2022-09-27T15:27:00.7587122Z 3e5c136468b5: Verifying Checksum 2022-09-27T15:27:00.7587540Z 3e5c136468b5: Download complete 2022-09-27T15:27:00.8440426Z 4dcca06c4ba4: Verifying Checksum 2022-09-27T15:27:00.8440880Z 4dcca06c4ba4: Download complete 2022-09-27T15:27:00.9123247Z 5d22ab10910c: Verifying Checksum 2022-09-27T15:27:00.9123673Z 5d22ab10910c: Download complete 2022-09-27T15:27:00.9862781Z 40f0e904450c: Verifying Checksum 2022-09-27T15:27:00.9863216Z 40f0e904450c: Download complete 2022-09-27T15:27:01.0663537Z cd0043c871c3: Download complete 2022-09-27T15:27:01.1281504Z 07ce5bf5da8f: Download complete 2022-09-27T15:27:01.1931107Z ada7e5d30c2e: Verifying Checksum 2022-09-27T15:27:01.1931591Z ada7e5d30c2e: Download complete 2022-09-27T15:27:01.2698518Z b9e22897f744: Download complete 2022-09-27T15:27:02.7077145Z ce033581022a: Download complete 2022-09-27T15:27:02.7926694Z f9ca5db0abb2: Verifying Checksum 2022-09-27T15:27:02.7927158Z f9ca5db0abb2: Download complete 2022-09-27T15:27:02.8724469Z 859ab55d797e: Verifying Checksum 2022-09-27T15:27:02.8724782Z 859ab55d797e: Download complete 2022-09-27T15:27:03.4451955Z 31ed79570fc1: Verifying Checksum 2022-09-27T15:27:03.5117535Z 31ed79570fc1: Download complete 2022-09-27T15:27:03.5118119Z 3a05e9967e15: Download complete 2022-09-27T15:27:03.5937987Z 04d340d5ef37: Verifying Checksum 2022-09-27T15:27:03.5938457Z 04d340d5ef37: Download complete 2022-09-27T15:27:04.2660539Z 94b3f24375e0: Verifying Checksum 2022-09-27T15:27:04.2660944Z 94b3f24375e0: Download complete 2022-09-27T15:27:04.3734381Z 7bbe9cf24f05: Verifying Checksum 2022-09-27T15:27:04.4510438Z 7bbe9cf24f05: Download complete 2022-09-27T15:27:04.4510782Z 74035b85b123: Verifying Checksum 2022-09-27T15:27:04.4511137Z 74035b85b123: Download complete 2022-09-27T15:27:04.5326503Z 06ceb0d47fa1: Verifying Checksum 2022-09-27T15:27:04.5326988Z 06ceb0d47fa1: Download complete 2022-09-27T15:27:04.6123702Z d54dedf3c273: Verifying Checksum 2022-09-27T15:27:04.6125900Z d54dedf3c273: Download complete 2022-09-27T15:27:05.0828951Z f14b7a316dd4: Verifying Checksum 2022-09-27T15:27:05.0829342Z f14b7a316dd4: Download complete 2022-09-27T15:27:05.1870904Z d19943b4c20d: Verifying Checksum 2022-09-27T15:27:05.1871305Z d19943b4c20d: Download complete 2022-09-27T15:27:05.2779329Z 01103fa1cebd: Verifying Checksum 2022-09-27T15:27:05.2779762Z 01103fa1cebd: Download complete 2022-09-27T15:27:06.4077618Z 2a8cd9ebff90: Pull complete 2022-09-27T15:27:06.6421840Z a0688296bf6b: Pull complete 2022-09-27T15:27:09.1072386Z 3341c688c105: Pull complete 2022-09-27T15:27:09.6147563Z e668b860b3aa: Pull complete 2022-09-27T15:27:09.8788184Z 5b6d14bb2665: Pull complete 2022-09-27T15:27:10.1132683Z bb4e2b58c04f: Pull complete 2022-09-27T15:27:10.1658110Z a09ce63c712c: Verifying Checksum 2022-09-27T15:27:10.1658565Z a09ce63c712c: Download complete 2022-09-27T15:27:10.2481391Z 11c79af0c20c: Verifying Checksum 2022-09-27T15:27:10.2481657Z 11c79af0c20c: Download complete 2022-09-27T15:27:10.3224882Z 5da21a9573ae: Download complete 2022-09-27T15:27:10.3572834Z 4c2c06a040d9: Pull complete 2022-09-27T15:27:10.3850421Z e4a8bf8e8d45: Verifying Checksum 2022-09-27T15:27:10.3850698Z e4a8bf8e8d45: Download complete 2022-09-27T15:27:10.4821485Z 9c52b928c261: Download complete 2022-09-27T15:27:10.5388419Z 659618ffaa02: Verifying Checksum 2022-09-27T15:27:10.5388698Z 659618ffaa02: Download complete 2022-09-27T15:27:10.5924356Z 4aff28e7d246: Pull complete 2022-09-27T15:27:10.8382489Z a39347297f16: Pull complete 2022-09-27T15:27:11.0556284Z 61183b06c760: Pull complete 2022-09-27T15:27:11.2119574Z c06018919921: Pull complete 2022-09-27T15:27:11.7588356Z b7f08fdcf6d3: Verifying Checksum 2022-09-27T15:27:11.7588628Z b7f08fdcf6d3: Download complete 2022-09-27T15:27:27.3456876Z 499bbad0745d: Verifying Checksum 2022-09-27T15:27:27.3457169Z 499bbad0745d: Download complete 2022-09-27T15:27:36.5671136Z 72b473207039: Verifying Checksum 2022-09-27T15:27:36.5671459Z 72b473207039: Download complete 2022-09-27T15:27:55.7552849Z 499bbad0745d: Pull complete 2022-09-27T15:27:56.1922104Z 3957a262cb15: Pull complete 2022-09-27T15:27:56.4103571Z 8a9a548b9618: Pull complete 2022-09-27T15:27:56.6200227Z 3852b5c446bf: Pull complete 2022-09-27T15:27:56.8449117Z 8ee38361fe98: Pull complete 2022-09-27T15:27:57.0871858Z 3a185c821aec: Pull complete 2022-09-27T15:27:57.3037861Z 895ee99b77c2: Pull complete 2022-09-27T15:27:57.5324783Z 6cf940733081: Pull complete 2022-09-27T15:27:57.7727683Z 0c2bc9cf436c: Pull complete 2022-09-27T15:27:57.9152354Z 6070158a37e4: Pull complete 2022-09-27T15:27:58.0414072Z a3fee62ea02a: Pull complete 2022-09-27T15:27:59.9203782Z fbac2ec6703f: Pull complete 2022-09-27T15:28:00.1610285Z 6a670c6d461b: Pull complete 2022-09-27T15:28:00.4049384Z 11c6d3fdecf8: Pull complete 2022-09-27T15:28:00.7351743Z b3c05bc08a6d: Pull complete 2022-09-27T15:28:00.9692309Z db021ac56874: Pull complete 2022-09-27T15:28:01.2047369Z d0bc479411ab: Pull complete 2022-09-27T15:28:05.4339279Z ce033581022a: Pull complete 2022-09-27T15:28:05.6780345Z 3e5c136468b5: Pull complete 2022-09-27T15:28:05.9272477Z 4dcca06c4ba4: Pull complete 2022-09-27T15:28:06.1588393Z 5d22ab10910c: Pull complete 2022-09-27T15:28:06.3827438Z 40f0e904450c: Pull complete 2022-09-27T15:28:06.6068378Z cd0043c871c3: Pull complete 2022-09-27T15:28:06.8310862Z 07ce5bf5da8f: Pull complete 2022-09-27T15:28:06.9760203Z ada7e5d30c2e: Pull complete 2022-09-27T15:28:07.0506460Z b9e22897f744: Pull complete 2022-09-27T15:28:13.8849322Z 31ed79570fc1: Pull complete 2022-09-27T15:28:14.0840453Z f9ca5db0abb2: Pull complete 2022-09-27T15:28:14.3135848Z 859ab55d797e: Pull complete 2022-09-27T15:28:29.9792479Z 72b473207039: Pull complete 2022-09-27T15:28:30.2095269Z 3a05e9967e15: Pull complete 2022-09-27T15:28:30.4762042Z 04d340d5ef37: Pull complete 2022-09-27T15:28:31.7078792Z 94b3f24375e0: Pull complete 2022-09-27T15:28:31.8503467Z 7bbe9cf24f05: Pull complete 2022-09-27T15:28:32.0361198Z 74035b85b123: Pull complete 2022-09-27T15:28:32.1992099Z 06ceb0d47fa1: Pull complete 2022-09-27T15:28:32.3885095Z d54dedf3c273: Pull complete 2022-09-27T15:28:32.7979221Z f14b7a316dd4: Pull complete 2022-09-27T15:28:33.0284558Z d19943b4c20d: Pull complete 2022-09-27T15:28:33.2451483Z 01103fa1cebd: Pull complete 2022-09-27T15:28:37.0001555Z a09ce63c712c: Pull complete 2022-09-27T15:28:37.2025479Z 11c79af0c20c: Pull complete 2022-09-27T15:28:37.4730788Z 5da21a9573ae: Pull complete 2022-09-27T15:28:37.7052933Z e4a8bf8e8d45: Pull complete 2022-09-27T15:28:37.9314814Z 9c52b928c261: Pull complete 2022-09-27T15:28:38.1892611Z 659618ffaa02: Pull complete 2022-09-27T15:28:39.7982715Z b7f08fdcf6d3: Pull complete 2022-09-27T15:28:39.9065701Z Digest: sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T15:28:39.9488156Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:39.9696632Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:39.9748724Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-09-27T15:28:39.9749007Z python3 -m pip install psutil==5.9.1 2022-09-27T15:28:39.9749249Z python3 -m pip install pynvml==11.4.1 2022-09-27T15:28:39.9749516Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-09-27T15:28:39.9749785Z echo "::set-output name=monitor-script-pid::${!}" 2022-09-27T15:28:39.9769016Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:39.9769240Z env: 2022-09-27T15:28:39.9769415Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:39.9769591Z ##[endgroup] 2022-09-27T15:28:42.9278255Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:42.9908041Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-09-27T15:28:43.5082252Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T15:28:43.5265640Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-09-27T15:28:43.7252383Z Prepare all required actions 2022-09-27T15:28:43.7252940Z Getting action download info 2022-09-27T15:28:43.8851897Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:ada9688bc02703b63dc0e606da280613803449a5) 2022-09-27T15:28:44.0878741Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-09-27T15:28:44.2237408Z ##[group]Run ./.github/actions/download-build-artifacts 2022-09-27T15:28:44.2237640Z with: 2022-09-27T15:28:44.2237820Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:44.2238011Z env: 2022-09-27T15:28:44.2238185Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:44.2238361Z ##[endgroup] 2022-09-27T15:28:44.2290268Z ##[group]Run seemethere/download-artifact-s3@v4 2022-09-27T15:28:44.2290491Z with: 2022-09-27T15:28:44.2290681Z name: linux-bionic-py3.7-clang9 2022-09-27T15:28:44.2290879Z s3-bucket: gha-artifacts 2022-09-27T15:28:44.2291068Z region: us-east-1 2022-09-27T15:28:44.2291232Z env: 2022-09-27T15:28:44.2291422Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:44.2291608Z ##[endgroup] 2022-09-27T15:28:45.7461789Z Found 1 objects with prefix pytorch/pytorch/3133193930/linux-bionic-py3.7-clang9/ 2022-09-27T15:28:45.7462524Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:49.0868147Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-09-27T15:28:49.0868508Z 2022-09-27T15:28:49.0869285Z Artifact download has finished successfully 2022-09-27T15:28:49.0961472Z ##[group]Run unzip -o artifacts.zip 2022-09-27T15:28:49.0961703Z unzip -o artifacts.zip 2022-09-27T15:28:49.0973117Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:49.0973324Z env: 2022-09-27T15:28:49.0973505Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:49.0973691Z ##[endgroup] 2022-09-27T15:28:49.1264104Z Archive: artifacts.zip 2022-09-27T15:28:49.1264895Z creating: dist/ 2022-09-27T15:28:49.9553885Z inflating: dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:28:49.9554278Z creating: build/custom_test_artifacts/ 2022-09-27T15:28:49.9554619Z creating: build/custom_test_artifacts/custom-op-build/ 2022-09-27T15:28:49.9554980Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-09-27T15:28:49.9555784Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:49.9556442Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:49.9557190Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:49.9557972Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:49.9558394Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:49.9561028Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:49.9562300Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:49.9562760Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:49.9563184Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:49.9565209Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:49.9566295Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:49.9567851Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:49.9569057Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:49.9570302Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:49.9571025Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:49.9571434Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:49.9572154Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:49.9572994Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:49.9573774Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-09-27T15:28:49.9574605Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:49.9575477Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-09-27T15:28:49.9576290Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-09-27T15:28:49.9577106Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-09-27T15:28:49.9578064Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:49.9578892Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-09-27T15:28:49.9579697Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:49.9581122Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-09-27T15:28:49.9581907Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-09-27T15:28:49.9596585Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-09-27T15:28:49.9655198Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-09-27T15:28:49.9656040Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-09-27T15:28:49.9656898Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-09-27T15:28:49.9657792Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-09-27T15:28:49.9658627Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-09-27T15:28:49.9659469Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-09-27T15:28:49.9660358Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-09-27T15:28:49.9661189Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-09-27T15:28:49.9662008Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-09-27T15:28:49.9662821Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-09-27T15:28:49.9663644Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-09-27T15:28:49.9679240Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-09-27T15:28:49.9715766Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-09-27T15:28:49.9716282Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:49.9716751Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:49.9717186Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-09-27T15:28:49.9717845Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-09-27T15:28:49.9718450Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:49.9719860Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-09-27T15:28:49.9720524Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-09-27T15:28:49.9720983Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-09-27T15:28:49.9773034Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-09-27T15:28:49.9802693Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-09-27T15:28:49.9803056Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-09-27T15:28:49.9803386Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-09-27T15:28:49.9805364Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:49.9805780Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:49.9806194Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:49.9806740Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:49.9807152Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:49.9808429Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:49.9809337Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:49.9809731Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:49.9810153Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:49.9811879Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:49.9812879Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:49.9814074Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:49.9814536Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:49.9815606Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:49.9816339Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:49.9816766Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:49.9817366Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:49.9817778Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:49.9818185Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-09-27T15:28:49.9818969Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-09-27T15:28:49.9819446Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-09-27T15:28:49.9819903Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-09-27T15:28:49.9820339Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-09-27T15:28:49.9820786Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-09-27T15:28:49.9821449Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-09-27T15:28:49.9821904Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-09-27T15:28:49.9822455Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-09-27T15:28:49.9822905Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-09-27T15:28:49.9839634Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-09-27T15:28:49.9864059Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-09-27T15:28:49.9864554Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:49.9865011Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:49.9865421Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-09-27T15:28:49.9865907Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-09-27T15:28:49.9867070Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:49.9868291Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-09-27T15:28:49.9869221Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-09-27T15:28:49.9869944Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-09-27T15:28:49.9889761Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-09-27T15:28:49.9890445Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-09-27T15:28:49.9890808Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-09-27T15:28:49.9892397Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-09-27T15:28:49.9893271Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-09-27T15:28:49.9893994Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-09-27T15:28:49.9894424Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-09-27T15:28:49.9894873Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-09-27T15:28:49.9895775Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-09-27T15:28:49.9896603Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-09-27T15:28:49.9897378Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-09-27T15:28:49.9897827Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-09-27T15:28:49.9899121Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-09-27T15:28:49.9900072Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-09-27T15:28:49.9901166Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-09-27T15:28:49.9902049Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-09-27T15:28:49.9902930Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-09-27T15:28:49.9903822Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-09-27T15:28:49.9904597Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-09-27T15:28:49.9905363Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-09-27T15:28:49.9906134Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-09-27T15:28:49.9907094Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-09-27T15:28:49.9907948Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:49.9908880Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-09-27T15:28:49.9909736Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-09-27T15:28:49.9910207Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-09-27T15:28:49.9910682Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:49.9911150Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-09-27T15:28:49.9911612Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:49.9912082Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-09-27T15:28:49.9912671Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-09-27T15:28:49.9913695Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-09-27T15:28:49.9992544Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-09-27T15:28:49.9993549Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-09-27T15:28:49.9994445Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-09-27T15:28:49.9995403Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-09-27T15:28:49.9996232Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-09-27T15:28:49.9997105Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-09-27T15:28:49.9997884Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-09-27T15:28:49.9998367Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-09-27T15:28:49.9998844Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-09-27T15:28:49.9999326Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-09-27T15:28:49.9999805Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-09-27T15:28:50.0013899Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-09-27T15:28:50.0032377Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-09-27T15:28:50.0033425Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-09-27T15:28:50.0034308Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-09-27T15:28:50.0035146Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-09-27T15:28:50.0035785Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-09-27T15:28:50.0036231Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-09-27T15:28:50.0036982Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-09-27T15:28:50.0037851Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-09-27T15:28:50.0038482Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-09-27T15:28:50.0106777Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-09-27T15:28:50.0122276Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-09-27T15:28:50.0122779Z creating: build/lib/ 2022-09-27T15:28:50.0123157Z inflating: build/lib/libclog.a 2022-09-27T15:28:50.0178947Z inflating: build/lib/libgtest.a 2022-09-27T15:28:50.0186675Z inflating: build/lib/libpthreadpool.a 2022-09-27T15:28:50.0248451Z inflating: build/lib/libbenchmark.a 2022-09-27T15:28:50.0321687Z inflating: build/lib/libprotobuf-lite.a 2022-09-27T15:28:50.0329136Z inflating: build/lib/libittnotify.a 2022-09-27T15:28:50.0390139Z inflating: build/lib/libasmjit.a 2022-09-27T15:28:50.0414689Z inflating: build/lib/libtensorpipe_uv.a 2022-09-27T15:28:50.0479660Z inflating: build/lib/libgloo.a 2022-09-27T15:28:50.0856847Z inflating: build/lib/libprotobuf.a 2022-09-27T15:28:50.0870991Z inflating: build/lib/libfmt.a 2022-09-27T15:28:50.0871801Z inflating: build/lib/libfoxi_loader.a 2022-09-27T15:28:50.0919695Z inflating: build/lib/libc10.so 2022-09-27T15:28:50.0920448Z inflating: build/lib/libtorch_global_deps.so 2022-09-27T15:28:50.0927885Z inflating: build/lib/libcpuinfo.a 2022-09-27T15:28:50.0935498Z inflating: build/lib/libcpuinfo_internals.a 2022-09-27T15:28:50.0947598Z inflating: build/lib/libqnnpack.a 2022-09-27T15:28:50.0950187Z inflating: build/lib/libnnpack_reference_layers.a 2022-09-27T15:28:50.0968599Z inflating: build/lib/libpytorch_qnnpack.a 2022-09-27T15:28:50.0980304Z inflating: build/lib/libgmock.a 2022-09-27T15:28:50.0980838Z inflating: build/lib/libgtest_main.a 2022-09-27T15:28:50.0981722Z inflating: build/lib/libbenchmark_main.a 2022-09-27T15:28:50.1403249Z inflating: build/lib/libprotoc.a 2022-09-27T15:28:51.0468357Z inflating: build/lib/libdnnl.a 2022-09-27T15:28:51.0484890Z inflating: build/lib/libnnpack.a 2022-09-27T15:28:51.0944978Z inflating: build/lib/libtensorpipe.a 2022-09-27T15:28:51.0945458Z inflating: build/lib/libgmock_main.a 2022-09-27T15:28:51.1889107Z inflating: build/lib/libfbgemm.a 2022-09-27T15:28:51.2849057Z inflating: build/lib/libdnnl_graph.a 2022-09-27T15:28:51.3021617Z inflating: build/lib/libkineto.a 2022-09-27T15:28:51.3058717Z inflating: build/lib/libcaffe2_protos.a 2022-09-27T15:28:51.3099359Z inflating: build/lib/libonnx_proto.a 2022-09-27T15:28:51.3203494Z inflating: build/lib/libXNNPACK.a 2022-09-27T15:28:51.3723093Z inflating: build/lib/libonnx.a 2022-09-27T15:28:53.2845011Z inflating: build/lib/libtorch_cpu.so 2022-09-27T15:28:53.2845802Z inflating: build/lib/libtorch.so 2022-09-27T15:28:53.2849496Z inflating: build/lib/libshm.so 2022-09-27T15:28:53.2871302Z inflating: build/lib/libjitbackend_test.so 2022-09-27T15:28:53.2925302Z inflating: build/lib/libtorchbind_test.so 2022-09-27T15:28:53.2950601Z inflating: build/lib/libbackend_with_compiler.so 2022-09-27T15:28:53.4506424Z inflating: build/lib/libtorch_python.so 2022-09-27T15:28:53.4542627Z inflating: build/lib/libnnapi_backend.so 2022-09-27T15:28:53.4543036Z creating: build/bin/ 2022-09-27T15:28:53.4588191Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-09-27T15:28:53.4634057Z inflating: build/bin/c10_DeviceGuard_test 2022-09-27T15:28:53.4678494Z inflating: build/bin/c10_Device_test 2022-09-27T15:28:53.4730005Z inflating: build/bin/c10_DispatchKeySet_test 2022-09-27T15:28:53.4773541Z inflating: build/bin/c10_StreamGuard_test 2022-09-27T15:28:53.4818095Z inflating: build/bin/c10_SymInt_test 2022-09-27T15:28:53.4865799Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-09-27T15:28:53.4915178Z inflating: build/bin/c10_InlineStreamGuard_test 2022-09-27T15:28:53.4958537Z inflating: build/bin/c10_Array_test 2022-09-27T15:28:53.5008394Z inflating: build/bin/c10_SizesAndStrides_test 2022-09-27T15:28:53.5054924Z inflating: build/bin/c10_Bitset_test 2022-09-27T15:28:53.5098656Z inflating: build/bin/c10_ConstexprCrc_test 2022-09-27T15:28:53.5143791Z inflating: build/bin/c10_C++17_test 2022-09-27T15:28:53.5188042Z inflating: build/bin/c10_Half_test 2022-09-27T15:28:53.5231998Z inflating: build/bin/c10_DeadlockDetection_test 2022-09-27T15:28:53.5281523Z inflating: build/bin/c10_LeftRight_test 2022-09-27T15:28:53.5335105Z inflating: build/bin/c10_Metaprogramming_test 2022-09-27T15:28:53.5468261Z inflating: build/bin/c10_SmallVectorTest 2022-09-27T15:28:53.5512617Z inflating: build/bin/c10_Synchronized_test 2022-09-27T15:28:53.5557930Z inflating: build/bin/c10_TypeIndex_test 2022-09-27T15:28:53.5606051Z inflating: build/bin/c10_ThreadLocal_test 2022-09-27T15:28:53.5650744Z inflating: build/bin/c10_TypeList_test 2022-09-27T15:28:53.5694194Z inflating: build/bin/c10_TypeTraits_test 2022-09-27T15:28:53.5739924Z inflating: build/bin/c10_accumulate_test 2022-09-27T15:28:53.5788388Z inflating: build/bin/c10_bfloat16_test 2022-09-27T15:28:53.5836790Z inflating: build/bin/c10_complex_test 2022-09-27T15:28:53.5886121Z inflating: build/bin/c10_complex_math_test 2022-09-27T15:28:53.5974743Z inflating: build/bin/c10_either_test 2022-09-27T15:28:53.6021106Z inflating: build/bin/c10_exception_test 2022-09-27T15:28:53.6066301Z inflating: build/bin/c10_flags_test 2022-09-27T15:28:53.6195277Z inflating: build/bin/c10_intrusive_ptr_test 2022-09-27T15:28:53.6240183Z inflating: build/bin/c10_irange_test 2022-09-27T15:28:53.6288553Z inflating: build/bin/c10_logging_test 2022-09-27T15:28:53.6356305Z inflating: build/bin/c10_optional_test 2022-09-27T15:28:53.6410980Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-09-27T15:28:53.6458728Z inflating: build/bin/c10_registry_test 2022-09-27T15:28:53.6509402Z inflating: build/bin/c10_string_view_test 2022-09-27T15:28:53.6554751Z inflating: build/bin/c10_tempfile_test 2022-09-27T15:28:53.6594203Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-09-27T15:28:53.6642625Z inflating: build/bin/c10_typeid_test 2022-09-27T15:28:53.7007463Z inflating: build/bin/protoc-3.13.0.0 2022-09-27T15:28:53.7372052Z inflating: build/bin/protoc 2022-09-27T15:28:53.7666707Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-09-27T15:28:53.7973679Z inflating: build/bin/vec_test_all_types_AVX512 2022-09-27T15:28:53.8293968Z inflating: build/bin/vec_test_all_types_AVX2 2022-09-27T15:28:53.8340745Z inflating: build/bin/FileStoreTest 2022-09-27T15:28:53.8387748Z inflating: build/bin/HashStoreTest 2022-09-27T15:28:53.8440147Z inflating: build/bin/TCPStoreTest 2022-09-27T15:28:53.8499054Z inflating: build/bin/ProcessGroupGlooTest 2022-09-27T15:28:53.8501384Z inflating: build/bin/example_allreduce 2022-09-27T15:28:53.8549916Z inflating: build/bin/test_dist_autograd 2022-09-27T15:28:53.8611735Z inflating: build/bin/test_cpp_rpc 2022-09-27T15:28:53.8613589Z inflating: build/bin/parallel_benchmark 2022-09-27T15:28:53.8674163Z inflating: build/bin/test_mobile_nnc 2022-09-27T15:28:53.8683109Z inflating: build/bin/aot_model_compiler_test 2022-09-27T15:28:53.8746953Z inflating: build/bin/Dict_test 2022-09-27T15:28:53.8793053Z inflating: build/bin/Dimname_test 2022-09-27T15:28:53.8851955Z inflating: build/bin/MaybeOwned_test 2022-09-27T15:28:53.8902174Z inflating: build/bin/NamedTensor_test 2022-09-27T15:28:53.9211019Z inflating: build/bin/test_lazy 2022-09-27T15:28:54.0587695Z inflating: build/bin/test_api 2022-09-27T15:28:54.0639080Z inflating: build/bin/apply_utils_test 2022-09-27T15:28:54.0691283Z inflating: build/bin/atest 2022-09-27T15:28:54.0747048Z inflating: build/bin/basic 2022-09-27T15:28:54.0795255Z inflating: build/bin/broadcast_test 2022-09-27T15:28:54.0846223Z inflating: build/bin/cpu_generator_test 2022-09-27T15:28:54.0893314Z inflating: build/bin/cpu_profiling_allocator_test 2022-09-27T15:28:54.0938047Z inflating: build/bin/dlconvertor_test 2022-09-27T15:28:54.0982606Z inflating: build/bin/dispatch_key_set_test 2022-09-27T15:28:54.1064534Z inflating: build/bin/cpu_rng_test 2022-09-27T15:28:54.1117124Z inflating: build/bin/extension_backend_test 2022-09-27T15:28:54.1163925Z inflating: build/bin/half_test 2022-09-27T15:28:54.1252098Z inflating: build/bin/ivalue_test 2022-09-27T15:28:54.1296364Z inflating: build/bin/lazy_tensor_test 2022-09-27T15:28:54.1343658Z inflating: build/bin/math_kernel_test 2022-09-27T15:28:54.1390515Z inflating: build/bin/memory_format_test 2022-09-27T15:28:54.1437112Z inflating: build/bin/memory_overlapping_test 2022-09-27T15:28:54.1482331Z inflating: build/bin/operator_name_test 2022-09-27T15:28:54.1529091Z inflating: build/bin/mobile_memory_cleanup 2022-09-27T15:28:54.1580362Z inflating: build/bin/native_test 2022-09-27T15:28:54.1626201Z inflating: build/bin/packedtensoraccessor_test 2022-09-27T15:28:54.1671453Z inflating: build/bin/operators_test 2022-09-27T15:28:54.1734464Z inflating: build/bin/pow_test 2022-09-27T15:28:54.1784413Z inflating: build/bin/quantized_test 2022-09-27T15:28:54.1828783Z inflating: build/bin/reduce_ops_test 2022-09-27T15:28:54.1874133Z inflating: build/bin/reportMemoryUsage_test 2022-09-27T15:28:54.1925125Z inflating: build/bin/scalar_tensor_test 2022-09-27T15:28:54.1974982Z inflating: build/bin/scalar_test 2022-09-27T15:28:54.2021007Z inflating: build/bin/stride_properties_test 2022-09-27T15:28:54.2093626Z inflating: build/bin/tensor_iterator_test 2022-09-27T15:28:54.2140264Z inflating: build/bin/type_ptr_test 2022-09-27T15:28:54.2142062Z inflating: build/bin/thread_init_test 2022-09-27T15:28:54.2189819Z inflating: build/bin/test_parallel 2022-09-27T15:28:54.2234021Z inflating: build/bin/variant_test 2022-09-27T15:28:54.2289364Z inflating: build/bin/type_test 2022-09-27T15:28:54.2335616Z inflating: build/bin/undefined_tensor_test 2022-09-27T15:28:54.2336391Z inflating: build/bin/verify_api_visibility 2022-09-27T15:28:54.2403361Z inflating: build/bin/vmap_test 2022-09-27T15:28:54.2448799Z inflating: build/bin/weakref_test 2022-09-27T15:28:54.2494281Z inflating: build/bin/wrapdim_test 2022-09-27T15:28:54.2538670Z inflating: build/bin/xla_tensor_test 2022-09-27T15:28:54.2591540Z inflating: build/bin/IListRef_test 2022-09-27T15:28:54.2682274Z inflating: build/bin/List_test 2022-09-27T15:28:54.2738877Z inflating: build/bin/KernelFunction_test 2022-09-27T15:28:54.2859355Z inflating: build/bin/kernel_function_legacy_test 2022-09-27T15:28:54.2981531Z inflating: build/bin/kernel_lambda_legacy_test 2022-09-27T15:28:54.3070026Z inflating: build/bin/kernel_function_test 2022-09-27T15:28:54.3165320Z inflating: build/bin/kernel_lambda_test 2022-09-27T15:28:54.3219627Z inflating: build/bin/kernel_stackbased_test 2022-09-27T15:28:54.3308694Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-09-27T15:28:54.3352900Z inflating: build/bin/CppSignature_test 2022-09-27T15:28:54.3396891Z inflating: build/bin/op_allowlist_test 2022-09-27T15:28:54.3686732Z inflating: build/bin/op_registration_test 2022-09-27T15:28:54.3735338Z inflating: build/bin/backend_fallback_test 2022-09-27T15:28:54.3781438Z inflating: build/bin/inline_container_test 2022-09-27T15:28:54.3798248Z inflating: build/bin/tutorial_tensorexpr 2022-09-27T15:28:54.3802582Z inflating: build/bin/torch_shm_manager 2022-09-27T15:28:54.4909583Z inflating: build/bin/test_tensorexpr 2022-09-27T15:28:54.5462973Z inflating: build/bin/test_jit 2022-09-27T15:28:54.5464276Z inflating: .pytorch-test-times.json 2022-09-27T15:28:54.5487451Z ##[group]Run df -H 2022-09-27T15:28:54.5487627Z df -H 2022-09-27T15:28:54.5499063Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T15:28:54.5499287Z env: 2022-09-27T15:28:54.5499451Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:54.5499650Z ##[endgroup] 2022-09-27T15:28:54.5531942Z Filesystem Size Used Avail Use% Mounted on 2022-09-27T15:28:54.5532360Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-09-27T15:28:54.5532833Z tmpfs 8.2G 451k 8.2G 1% /dev/shm 2022-09-27T15:28:54.5533057Z tmpfs 8.2G 431k 8.2G 1% /run 2022-09-27T15:28:54.5533272Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-09-27T15:28:54.5533472Z /dev/nvme0n1p1 162G 24G 138G 15% / 2022-09-27T15:28:54.5604183Z ##[group]Run .github/scripts/parse_ref.py 2022-09-27T15:28:54.5604428Z .github/scripts/parse_ref.py 2022-09-27T15:28:54.5615324Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:54.5615508Z env: 2022-09-27T15:28:54.5615687Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:54.5615865Z ##[endgroup] 2022-09-27T15:28:54.5945150Z ##[group]Run set -x 2022-09-27T15:28:54.5945427Z set -x 2022-09-27T15:28:54.5945599Z  2022-09-27T15:28:54.5945796Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-09-27T15:28:54.5946121Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-09-27T15:28:54.5946380Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-09-27T15:28:54.5946621Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-09-27T15:28:54.5946808Z else 2022-09-27T15:28:54.5947011Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:54.5947213Z fi 2022-09-27T15:28:54.5947357Z  2022-09-27T15:28:54.5947593Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-09-27T15:28:54.5947829Z  2022-09-27T15:28:54.5948043Z # sanitize the input commit message and PR body here: 2022-09-27T15:28:54.5948245Z # 2022-09-27T15:28:54.5948526Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-09-27T15:28:54.5948903Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-09-27T15:28:54.5949203Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-09-27T15:28:54.5949434Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-09-27T15:28:54.5949619Z  2022-09-27T15:28:54.5949864Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-09-27T15:28:54.5950139Z # wreak havoc internally 2022-09-27T15:28:54.5950370Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-09-27T15:28:54.5950608Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-09-27T15:28:54.5950781Z  2022-09-27T15:28:54.5951003Z # detached container should get cleaned up by teardown_ec2_linux 2022-09-27T15:28:54.5951297Z # TODO: Stop building test binaries as part of the build phase 2022-09-27T15:28:54.5951554Z # Used for GPU_FLAG since that doesn't play nice 2022-09-27T15:28:54.5951792Z # shellcheck disable=SC2086,SC2090 2022-09-27T15:28:54.5952014Z container_name=$(docker run \ 2022-09-27T15:28:54.5952199Z  ${GPU_FLAG:-} \ 2022-09-27T15:28:54.5952394Z  -e BUILD_ENVIRONMENT \ 2022-09-27T15:28:54.5952589Z  -e PR_NUMBER \ 2022-09-27T15:28:54.5952780Z  -e GITHUB_ACTIONS \ 2022-09-27T15:28:54.5952956Z  -e BASE_SHA \ 2022-09-27T15:28:54.5953132Z  -e BRANCH \ 2022-09-27T15:28:54.5953731Z  -e SHA1 \ 2022-09-27T15:28:54.5953908Z  -e AWS_DEFAULT_REGION \ 2022-09-27T15:28:54.5954117Z  -e IN_WHEEL_TEST \ 2022-09-27T15:28:54.5954308Z  -e SHARD_NUMBER \ 2022-09-27T15:28:54.5954486Z  -e TEST_CONFIG \ 2022-09-27T15:28:54.5954679Z  -e NUM_TEST_SHARDS \ 2022-09-27T15:28:54.5954869Z  -e PR_BODY \ 2022-09-27T15:28:54.5955048Z  -e COMMIT_MESSAGES \ 2022-09-27T15:28:54.5955257Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-09-27T15:28:54.5955482Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-09-27T15:28:54.5955680Z  -e PR_LABELS \ 2022-09-27T15:28:54.5955888Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-09-27T15:28:54.5956095Z  -e SCCACHE_BUCKET \ 2022-09-27T15:28:54.5956300Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-09-27T15:28:54.5956483Z  -e XLA_CUDA \ 2022-09-27T15:28:54.5956690Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-09-27T15:28:54.5956937Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-09-27T15:28:54.5957160Z  --ulimit stack=10485760:83886080 \ 2022-09-27T15:28:54.5957386Z  --security-opt seccomp=unconfined \ 2022-09-27T15:28:54.5957608Z  --cap-add=SYS_PTRACE \ 2022-09-27T15:28:54.5957788Z  --ipc=host \ 2022-09-27T15:28:54.5958067Z  --shm-size="${SHM_SIZE}" \ 2022-09-27T15:28:54.5958260Z  --tty \ 2022-09-27T15:28:54.5958423Z  --detach \ 2022-09-27T15:28:54.5958622Z  --name="${container_name}" \ 2022-09-27T15:28:54.5958880Z  --user jenkins \ 2022-09-27T15:28:54.5959116Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-09-27T15:28:54.5959351Z  -w /var/lib/jenkins/workspace \ 2022-09-27T15:28:54.5959556Z  "${DOCKER_IMAGE}" 2022-09-27T15:28:54.5959732Z ) 2022-09-27T15:28:54.5959966Z docker exec -t "${container_name}" sh -c "pip install dist/*.whl && ${TEST_COMMAND}" 2022-09-27T15:28:54.5971223Z shell: /usr/bin/bash -e {0} 2022-09-27T15:28:54.5971409Z env: 2022-09-27T15:28:54.5971575Z GIT_DEFAULT_BRANCH: master 2022-09-27T15:28:54.5971812Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T15:28:54.5972039Z PR_NUMBER: 85462 2022-09-27T15:28:54.5972206Z BRANCH: pull/85462 2022-09-27T15:28:54.5972415Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:28:54.5972754Z BASE_SHA: 76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:28:54.5972964Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T15:28:54.5973180Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T15:28:54.5973384Z TEST_CONFIG: dynamo 2022-09-27T15:28:54.5973549Z SHARD_NUMBER: 1 2022-09-27T15:28:54.5973730Z NUM_TEST_SHARDS: 2 2022-09-27T15:28:54.5975431Z PR_BODY: Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory. I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug: ``` import torch import weakref from transformers import DetrForObjectDetection class X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1. def test(): model = DetrForObjectDetection.from_pretrained('facebook/detr-resnet-50') model.to('cuda') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer) test() print(f'{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}') # Should print (, 0), but with cyclic reference, it will print (, ). ``` 2022-09-27T15:28:54.5977306Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-09-27T15:28:54.5977552Z SCCACHE_S3_KEY_PREFIX: pull 2022-09-27T15:28:54.5977747Z SHM_SIZE: 1g 2022-09-27T15:28:54.5978099Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:28:54.5978430Z XLA_CUDA: 2022-09-27T15:28:54.5978692Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:28:54.5978956Z ##[endgroup] 2022-09-27T15:28:54.6003795Z + [[ dynamo == \m\u\l\t\i\g\p\u ]] 2022-09-27T15:28:54.6004224Z + [[ linux-bionic-py3.7-clang9 == *onnx* ]] 2022-09-27T15:28:54.6004474Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-09-27T15:28:54.6007144Z ++ git cherry -v origin/master 2022-09-27T15:28:57.1530348Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR 2022-09-27T15:28:57.1530964Z + acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR 2022-09-27T15:28:57.1531270Z + 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form 2022-09-27T15:28:57.1531670Z + 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference 2022-09-27T15:28:57.1531993Z + 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:57.1533034Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:57.1546095Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained('\''facebook/detr-resnet-50'\'') model.to('\''cuda'\'') optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f'\''{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}'\'') # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:57.1548538Z + export 'COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:57.1549614Z + COMMIT_MESSAGES='+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting' 2022-09-27T15:28:57.1555922Z + export 'PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:57.1560862Z + PR_BODY='Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).```' 2022-09-27T15:28:57.1563789Z +++ nproc --ignore=2 2022-09-27T15:28:57.1602195Z ++ 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 SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3133193930 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T15:29:07.3333785Z + container_name=47486758f0d5ed6bc390ee0473e2f65dc28cc0f2328cb175b0f40c4cf5ba86aa 2022-09-27T15:29:07.3334815Z + docker exec -t 47486758f0d5ed6bc390ee0473e2f65dc28cc0f2328cb175b0f40c4cf5ba86aa sh -c 'pip install dist/*.whl && .jenkins/pytorch/test.sh' 2022-09-27T15:29:07.8253355Z Processing ./dist/torch-1.13.0a0+git52424e2-cp37-cp37m-linux_x86_64.whl 2022-09-27T15:29:07.9000229Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+git52424e2) (4.3.0) 2022-09-27T15:29:08.6963255Z Installing collected packages: torch 2022-09-27T15:29:15.1754358Z Successfully installed torch-1.13.0a0+git52424e2 2022-09-27T15:29:15.3288966Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-09-27T15:29:15.3451239Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-09-27T15:29:15.3451939Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-09-27T15:29:15.3452330Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-09-27T15:29:15.3452793Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-09-27T15:29:15.3453049Z + BUILD_DIR=build 2022-09-27T15:29:15.3453321Z + BUILD_RENAMED_DIR=build_renamed 2022-09-27T15:29:15.3453578Z + BUILD_BIN_DIR=build/bin 2022-09-27T15:29:15.3453821Z + export VALGRIND=ON 2022-09-27T15:29:15.3453998Z + VALGRIND=ON 2022-09-27T15:29:15.3454264Z + [[ linux-bionic-py3.7-clang9 == *clang9* ]] 2022-09-27T15:29:15.3454511Z + export VALGRIND=OFF 2022-09-27T15:29:15.3454699Z + VALGRIND=OFF 2022-09-27T15:29:15.3454965Z + [[ linux-bionic-py3.7-clang9 != *bazel* ]] 2022-09-27T15:29:15.3455807Z ++ realpath build/custom_test_artifacts 2022-09-27T15:29:15.3470922Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-09-27T15:29:15.3475527Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:15.3493765Z + source .jenkins/pytorch/common.sh 2022-09-27T15:29:15.3500842Z +++ dirname .jenkins/pytorch/common.sh 2022-09-27T15:29:15.3509327Z ++ source .jenkins/pytorch/common_utils.sh 2022-09-27T15:29:15.3514753Z +++ declare -f -t trap_add 2022-09-27T15:29:15.3518319Z ++ set -ex 2022-09-27T15:29:15.3518757Z ++ [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:15.3519162Z ++ BUILD_TEST_LIBTORCH=0 2022-09-27T15:29:15.3519803Z ++ [[ dynamo == *xla* ]] 2022-09-27T15:29:15.3520229Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:15.3520547Z ++ [[ linux-bionic-py3.7-clang9 == *linux-bionic* ]] 2022-09-27T15:29:15.3520898Z ++ which conda 2022-09-27T15:29:15.3530471Z /opt/conda/bin/conda 2022-09-27T15:29:15.3531358Z ++ conda install -q -y cmake 2022-09-27T15:29:17.5279998Z Collecting package metadata (current_repodata.json): ...working... done 2022-09-27T15:29:18.0010414Z Solving environment: ...working... done 2022-09-27T15:29:18.0908098Z 2022-09-27T15:29:18.0908360Z ## Package Plan ## 2022-09-27T15:29:18.0908547Z 2022-09-27T15:29:18.0908739Z environment location: /opt/conda 2022-09-27T15:29:18.0908985Z 2022-09-27T15:29:18.0909120Z added / updated specs: 2022-09-27T15:29:18.0909598Z - cmake 2022-09-27T15:29:18.0909699Z 2022-09-27T15:29:18.0909705Z 2022-09-27T15:29:18.0909814Z The following packages will be downloaded: 2022-09-27T15:29:18.0909955Z 2022-09-27T15:29:18.0910045Z package | build 2022-09-27T15:29:18.0910305Z ---------------------------|----------------- 2022-09-27T15:29:18.0910617Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-09-27T15:29:18.0910913Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-09-27T15:29:18.0911203Z certifi-2022.9.14 | py37h06a4308_0 155 KB 2022-09-27T15:29:18.0911489Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-09-27T15:29:18.0911783Z conda-22.9.0 | py37h06a4308_0 878 KB 2022-09-27T15:29:18.0912061Z expat-2.4.4 | h295c915_0 169 KB 2022-09-27T15:29:18.0912324Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-09-27T15:29:18.0912600Z libcurl-7.82.0 | h0b77cf5_0 342 KB 2022-09-27T15:29:18.0912882Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-09-27T15:29:18.0913150Z libev-4.33 | h7f8727e_1 111 KB 2022-09-27T15:29:18.0913607Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-09-27T15:29:18.0913899Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-09-27T15:29:18.0914382Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-09-27T15:29:18.0914661Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-09-27T15:29:18.0914938Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-09-27T15:29:18.0915353Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-09-27T15:29:18.0915724Z ------------------------------------------------------------ 2022-09-27T15:29:18.0915967Z Total: 13.0 MB 2022-09-27T15:29:18.0916089Z 2022-09-27T15:29:18.0916221Z The following NEW packages will be INSTALLED: 2022-09-27T15:29:18.0916365Z 2022-09-27T15:29:18.0928632Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 2022-09-27T15:29:18.0929047Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 2022-09-27T15:29:18.0929408Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 2022-09-27T15:29:18.0929760Z expat pkgs/main/linux-64::expat-2.4.4-h295c915_0 2022-09-27T15:29:18.0930096Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 2022-09-27T15:29:18.0930443Z libcurl pkgs/main/linux-64::libcurl-7.82.0-h0b77cf5_0 2022-09-27T15:29:18.0930819Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 2022-09-27T15:29:18.0931174Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2022-09-27T15:29:18.0931529Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 2022-09-27T15:29:18.0931900Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 2022-09-27T15:29:18.0932244Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 2022-09-27T15:29:18.0932677Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 2022-09-27T15:29:18.0933009Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 2022-09-27T15:29:18.0933351Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 2022-09-27T15:29:18.0933498Z 2022-09-27T15:29:18.0933600Z The following packages will be UPDATED: 2022-09-27T15:29:18.0933740Z 2022-09-27T15:29:18.0933932Z certifi 2022.6.15-py37h06a4308_0 --> 2022.9.14-py37h06a4308_0 2022-09-27T15:29:18.0934273Z conda 4.14.0-py37h06a4308_0 --> 22.9.0-py37h06a4308_0 2022-09-27T15:29:18.0934427Z 2022-09-27T15:29:18.0934431Z 2022-09-27T15:29:19.2559984Z Preparing transaction: ...working... done 2022-09-27T15:29:19.6635351Z Verifying transaction: ...working... done 2022-09-27T15:29:20.7216726Z Executing transaction: ...working... done 2022-09-27T15:29:20.9093250Z Retrieving notices: ...working... done 2022-09-27T15:29:21.1506643Z ++ [[ linux-bionic-py3.7-clang9 == *centos* ]] 2022-09-27T15:29:21.1507067Z + echo 'Environment variables' 2022-09-27T15:29:21.1507271Z Environment variables 2022-09-27T15:29:21.1507449Z + env 2022-09-27T15:29:21.1526783Z SHARD_NUMBER=1 2022-09-27T15:29:21.1527222Z UCC_HOME=/usr 2022-09-27T15:29:21.1527778Z BUILD_ENVIRONMENT=linux-bionic-py3.7-clang9 2022-09-27T15:29:21.1528153Z INSTALLED_DB=yes 2022-09-27T15:29:21.1528470Z HOSTNAME=47486758f0d5 2022-09-27T15:29:21.1528806Z GITHUB_REF_NAME=85462/merge 2022-09-27T15:29:21.1529216Z GITHUB_API_URL=https://api.github.com 2022-09-27T15:29:21.1529590Z OPENSSL_DIR=/opt/openssl 2022-09-27T15:29:21.1529920Z UCC_COMMIT= 2022-09-27T15:29:21.1530696Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_9c9acd04-30cb-4f73-9f3b-b99fefec51aa 2022-09-27T15:29:21.1531257Z CUDA_PATH=/usr/local/cuda 2022-09-27T15:29:21.1531909Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-09-27T15:29:21.1532426Z GITHUB_RUN_ATTEMPT=2 2022-09-27T15:29:21.1532748Z INSTALLED_THRIFT= 2022-09-27T15:29:21.1532927Z TEST_CONFIG=dynamo 2022-09-27T15:29:21.1533127Z GITHUB_REPOSITORY_OWNER=pytorch 2022-09-27T15:29:21.1533310Z GITHUB_ACTIONS=true 2022-09-27T15:29:21.1533480Z CI=true 2022-09-27T15:29:21.1533661Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-09-27T15:29:21.1533844Z BRANCH=pull/85462 2022-09-27T15:29:21.1534276Z GITHUB_HEAD_REF=cycliclr-memory-fix 2022-09-27T15:29:21.1534481Z UCX_COMMIT= 2022-09-27T15:29:21.1534637Z GITHUB_ACTOR=kongzii 2022-09-27T15:29:21.1534812Z GITHUB_ACTION_REF= 2022-09-27T15:29:21.1535069Z GITHUB_ACTION=__self 2022-09-27T15:29:21.1535229Z VALGRIND=OFF 2022-09-27T15:29:21.1535413Z GITHUB_REF_PROTECTED=false 2022-09-27T15:29:21.1535755Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-09-27T15:29:21.1536601Z *** 2022-09-27T15:29:21.1536831Z INSTALLED_VISION=yes 2022-09-27T15:29:21.1537085Z HOME=/var/lib/jenkins 2022-09-27T15:29:21.1537370Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-09-27T15:29:21.1537659Z GITHUB_ACTION_REPOSITORY= 2022-09-27T15:29:21.1538016Z GITHUB_REF_TYPE=branch 2022-09-27T15:29:21.1538313Z GITHUB_RETENTION_DAYS=90 2022-09-27T15:29:21.1538791Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-09-27T15:29:21.1539511Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_9c9acd04-30cb-4f73-9f3b-b99fefec51aa 2022-09-27T15:29:21.1540047Z DEBIAN_FRONTEND=noninteractive 2022-09-27T15:29:21.1540388Z GITHUB_REF=refs/pull/85462/merge 2022-09-27T15:29:21.1540759Z GITHUB_SHA=1faa2af6dbb8dd899ab20874e9966185467c5883 2022-09-27T15:29:21.1541160Z INSTALLED_PROTOBUF=yes 2022-09-27T15:29:21.1541464Z DESIRED_CUDA= 2022-09-27T15:29:21.1541752Z GITHUB_RUN_ID=3133193930 2022-09-27T15:29:21.1542120Z GITHUB_SERVER_URL=https://github.com 2022-09-27T15:29:21.1542431Z MAX_JOBS=6 2022-09-27T15:29:21.1542946Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-09-27T15:29:21.1543353Z UCX_HOME=/usr 2022-09-27T15:29:21.1543656Z PYTORCH_RETRY_TEST_CASES=1 2022-09-27T15:29:21.1544038Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-09-27T15:29:21.1544493Z BASE_SHA=76d60778eb01b4213735be1c6e126fe2da519b8e 2022-09-27T15:29:21.1544854Z INSTALLED_ANDROID= 2022-09-27T15:29:21.1549734Z PR_BODY=Hi, we noticed in our team that by using CyclicLR, there is a problem with memory clearance on GPU (probably it will be the case without the GPU as well, but that was our use case) After initializing CyclicLR, GPU memory is not cleared even after the model, optimizer and scheduler are out of scope (e.g. reference count is zero). This is because `__init__` method inside `CyclicLR` creates reference to its own methods and it will not get removed until `gc.collect()` is called manually. This is a problem if people want to test multiple models in one run of a script, after testing the first model, second one will fail on `CUDA out of memory error` because the first one is not cleared from the memory.I propose a simple fix by using `weakref`, similarly as in `_LRScheduler` base class, but if you have any comments I am happy to change it. Here is the code to reproduce the bug:```import torchimport weakreffrom transformers import DetrForObjectDetectionclass X: def __init__(self, optimizer): self.optimizer = optimizer # Will cause cyclic reference. self.func = self.dummy # Will work as expected, memory cleared after instance count is zero. # self.func = weakref.WeakMethod(self.dummy) def dummy(self, x): return 1.def test(): model = DetrForObjectDetection.from_pretrained(facebook/detr-resnet-50) model.to(cuda) optimizer = torch.optim.Adam(model.parameters()) x = X(optimizer)test()print(f{torch.cuda.memory_reserved()}, {torch.cuda.memory_allocated()}) # Should print (, 0), but with cyclic reference, it will print (, ).``` 2022-09-27T15:29:21.1552702Z GITHUB_BASE_REF=master 2022-09-27T15:29:21.1552999Z TERM=xterm 2022-09-27T15:29:21.1553516Z XLA_CUDA= 2022-09-27T15:29:21.1553808Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-09-27T15:29:21.1554131Z OPENSSL_ROOT_DIR=/opt/openssl 2022-09-27T15:29:21.1554881Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_9c9acd04-30cb-4f73-9f3b-b99fefec51aa 2022-09-27T15:29:21.1555277Z GITHUB_JOB=test 2022-09-27T15:29:21.1555458Z SCCACHE_S3_KEY_PREFIX=pull 2022-09-27T15:29:21.1556187Z COMMIT_MESSAGES=+ 871567eae42e57e9926f1a38c0b8d221f672c928 Fix mem leak because of self reference in CyclicLR+ acca92f8843f34854e73ee280c4f87ea280d2914 Typing for new CyclicLR+ 788218632109bd2065d4961cae624c62f106deee Rename scale_fn_* to private form+ 1642fe39e72ecf43de500a53610a076827e792b9 Test CyclicLR cyclic reference+ 52424e2bf38e454d535881fed9628d3e20f4f944 Fix linting 2022-09-27T15:29:21.1556752Z NUM_TEST_SHARDS=2 2022-09-27T15:29:21.1556940Z PR_NUMBER=85462 2022-09-27T15:29:21.1557109Z SHLVL=1 2022-09-27T15:29:21.1557286Z GITHUB_REPOSITORY=pytorch/pytorch 2022-09-27T15:29:21.1557516Z SHA1=52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T15:29:21.1557732Z GITHUB_EVENT_NAME=pull_request 2022-09-27T15:29:21.1557997Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-09-27T15:29:21.1558210Z GITHUB_RUN_NUMBER=50832 2022-09-27T15:29:21.1558397Z GITHUB_WORKFLOW=pull 2022-09-27T15:29:21.1558697Z 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-09-27T15:29:21.1559111Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T15:29:21.1559370Z GITHUB_TRIGGERING_ACTOR=albanD 2022-09-27T15:29:21.1559546Z _=/usr/bin/env 2022-09-27T15:29:21.1559755Z + echo 'Testing pytorch' 2022-09-27T15:29:21.1559939Z Testing pytorch 2022-09-27T15:29:21.1560124Z + export LANG=C.UTF-8 2022-09-27T15:29:21.1560315Z + LANG=C.UTF-8 2022-09-27T15:29:21.1616190Z + PR_NUMBER=85462 2022-09-27T15:29:21.1616497Z + [[ dynamo == \d\e\f\a\u\l\t ]] 2022-09-27T15:29:21.1616788Z + [[ dynamo == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-09-27T15:29:21.1617060Z + [[ dynamo == \s\l\o\w ]] 2022-09-27T15:29:21.1617436Z + [[ linux-bionic-py3.7-clang9 == *slow-gradcheck* ]] 2022-09-27T15:29:21.1617788Z + [[ linux-bionic-py3.7-clang9 == *cuda* ]] 2022-09-27T15:29:21.1618176Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:21.1618553Z + [[ linux-bionic-py3.7-clang9 == *cuda11* ]] 2022-09-27T15:29:21.1618834Z + [[ dynamo == *crossref* ]] 2022-09-27T15:29:21.1619127Z + [[ dynamo == *dynamo* ]] 2022-09-27T15:29:21.1619340Z + export PYTORCH_TEST_WITH_DYNAMO=1 2022-09-27T15:29:21.1619607Z + PYTORCH_TEST_WITH_DYNAMO=1 2022-09-27T15:29:21.1619951Z + [[ -n 85462 ]] 2022-09-27T15:29:21.1620140Z + [[ -z '' ]] 2022-09-27T15:29:21.1620335Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:21.1620573Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-09-27T15:29:21.1620859Z + [[ linux-bionic-py3.7-clang9 == *rocm* ]] 2022-09-27T15:29:21.1621136Z + [[ linux-bionic-py3.7-clang9 != *-bazel-* ]] 2022-09-27T15:29:21.1621389Z + pip_install --user ninja 2022-09-27T15:29:21.1621653Z + pip install --progress-bar off --user ninja 2022-09-27T15:29:21.5835460Z Collecting ninja 2022-09-27T15:29:21.6043887Z Downloading ninja-1.10.2.3-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl (108 kB) 2022-09-27T15:29:22.3379128Z Installing collected packages: ninja 2022-09-27T15:29:22.3469448Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-09-27T15:29:22.3470000Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-09-27T15:29:22.3529141Z Successfully installed ninja-1.10.2.3 2022-09-27T15:29:22.4336847Z + 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-09-27T15:29:22.4337750Z + 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-09-27T15:29:22.4338271Z + [[ linux-bionic-py3.7-clang9 == *asan* ]] 2022-09-27T15:29:22.4338497Z + [[ dynamo == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-09-27T15:29:22.4338720Z + [[ dynamo == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-09-27T15:29:22.4341541Z + [[ linux-bionic-py3.7-clang9 == *tbb* ]] 2022-09-27T15:29:22.4354066Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:22.4354575Z + [[ linux-bionic-py3.7-clang9 == *-bazel-* ]] 2022-09-27T15:29:22.4357408Z + cd test 2022-09-27T15:29:22.4357886Z + python -c 'import torch; print(torch.__config__.show())' 2022-09-27T15:29:23.4940463Z PyTorch built with: 2022-09-27T15:29:23.4941018Z - GCC 4.2 2022-09-27T15:29:23.4941407Z - C++ Version: 201402 2022-09-27T15:29:23.4941791Z - clang 9.0.0 2022-09-27T15:29:23.4942492Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:23.4943251Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:23.4943799Z - OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:23.4944286Z - LAPACK is enabled (usually provided by MKL) 2022-09-27T15:29:23.4944736Z - NNPACK is enabled 2022-09-27T15:29:23.4945164Z - CPU capability usage: AVX2 2022-09-27T15:29:23.4950247Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp=libomp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -Werror -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-09-27T15:29:23.4954024Z 2022-09-27T15:29:23.6963300Z + cd test 2022-09-27T15:29:23.6963753Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-09-27T15:29:24.6935340Z ATen/Parallel: 2022-09-27T15:29:24.6935815Z at::get_num_threads() : 4 2022-09-27T15:29:24.6936212Z at::get_num_interop_threads() : 4 2022-09-27T15:29:24.6936603Z OpenMP 201107 (a.k.a. OpenMP 3.1) 2022-09-27T15:29:24.6936979Z omp_get_max_threads() : 4 2022-09-27T15:29:24.6937829Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-09-27T15:29:24.6938348Z mkl_get_max_threads() : 4 2022-09-27T15:29:24.6938978Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-09-27T15:29:24.6939482Z std::thread::hardware_concurrency() : 8 2022-09-27T15:29:24.6939868Z Environment variables: 2022-09-27T15:29:24.6940246Z OMP_NUM_THREADS : [not set] 2022-09-27T15:29:24.6940639Z MKL_NUM_THREADS : [not set] 2022-09-27T15:29:24.6941032Z ATen parallel backend: OpenMP 2022-09-27T15:29:24.6941261Z 2022-09-27T15:29:24.8943245Z + [[ dynamo == *deploy* ]] 2022-09-27T15:29:24.8943660Z + [[ dynamo == *backward* ]] 2022-09-27T15:29:24.8943880Z + [[ dynamo == *xla* ]] 2022-09-27T15:29:24.8944065Z + [[ dynamo == \j\i\t\_\l\e\g\a\c\y ]] 2022-09-27T15:29:24.8944474Z + [[ linux-bionic-py3.7-clang9 == *libtorch* ]] 2022-09-27T15:29:24.8944701Z + [[ dynamo == distributed ]] 2022-09-27T15:29:24.8944879Z + [[ dynamo == *dynamo* ]] 2022-09-27T15:29:24.8945050Z + [[ 1 == 1 ]] 2022-09-27T15:29:24.8945240Z + [[ 2 -gt 1 ]] 2022-09-27T15:29:24.8945401Z + test_without_numpy 2022-09-27T15:29:24.8947115Z ++ dirname .jenkins/pytorch/test.sh 2022-09-27T15:29:24.8955035Z + pushd .jenkins/pytorch 2022-09-27T15:29:24.8955336Z ~/workspace/.jenkins/pytorch ~/workspace 2022-09-27T15:29:24.8955938Z + 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-09-27T15:29:25.8416288Z -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-09-27T15:29:26.0345682Z + python -c 'import sys;sys.path.insert(0, '\''fake_numpy'\'');import torch;print(torch.tensor([torch.tensor(0.), torch.tensor(1.)]))' 2022-09-27T15:29:26.9577460Z -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-09-27T15:29:26.9586105Z tensor([0., 1.]) 2022-09-27T15:29:27.1555786Z + popd 2022-09-27T15:29:27.1556192Z ~/workspace 2022-09-27T15:29:27.1556536Z + install_torchvision 2022-09-27T15:29:27.1556711Z + local commit 2022-09-27T15:29:27.1558455Z ++ get_pinned_commit vision 2022-09-27T15:29:27.1558870Z ++ cat .github/ci_commit_pins/vision.txt 2022-09-27T15:29:27.1585703Z + commit=2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.1586605Z + pip_install --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.1587167Z + pip install --progress-bar off --no-use-pep517 --user git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.5229255Z Collecting git+https://github.com/pytorch/vision.git@2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:27.5235226Z Cloning https://github.com/pytorch/vision.git (to revision 2c1022e3ee89834228d64445d569f0efd6b93fb8) to /tmp/pip-req-build-npu1ndw5 2022-09-27T15:29:27.5408709Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/vision.git /tmp/pip-req-build-npu1ndw5 2022-09-27T15:29:29.5039278Z Running command git rev-parse -q --verify 'sha^2c1022e3ee89834228d64445d569f0efd6b93fb8' 2022-09-27T15:29:29.5083095Z Running command git fetch -q https://github.com/pytorch/vision.git 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:30.3827892Z Running command git checkout -q 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:30.7169359Z Resolved https://github.com/pytorch/vision.git to commit 2c1022e3ee89834228d64445d569f0efd6b93fb8 2022-09-27T15:29:32.6502772Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:29:32.6580111Z [?25hRequirement already satisfied: typing_extensions in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (4.3.0) 2022-09-27T15:29:32.6584351Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.18.5) 2022-09-27T15:29:32.6587923Z Requirement already satisfied: requests in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (2.27.1) 2022-09-27T15:29:32.6591711Z Requirement already satisfied: torch in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (1.13.0a0+git52424e2) 2022-09-27T15:29:32.6598890Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.7/site-packages (from torchvision==0.14.0a0+2c1022e) (9.2.0) 2022-09-27T15:29:32.6853957Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (1.26.8) 2022-09-27T15:29:32.6860106Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2022.9.14) 2022-09-27T15:29:32.6874370Z Requirement already satisfied: charset-normalizer~=2.0.0 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (2.0.4) 2022-09-27T15:29:32.6886612Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.7/site-packages (from requests->torchvision==0.14.0a0+2c1022e) (3.3) 2022-09-27T15:29:32.7026711Z Building wheels for collected packages: torchvision 2022-09-27T15:30:40.6981032Z Building wheel for torchvision (setup.py) ... [?25l- \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ done 2022-09-27T15:30:40.7329943Z [?25h Created wheel for torchvision: filename=torchvision-0.14.0a0+2c1022e-cp37-cp37m-linux_x86_64.whl size=13793596 sha256=781d7f13e83676dae37d93f13f9920df2fe240bd83578269ee0e081b1510c47c 2022-09-27T15:30:40.7331047Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/54/3c/b1/9e73e6e3c514e799d3391d5ca318b09f89e7fa0e9f925d2c5a 2022-09-27T15:30:40.7378687Z Successfully built torchvision 2022-09-27T15:30:41.4397023Z Installing collected packages: torchvision 2022-09-27T15:30:41.9835504Z Successfully installed torchvision-0.14.0a0+2c1022e 2022-09-27T15:30:42.1204823Z + install_torchdynamo 2022-09-27T15:30:42.1205090Z + local commit 2022-09-27T15:30:42.1207911Z ++ get_pinned_commit torchdynamo 2022-09-27T15:30:42.1208206Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-09-27T15:30:42.1234222Z + commit=41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:42.1234830Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:42.1235368Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:42.4917296Z Collecting git+https://github.com/pytorch/torchdynamo.git@41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:42.4922495Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 41c44bc1d080d6cf063419a4166732b983b84eef) to /tmp/pip-req-build-kok_cmbr 2022-09-27T15:30:42.4958021Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-kok_cmbr 2022-09-27T15:30:43.2866574Z Running command git rev-parse -q --verify 'sha^41c44bc1d080d6cf063419a4166732b983b84eef' 2022-09-27T15:30:43.2904501Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:43.5900733Z Running command git checkout -q 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:43.9106798Z Resolved https://github.com/pytorch/torchdynamo.git to commit 41c44bc1d080d6cf063419a4166732b983b84eef 2022-09-27T15:30:45.7384443Z Preparing metadata (setup.py) ... [?25l- done 2022-09-27T15:30:45.7454555Z [?25hRequirement already satisfied: torch>=1.12.0 in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.13.0a0+git52424e2) 2022-09-27T15:30:45.7459173Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-09-27T15:30:45.7795851Z Collecting tabulate 2022-09-27T15:30:45.8010212Z Downloading tabulate-0.8.10-py3-none-any.whl (29 kB) 2022-09-27T15:30:45.8065167Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-09-27T15:30:45.8068797Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-09-27T15:30:45.8090611Z 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-09-27T15:30:45.8114546Z 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-09-27T15:30:45.8211675Z Building wheels for collected packages: torchdynamo 2022-09-27T15:30:49.5853289Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-09-27T15:30:49.5934491Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2594468 sha256=a09de4a9ad09a4fcefcd766b28dbc9a8e4f42fc01eeb555ab1efb8f9b8bcb78e 2022-09-27T15:30:49.5935877Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/77/0f/de/99455111d0619b9c9ed3eeb8e83431c83a6c69394197cf5fb8 2022-09-27T15:30:49.5963914Z Successfully built torchdynamo 2022-09-27T15:30:50.3168074Z Installing collected packages: tabulate, torchdynamo 2022-09-27T15:30:50.5830593Z Successfully installed tabulate-0.8.10 torchdynamo-1.13.0.dev0 2022-09-27T15:30:50.6812456Z + test_dynamo_shard 1 2022-09-27T15:30:50.6812849Z + [[ -z 2 ]] 2022-09-27T15:30:50.6813682Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --exclude test_autograd test_proxy_tensor test_quantization test_public_bindings test_dataloader test_reductions test_namedtensor test_namedtuple_return_api profiler/test_profiler profiler/test_profiler_tree test_overrides test_python_dispatch test_fx test_package test_vmap --shard 1 2 --verbose 2022-09-27T15:30:52.1361694Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T15:30:52.3270956Z Ignoring disabled issues: [] 2022-09-27T15:30:52.3417018Z Found test time stats from artifacts 2022-09-27T15:30:52.3417746Z Selected tests: 2022-09-27T15:30:52.3418037Z test_ops 2022-09-27T15:30:52.3418321Z test_schema_check 2022-09-27T15:30:52.3418605Z test_unary_ufuncs 2022-09-27T15:30:52.3418863Z test_linalg 2022-09-27T15:30:52.3419075Z test_sparse_csr 2022-09-27T15:30:52.3419615Z test_spectral_ops 2022-09-27T15:30:52.3419848Z test_foreach 2022-09-27T15:30:52.3420081Z test_tensor_creation_ops 2022-09-27T15:30:52.3420342Z test_cpp_extensions_jit 2022-09-27T15:30:52.3420583Z test_mkldnn 2022-09-27T15:30:52.3420790Z test_tensorexpr 2022-09-27T15:30:52.3421055Z test_functional_autograd_benchmark 2022-09-27T15:30:52.3423078Z test_serialization 2022-09-27T15:30:52.3423513Z test_tensorboard 2022-09-27T15:30:52.3423811Z test_view_ops 2022-09-27T15:30:52.3424144Z test_ao_sparsity 2022-09-27T15:30:52.3424480Z test_xnnpack_integration 2022-09-27T15:30:52.3424830Z test_jit_autocast 2022-09-27T15:30:52.3425033Z test_mkldnn_fusion 2022-09-27T15:30:52.3425204Z test_openmp 2022-09-27T15:30:52.3425375Z test_sort_and_select 2022-09-27T15:30:52.3425602Z test_multiprocessing 2022-09-27T15:30:52.3425764Z test_indexing 2022-09-27T15:30:52.3425942Z test_module_init 2022-09-27T15:30:52.3426120Z test_model_dump 2022-09-27T15:30:52.3426332Z test_import_stats 2022-09-27T15:30:52.3426519Z lazy/test_step_closures 2022-09-27T15:30:52.3426697Z test_logging 2022-09-27T15:30:52.3426859Z test_functional_optim 2022-09-27T15:30:52.3427093Z test_fake_tensor 2022-09-27T15:30:52.3427270Z test_bundled_inputs 2022-09-27T15:30:52.3427439Z test_native_functions 2022-09-27T15:30:52.3427615Z test_autocast 2022-09-27T15:30:52.3427843Z test_function_schema 2022-09-27T15:30:52.3428045Z test_per_overload_api 2022-09-27T15:30:52.3428335Z test_show_pickle 2022-09-27T15:30:52.3433938Z test_set_default_mobile_cpu_allocator 2022-09-27T15:30:52.3434293Z test_type_info 2022-09-27T15:30:52.3434647Z test_cpp_extensions_open_device_registration 2022-09-27T15:30:52.3434960Z benchmark_utils/test_benchmark_utils 2022-09-27T15:30:52.3435154Z test_numpy_interop 2022-09-27T15:30:52.3435330Z test_prims 2022-09-27T15:30:52.3435498Z test_native_mha 2022-09-27T15:30:52.3435726Z test_tensorexpr_pybind 2022-09-27T15:30:52.3436038Z test_cpp_extensions_aot_ninja 2022-09-27T15:30:52.3436375Z test_dlpack 2022-09-27T15:30:52.3436676Z lazy/test_bindings 2022-09-27T15:30:52.3436977Z lazy/test_meta_kernel 2022-09-27T15:30:52.3437183Z test_cuda 2022-09-27T15:30:52.3437358Z test_cuda_sanitizer 2022-09-27T15:30:52.3437533Z test_deploy 2022-09-27T15:30:52.3437721Z test_hub 2022-09-27T15:30:52.3437955Z test_mps 2022-09-27T15:30:52.3438216Z doctests 2022-09-27T15:30:52.3656592Z Prioritized test from test file changes. 2022-09-27T15:30:52.3657053Z reordering tests for PR: 2022-09-27T15:30:52.3657883Z prioritized: ['test_ops', 'test_schema_check', 'test_linalg', 'test_sparse_csr', 'test_tensorexpr', 'test_fake_tensor', 'test_prims', 'test_mps'] 2022-09-27T15:30:52.3659978Z the rest: ['test_unary_ufuncs', 'test_spectral_ops', 'test_foreach', 'test_tensor_creation_ops', 'test_cpp_extensions_jit', 'test_mkldnn', 'test_functional_autograd_benchmark', 'test_serialization', 'test_tensorboard', 'test_view_ops', 'test_ao_sparsity', 'test_xnnpack_integration', 'test_jit_autocast', 'test_mkldnn_fusion', 'test_openmp', 'test_sort_and_select', 'test_multiprocessing', 'test_indexing', 'test_module_init', 'test_model_dump', 'test_import_stats', 'lazy/test_step_closures', 'test_logging', 'test_functional_optim', 'test_bundled_inputs', 'test_native_functions', 'test_autocast', 'test_function_schema', 'test_per_overload_api', 'test_show_pickle', 'test_set_default_mobile_cpu_allocator', 'test_type_info', 'test_cpp_extensions_open_device_registration', 'benchmark_utils/test_benchmark_utils', 'test_numpy_interop', 'test_native_mha', 'test_tensorexpr_pybind', 'test_cpp_extensions_aot_ninja', 'test_dlpack', 'lazy/test_bindings', 'lazy/test_meta_kernel', 'test_cuda', 'test_cuda_sanitizer', 'test_deploy', 'test_hub', 'doctests'] 2022-09-27T15:30:52.3661301Z 2022-09-27T15:30:52.3661699Z 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-09-27T15:30:52.3856718Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to /var/lib/jenkins/workspace/test/.pytorch-disabled-tests.json 2022-09-27T15:30:52.4051810Z Running test_ops ... [2022-09-27 15:30:52.404818] 2022-09-27T15:30:52.4052342Z Executing ['/opt/conda/bin/python', '-bb', 'test_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:30:52.404877] 2022-09-27T15:30:56.6496472Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops.xml 2022-09-27T15:30:56.8726347Z ============================= test session starts ============================== 2022-09-27T15:30:56.8726887Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T15:30:56.8791539Z cachedir: .pytest_cache 2022-09-27T15:30:56.8792189Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-09-27T15:30:56.8792742Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T15:30:56.8793504Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T15:30:56.8793772Z 2022-09-27T15:30:56.9238072Z gw0 I / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:56.9238382Z [gw0] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:56.9238541Z 2022-09-27T15:30:56.9679746Z gw0 C / gw1 I / gw2 I / gw3 I 2022-09-27T15:30:56.9680214Z [gw1] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:56.9680493Z 2022-09-27T15:30:57.0227041Z gw0 C / gw1 C / gw2 I / gw3 I 2022-09-27T15:30:57.0227561Z [gw2] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:57.0227859Z 2022-09-27T15:30:57.0868104Z gw0 C / gw1 C / gw2 C / gw3 I 2022-09-27T15:30:57.0868617Z [gw3] linux Python 3.7.13 cwd: /var/lib/jenkins/workspace/test 2022-09-27T15:30:57.0868840Z 2022-09-27T15:30:57.5632447Z gw0 C / gw1 C / gw2 C / gw3 C 2022-09-27T15:30:57.5633350Z [gw1] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:57.5633595Z 2022-09-27T15:30:57.5633754Z gw0 C / gw1 ok / gw2 C / gw3 C 2022-09-27T15:30:57.5634256Z [gw2] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:57.5634513Z 2022-09-27T15:30:57.5772719Z gw0 C / gw1 ok / gw2 ok / gw3 C 2022-09-27T15:30:57.5773593Z [gw3] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:57.5773862Z 2022-09-27T15:30:57.5774019Z gw0 C / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:30:57.5775360Z [gw0] Python 3.7.13 (default, Mar 29 2022, 02:18:16) -- [GCC 7.5.0] 2022-09-27T15:30:57.5775618Z 2022-09-27T15:31:03.1892330Z gw0 ok / gw1 ok / gw2 ok / gw3 ok 2022-09-27T15:31:03.2754991Z gw0 ok / gw1 ok / gw2 ok / gw3 [25028] 2022-09-27T15:31:03.3274558Z gw0 ok / gw1 [25028] / gw2 ok / gw3 [25028] 2022-09-27T15:31:03.3418752Z gw0 ok / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:31:03.3422685Z gw0 [25028] / gw1 [25028] / gw2 [25028] / gw3 [25028] 2022-09-27T15:31:03.3422966Z scheduling tests via LoadScheduling 2022-09-27T15:31:03.4930739Z 2022-09-27T15:31:03.4934486Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:31:03.4935573Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:31:03.4936225Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:31:08.2817295Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:31:08.2923499Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 2022-09-27T15:31:08.2992235Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:31:08.3001884Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 2022-09-27T15:31:08.3527175Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:31:08.3544390Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 2022-09-27T15:31:08.3545702Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:31:08.3554728Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 2022-09-27T15:31:08.3591725Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:31:08.3965235Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 2022-09-27T15:31:08.4070483Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:31:08.4232955Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 2022-09-27T15:31:08.4243099Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 2022-09-27T15:31:08.4406726Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:31:08.4479422Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:31:08.4589010Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 2022-09-27T15:31:08.4684255Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 2022-09-27T15:31:08.4845380Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:31:08.4853822Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 2022-09-27T15:31:08.4884128Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:31:08.5125285Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 2022-09-27T15:31:08.5164394Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:31:08.5283990Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 2022-09-27T15:31:08.5322662Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:31:08.5565754Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 2022-09-27T15:31:08.5602481Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:31:08.5725108Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 2022-09-27T15:31:08.6006149Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:31:08.6081273Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:31:08.6445798Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 2022-09-27T15:31:11.8806300Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:31:11.8815083Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 2022-09-27T15:31:11.8958255Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:31:11.9246168Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 2022-09-27T15:31:11.9291635Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:31:11.9596066Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 2022-09-27T15:31:11.9606826Z [gw2] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_cpu_complex32 2022-09-27T15:31:11.9684655Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:31:11.9739619Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:31:12.0076245Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 2022-09-27T15:31:12.0084787Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 2022-09-27T15:31:12.0123554Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:31:12.0201853Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:31:12.0273722Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 2022-09-27T15:31:12.0525304Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 2022-09-27T15:31:12.0556963Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:31:12.0568692Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 2022-09-27T15:31:12.0607720Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:31:12.0965994Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 2022-09-27T15:31:12.1002412Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:31:12.1012222Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 2022-09-27T15:31:12.1076502Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:31:12.1404833Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 2022-09-27T15:31:12.1459345Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:31:12.1483268Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 2022-09-27T15:31:12.1524585Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:31:12.1846061Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 2022-09-27T15:31:12.1924772Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:31:12.1949192Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:31:12.1987874Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 2022-09-27T15:31:12.2285914Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 2022-09-27T15:31:12.2332256Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:31:12.2362643Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 2022-09-27T15:31:12.2393897Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:31:12.2724807Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 2022-09-27T15:31:12.2801438Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:31:12.2813187Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 2022-09-27T15:31:12.2820728Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 2022-09-27T15:31:12.2842339Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:31:12.2864910Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:31:12.2895193Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 2022-09-27T15:31:12.3164741Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 2022-09-27T15:31:12.3198326Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:31:12.3242552Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 2022-09-27T15:31:12.3279523Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:31:12.3288605Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 2022-09-27T15:31:12.3354063Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:31:12.3361450Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 2022-09-27T15:31:12.3395242Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:31:12.3397710Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 2022-09-27T15:31:12.3603454Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 2022-09-27T15:31:12.3637246Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:31:12.3681408Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 2022-09-27T15:31:12.3723676Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:31:12.3728232Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:31:12.3739176Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 2022-09-27T15:31:12.3801358Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_cpu_complex32 2022-09-27T15:31:12.3837487Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:31:12.4043465Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 2022-09-27T15:31:12.4075288Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:31:12.4121818Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 2022-09-27T15:31:12.4152880Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:31:12.4163378Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 2022-09-27T15:31:12.4204571Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:31:12.4241354Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 2022-09-27T15:31:12.4277858Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:31:12.4484472Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 2022-09-27T15:31:12.4512792Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:31:12.4561272Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 2022-09-27T15:31:12.4601477Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:31:12.4609039Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:31:12.4639171Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 2022-09-27T15:31:12.4681723Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 2022-09-27T15:31:12.4724696Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:31:12.4923640Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 2022-09-27T15:31:12.4967096Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:31:12.5001365Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 2022-09-27T15:31:12.5041143Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:31:12.5046142Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:31:12.5057335Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 2022-09-27T15:31:12.5121848Z [gw3] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_like_cpu_complex32 2022-09-27T15:31:12.5174766Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:31:12.5362578Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 2022-09-27T15:31:12.5403123Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:31:12.5441000Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 2022-09-27T15:31:12.5456748Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:31:12.5480814Z [gw0] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_empty_strided_cpu_complex32 2022-09-27T15:31:12.5523449Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:31:12.5561406Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 2022-09-27T15:31:12.5616448Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:31:12.5802594Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 2022-09-27T15:31:12.5849230Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:31:12.5881082Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 2022-09-27T15:31:12.5949141Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:31:12.5961082Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 2022-09-27T15:31:12.6004365Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:31:12.6006449Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 2022-09-27T15:31:12.6048191Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:31:12.6243580Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 2022-09-27T15:31:12.6290927Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:31:12.6322750Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 2022-09-27T15:31:12.6363820Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:31:12.6403236Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 2022-09-27T15:31:12.6442293Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:31:12.6459278Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:31:12.6478705Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 2022-09-27T15:31:12.6685012Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 2022-09-27T15:31:12.6770988Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:31:12.6802820Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 2022-09-27T15:31:12.6854830Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:31:12.6883904Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 2022-09-27T15:31:12.6888648Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:31:12.6912882Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:31:12.6987094Z [gw1] [ 0%] SKIPPED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_rand_like_cpu_complex32 2022-09-27T15:31:12.7124646Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 2022-09-27T15:31:12.7194526Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:31:12.7283725Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 2022-09-27T15:31:12.7324197Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:31:12.7349909Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:31:12.7356181Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:31:12.7393506Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 2022-09-27T15:31:12.7453466Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 2022-09-27T15:31:12.7564352Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 2022-09-27T15:31:12.7631290Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:31:12.7767176Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 2022-09-27T15:31:12.7769452Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:31:12.7815233Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:31:12.7825201Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:31:12.7838245Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 2022-09-27T15:31:12.7892984Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 2022-09-27T15:31:12.8003792Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 2022-09-27T15:31:12.8072511Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:31:12.8206271Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 2022-09-27T15:31:12.8207188Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:31:12.8263209Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:31:12.8271402Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 2022-09-27T15:31:12.8289663Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:31:12.8444191Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 2022-09-27T15:31:12.8493184Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:31:12.8687012Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 2022-09-27T15:31:12.8688356Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:31:12.8766400Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:31:12.8768612Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 2022-09-27T15:31:12.8883777Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 2022-09-27T15:31:12.9127282Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:31:12.9127922Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:31:12.9179790Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:31:12.9229293Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 2022-09-27T15:31:12.9567393Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 2022-09-27T15:31:12.9568099Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:31:12.9596741Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:31:12.9610962Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 2022-09-27T15:31:13.0006773Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 2022-09-27T15:31:13.0007781Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:31:13.0048499Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:31:13.0446100Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 2022-09-27T15:31:13.1038410Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:31:13.1049085Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_T_cpu 2022-09-27T15:31:13.1606746Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:31:13.1618091Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu 2022-09-27T15:31:13.1923628Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:31:13.1931693Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes_H_cpu 2022-09-27T15:31:13.2895703Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:31:13.2903274Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu 2022-09-27T15:31:13.3367379Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:31:13.3380789Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___radd___cpu 2022-09-27T15:31:13.4063430Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:31:13.4078647Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___ror___cpu 2022-09-27T15:31:13.4518385Z test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:31:13.4534142Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rand___cpu 2022-09-27T15:31:13.4748848Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:31:13.4966247Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu 2022-09-27T15:31:13.4975625Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:31:13.4987302Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu 2022-09-27T15:31:13.6391157Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:31:13.6399552Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu 2022-09-27T15:31:13.6679257Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:31:13.6696804Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu 2022-09-27T15:31:13.6947664Z test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:31:13.6958871Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu 2022-09-27T15:31:13.7114611Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:31:13.7124653Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amax_cpu 2022-09-27T15:31:13.7581824Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:31:13.7594525Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu 2022-09-27T15:31:13.8220957Z test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:31:13.8231878Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumprod_cpu 2022-09-27T15:31:13.8711661Z test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:31:13.8721105Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmax_cpu 2022-09-27T15:31:13.9281572Z test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:31:13.9294080Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_amin_cpu 2022-09-27T15:31:13.9473178Z test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:31:13.9481281Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_argmin_cpu 2022-09-27T15:31:14.0376512Z test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:31:14.0385591Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_cumsum_cpu 2022-09-27T15:31:14.1857069Z test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:31:14.1868667Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_mean_cpu 2022-09-27T15:31:14.2959423Z test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:31:14.2968077Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logaddexp_cpu 2022-09-27T15:31:14.4642360Z test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:31:14.4651835Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_log_softmax_cpu 2022-09-27T15:31:14.4981924Z test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:31:14.4995034Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_logsumexp_cpu 2022-09-27T15:31:14.5709355Z test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:31:14.5721865Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_median_cpu 2022-09-27T15:31:14.8350283Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:31:14.8358690Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_prod_cpu 2022-09-27T15:31:14.9341851Z test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:31:14.9352045Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_sum_cpu 2022-09-27T15:31:14.9610049Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:31:14.9765453Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu 2022-09-27T15:31:15.1017698Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:31:15.1024327Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_normalize_cpu 2022-09-27T15:31:15.1544977Z test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:31:15.1554671Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmax_cpu 2022-09-27T15:31:15.5026360Z test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:31:15.5035751Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu 2022-09-27T15:31:16.0131856Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:31:16.0144910Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu 2022-09-27T15:31:16.0265639Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:31:16.0566344Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu 2022-09-27T15:31:16.0799992Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:31:16.1007223Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu 2022-09-27T15:31:16.2345710Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:31:16.2356142Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_var_cpu 2022-09-27T15:31:16.3260108Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:31:16.3268957Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu 2022-09-27T15:31:16.3629461Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:31:16.3683819Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu 2022-09-27T15:31:16.4093388Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:31:16.4101711Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu 2022-09-27T15:31:16.4147176Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:31:16.4526980Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu 2022-09-27T15:31:16.4787058Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:31:16.4916347Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu 2022-09-27T15:31:16.4923806Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_std_cpu 2022-09-27T15:31:16.4962870Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:31:16.5200934Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:31:16.5365143Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu 2022-09-27T15:31:16.5752639Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:31:16.5769269Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu 2022-09-27T15:31:16.5777902Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu 2022-09-27T15:31:16.5801173Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:31:16.5846111Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:31:16.6205876Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu 2022-09-27T15:31:16.6442145Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:31:16.6646332Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu 2022-09-27T15:31:16.7046335Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:31:16.7083017Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu 2022-09-27T15:31:16.7249899Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:31:16.7420372Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu 2022-09-27T15:31:16.7427186Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu 2022-09-27T15:31:16.7524853Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:31:16.8621009Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:31:16.8629782Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu 2022-09-27T15:31:16.8726125Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:31:16.8865365Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu 2022-09-27T15:31:16.8872658Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu 2022-09-27T15:31:16.9045578Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:31:16.9095221Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:31:16.9133183Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu 2022-09-27T15:31:16.9283363Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu 2022-09-27T15:31:16.9484383Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:31:17.0188893Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:31:17.0197830Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu 2022-09-27T15:31:17.0279027Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:31:17.0606061Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu 2022-09-27T15:31:17.0893330Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:31:17.1045099Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu 2022-09-27T15:31:17.1130302Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:31:17.1486354Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu 2022-09-27T15:31:17.1898157Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:31:17.1906223Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu 2022-09-27T15:31:17.2106809Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:31:17.2119183Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu 2022-09-27T15:31:17.2371773Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:31:17.2382245Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu 2022-09-27T15:31:17.2577882Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:31:17.2706301Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu 2022-09-27T15:31:17.2714016Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu 2022-09-27T15:31:17.2804296Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:31:17.2885266Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:31:17.3166571Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu 2022-09-27T15:31:17.4051087Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:31:17.4067974Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu 2022-09-27T15:31:17.5072567Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:31:17.5089029Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu 2022-09-27T15:31:17.5410715Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:31:17.5478636Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu 2022-09-27T15:31:17.5491018Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu 2022-09-27T15:31:17.5525687Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:31:17.5583214Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:31:17.5969016Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu 2022-09-27T15:31:17.6430762Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:31:17.6445641Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu 2022-09-27T15:31:17.6527975Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:31:17.6542661Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu 2022-09-27T15:31:17.6623345Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:31:17.6665874Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu 2022-09-27T15:31:17.6677581Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu 2022-09-27T15:31:17.7004672Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:31:17.7156053Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:31:17.7166684Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu 2022-09-27T15:31:17.7400084Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:31:17.7544403Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu 2022-09-27T15:31:17.7556744Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu 2022-09-27T15:31:17.7566594Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:31:17.7785979Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:31:17.8007094Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu 2022-09-27T15:31:17.8022013Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:31:17.8037425Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu 2022-09-27T15:31:17.8305802Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:31:17.8446090Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu 2022-09-27T15:31:17.8491638Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:31:17.8509710Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu 2022-09-27T15:31:17.8629728Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:31:17.8926081Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu 2022-09-27T15:31:17.9711293Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:31:17.9722687Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu 2022-09-27T15:31:17.9759435Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:31:17.9771300Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu 2022-09-27T15:31:18.0002335Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:31:18.0126444Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu 2022-09-27T15:31:18.0529208Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:31:18.0539296Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu 2022-09-27T15:31:18.0811104Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:31:18.0826495Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu 2022-09-27T15:31:18.1504394Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:31:18.1516271Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu 2022-09-27T15:31:18.2050575Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:31:18.2062411Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu 2022-09-27T15:31:18.2178086Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:31:18.2451442Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu 2022-09-27T15:31:18.2460940Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu 2022-09-27T15:31:18.2484982Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:31:18.2557075Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:31:18.2761754Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu 2022-09-27T15:31:18.2886062Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu 2022-09-27T15:31:18.2924953Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:31:18.3308031Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:31:18.3365925Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu 2022-09-27T15:31:18.4354342Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:31:18.4357913Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu 2022-09-27T15:31:18.5001262Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:31:18.5019263Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu 2022-09-27T15:31:18.6021600Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:31:18.6037571Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu 2022-09-27T15:31:18.6359832Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:31:18.6376614Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu 2022-09-27T15:31:18.7152049Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:31:18.7170672Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu 2022-09-27T15:31:18.7341965Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:31:18.7358394Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu 2022-09-27T15:31:18.8553522Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:31:18.8564659Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu 2022-09-27T15:31:18.8643762Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:31:18.8654119Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu 2022-09-27T15:31:18.8672866Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:31:18.8967852Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu 2022-09-27T15:31:18.9081647Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:31:18.9406882Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu 2022-09-27T15:31:18.9441229Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:31:18.9455390Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu 2022-09-27T15:31:18.9665758Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:31:18.9886745Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu 2022-09-27T15:31:18.9992796Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:31:19.0016406Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu 2022-09-27T15:31:19.0537174Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:31:19.0548687Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu 2022-09-27T15:31:19.0771109Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:31:19.0780302Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu 2022-09-27T15:31:19.1028091Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:31:19.1036488Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu 2022-09-27T15:31:19.1243198Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:31:19.1443911Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu 2022-09-27T15:31:19.2202884Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:31:19.2210989Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu 2022-09-27T15:31:19.3105717Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:31:19.3115472Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu 2022-09-27T15:31:19.5200232Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:31:19.5208217Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu 2022-09-27T15:31:19.5342104Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:31:19.5646762Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu 2022-09-27T15:31:19.7288923Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:31:19.7298680Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu 2022-09-27T15:31:19.7377744Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:31:19.7727662Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu 2022-09-27T15:31:19.8146833Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:31:19.8155499Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu 2022-09-27T15:31:19.8402071Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:31:19.8411257Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu 2022-09-27T15:31:19.8429296Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:31:19.8564498Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu 2022-09-27T15:31:19.8829540Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:31:19.9006265Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu 2022-09-27T15:31:19.9590167Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:31:19.9598357Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu 2022-09-27T15:31:20.1546789Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:31:20.1556333Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu 2022-09-27T15:31:20.1839983Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:31:20.1963701Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu 2022-09-27T15:31:20.2427304Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:31:20.2436254Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu 2022-09-27T15:31:20.2826714Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:31:20.2835458Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu 2022-09-27T15:31:20.4965741Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:31:20.4976191Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu 2022-09-27T15:31:20.5479719Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:31:20.5490869Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu 2022-09-27T15:31:20.6167448Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:20.6183517Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:20.6931530Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:31:20.6946693Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu 2022-09-27T15:31:21.1049043Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:31:21.1062198Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu 2022-09-27T15:31:21.1189358Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:31:21.1333435Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu 2022-09-27T15:31:21.1344182Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_norm_cpu 2022-09-27T15:31:21.1485132Z test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:31:21.1692725Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:31:21.1709379Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu 2022-09-27T15:31:21.1926665Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:31:21.1941800Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu 2022-09-27T15:31:21.1963473Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu 2022-09-27T15:31:21.2239913Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:31:21.2745060Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:31:21.2760904Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu 2022-09-27T15:31:21.2985012Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:31:21.3207129Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu 2022-09-27T15:31:21.3954057Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:31:21.3962318Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu 2022-09-27T15:31:21.4085908Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:31:21.4095374Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu 2022-09-27T15:31:21.4232783Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:31:21.4241341Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu 2022-09-27T15:31:21.4773808Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:31:21.4783062Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu 2022-09-27T15:31:21.5747596Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:31:21.5756437Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu 2022-09-27T15:31:21.5838946Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:31:21.5851620Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu 2022-09-27T15:31:21.7201506Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:31:21.7211542Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu 2022-09-27T15:31:21.7221536Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu 2022-09-27T15:31:21.7227791Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:31:21.7271170Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:31:21.7490998Z [gw3] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu 2022-09-27T15:31:21.7517457Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu 2022-09-27T15:31:21.7524820Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__masked_softmin_cpu 2022-09-27T15:31:21.7648555Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:31:21.7649729Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:31:21.7755246Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:21.7966770Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu 2022-09-27T15:31:21.8156960Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:31:21.8166404Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:21.8890836Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:31:21.8897751Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu 2022-09-27T15:31:21.8983595Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:31:21.9046960Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu 2022-09-27T15:31:21.9054284Z [gw2] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu 2022-09-27T15:31:21.9324698Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:31:21.9393504Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:31:21.9766407Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu 2022-09-27T15:31:22.0606393Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:31:22.0618124Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu 2022-09-27T15:31:22.1040686Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:31:22.1049544Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:31:22.1328822Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:31:22.1340970Z [gw1] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu 2022-09-27T15:31:22.1499343Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:31:22.1510858Z [gw0] [ 0%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu 2022-09-27T15:31:22.1913518Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:31:22.1926288Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu 2022-09-27T15:31:22.2047902Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:31:22.2059848Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu 2022-09-27T15:31:22.2116237Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:31:22.2140721Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu 2022-09-27T15:31:22.2324832Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu 2022-09-27T15:31:22.2444032Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:31:22.2524119Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu 2022-09-27T15:31:22.2733893Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:31:22.2799220Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu 2022-09-27T15:31:22.3040907Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:31:22.3510220Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:31:22.3522101Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu 2022-09-27T15:31:22.3537096Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu 2022-09-27T15:31:22.3799915Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:31:22.3918471Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:31:22.3923194Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu 2022-09-27T15:31:22.4607262Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:31:22.4622992Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu 2022-09-27T15:31:22.4698882Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:31:22.4717535Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu 2022-09-27T15:31:22.4809516Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:31:22.5081405Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu 2022-09-27T15:31:22.5094821Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu 2022-09-27T15:31:22.5121422Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:31:22.5183905Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:31:22.5243303Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu 2022-09-27T15:31:22.5524407Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu 2022-09-27T15:31:22.5562831Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:31:22.5951207Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:31:22.6044308Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu 2022-09-27T15:31:22.6734134Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:31:22.6742040Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu 2022-09-27T15:31:22.6955690Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:31:22.7165127Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu 2022-09-27T15:31:22.7243959Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:31:22.7251534Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:31:22.7337457Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:31:22.7726377Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu 2022-09-27T15:31:22.7824817Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:31:22.7835200Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu 2022-09-27T15:31:22.7978466Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:31:22.7989137Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu 2022-09-27T15:31:22.8000271Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:31:22.8245518Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu 2022-09-27T15:31:22.8314906Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:31:22.8365694Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu 2022-09-27T15:31:22.8401573Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu 2022-09-27T15:31:22.8686253Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:31:22.9179911Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:31:22.9188936Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu 2022-09-27T15:31:23.0039778Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:31:23.0051002Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu 2022-09-27T15:31:23.0092734Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:31:23.0101716Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu 2022-09-27T15:31:23.0730586Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:23.0758481Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu 2022-09-27T15:31:23.0772725Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:31:23.0785074Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu 2022-09-27T15:31:23.0798022Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu 2022-09-27T15:31:23.0975865Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:31:23.1164420Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu 2022-09-27T15:31:23.1203325Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:31:23.1649600Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:31:23.1657642Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:23.1726159Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:23.1737104Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu 2022-09-27T15:31:23.1798299Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:31:23.2130274Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu 2022-09-27T15:31:23.2137676Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu 2022-09-27T15:31:23.2163729Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:31:23.2264081Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:31:23.2566827Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu 2022-09-27T15:31:23.2685207Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:31:23.2701499Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu 2022-09-27T15:31:23.3287600Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:31:23.3299653Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu 2022-09-27T15:31:23.3310394Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu 2022-09-27T15:31:23.3316636Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:31:23.3640791Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:31:23.3723394Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu 2022-09-27T15:31:23.3813430Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:31:23.4206664Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu 2022-09-27T15:31:23.4421939Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:31:23.4438314Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu 2022-09-27T15:31:23.4695086Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:31:23.4709183Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu 2022-09-27T15:31:23.4928757Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:31:23.5275312Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu 2022-09-27T15:31:23.5487822Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:31:23.5501032Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu 2022-09-27T15:31:23.6532104Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:31:23.6544389Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu 2022-09-27T15:31:23.6722818Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:31:23.6843130Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu 2022-09-27T15:31:23.6851158Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu 2022-09-27T15:31:23.6965163Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:31:23.7087333Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:31:23.7351471Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu 2022-09-27T15:31:23.7361447Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addr_cpu 2022-09-27T15:31:23.7405379Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:31:23.7441117Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:31:23.7457568Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu 2022-09-27T15:31:23.8172515Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:31:23.8191043Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu 2022-09-27T15:31:23.8292390Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:31:23.8604171Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu 2022-09-27T15:31:23.8684236Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:31:23.9001057Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu 2022-09-27T15:31:23.9007793Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu 2022-09-27T15:31:23.9083772Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:31:23.9103753Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:31:23.9111418Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amin_cpu 2022-09-27T15:31:23.9285679Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:31:23.9526249Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu 2022-09-27T15:31:23.9665869Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:31:23.9674720Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:24.0051517Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:31:24.0061974Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu 2022-09-27T15:31:24.0275283Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:31:24.0487495Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu 2022-09-27T15:31:24.0870678Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:31:24.0924131Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu 2022-09-27T15:31:24.1325753Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:31:24.1337385Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu 2022-09-27T15:31:24.1746531Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:31:24.1804037Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu 2022-09-27T15:31:24.1914881Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:31:24.1924556Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu 2022-09-27T15:31:24.2086397Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:31:24.2211618Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu 2022-09-27T15:31:24.2248644Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:31:24.2257760Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:31:24.2281011Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:31:24.2363485Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:31:24.2415789Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:31:24.2427266Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_arange_cpu 2022-09-27T15:31:24.2435202Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:31:24.2471302Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu 2022-09-27T15:31:24.2685831Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu 2022-09-27T15:31:24.2726338Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:31:24.2917532Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:31:24.3166545Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu 2022-09-27T15:31:24.4206986Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:31:24.4219274Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu 2022-09-27T15:31:24.4319782Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:31:24.4647307Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu 2022-09-27T15:31:24.4875860Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:31:24.4889997Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu 2022-09-27T15:31:24.4990372Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:31:24.5115455Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu 2022-09-27T15:31:24.5124396Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu 2022-09-27T15:31:24.5327617Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:31:24.5488835Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:31:24.5514806Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu 2022-09-27T15:31:24.5563280Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu 2022-09-27T15:31:24.5768591Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:31:24.6260034Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:31:24.6276921Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu 2022-09-27T15:31:24.6502762Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:31:24.6561323Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu 2022-09-27T15:31:24.6596658Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:31:24.6636356Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu 2022-09-27T15:31:24.6669143Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu 2022-09-27T15:31:24.6706926Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu 2022-09-27T15:31:24.6712943Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:31:24.6924633Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:31:24.7109952Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:31:24.7123441Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu 2022-09-27T15:31:24.7215363Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:31:24.7224321Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu 2022-09-27T15:31:24.8054506Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:31:24.8065201Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu 2022-09-27T15:31:24.8212580Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:31:24.8485312Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu 2022-09-27T15:31:24.8602142Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:31:24.8610845Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu 2022-09-27T15:31:24.8679507Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:31:24.8743173Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu 2022-09-27T15:31:24.8751650Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu 2022-09-27T15:31:24.8781330Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:31:24.8924574Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu 2022-09-27T15:31:24.9045056Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:31:24.9114045Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:31:24.9121228Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu 2022-09-27T15:31:24.9211048Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:31:24.9219956Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu 2022-09-27T15:31:24.9250330Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:31:24.9363378Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu 2022-09-27T15:31:24.9735796Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:31:24.9803719Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu 2022-09-27T15:31:24.9836339Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:31:25.0246199Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu 2022-09-27T15:31:25.0578937Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:31:25.0590871Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu 2022-09-27T15:31:25.0765390Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:31:25.0840153Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu 2022-09-27T15:31:25.0847796Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_add_cpu 2022-09-27T15:31:25.1004423Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:31:25.1164546Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:31:25.1283179Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu 2022-09-27T15:31:25.1534667Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:31:25.1543749Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu 2022-09-27T15:31:25.2139910Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:31:25.2150504Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu 2022-09-27T15:31:25.2236705Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:31:25.2289875Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu 2022-09-27T15:31:25.2295919Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu 2022-09-27T15:31:25.2565285Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:31:25.2774245Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:31:25.3004890Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu 2022-09-27T15:31:25.3149701Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:31:25.3445670Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu 2022-09-27T15:31:25.3611337Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:31:25.3675492Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu 2022-09-27T15:31:25.3682705Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu 2022-09-27T15:31:25.3698370Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:31:25.3884064Z [gw0] [ 1%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu 2022-09-27T15:31:25.4125492Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:31:25.5382056Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:31:25.5391483Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_all_cpu 2022-09-27T15:31:25.5826454Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:31:25.5919473Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_byte_cpu 2022-09-27T15:31:25.6066080Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:31:25.6285981Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu 2022-09-27T15:31:25.6591279Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:31:25.6620669Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu 2022-09-27T15:31:25.6993965Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:31:25.7078905Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu 2022-09-27T15:31:25.7930754Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:31:25.7946097Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu 2022-09-27T15:31:25.8288772Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:31:25.8359991Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu 2022-09-27T15:31:25.8581003Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:31:25.8766275Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu 2022-09-27T15:31:25.8964057Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:31:25.8979090Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu 2022-09-27T15:31:25.8998378Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:31:25.9181364Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_acos_cpu 2022-09-27T15:31:25.9195336Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu 2022-09-27T15:31:25.9274547Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:31:25.9475472Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:31:25.9603536Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu 2022-09-27T15:31:25.9997277Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:31:26.0042199Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu 2022-09-27T15:31:26.0200472Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:31:26.0481979Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cos_cpu 2022-09-27T15:31:26.0494563Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu 2022-09-27T15:31:26.0496495Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:31:26.0841718Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:31:26.0868245Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu 2022-09-27T15:31:26.0922460Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cross_cpu 2022-09-27T15:31:26.0924044Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:31:26.1019876Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:31:26.1140855Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu 2022-09-27T15:31:26.1368398Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu 2022-09-27T15:31:26.1369015Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:31:26.1436060Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:31:26.1533265Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu 2022-09-27T15:31:26.1806171Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu 2022-09-27T15:31:26.1807843Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:31:26.1859264Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:31:26.1870517Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu 2022-09-27T15:31:26.1942796Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:31:26.2163121Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu 2022-09-27T15:31:26.2242635Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu 2022-09-27T15:31:26.2283557Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:31:26.2703217Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:31:26.2711475Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diff_cpu 2022-09-27T15:31:26.2799768Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:31:26.2808025Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu 2022-09-27T15:31:26.2917028Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:31:26.3068322Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu 2022-09-27T15:31:26.3076786Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu 2022-09-27T15:31:26.3164597Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:31:26.3213467Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:31:26.3511766Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu 2022-09-27T15:31:26.3519437Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu 2022-09-27T15:31:26.3602679Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:31:26.3660037Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:31:26.3669413Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu 2022-09-27T15:31:26.3677483Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu 2022-09-27T15:31:26.3680894Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:31:26.3717505Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu 2022-09-27T15:31:26.3726133Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:31:26.3924329Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:31:26.4044647Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:31:26.4081676Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:31:26.4102358Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:31:26.4161798Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu 2022-09-27T15:31:26.4366071Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:31:26.4443409Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:31:26.4462610Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu 2022-09-27T15:31:26.4481951Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu 2022-09-27T15:31:26.4545587Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:31:26.4603455Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu 2022-09-27T15:31:26.4926522Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:31:26.5079021Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:31:26.5092036Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu 2022-09-27T15:31:26.5258760Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:31:26.5355966Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_amax_cpu 2022-09-27T15:31:26.5428125Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:31:26.5461753Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu 2022-09-27T15:31:26.5477471Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu 2022-09-27T15:31:26.5520754Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:31:26.5573947Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:31:26.5907619Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu 2022-09-27T15:31:26.5915763Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu 2022-09-27T15:31:26.5944364Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:31:26.6002944Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu 2022-09-27T15:31:26.6064528Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:31:26.6067910Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu 2022-09-27T15:31:26.6075391Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu 2022-09-27T15:31:26.6324706Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:31:26.6443838Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:31:26.6519385Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:31:26.6729793Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu 2022-09-27T15:31:26.6739354Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu 2022-09-27T15:31:26.6885408Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:31:26.7649839Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:31:26.7666149Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu 2022-09-27T15:31:26.7808995Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:31:26.7821951Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu 2022-09-27T15:31:26.8575352Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:31:26.8587692Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu 2022-09-27T15:31:26.8671352Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:31:26.8692479Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fill_cpu 2022-09-27T15:31:26.8709589Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu 2022-09-27T15:31:26.8906135Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:31:26.8918540Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu 2022-09-27T15:31:26.9067288Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:31:26.9073174Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:31:26.9284045Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu 2022-09-27T15:31:26.9351998Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu 2022-09-27T15:31:26.9520894Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:31:26.9663727Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:31:26.9801797Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu 2022-09-27T15:31:27.0022166Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:31:27.0206417Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu 2022-09-27T15:31:27.0372783Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:31:27.0390789Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_any_cpu 2022-09-27T15:31:27.0442326Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:31:27.0647100Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu 2022-09-27T15:31:27.0781119Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:31:27.0843119Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu 2022-09-27T15:31:27.0852888Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu 2022-09-27T15:31:27.1085585Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:31:27.1471593Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:31:27.1523346Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu 2022-09-27T15:31:27.1757420Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:31:27.1767230Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frac_cpu 2022-09-27T15:31:27.1901521Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:31:27.1913742Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_complex_cpu 2022-09-27T15:31:27.1957458Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:31:27.2325705Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu 2022-09-27T15:31:27.2537587Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:31:27.2714224Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu 2022-09-27T15:31:27.2721071Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:31:27.2762629Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:31:27.2939773Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:31:27.3146937Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu 2022-09-27T15:31:27.3162077Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu 2022-09-27T15:31:27.3202679Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:31:27.3990079Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:31:27.4003543Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu 2022-09-27T15:31:27.4107340Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:31:27.4116038Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu 2022-09-27T15:31:27.4320470Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:31:27.4334513Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu 2022-09-27T15:31:27.4341789Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu 2022-09-27T15:31:27.4441991Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:31:27.4482810Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu 2022-09-27T15:31:27.4765541Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:31:27.4851448Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:31:27.4859255Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu 2022-09-27T15:31:27.4922101Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu 2022-09-27T15:31:27.5206600Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:31:27.5379251Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:31:27.5645738Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu 2022-09-27T15:31:27.5795039Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:31:27.6085997Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu 2022-09-27T15:31:27.6277712Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:31:27.6284702Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu 2022-09-27T15:31:27.6384454Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:31:27.6726664Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu 2022-09-27T15:31:27.6773112Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:31:27.6780567Z [gw0] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gt_cpu 2022-09-27T15:31:27.8616789Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:31:27.8625087Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu 2022-09-27T15:31:27.8795750Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:31:27.9046299Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu 2022-09-27T15:31:27.9164914Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:31:27.9462896Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_abs_cpu 2022-09-27T15:31:27.9472345Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu 2022-09-27T15:31:27.9482635Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:31:27.9569844Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:31:27.9886760Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_asin_cpu 2022-09-27T15:31:27.9995660Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:31:28.0327370Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu 2022-09-27T15:31:28.0600038Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:31:28.0624548Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu 2022-09-27T15:31:28.0653949Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eq_cpu 2022-09-27T15:31:28.0662066Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:31:28.0745030Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:31:28.0964142Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu 2022-09-27T15:31:28.0978013Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu 2022-09-27T15:31:28.1079685Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:31:28.1132432Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:31:28.1179226Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expand_cpu 2022-09-27T15:31:28.1202262Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu 2022-09-27T15:31:28.1474258Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:31:28.2539141Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:31:28.2554339Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu 2022-09-27T15:31:28.3252398Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:31:28.3262521Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu 2022-09-27T15:31:28.3950814Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:31:28.3967078Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu 2022-09-27T15:31:28.3977157Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:31:28.3994036Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu 2022-09-27T15:31:28.4449014Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:31:28.4466246Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu 2022-09-27T15:31:28.4520380Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:31:28.4886064Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_angle_cpu 2022-09-27T15:31:28.5620449Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:31:28.5637539Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu 2022-09-27T15:31:28.6559031Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:31:28.6576643Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu 2022-09-27T15:31:28.6669383Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:31:28.6925904Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu 2022-09-27T15:31:28.6935116Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu 2022-09-27T15:31:28.7003350Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:31:28.7098708Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:31:28.7484553Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_cpu 2022-09-27T15:31:28.8431788Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:31:28.8440070Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu 2022-09-27T15:31:28.9126012Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:31:28.9134106Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bool_cpu 2022-09-27T15:31:28.9492071Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:31:28.9500438Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu 2022-09-27T15:31:28.9951899Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:31:28.9960139Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu 2022-09-27T15:31:29.0058097Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:31:29.0366385Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu 2022-09-27T15:31:29.0450424Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:31:29.0806635Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atan_cpu 2022-09-27T15:31:29.0946583Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:31:29.1246661Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu 2022-09-27T15:31:29.2121048Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:31:29.2129213Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ge_cpu 2022-09-27T15:31:29.2217382Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:31:29.2567058Z [gw1] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_half_cpu 2022-09-27T15:31:29.3978090Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:31:29.3987419Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu 2022-09-27T15:31:29.5706731Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:31:29.5715230Z [gw3] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu 2022-09-27T15:31:29.6510588Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:31:29.6525864Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu 2022-09-27T15:31:29.6674050Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:31:29.7041064Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu 2022-09-27T15:31:29.7069808Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:31:29.7522026Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu 2022-09-27T15:31:29.7612613Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:31:29.8002299Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cat_cpu 2022-09-27T15:31:30.0051525Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:31:30.0059710Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_char_cpu 2022-09-27T15:31:30.0150334Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:31:30.0487035Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu 2022-09-27T15:31:30.0537855Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:31:30.0926380Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clone_cpu 2022-09-27T15:31:30.0980664Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:31:30.1367034Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_cpu 2022-09-27T15:31:30.2240525Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:31:30.2246188Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu 2022-09-27T15:31:30.8764294Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:31:30.8772755Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu 2022-09-27T15:31:30.9225448Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:31:30.9233581Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu 2022-09-27T15:31:30.9511158Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:31:30.9643868Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu 2022-09-27T15:31:30.9851116Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:31:31.0085364Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu 2022-09-27T15:31:32.6076005Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:31:32.6085168Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dist_cpu 2022-09-27T15:31:32.6231318Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:31:32.6526187Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_dot_cpu 2022-09-27T15:31:32.7058574Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:31:32.7066808Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu 2022-09-27T15:31:32.7146333Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:31:32.7486776Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_equal_cpu 2022-09-27T15:31:32.7840212Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:31:32.7924867Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu 2022-09-27T15:31:32.8120678Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:31:32.8365788Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu 2022-09-27T15:31:32.9090850Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:31:32.9106524Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu 2022-09-27T15:31:32.9900361Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:31:32.9916764Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu 2022-09-27T15:31:33.0015134Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:31:33.0328922Z [gw2] [ 1%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu 2022-09-27T15:31:33.0948211Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:31:33.0964060Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu 2022-09-27T15:31:33.2099676Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:31:33.2115170Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu 2022-09-27T15:31:33.2249543Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:31:33.2529018Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_flip_cpu 2022-09-27T15:31:33.2859105Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:31:33.2966494Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu 2022-09-27T15:31:33.3992749Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:31:33.4009413Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu 2022-09-27T15:31:33.4118219Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:31:33.4405764Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu 2022-09-27T15:31:34.1677697Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:31:34.1687497Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu 2022-09-27T15:31:34.2339182Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:31:34.2344949Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_i0_cpu 2022-09-27T15:31:34.2562720Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:31:34.2765737Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu 2022-09-27T15:31:34.6246514Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:31:34.6254971Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu 2022-09-27T15:31:35.1810939Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:31:35.1822629Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu 2022-09-27T15:31:35.2178349Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:31:35.2243421Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu 2022-09-27T15:31:35.4009710Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:31:35.4026086Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu 2022-09-27T15:31:35.7028525Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:31:35.7044222Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu 2022-09-27T15:31:35.7357021Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:31:35.7366811Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_istft_cpu 2022-09-27T15:31:35.7393377Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:31:35.7758622Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu 2022-09-27T15:31:35.7765102Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_imag_cpu 2022-09-27T15:31:35.7802611Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:31:35.7988799Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:31:35.8206030Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu 2022-09-27T15:31:35.9908131Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:31:35.9917144Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_int_cpu 2022-09-27T15:31:36.0123116Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:31:36.0131915Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu 2022-09-27T15:31:36.0395664Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:31:36.0406369Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu 2022-09-27T15:31:36.0625396Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:31:36.0636472Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu 2022-09-27T15:31:36.0940185Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:31:36.1045720Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu 2022-09-27T15:31:36.1748671Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:31:36.1759018Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu 2022-09-27T15:31:36.1773124Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu 2022-09-27T15:31:36.1780018Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:31:36.1810535Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:31:36.2246742Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu 2022-09-27T15:31:36.2472095Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:31:36.2515485Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu 2022-09-27T15:31:36.3365556Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:31:36.3371813Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu 2022-09-27T15:31:36.3997679Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:31:36.4007420Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu 2022-09-27T15:31:36.4329950Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:31:36.4345678Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu 2022-09-27T15:31:36.4901420Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:31:36.4912101Z [gw2] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu 2022-09-27T15:31:36.5146003Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:31:36.5161416Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu 2022-09-27T15:31:36.5861030Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:31:36.5877255Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu 2022-09-27T15:31:36.5939096Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:31:36.6289108Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu 2022-09-27T15:31:36.9036796Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:31:36.9045231Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu 2022-09-27T15:31:37.0528195Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:31:37.0545664Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu 2022-09-27T15:31:37.1154352Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:31:37.1168874Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu 2022-09-27T15:31:37.1325233Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:31:37.1331995Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu 2022-09-27T15:31:37.1399234Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:31:37.1767824Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu 2022-09-27T15:31:37.1845209Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:31:37.2207803Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu 2022-09-27T15:31:37.3769153Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:31:37.3793023Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu 2022-09-27T15:31:37.4222633Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:31:37.4228801Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu 2022-09-27T15:31:37.4260334Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:31:37.4647885Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu 2022-09-27T15:31:37.4678422Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:31:37.4784135Z [gw2] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu 2022-09-27T15:31:37.4796357Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu 2022-09-27T15:31:37.5084980Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:31:37.5268015Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:31:37.5446878Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu 2022-09-27T15:31:37.5461504Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu 2022-09-27T15:31:37.5522573Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:31:37.7340699Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:31:37.7370016Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu 2022-09-27T15:31:37.8043298Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:31:37.8057613Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu 2022-09-27T15:31:37.8701879Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:31:37.8714966Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu 2022-09-27T15:31:37.9334751Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:31:37.9347723Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu 2022-09-27T15:31:38.0979858Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:31:38.0992860Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu 2022-09-27T15:31:38.4111478Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:31:38.4120115Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu 2022-09-27T15:31:38.7126264Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:31:38.7134566Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu 2022-09-27T15:31:39.3308765Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:31:39.3320347Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu 2022-09-27T15:31:39.3344408Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:31:39.3768341Z [gw1] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu 2022-09-27T15:31:39.4611986Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:31:39.4636851Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu 2022-09-27T15:31:39.5245552Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:31:39.5271883Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu 2022-09-27T15:31:39.8057753Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:31:39.8069149Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu 2022-09-27T15:31:39.8746923Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:31:39.8759343Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu 2022-09-27T15:31:39.9538587Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:31:39.9545806Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu 2022-09-27T15:31:40.0320921Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:31:40.0333040Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu 2022-09-27T15:31:40.6041332Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:31:40.6049735Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu 2022-09-27T15:31:41.2593725Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:31:41.2602365Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu 2022-09-27T15:31:41.4347302Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:31:41.4359372Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu 2022-09-27T15:31:41.5115864Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:31:41.5129999Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu 2022-09-27T15:31:41.5869560Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:31:41.5881417Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu 2022-09-27T15:31:41.5966507Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:31:41.6287934Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu 2022-09-27T15:31:41.6345691Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:31:41.6726243Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu 2022-09-27T15:31:41.7237297Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:31:41.7249250Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu 2022-09-27T15:31:41.9131028Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:31:41.9140590Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu 2022-09-27T15:31:41.9344603Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:31:41.9566321Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu 2022-09-27T15:31:41.9662618Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:31:42.0031989Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu 2022-09-27T15:31:42.0033036Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cov_cpu 2022-09-27T15:31:42.0035114Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:31:42.0675390Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:31:42.0692954Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu 2022-09-27T15:31:42.0703413Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu 2022-09-27T15:31:42.0713044Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:31:42.1580003Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:31:42.1598898Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diag_cpu 2022-09-27T15:31:42.2583483Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:31:42.2591792Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu 2022-09-27T15:31:42.3840572Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:31:42.3848033Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu 2022-09-27T15:31:42.3943582Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:31:42.4001527Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_double_cpu 2022-09-27T15:31:42.4012028Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu 2022-09-27T15:31:42.4286067Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:31:42.4333571Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:31:42.4726946Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_empty_cpu 2022-09-27T15:31:42.4934200Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:31:42.5166018Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_erf_cpu 2022-09-27T15:31:42.5383888Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:31:42.5606170Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_exp_cpu 2022-09-27T15:31:42.5885675Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:31:42.5894238Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_long_cpu 2022-09-27T15:31:42.6267822Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:31:42.6283243Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:31:42.6614244Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:31:42.6630635Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu 2022-09-27T15:31:42.6776833Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:31:42.7121805Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu 2022-09-27T15:31:42.7381297Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:31:42.7409526Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu 2022-09-27T15:31:42.9023895Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:31:42.9037903Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu 2022-09-27T15:31:43.0807663Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:31:43.0816241Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_eye_cpu 2022-09-27T15:31:43.0913031Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:31:43.1245888Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu 2022-09-27T15:31:43.1803567Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:31:43.1814114Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu 2022-09-27T15:31:43.3147521Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:31:43.3157362Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu 2022-09-27T15:31:43.3793668Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:31:43.3808520Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu 2022-09-27T15:31:43.3917316Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:31:43.3927525Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mean_cpu 2022-09-27T15:31:43.4010951Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:31:43.4024764Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu 2022-09-27T15:31:43.4235036Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:31:43.4446400Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log2_cpu 2022-09-27T15:31:43.4959521Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:31:43.4971551Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu 2022-09-27T15:31:43.5030463Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:31:43.5040802Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu 2022-09-27T15:31:43.5091483Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:31:43.5234054Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu 2022-09-27T15:31:43.5249690Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu 2022-09-27T15:31:43.5406877Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:31:43.5444498Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mm_cpu 2022-09-27T15:31:43.5721531Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:31:43.5871032Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:31:43.5923518Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_floor_cpu 2022-09-27T15:31:43.7086452Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:31:43.7097464Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mul_cpu 2022-09-27T15:31:43.7908948Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:31:43.7917318Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu 2022-09-27T15:31:43.8003622Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:31:43.8325722Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gather_cpu 2022-09-27T15:31:43.8336247Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:31:43.8349764Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu 2022-09-27T15:31:43.8983944Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:31:43.9000702Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:31:43.9012071Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logit_cpu 2022-09-27T15:31:43.9020265Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:31:43.9181710Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:31:43.9193886Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu 2022-09-27T15:31:44.1660571Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:31:44.1670180Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu 2022-09-27T15:31:44.1806654Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:31:44.2087088Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu 2022-09-27T15:31:44.2193057Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:31:44.2203238Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lt_cpu 2022-09-27T15:31:44.2204914Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu 2022-09-27T15:31:44.2313993Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:31:44.2526813Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mH_cpu 2022-09-27T15:31:44.2604209Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:31:44.2644341Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu 2022-09-27T15:31:44.2759311Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:31:44.2964902Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu 2022-09-27T15:31:44.3125689Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:31:44.3569096Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:31:44.3605918Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu 2022-09-27T15:31:44.6362299Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:31:44.6374548Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_median_cpu 2022-09-27T15:31:44.6567648Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:31:44.6806584Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu 2022-09-27T15:31:44.7558252Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:31:44.7567962Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mode_cpu 2022-09-27T15:31:44.9802498Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:31:44.9815602Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:31:45.3711200Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:31:45.3724615Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu 2022-09-27T15:31:45.3754478Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:31:45.4185392Z [gw0] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:31:45.4726217Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:31:45.4733460Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu 2022-09-27T15:31:45.5931183Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:31:45.5941839Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu 2022-09-27T15:31:45.6973166Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:31:45.6992724Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:31:46.5948748Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:31:46.5954929Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu 2022-09-27T15:31:47.4659925Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:31:47.4676272Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu 2022-09-27T15:31:47.5756120Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:31:47.5767611Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu 2022-09-27T15:31:47.5832275Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:31:47.5842564Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_histc_cpu 2022-09-27T15:31:47.5936637Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:31:47.6327454Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu 2022-09-27T15:31:47.8405623Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:31:47.8414149Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu 2022-09-27T15:31:48.0140887Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:31:48.0148552Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:31:48.1746102Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:31:48.1759239Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu 2022-09-27T15:31:48.1828178Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:31:48.2165600Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu 2022-09-27T15:31:48.2337431Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:31:48.2606551Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_inner_cpu 2022-09-27T15:31:48.3383008Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:31:48.3394997Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isin_cpu 2022-09-27T15:31:48.3767053Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:31:48.3779326Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu 2022-09-27T15:31:48.3808892Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:31:48.3819722Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu 2022-09-27T15:31:48.3846252Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:31:48.3862770Z [gw3] [ 2%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:31:48.4206358Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu 2022-09-27T15:31:48.4243981Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:31:48.4328747Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:31:48.4684644Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_kron_cpu 2022-09-27T15:31:48.7282762Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:31:48.7291543Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_le_cpu 2022-09-27T15:31:48.8092229Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:31:48.8106256Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu 2022-09-27T15:31:48.8922021Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:31:48.8941970Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu 2022-09-27T15:31:48.9107244Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:31:48.9114522Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu 2022-09-27T15:31:48.9606645Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:31:48.9620077Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu 2022-09-27T15:31:49.0298643Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:31:49.0319590Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu 2022-09-27T15:31:49.1879149Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:31:49.1890597Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:31:49.3748828Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:31:49.3761968Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu 2022-09-27T15:31:49.4480192Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:31:49.4506261Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:31:49.6437330Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:31:49.6460888Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:31:49.7638707Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:31:49.7650674Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu 2022-09-27T15:31:49.7676544Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu 2022-09-27T15:31:49.7688387Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:31:49.8006699Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:31:49.8036622Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu 2022-09-27T15:31:49.8326188Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:31:49.8347403Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu 2022-09-27T15:31:50.1595401Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:31:50.1620546Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu 2022-09-27T15:31:50.2637816Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:31:50.2664155Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu 2022-09-27T15:31:50.2894360Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:31:50.3161221Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_cpu 2022-09-27T15:31:50.3326503Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:31:50.3366978Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu 2022-09-27T15:31:50.3376897Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu 2022-09-27T15:31:50.3406500Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:31:50.3791795Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:31:50.3799809Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu 2022-09-27T15:31:50.4411838Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:31:50.4428021Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu 2022-09-27T15:31:50.4644990Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:31:50.4845938Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log10_cpu 2022-09-27T15:31:50.5173919Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:31:50.5187768Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu 2022-09-27T15:31:50.8240791Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:31:50.8255676Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu 2022-09-27T15:31:50.8868732Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:31:50.8883796Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu 2022-09-27T15:31:51.0958048Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:31:51.0983694Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu 2022-09-27T15:31:51.4506707Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:31:51.4519909Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu 2022-09-27T15:31:51.5306435Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:31:51.5314043Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu 2022-09-27T15:31:51.6793058Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:31:51.6805855Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu 2022-09-27T15:31:51.7243234Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:31:51.7269153Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu 2022-09-27T15:31:51.7800195Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:31:51.7822945Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu 2022-09-27T15:31:51.8110925Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:31:51.8132413Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu 2022-09-27T15:31:51.9240130Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:31:51.9259721Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu 2022-09-27T15:31:51.9422906Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:31:51.9447449Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu 2022-09-27T15:31:52.0074576Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:31:52.0089065Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:31:52.0282180Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:31:52.0301992Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu 2022-09-27T15:31:52.0494524Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:52.0725445Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu 2022-09-27T15:31:52.1899642Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:31:52.1915282Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu 2022-09-27T15:31:52.2284191Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:31:52.2323360Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_msort_cpu 2022-09-27T15:31:52.3204990Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:31:52.3217875Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu 2022-09-27T15:31:52.3781581Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:31:52.3787038Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu 2022-09-27T15:31:52.4606679Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:31:52.4621519Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:31:52.5384266Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:31:52.5402164Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_lu_cpu 2022-09-27T15:31:52.5490045Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:31:52.5501548Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu 2022-09-27T15:31:52.5546586Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:52.5807137Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mT_cpu 2022-09-27T15:31:52.6699050Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:31:52.6711815Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:31:52.7820895Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:31:52.7841206Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu 2022-09-27T15:31:52.8250773Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:31:52.8269020Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu 2022-09-27T15:31:52.8471733Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:52.8688133Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu 2022-09-27T15:31:52.9105568Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:31:52.9124786Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu 2022-09-27T15:31:52.9183658Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:31:52.9568206Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu 2022-09-27T15:31:52.9751252Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:31:52.9931350Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_mv_cpu 2022-09-27T15:31:52.9939288Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu 2022-09-27T15:31:53.0006183Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:31:53.0047570Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:31:53.0354733Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu 2022-09-27T15:31:53.0365611Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu 2022-09-27T15:31:53.0446926Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:31:53.0456968Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_neg_cpu 2022-09-27T15:31:53.0808371Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:31:53.0909731Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:31:53.1246659Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu 2022-09-27T15:31:53.2552597Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:31:53.2567261Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:31:53.3323870Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:31:53.3332106Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu 2022-09-27T15:31:53.6099272Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:31:53.6109886Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:31:53.6618326Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:31:53.6636389Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ne_cpu 2022-09-27T15:31:53.6735984Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:31:53.7046149Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu 2022-09-27T15:31:53.8813280Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:31:53.8825605Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:31:54.0220089Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:31:54.0232444Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:31:54.2237535Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:31:54.2249810Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu 2022-09-27T15:31:54.3019752Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:54.3032166Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:31:54.7279430Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:31:54.7292919Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:31:54.8909461Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:31:54.8922395Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu 2022-09-27T15:31:54.9319888Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:31:54.9347019Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:31:55.3340642Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:31:55.3349978Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu 2022-09-27T15:31:55.6971146Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:31:55.6980239Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu 2022-09-27T15:31:55.7280672Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:31:55.7293916Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:31:55.8561177Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:31:55.8587312Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu 2022-09-27T15:31:56.0759606Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:31:56.0788051Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu 2022-09-27T15:31:56.1537839Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:31:56.1561609Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:31:56.3170241Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:31:56.3197731Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu 2022-09-27T15:31:56.8669346Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:31:56.8697750Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu 2022-09-27T15:31:56.8768024Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:31:56.9092913Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu 2022-09-27T15:31:56.9108033Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu 2022-09-27T15:31:56.9241106Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:31:57.0332099Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:31:57.0361021Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu 2022-09-27T15:31:57.2061542Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:31:57.2076790Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu 2022-09-27T15:31:57.3530714Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:31:57.3540045Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu 2022-09-27T15:31:57.4570975Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:31:57.4578242Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:31:57.4755311Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:31:57.4780806Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu 2022-09-27T15:31:57.5856869Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:31:57.5865910Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu 2022-09-27T15:31:57.7382224Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:31:57.7395123Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu 2022-09-27T15:31:59.7914264Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:31:59.7927396Z [gw1] [ 2%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu 2022-09-27T15:32:00.0994671Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:32:00.1005687Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu 2022-09-27T15:32:00.1192110Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:32:00.1312207Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu 2022-09-27T15:32:00.1319885Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu 2022-09-27T15:32:00.1445657Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:32:00.2432079Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:32:00.2446464Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:32:00.2818989Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:32:00.2838717Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:32:00.4038059Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:32:00.4054552Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:32:00.7341522Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:32:00.7357426Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu 2022-09-27T15:32:00.8998120Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:32:00.9010474Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu 2022-09-27T15:32:01.3530745Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:32:01.3542391Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu 2022-09-27T15:32:01.4955953Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:32:01.4974502Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu 2022-09-27T15:32:01.5211356Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:32:01.5231506Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu 2022-09-27T15:32:01.5335726Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:32:01.5722842Z [gw1] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu 2022-09-27T15:32:01.8233726Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:32:01.8234377Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu 2022-09-27T15:32:01.9866648Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:32:01.9876384Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu 2022-09-27T15:32:01.9918340Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:32:01.9930375Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu 2022-09-27T15:32:02.3214934Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:32:02.3228197Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu 2022-09-27T15:32:02.4512725Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:32:02.4525528Z [gw2] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:32:02.4849614Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:32:02.4866036Z [gw0] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu 2022-09-27T15:32:02.8551245Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:32:02.8576413Z [gw3] [ 2%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu 2022-09-27T15:32:03.4202438Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:32:03.4208752Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu 2022-09-27T15:32:03.5731757Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:32:03.5744893Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu 2022-09-27T15:32:04.0697475Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:32:04.0710938Z [gw3] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu 2022-09-27T15:32:04.1697749Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:32:04.1710237Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu 2022-09-27T15:32:04.2776163Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:32:04.2792259Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu 2022-09-27T15:32:04.6858794Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:32:04.6866203Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu 2022-09-27T15:32:05.3221874Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:32:05.3234087Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:32:05.3967353Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:32:05.3985004Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu 2022-09-27T15:32:05.6095281Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:32:05.6110800Z [gw2] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu 2022-09-27T15:32:07.9177141Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:32:07.9185819Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu 2022-09-27T15:32:08.0410471Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:32:08.0419162Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu 2022-09-27T15:32:08.0439465Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:32:08.0846215Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu 2022-09-27T15:32:08.1120236Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:32:08.1284588Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_put_cpu 2022-09-27T15:32:08.3173110Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:32:08.3183410Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu 2022-09-27T15:32:08.3253706Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:32:08.3648013Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu 2022-09-27T15:32:08.5021594Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:32:08.5049187Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu 2022-09-27T15:32:08.5154486Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:32:08.5486364Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu 2022-09-27T15:32:08.5542155Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:32:08.5926563Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu 2022-09-27T15:32:08.7229318Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:32:08.7238317Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu 2022-09-27T15:32:08.7894651Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:32:08.7904038Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu 2022-09-27T15:32:08.9789257Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:32:08.9798055Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu 2022-09-27T15:32:13.4251809Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:32:13.4262038Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu 2022-09-27T15:32:13.4546489Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:32:13.4685396Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu 2022-09-27T15:32:13.4836158Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:32:13.5125033Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sign_cpu 2022-09-27T15:32:13.5207532Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:32:13.5566139Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu 2022-09-27T15:32:13.9854572Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:32:13.9862442Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sort_cpu 2022-09-27T15:32:14.0491385Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:32:14.0499917Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu 2022-09-27T15:32:14.1879448Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:32:14.1887960Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu 2022-09-27T15:32:14.2374642Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:32:14.2383233Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu 2022-09-27T15:32:14.3032941Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:32:14.3039054Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu 2022-09-27T15:32:14.3675193Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:32:14.3686781Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu 2022-09-27T15:32:14.4156639Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:32:14.4164651Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu 2022-09-27T15:32:14.4710564Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:32:14.4719069Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:32:14.4738796Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:14.5125644Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:14.7448129Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:32:14.7459466Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu 2022-09-27T15:32:14.7543601Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:32:14.7885851Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu 2022-09-27T15:32:15.0271148Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:32:15.0278716Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_cpu 2022-09-27T15:32:15.0397153Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:32:15.0687256Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_cpu 2022-09-27T15:32:15.1374225Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:32:15.1390944Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu 2022-09-27T15:32:15.1489827Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:32:15.1805545Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tan_cpu 2022-09-27T15:32:15.2116966Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:32:15.2245642Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tile_cpu 2022-09-27T15:32:15.2419307Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:32:15.2686286Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trace_cpu 2022-09-27T15:32:15.3400492Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:32:15.3434355Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu 2022-09-27T15:32:15.5614140Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:32:15.5622937Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu 2022-09-27T15:32:15.5769175Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:32:15.6045941Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu 2022-09-27T15:32:26.6070052Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:32:26.6079812Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu 2022-09-27T15:32:27.1035211Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:32:27.1043661Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:32:27.4061337Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:32:27.4070155Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu 2022-09-27T15:32:28.4538275Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:32:28.4545756Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_cpu 2022-09-27T15:32:28.4682883Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:32:28.4965485Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu 2022-09-27T15:32:28.5092848Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:32:28.5406351Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_cpu 2022-09-27T15:32:28.6270542Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:32:28.6283319Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu 2022-09-27T15:32:30.3463672Z test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:32:30.3472313Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu 2022-09-27T15:32:30.3835270Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:32:30.3883985Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu 2022-09-27T15:32:30.6413673Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:32:30.6425773Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu 2022-09-27T15:32:30.8114197Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:32:30.8122940Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___radd___cpu 2022-09-27T15:32:30.8146506Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:32:30.8565842Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rmul___cpu 2022-09-27T15:32:30.8595094Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:32:30.9006797Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors___rxor___cpu 2022-09-27T15:32:30.9247321Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:32:30.9265023Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_aminmax_cpu 2022-09-27T15:32:30.9275658Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu 2022-09-27T15:32:30.9444528Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:32:30.9472929Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:32:30.9886542Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu 2022-09-27T15:32:30.9909392Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:32:31.0325763Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu 2022-09-27T15:32:31.0359432Z test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:32:31.0592882Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_complex_cpu 2022-09-27T15:32:31.0600536Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu 2022-09-27T15:32:31.0765606Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:31.1071781Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:32:31.1203846Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu 2022-09-27T15:32:31.1230142Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:32:31.1646630Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu 2022-09-27T15:32:31.1863482Z test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:32:31.2086118Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_eye_cpu 2022-09-27T15:32:31.2206882Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:32:31.2526950Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu 2022-09-27T15:32:31.2906196Z test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:32:31.2963417Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gather_cpu 2022-09-27T15:32:31.2988408Z test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:32:31.3108884Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_gt_cpu 2022-09-27T15:32:31.3119437Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:31.3405714Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:32:31.3429806Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:32:31.3846002Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_hypot_cpu 2022-09-27T15:32:31.3925549Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:32:31.4286391Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_isclose_cpu 2022-09-27T15:32:31.4313655Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:32:31.4767325Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lcm_cpu 2022-09-27T15:32:31.4775872Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:32:31.4784212Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu 2022-09-27T15:32:31.4837538Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:32:31.5206544Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu 2022-09-27T15:32:31.5235509Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:32:31.5687634Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_and_cpu 2022-09-27T15:32:31.5715158Z test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:32:31.5735612Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_lt_cpu 2022-09-27T15:32:31.5743632Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:32:31.6126140Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:32:31.6153825Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:32:31.6605888Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_maximum_cpu 2022-09-27T15:32:31.6885588Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:32:31.7045198Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_movedim_cpu 2022-09-27T15:32:31.7071711Z test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:32:31.7526547Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_ne_cpu 2022-09-27T15:32:31.7722509Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:32:31.7966013Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu 2022-09-27T15:32:31.8056935Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:32:31.8406031Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu 2022-09-27T15:32:31.8435571Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:31.8846300Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:32:31.8933745Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:31.9286279Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:32:31.9349407Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:32:31.9726014Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu 2022-09-27T15:32:31.9750144Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:32:32.0206097Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_remainder_cpu 2022-09-27T15:32:32.0331235Z test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:32:32.0550588Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_roll_cpu 2022-09-27T15:32:32.0559296Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu 2022-09-27T15:32:32.0643599Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:32:32.0956256Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:32:32.1083358Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_cpu 2022-09-27T15:32:32.1103708Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:32.1437592Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu 2022-09-27T15:32:32.1449443Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu 2022-09-27T15:32:32.1474633Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:32:32.1522812Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ones_cpu 2022-09-27T15:32:32.1542203Z test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:32:32.1925321Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_legendre_polynomial_p_cpu 2022-09-27T15:32:32.1966669Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:32:32.1973101Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:32.1984955Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_outer_cpu 2022-09-27T15:32:32.2364836Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:32.2404385Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:32:32.2510757Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:32:32.2887011Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu 2022-09-27T15:32:32.2913742Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:32:32.3366090Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_true_divide_cpu 2022-09-27T15:32:32.3493988Z test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:32:32.3805947Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_view_cpu 2022-09-27T15:32:32.3837750Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:32:32.4246108Z [gw1] [ 3%] PASSED test_ops.py::TestCommonCPU::test_errors_xlogy_cpu 2022-09-27T15:32:32.4280748Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:32:32.4686198Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 2022-09-27T15:32:32.4718035Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:32:32.5125888Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 2022-09-27T15:32:32.5160058Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:32:32.5565997Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 2022-09-27T15:32:32.5599283Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:32:32.5966497Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 2022-09-27T15:32:32.5974004Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_polar_cpu 2022-09-27T15:32:32.5999591Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:32:32.6008161Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu 2022-09-27T15:32:32.6040872Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:32:32.6406994Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 2022-09-27T15:32:32.6444854Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:32:32.6478614Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:32:32.6886024Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_int64 2022-09-27T15:32:32.6923448Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:32:32.7326640Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_int64 2022-09-27T15:32:32.7357463Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:32:32.7765880Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_int64 2022-09-27T15:32:32.7798540Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:32:32.8205343Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logaddexp_cpu_float32 2022-09-27T15:32:32.8236858Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:32:32.8647123Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_int64 2022-09-27T15:32:32.8676211Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:32:32.9086508Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_float32 2022-09-27T15:32:32.9117137Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:32:32.9516691Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_float32 2022-09-27T15:32:32.9523741Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_prod_cpu 2022-09-27T15:32:32.9562488Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:32:32.9588914Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:32:32.9872133Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_float32 2022-09-27T15:32:32.9962472Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu 2022-09-27T15:32:33.0004160Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:32:33.0040207Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:32:33.0445791Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 2022-09-27T15:32:33.0477475Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:32:33.0885707Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 2022-09-27T15:32:33.0917121Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:32:33.1326161Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 2022-09-27T15:32:33.1358389Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:32:33.1766464Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 2022-09-27T15:32:33.1796357Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:32:33.1877862Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 2022-09-27T15:32:33.1886815Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu 2022-09-27T15:32:33.2206019Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:32:33.2235818Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:32:33.2646119Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 2022-09-27T15:32:33.2676576Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:32:33.3046152Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 2022-09-27T15:32:33.3051744Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu 2022-09-27T15:32:33.3084312Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:32:33.3120571Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:32:33.3131226Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 2022-09-27T15:32:33.3484445Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu 2022-09-27T15:32:33.3525075Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:32:33.3529020Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:32:33.3555709Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu 2022-09-27T15:32:33.3925203Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 2022-09-27T15:32:33.3965283Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:32:33.3996189Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:32:33.4112037Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 2022-09-27T15:32:33.4365001Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_round_cpu 2022-09-27T15:32:33.4404868Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:32:33.4440690Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:32:33.4526420Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 2022-09-27T15:32:33.4804494Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu 2022-09-27T15:32:33.4845311Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:32:33.4877597Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:32:33.5286472Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 2022-09-27T15:32:33.5320550Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:32:33.5725862Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 2022-09-27T15:32:33.5760468Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:32:33.6166557Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 2022-09-27T15:32:33.6205048Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:32:33.6646799Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 2022-09-27T15:32:33.6682668Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:32:33.6716867Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 2022-09-27T15:32:33.6727551Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu 2022-09-27T15:32:33.7087108Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:32:33.7121861Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:32:33.7567303Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 2022-09-27T15:32:33.7601512Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:32:33.7806196Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 2022-09-27T15:32:33.7814483Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu 2022-09-27T15:32:33.7902256Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:32:33.8004383Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_select_cpu 2022-09-27T15:32:33.8039152Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:32:33.8244790Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 2022-09-27T15:32:33.8405316Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:32:33.8443570Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu 2022-09-27T15:32:33.8478486Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:32:33.8684231Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 2022-09-27T15:32:33.8851993Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:32:33.8883589Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu 2022-09-27T15:32:33.8918342Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:32:33.9124952Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 2022-09-27T15:32:33.9202959Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:32:33.9325194Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu 2022-09-27T15:32:33.9364460Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:32:33.9564613Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 2022-09-27T15:32:33.9766354Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:32:33.9797335Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:32:34.0036189Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 2022-09-27T15:32:34.0045584Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu 2022-09-27T15:32:34.0205895Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:34.0241188Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:32:34.0646757Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 2022-09-27T15:32:34.0678307Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:32:34.1086104Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 2022-09-27T15:32:34.1121792Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:32:34.1468109Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 2022-09-27T15:32:34.1476822Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:34.1522791Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:32:34.1549349Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:32:34.1803731Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 2022-09-27T15:32:34.1881697Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu 2022-09-27T15:32:34.1964717Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:32:34.1997931Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:32:34.2278247Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 2022-09-27T15:32:34.2322496Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu 2022-09-27T15:32:34.2338575Z test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:32:34.2403670Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_legendre_polynomial_p_cpu 2022-09-27T15:32:34.2431259Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:32:34.2765178Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 2022-09-27T15:32:34.2845034Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:32:34.2872663Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:32:34.3236245Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 2022-09-27T15:32:34.3244968Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu 2022-09-27T15:32:34.3283040Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:32:34.3310829Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:32:34.3727055Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 2022-09-27T15:32:34.3752730Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:32:34.4166334Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 2022-09-27T15:32:34.4192190Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:32:34.4606266Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 2022-09-27T15:32:34.4631143Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:32:34.4742722Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 2022-09-27T15:32:34.4751050Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:32:34.4773682Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:34.5044991Z [gw0] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:32:34.5070221Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:32:34.5162819Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 2022-09-27T15:32:34.5484240Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:32:34.5511375Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:32:34.5926140Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 2022-09-27T15:32:34.5952264Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:32:34.6147065Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 2022-09-27T15:32:34.6154349Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu 2022-09-27T15:32:34.6221787Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:32:34.6364332Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu 2022-09-27T15:32:34.6389893Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:34.6563664Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:34.6655153Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:32:34.6804670Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stack_cpu 2022-09-27T15:32:34.6828752Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:32:34.7004618Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 2022-09-27T15:32:34.7246257Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:32:34.7277088Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:32:34.7686058Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 2022-09-27T15:32:34.7719697Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:32:34.7995085Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 2022-09-27T15:32:34.8001882Z [gw0] [ 3%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sub_cpu 2022-09-27T15:32:34.8123767Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:32:34.8160387Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:32:34.8615509Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 2022-09-27T15:32:34.8621654Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:32:34.9050424Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 2022-09-27T15:32:34.9056800Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:32:34.9448517Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 2022-09-27T15:32:34.9477097Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:32:34.9886694Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 2022-09-27T15:32:34.9918536Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:32:35.0327649Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 2022-09-27T15:32:35.0365397Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:32:35.0767006Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 2022-09-27T15:32:35.0809948Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:32:35.1207153Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 2022-09-27T15:32:35.1248484Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:32:35.1646524Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 2022-09-27T15:32:35.1688666Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:32:35.2087514Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 2022-09-27T15:32:35.2121183Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:32:35.2525611Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 2022-09-27T15:32:35.2560006Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:32:35.2965734Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 2022-09-27T15:32:35.3000290Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:32:35.3407161Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 2022-09-27T15:32:35.3443431Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:32:35.3846741Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 2022-09-27T15:32:35.3883939Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:32:35.4286351Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 2022-09-27T15:32:35.4322307Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:32:35.4727551Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 2022-09-27T15:32:35.4774349Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:32:35.5165532Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 2022-09-27T15:32:35.5198951Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:32:35.5607741Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 2022-09-27T15:32:35.5640450Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:32:35.6047410Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 2022-09-27T15:32:35.6080207Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:32:35.6486843Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 2022-09-27T15:32:35.6520853Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:32:35.6926027Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 2022-09-27T15:32:35.6961464Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:32:35.7366977Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 2022-09-27T15:32:35.7406422Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:32:35.7807145Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 2022-09-27T15:32:35.7848400Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:32:35.8246654Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 2022-09-27T15:32:35.8287346Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:32:35.8686407Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 2022-09-27T15:32:35.8717050Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:32:35.9126858Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 2022-09-27T15:32:35.9157700Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:32:35.9567467Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 2022-09-27T15:32:35.9603548Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:32:36.0051840Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 2022-09-27T15:32:36.0059936Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:32:36.0486458Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 2022-09-27T15:32:36.0497949Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:32:36.0888375Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 2022-09-27T15:32:36.0925817Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:32:36.1327731Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 2022-09-27T15:32:36.1368514Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:32:36.1770428Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 2022-09-27T15:32:36.1807366Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:32:36.2206545Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 2022-09-27T15:32:36.2249109Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:32:36.2647687Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 2022-09-27T15:32:36.2684273Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:32:36.3086072Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 2022-09-27T15:32:36.3121786Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:32:36.3527456Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 2022-09-27T15:32:36.3565146Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:32:36.3967088Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 2022-09-27T15:32:36.4004951Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:32:36.4408239Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 2022-09-27T15:32:36.4446591Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:32:36.4846289Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 2022-09-27T15:32:36.4874503Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:32:36.5286749Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 2022-09-27T15:32:36.5313988Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:32:36.5726569Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 2022-09-27T15:32:36.5752892Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:32:36.6166113Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 2022-09-27T15:32:36.6192804Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:32:36.6606047Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 2022-09-27T15:32:36.6632368Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:32:36.7047714Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 2022-09-27T15:32:36.7094748Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:36.7488374Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:32:36.7531898Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:32:36.7928195Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 2022-09-27T15:32:36.7962457Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:32:36.8366269Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 2022-09-27T15:32:36.8399442Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:32:36.8807578Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 2022-09-27T15:32:36.8844041Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:32:36.9247104Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 2022-09-27T15:32:36.9281976Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:32:36.9688603Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 2022-09-27T15:32:36.9722692Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:32:37.0125945Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 2022-09-27T15:32:37.0155928Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:32:37.0566285Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 2022-09-27T15:32:37.0593912Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:37.1008128Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 2022-09-27T15:32:37.1039860Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:37.1448020Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 2022-09-27T15:32:37.1479848Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:37.1886660Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:32:37.1920575Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:32:37.2330272Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 2022-09-27T15:32:37.2354874Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:37.2766078Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:32:37.2802116Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:37.3207999Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:32:37.3243218Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:32:37.3646845Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 2022-09-27T15:32:37.3682202Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:37.4087247Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 2022-09-27T15:32:37.4121056Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:37.4528236Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 2022-09-27T15:32:37.4569566Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:32:37.4967081Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 2022-09-27T15:32:37.5004993Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:32:37.5406821Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 2022-09-27T15:32:37.5454375Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:32:37.5845995Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 2022-09-27T15:32:37.5877801Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:32:37.6286077Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 2022-09-27T15:32:37.6321949Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:32:37.6726073Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 2022-09-27T15:32:37.6758952Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:32:37.7166909Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 2022-09-27T15:32:37.7197883Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:32:37.7605929Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 2022-09-27T15:32:37.7636612Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:32:37.8046268Z [gw1] [ 3%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 2022-09-27T15:32:37.8080271Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:32:37.8486152Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 2022-09-27T15:32:37.8521482Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:32:37.8926161Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 2022-09-27T15:32:37.8965592Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:32:37.9366825Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 2022-09-27T15:32:37.9408929Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:32:37.9807269Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 2022-09-27T15:32:37.9861914Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:32:38.0246275Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 2022-09-27T15:32:38.0282629Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:32:38.0686350Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 2022-09-27T15:32:38.0724016Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:38.1125997Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 2022-09-27T15:32:38.1157049Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:32:38.1566188Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 2022-09-27T15:32:38.1595773Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:32:38.2008329Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:32:38.2054529Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:32:38.2448423Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 2022-09-27T15:32:38.2486492Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:32:38.2886958Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 2022-09-27T15:32:38.2920896Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:32:38.3328436Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 2022-09-27T15:32:38.3359604Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:32:38.3768834Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 2022-09-27T15:32:38.3799134Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:32:38.4207866Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 2022-09-27T15:32:38.4245671Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:38.4646428Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:32:38.4687485Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:38.5087005Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:32:38.5123774Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:32:38.5526710Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 2022-09-27T15:32:38.5570919Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:32:38.5965288Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 2022-09-27T15:32:38.6005677Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:32:38.6405374Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 2022-09-27T15:32:38.6437344Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:32:38.6846534Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 2022-09-27T15:32:38.6877703Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:32:38.7285673Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 2022-09-27T15:32:38.7315477Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:32:38.7725877Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 2022-09-27T15:32:38.7756289Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:32:38.8168180Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 2022-09-27T15:32:38.8201276Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:38.8606632Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:32:38.8644319Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:38.9046411Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:32:38.9081518Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:38.9487142Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:32:38.9522554Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:32:38.9926455Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 2022-09-27T15:32:38.9964731Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:39.0367102Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 2022-09-27T15:32:39.0400934Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:39.0806485Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:32:39.0841140Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:39.1246942Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:32:39.1283486Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:39.1686378Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:32:39.1725053Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:39.2126014Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 2022-09-27T15:32:39.2157364Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:32:39.2566336Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 2022-09-27T15:32:39.2597095Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:39.3007729Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:32:39.3042217Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:32:39.3447861Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 2022-09-27T15:32:39.3480996Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:39.3887997Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:32:39.3918323Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:39.4326555Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:32:39.4362013Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:39.4765928Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:32:39.4804753Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:39.5083165Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:32:39.5090539Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu 2022-09-27T15:32:39.5205584Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:32:39.5244366Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:39.5647107Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:32:39.5689519Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:32:39.6088918Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:32:39.6120933Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:39.6527907Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:32:39.6567278Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:39.6968758Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:32:39.7011983Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:39.7266870Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:32:39.7274615Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:32:39.7407875Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:32:39.7452924Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:39.7848666Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:32:39.7898594Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:39.8350184Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 2022-09-27T15:32:39.8372062Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:32:39.8372821Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:32:39.8387889Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:32:39.8726634Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 2022-09-27T15:32:39.8765434Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:39.9166709Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:32:39.9206251Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:39.9606693Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:32:39.9653379Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:32:39.9798709Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 2022-09-27T15:32:39.9810958Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:32:40.0045734Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:32:40.0071138Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:32:40.0486162Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 2022-09-27T15:32:40.0510683Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:40.0927077Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:32:40.0960203Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:32:40.1367164Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:32:40.1403229Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:32:40.1428510Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 2022-09-27T15:32:40.1436945Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu 2022-09-27T15:32:40.1839927Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:32:40.1852913Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:32:40.2287584Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 2022-09-27T15:32:40.2290894Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:32:40.2728590Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:32:40.2729612Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:32:40.3168486Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 2022-09-27T15:32:40.3169116Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:32:40.3567005Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 2022-09-27T15:32:40.3606123Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:32:40.4046931Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 2022-09-27T15:32:40.4054565Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:32:40.4445102Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 2022-09-27T15:32:40.4476711Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:32:40.4887245Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 2022-09-27T15:32:40.4928147Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:40.5359140Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:32:40.5367854Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:40.5806959Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:32:40.5828061Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:40.6246904Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:32:40.6277480Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:32:40.6480909Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 2022-09-27T15:32:40.6491235Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu 2022-09-27T15:32:40.6542873Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:32:40.6684102Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:32:40.6714065Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:32:40.6925195Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 2022-09-27T15:32:40.7128345Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:32:40.7167251Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:32:40.7570090Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 2022-09-27T15:32:40.7607459Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:32:40.7867336Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 2022-09-27T15:32:40.7876298Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu 2022-09-27T15:32:40.8006333Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:32:40.8041314Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:32:40.8446355Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 2022-09-27T15:32:40.8482446Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:32:40.8885974Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 2022-09-27T15:32:40.8912123Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:32:40.8930268Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 2022-09-27T15:32:40.8939171Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu 2022-09-27T15:32:40.9226861Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:32:40.9310010Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:32:40.9318107Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu 2022-09-27T15:32:40.9364161Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:32:40.9366407Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:32:40.9394031Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:32:40.9417124Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 2022-09-27T15:32:40.9643619Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_cpu 2022-09-27T15:32:40.9722829Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu 2022-09-27T15:32:40.9806073Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:32:40.9807058Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:32:40.9831575Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:32:40.9980652Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 2022-09-27T15:32:41.0165746Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu 2022-09-27T15:32:41.0243984Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:32:41.0277099Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:32:41.0685162Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 2022-09-27T15:32:41.0725797Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:32:41.1125512Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 2022-09-27T15:32:41.1161606Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:32:41.1565039Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 2022-09-27T15:32:41.1591143Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:41.2005717Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 2022-09-27T15:32:41.2041585Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:32:41.2149102Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 2022-09-27T15:32:41.2159848Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_topk_cpu 2022-09-27T15:32:41.2445175Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:32:41.2467531Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:32:41.2682637Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 2022-09-27T15:32:41.2689733Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu 2022-09-27T15:32:41.2802862Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:32:41.2883784Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_triu_cpu 2022-09-27T15:32:41.2912417Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:32:41.3126651Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 2022-09-27T15:32:41.3241293Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:32:41.3324254Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu 2022-09-27T15:32:41.3357905Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:32:41.3566318Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 2022-09-27T15:32:41.3765993Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:32:41.3803740Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:32:41.4204767Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 2022-09-27T15:32:41.4241873Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:32:41.4644816Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 2022-09-27T15:32:41.4681543Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:32:41.5085485Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 2022-09-27T15:32:41.5110034Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:32:41.5527542Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 2022-09-27T15:32:41.5555606Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:32:41.5967188Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 2022-09-27T15:32:41.5995665Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:32:41.6407047Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 2022-09-27T15:32:41.6439671Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:32:41.6846443Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 2022-09-27T15:32:41.6874877Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:32:41.7285678Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 2022-09-27T15:32:41.7313105Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:32:41.7726285Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 2022-09-27T15:32:41.7751536Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:32:41.8166632Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 2022-09-27T15:32:41.8194095Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:32:41.8606128Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 2022-09-27T15:32:41.8632610Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:41.9045658Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:32:41.9067752Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:41.9486010Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:32:41.9517056Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:32:41.9925852Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 2022-09-27T15:32:42.0038277Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:32:42.0366385Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:32:42.0401248Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:32:42.0805545Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 2022-09-27T15:32:42.0836396Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:32:42.1246193Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:32:42.1277229Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:32:42.1686221Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 2022-09-27T15:32:42.1717152Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:32:42.2125575Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 2022-09-27T15:32:42.2157977Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:32:42.2566795Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 2022-09-27T15:32:42.2597415Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:32:42.3005801Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 2022-09-27T15:32:42.3035287Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:32:42.3445511Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:32:42.3470598Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:42.3886619Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:32:42.3907153Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:42.4325261Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:32:42.4356383Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:32:42.4765834Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:32:42.4797596Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:32:42.5205367Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 2022-09-27T15:32:42.5236828Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:32:42.5645134Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 2022-09-27T15:32:42.5676792Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:32:42.6086208Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 2022-09-27T15:32:42.6116115Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:32:42.6527263Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 2022-09-27T15:32:42.6561963Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:32:42.6966994Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 2022-09-27T15:32:42.7002272Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:32:42.7407132Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 2022-09-27T15:32:42.7442318Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:32:42.7846287Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 2022-09-27T15:32:42.7878020Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:32:42.8285797Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 2022-09-27T15:32:42.8317496Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:32:42.8726557Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 2022-09-27T15:32:42.8756361Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:32:42.9165895Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 2022-09-27T15:32:42.9197291Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:32:42.9605781Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 2022-09-27T15:32:42.9644602Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:32:43.0045676Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 2022-09-27T15:32:43.0077818Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:32:43.0485182Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 2022-09-27T15:32:43.0516847Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:32:43.0926137Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 2022-09-27T15:32:43.0956282Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:32:43.1366575Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 2022-09-27T15:32:43.1396473Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:32:43.1806228Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 2022-09-27T15:32:43.1835580Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:32:43.2245892Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 2022-09-27T15:32:43.2276378Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:32:43.2685165Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 2022-09-27T15:32:43.2719412Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:32:43.3125655Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 2022-09-27T15:32:43.3157030Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:32:43.3565839Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 2022-09-27T15:32:43.3597268Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:32:43.4006394Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 2022-09-27T15:32:43.4035196Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:32:43.4445465Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 2022-09-27T15:32:43.4476173Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:32:43.4885133Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 2022-09-27T15:32:43.4916263Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:32:43.5326436Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 2022-09-27T15:32:43.5356657Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:32:43.5765929Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 2022-09-27T15:32:43.5801530Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:32:43.6206102Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 2022-09-27T15:32:45.7119132Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:32:45.7131868Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool 2022-09-27T15:32:45.7792655Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:32:45.7805856Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool 2022-09-27T15:32:45.7859253Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:32:45.8204371Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool 2022-09-27T15:32:45.8249799Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:32:45.8644072Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool 2022-09-27T15:32:45.8705546Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:32:45.9085485Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool 2022-09-27T15:32:45.9122654Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:32:45.9567322Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool 2022-09-27T15:32:45.9624963Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:32:46.0007134Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool 2022-09-27T15:32:46.0100324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:32:46.0445639Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool 2022-09-27T15:32:46.0494297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:32:46.0886976Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool 2022-09-27T15:32:46.0934341Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:32:46.1327637Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool 2022-09-27T15:32:46.1381860Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:32:46.1806555Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool 2022-09-27T15:32:46.1857848Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:32:46.2246357Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool 2022-09-27T15:32:46.2301797Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:32:46.2685996Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool 2022-09-27T15:32:46.2739289Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:32:46.3126204Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool 2022-09-27T15:32:46.3349911Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:32:46.3566347Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool 2022-09-27T15:32:46.3613978Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:32:46.4005912Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool 2022-09-27T15:32:46.4055618Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:32:46.4446845Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool 2022-09-27T15:32:46.4533649Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:32:46.4886615Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool 2022-09-27T15:32:46.4988782Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:32:46.5326708Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool 2022-09-27T15:32:46.5346590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:32:46.5766582Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool 2022-09-27T15:32:46.5808439Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:32:46.6206815Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool 2022-09-27T15:32:46.6251158Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:32:46.6646293Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool 2022-09-27T15:32:46.6836721Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:32:46.7085718Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool 2022-09-27T15:32:46.7139527Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:32:46.7525948Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool 2022-09-27T15:32:46.7597372Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:32:46.7614886Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool 2022-09-27T15:32:46.7622924Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu 2022-09-27T15:32:46.7965651Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:32:46.8038304Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:32:46.8404738Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool 2022-09-27T15:32:46.8477620Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:32:46.8845099Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool 2022-09-27T15:32:46.8926007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:32:46.9285361Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool 2022-09-27T15:32:46.9332272Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:32:46.9724947Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool 2022-09-27T15:32:46.9803753Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:32:47.0205667Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool 2022-09-27T15:32:47.0281251Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:32:47.0684762Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool 2022-09-27T15:32:47.0732614Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:32:47.1165238Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool 2022-09-27T15:32:47.1204049Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:32:47.1606042Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool 2022-09-27T15:32:47.1645885Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:32:47.2046640Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool 2022-09-27T15:32:47.2085780Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:32:47.2486983Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool 2022-09-27T15:32:47.2517213Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:32:47.2927175Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool 2022-09-27T15:32:47.2960474Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:32:47.3406895Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool 2022-09-27T15:32:47.3459970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:32:47.3846577Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool 2022-09-27T15:32:47.3893315Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:32:47.4286383Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool 2022-09-27T15:32:47.4373084Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:32:47.4726519Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool 2022-09-27T15:32:47.4780153Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:32:47.5165791Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool 2022-09-27T15:32:47.5259873Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:32:47.5605330Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool 2022-09-27T15:32:47.5646329Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:32:47.6046214Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool 2022-09-27T15:32:47.6151951Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:32:47.6485875Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:32:47.6572435Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:32:47.6579988Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool 2022-09-27T15:32:47.6588297Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_cpu 2022-09-27T15:32:47.6966195Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:32:47.7048410Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:32:47.7406288Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool 2022-09-27T15:32:47.7472847Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:32:47.7846325Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool 2022-09-27T15:32:47.7907422Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:32:47.8285349Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool 2022-09-27T15:32:47.8458610Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:32:47.8724560Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool 2022-09-27T15:32:47.8768268Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:32:47.9167328Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool 2022-09-27T15:32:47.9216935Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:32:47.9327446Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool 2022-09-27T15:32:47.9337381Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_cpu 2022-09-27T15:32:47.9606387Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:32:47.9645673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:32:48.0046802Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool 2022-09-27T15:32:48.0208745Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:32:48.0486024Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool 2022-09-27T15:32:48.0546940Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:32:48.0966473Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool 2022-09-27T15:32:48.1025870Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:32:48.1406243Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool 2022-09-27T15:32:48.1444876Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:32:48.1641026Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool 2022-09-27T15:32:48.1646781Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu 2022-09-27T15:32:48.1844472Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:32:48.1923918Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:32:48.1928925Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu 2022-09-27T15:32:48.1935738Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool 2022-09-27T15:32:48.1988102Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:32:48.2285329Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_permute_cpu 2022-09-27T15:32:48.2362913Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:32:48.2383064Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:32:48.2437099Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu 2022-09-27T15:32:48.2724797Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool 2022-09-27T15:32:48.2762223Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:32:48.2804270Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool 2022-09-27T15:32:48.2955835Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:32:48.3165968Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_positive_cpu 2022-09-27T15:32:48.3201833Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:32:48.3243247Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool 2022-09-27T15:32:48.3739326Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:32:48.3781132Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:32:48.4080827Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool 2022-09-27T15:32:48.4102221Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:32:48.4115201Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_qr_cpu 2022-09-27T15:32:48.4123847Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool 2022-09-27T15:32:48.4216832Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:32:48.4229673Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu 2022-09-27T15:32:48.4486143Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:32:48.4584273Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:32:48.4927046Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:32:48.4969830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:32:48.5342962Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool 2022-09-27T15:32:48.5351423Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu 2022-09-27T15:32:48.5403733Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:32:48.5451128Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:32:48.5758726Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool 2022-09-27T15:32:48.5771530Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_where_cpu 2022-09-27T15:32:48.5843776Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:32:48.5855771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:32:48.5872740Z [gw0] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu 2022-09-27T15:32:48.6174331Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_legendre_polynomial_p_cpu_bool 2022-09-27T15:32:48.6181807Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu 2022-09-27T15:32:48.6202470Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:32:48.6243947Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:32:48.6322109Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_real_cpu 2022-09-27T15:32:48.6354445Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:32:48.6603803Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool 2022-09-27T15:32:48.6800260Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:32:48.6809350Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu 2022-09-27T15:32:48.6862842Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:32:48.7043801Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool 2022-09-27T15:32:48.7286092Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:32:48.7301981Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:48.7446942Z [gw1] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:32:48.7522484Z [gw2] [ 4%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize__cpu 2022-09-27T15:32:48.7684955Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:32:48.7763643Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_roll_cpu 2022-09-27T15:32:48.7829151Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:32:48.8004611Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool 2022-09-27T15:32:48.8023263Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:32:48.8204209Z [gw2] [ 4%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu 2022-09-27T15:32:48.8242172Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:32:48.8483407Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool 2022-09-27T15:32:48.8632603Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:32:48.8642102Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu 2022-09-27T15:32:48.8696095Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:32:48.8965242Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool 2022-09-27T15:32:48.9125581Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:32:48.9164141Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:32:48.9606150Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool 2022-09-27T15:32:48.9672786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:32:49.0085492Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool 2022-09-27T15:32:49.0127290Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:32:49.0565755Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool 2022-09-27T15:32:49.0616600Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:32:49.0906565Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool 2022-09-27T15:32:49.0918106Z [gw2] [ 4%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu 2022-09-27T15:32:49.1003968Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:32:49.2575295Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:32:49.2581266Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool 2022-09-27T15:32:49.2615389Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:32:49.3006800Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool 2022-09-27T15:32:49.3049978Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:32:49.3446901Z [gw1] [ 4%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool 2022-09-27T15:32:50.7255008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:32:50.7266822Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rmod___cpu 2022-09-27T15:32:50.7295559Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:32:50.7686651Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rsub___cpu 2022-09-27T15:32:50.8046770Z test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:32:50.8165703Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_amin_cpu 2022-09-27T15:32:50.8297616Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:32:50.8605727Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu 2022-09-27T15:32:50.8631479Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:32:50.9046294Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu 2022-09-27T15:32:51.5596301Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:32:51.5602726Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu 2022-09-27T15:32:51.5721775Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:32:51.6046025Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu 2022-09-27T15:32:51.6446180Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:32:51.6483229Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu 2022-09-27T15:32:51.7288059Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:32:51.7300470Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu 2022-09-27T15:32:52.0760444Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:32:52.0769173Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu 2022-09-27T15:32:52.1363347Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:32:52.1374460Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu 2022-09-27T15:32:52.1399743Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:52.1807029Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:52.3249220Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:32:52.3258245Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu 2022-09-27T15:32:52.3877953Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:32:52.3885796Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu 2022-09-27T15:32:52.4358363Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:32:52.4365891Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu 2022-09-27T15:32:52.5053801Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:32:52.5066992Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu 2022-09-27T15:32:52.5550947Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:32:52.5563491Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:32:52.5581269Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:52.6005516Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:32:52.6058327Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:32:52.6445494Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_cpu 2022-09-27T15:32:52.6498249Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:32:52.6886170Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_square_cpu 2022-09-27T15:32:52.9518474Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:32:52.9528327Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu 2022-09-27T15:32:52.9678136Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:32:52.9965958Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu 2022-09-27T15:32:53.0017172Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:32:53.0447057Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_t_cpu 2022-09-27T15:32:53.0529194Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:32:53.0885814Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu 2022-09-27T15:32:53.1335018Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:32:53.1343804Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_to_cpu 2022-09-27T15:32:53.1480838Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:32:53.1589190Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu 2022-09-27T15:32:53.1598827Z [gw0] [ 5%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu 2022-09-27T15:32:53.1739876Z test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:32:53.1765478Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_diag_cpu 2022-09-27T15:32:53.1895559Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:32:53.2005478Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_cpu 2022-09-27T15:32:53.2034596Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:32:53.2322496Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu 2022-09-27T15:32:53.2473702Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:32:53.2496241Z test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:32:53.2543332Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_eq_cpu 2022-09-27T15:32:53.2644214Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu 2022-09-27T15:32:53.2931698Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:32:53.2935125Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:32:53.3370626Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_float_power_cpu 2022-09-27T15:32:53.3377432Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:32:53.3830604Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_fmod_cpu 2022-09-27T15:32:53.4575340Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:32:53.4585174Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_gradient_cpu 2022-09-27T15:32:53.4683826Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:32:53.5004975Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_hstack_cpu 2022-09-27T15:32:53.5058728Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:32:53.5399644Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_index_select_cpu 2022-09-27T15:32:53.5406264Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu 2022-09-27T15:32:53.5442742Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:32:53.5498603Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:32:53.5637228Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu 2022-09-27T15:32:53.5845382Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu 2022-09-27T15:32:53.5883813Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:32:53.6040793Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:32:53.6235967Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu 2022-09-27T15:32:53.6282772Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu 2022-09-27T15:32:53.6323770Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:32:53.6334577Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:32:53.6445386Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu 2022-09-27T15:32:53.6724578Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu 2022-09-27T15:32:53.6764863Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:32:53.6780538Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:32:53.6824071Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zero__cpu 2022-09-27T15:32:53.7165054Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logspace_cpu 2022-09-27T15:32:53.7204100Z test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:32:53.7280402Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:32:53.7686077Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_max_binary_cpu 2022-09-27T15:32:53.7716867Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:32:53.8125680Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_minimum_cpu 2022-09-27T15:32:53.8334389Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:32:53.8565567Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu 2022-09-27T15:32:53.8722162Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:32:53.9006090Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu 2022-09-27T15:32:53.9181910Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:32:53.9445947Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu 2022-09-27T15:32:53.9525068Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:32:53.9886523Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu 2022-09-27T15:32:54.0117829Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:32:54.0325836Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu 2022-09-27T15:32:54.0438523Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:54.0766595Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu 2022-09-27T15:32:54.0799346Z test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:32:54.1207082Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_pow_cpu 2022-09-27T15:32:54.1388904Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:32:54.1420441Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_cpu 2022-09-27T15:32:54.1426652Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 2022-09-27T15:32:54.1595562Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:32:54.1644166Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 2022-09-27T15:32:54.1845278Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:32:54.1950654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:32:54.2082846Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu 2022-09-27T15:32:54.2111495Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:54.2114786Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu 2022-09-27T15:32:54.2283793Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 2022-09-27T15:32:54.2455162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:32:54.2524321Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 2022-09-27T15:32:54.2556601Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:54.2725931Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu 2022-09-27T15:32:54.2965237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:32:54.2979642Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 2022-09-27T15:32:54.2993128Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:54.3165183Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:32:54.3405327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:32:54.3432715Z test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:32:54.3450510Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_sub_cpu 2022-09-27T15:32:54.3603848Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 2022-09-27T15:32:54.3757879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:32:54.3843685Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 2022-09-27T15:32:54.3913697Z test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:32:54.4044749Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_trace_cpu 2022-09-27T15:32:54.4214511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:32:54.4284062Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 2022-09-27T15:32:54.4317758Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:32:54.4525740Z [gw0] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_view_as_cpu 2022-09-27T15:32:54.4727006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:32:54.4766758Z test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:32:54.5166455Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_where_cpu 2022-09-27T15:32:54.5206029Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:32:54.5494065Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 2022-09-27T15:32:54.5507238Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_float32 2022-09-27T15:32:54.5644692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:32:54.5683627Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:32:54.5850263Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 2022-09-27T15:32:54.5925334Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_float32 2022-09-27T15:32:54.6030344Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:32:54.6083611Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_int64 2022-09-27T15:32:54.6119542Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:32:54.6365678Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 2022-09-27T15:32:54.6525057Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:32:54.6560534Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:32:54.6624081Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 2022-09-27T15:32:54.6844140Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_log_softmax_cpu_float32 2022-09-27T15:32:54.6964570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:32:54.6996870Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:32:54.7404822Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 2022-09-27T15:32:54.7444396Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:32:54.7845602Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amax_cpu_float32 2022-09-27T15:32:54.7879865Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:32:54.8110654Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmax_cpu_float32 2022-09-27T15:32:54.8127021Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_complex64 2022-09-27T15:32:54.8284233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:32:54.8320254Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:32:54.8725332Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumprod_cpu_float32 2022-09-27T15:32:54.8762891Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:32:54.9166737Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_log_softmax_cpu_float32 2022-09-27T15:32:54.9215544Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:32:54.9605740Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_mean_cpu_float32 2022-09-27T15:32:54.9643597Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:32:55.0047093Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_normalize_cpu_float32 2022-09-27T15:32:55.0080905Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:32:55.0485503Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmin_cpu_float32 2022-09-27T15:32:55.0522907Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:32:55.0925409Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_int64 2022-09-27T15:32:55.0961153Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:32:55.1365141Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 2022-09-27T15:32:55.1401692Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:32:55.1887202Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 2022-09-27T15:32:55.1895064Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:32:55.2331178Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 2022-09-27T15:32:55.2342613Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:32:55.2354924Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 2022-09-27T15:32:55.2364971Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_norm_cpu_float32 2022-09-27T15:32:55.2772611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:32:55.2781888Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:32:55.3165896Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 2022-09-27T15:32:55.3196464Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:32:55.3360320Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 2022-09-27T15:32:55.3375852Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_float32 2022-09-27T15:32:55.3606645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:32:55.3641856Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:32:55.4045940Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 2022-09-27T15:32:55.4082008Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:32:55.4486156Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 2022-09-27T15:32:55.4524829Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:32:55.4766331Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 2022-09-27T15:32:55.4777621Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_complex64 2022-09-27T15:32:55.4924918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:32:55.4965495Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:32:55.5366472Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 2022-09-27T15:32:55.5406664Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:32:55.5589083Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 2022-09-27T15:32:55.5603482Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_float32 2022-09-27T15:32:55.5805759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:32:55.5846444Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:32:55.6245543Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 2022-09-27T15:32:55.6287106Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:32:55.6685717Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 2022-09-27T15:32:55.6723568Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:32:55.7125304Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 2022-09-27T15:32:55.7146658Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:32:55.7158250Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_int64 2022-09-27T15:32:55.7172662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:32:55.7222163Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 2022-09-27T15:32:55.7567432Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 2022-09-27T15:32:55.7570886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:32:55.7604481Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:32:55.7632148Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 2022-09-27T15:32:55.8007562Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 2022-09-27T15:32:55.8012203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:32:55.8048334Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:32:55.8086160Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 2022-09-27T15:32:55.8445737Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 2022-09-27T15:32:55.8448382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:32:55.8487925Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:32:55.8702065Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 2022-09-27T15:32:55.8885213Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 2022-09-27T15:32:55.8887235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:32:55.8925760Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:32:55.8975101Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 2022-09-27T15:32:55.9327981Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 2022-09-27T15:32:55.9328602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:32:55.9366920Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:32:55.9451189Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 2022-09-27T15:32:55.9792562Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 2022-09-27T15:32:55.9797183Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:32:55.9804679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:32:55.9925715Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 2022-09-27T15:32:56.0206866Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 2022-09-27T15:32:56.0208095Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:32:56.0240068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:32:56.0271848Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 2022-09-27T15:32:56.0629070Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 2022-09-27T15:32:56.0633371Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___rand___cpu 2022-09-27T15:32:56.0645509Z test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:32:56.0659016Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:32:56.0662681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:32:56.0680826Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors___ror___cpu 2022-09-27T15:32:56.0771353Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 2022-09-27T15:32:56.1046086Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 2022-09-27T15:32:56.1074163Z test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:32:56.1089920Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_add_cpu 2022-09-27T15:32:56.1124926Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:32:56.1129354Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 2022-09-27T15:32:56.1329693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:32:56.1486000Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 2022-09-27T15:32:56.1524088Z test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:32:56.1569592Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:32:56.1573755Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 2022-09-27T15:32:56.1617839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:32:56.1892992Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 2022-09-27T15:32:56.1922731Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_arange_cpu 2022-09-27T15:32:56.1951518Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:32:56.1963946Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu 2022-09-27T15:32:56.1995154Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:32:56.2007362Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 2022-09-27T15:32:56.2075629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:32:56.2365125Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 2022-09-27T15:32:56.2443931Z test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:32:56.2480108Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:32:56.2488195Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 2022-09-27T15:32:56.2550717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:32:56.2886009Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 2022-09-27T15:32:56.2919652Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:32:56.2927546Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 2022-09-27T15:32:56.3053925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:32:56.3055404Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_cat_cpu 2022-09-27T15:32:56.3055908Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:32:56.3066998Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_copysign_cpu 2022-09-27T15:32:56.3325728Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 2022-09-27T15:32:56.3356312Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:32:56.3371596Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 2022-09-27T15:32:56.3424561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:32:56.3478724Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 2022-09-27T15:32:56.3764982Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:32:56.3792233Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:32:56.3828949Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_diagonal_cpu 2022-09-27T15:32:56.3840414Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 2022-09-27T15:32:56.3842840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:32:56.3882361Z [gw1] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 2022-09-27T15:32:56.3978459Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:32:56.4206482Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_dsplit_cpu 2022-09-27T15:32:56.4239390Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:32:56.4253019Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 2022-09-27T15:32:56.4296945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:32:56.4354482Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 2022-09-27T15:32:56.4384564Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:32:56.4647122Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_fliplr_cpu 2022-09-27T15:32:56.4685537Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:32:56.4689340Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 2022-09-27T15:32:56.4724233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:32:56.4763344Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 2022-09-27T15:32:56.4792694Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:32:56.5085857Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_fmax_cpu 2022-09-27T15:32:56.5114845Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:32:56.5162843Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 2022-09-27T15:32:56.5202246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:32:56.5213559Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:32:56.5231411Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 2022-09-27T15:32:56.5525074Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_gcd_cpu 2022-09-27T15:32:56.5555558Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:32:56.5602455Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 2022-09-27T15:32:56.5641610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:32:56.5650255Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 2022-09-27T15:32:56.5679366Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:32:56.5966716Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_heaviside_cpu 2022-09-27T15:32:56.5997110Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:32:56.6085857Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 2022-09-27T15:32:56.6088976Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:32:56.6114319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:32:56.6405769Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_igamma_cpu 2022-09-27T15:32:56.6437899Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:32:56.6447556Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 2022-09-27T15:32:56.6548763Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 2022-09-27T15:32:56.6550671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:32:56.6557504Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:32:56.6640181Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu 2022-09-27T15:32:56.6845001Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 2022-09-27T15:32:56.6873162Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:32:56.6965561Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 2022-09-27T15:32:56.6967561Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:32:56.6993082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:32:56.7032105Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_ldexp_cpu 2022-09-27T15:32:56.7284843Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 2022-09-27T15:32:56.7312703Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:32:56.7405623Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 2022-09-27T15:32:56.7406403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:32:56.7462831Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:32:56.7490993Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 2022-09-27T15:32:56.7723680Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:32:56.7757006Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:32:56.7845123Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 2022-09-27T15:32:56.7847448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:32:56.7874552Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:32:56.7887767Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_or_cpu 2022-09-27T15:32:56.8165741Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 2022-09-27T15:32:56.8192774Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:32:56.8284998Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 2022-09-27T15:32:56.8287554Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:32:56.8379528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:32:56.8461664Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu 2022-09-27T15:32:56.8605329Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 2022-09-27T15:32:56.8633999Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:32:56.8725820Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 2022-09-27T15:32:56.8729919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:32:56.8781755Z test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:32:56.8905555Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 2022-09-27T15:32:56.9044655Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_mean_cpu 2022-09-27T15:32:56.9075916Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:32:56.9164465Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 2022-09-27T15:32:56.9168001Z test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:32:56.9195649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:32:56.9214222Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_mul_cpu 2022-09-27T15:32:56.9486273Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 2022-09-27T15:32:56.9513708Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:32:56.9606038Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 2022-09-27T15:32:56.9607469Z test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:32:56.9649563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:32:56.9683038Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 2022-09-27T15:32:56.9925985Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_neg_cpu 2022-09-27T15:32:56.9954175Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:32:57.0046748Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 2022-09-27T15:32:57.0047568Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:32:57.0194738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:32:57.0332187Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 2022-09-27T15:32:57.0363794Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu 2022-09-27T15:32:57.0396760Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:32:57.0484251Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 2022-09-27T15:32:57.0523502Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:32:57.0561180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:32:57.0574032Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu 2022-09-27T15:32:57.0805619Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 2022-09-27T15:32:57.0835937Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:32:57.0923584Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 2022-09-27T15:32:57.0963568Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:32:57.1106075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:32:57.1244755Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 2022-09-27T15:32:57.1283209Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:32:57.1286628Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 2022-09-27T15:32:57.1363859Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu 2022-09-27T15:32:57.1403322Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:32:57.1450734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:32:57.1522299Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 2022-09-27T15:32:57.1684781Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu 2022-09-27T15:32:57.1716236Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:32:57.1802763Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 2022-09-27T15:32:57.1842728Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:32:57.1896382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:32:57.1920220Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 2022-09-27T15:32:57.2124186Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_ormqr_cpu 2022-09-27T15:32:57.2156034Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:32:57.2242075Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 2022-09-27T15:32:57.2282491Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:32:57.2310058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:32:57.2502379Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_renorm_cpu 2022-09-27T15:32:57.2563812Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 2022-09-27T15:32:57.2595343Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:32:57.2683219Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 2022-09-27T15:32:57.2722395Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:32:57.2843596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:32:57.2951504Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_rot90_cpu 2022-09-27T15:32:57.3003882Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 2022-09-27T15:32:57.3037262Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:32:57.3123626Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 2022-09-27T15:32:57.3154524Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:57.3163106Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu 2022-09-27T15:32:57.3211144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:32:57.3444774Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 2022-09-27T15:32:57.3477916Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:32:57.3564318Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 2022-09-27T15:32:57.3593760Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:32:57.3606157Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu 2022-09-27T15:32:57.3672651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:32:57.3885730Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 2022-09-27T15:32:57.3918787Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:32:57.4004797Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 2022-09-27T15:32:57.4025065Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:57.4042842Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:32:57.4095524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:32:57.4325670Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 2022-09-27T15:32:57.4357606Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:32:57.4444564Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 2022-09-27T15:32:57.4475980Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:32:57.4485861Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu 2022-09-27T15:32:57.4533886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:32:57.4766366Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 2022-09-27T15:32:57.4801092Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:32:57.4884459Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 2022-09-27T15:32:57.4922782Z test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:32:57.4980709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:32:57.5076388Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_t_cpu 2022-09-27T15:32:57.5205533Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 2022-09-27T15:32:57.5239960Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:32:57.5323671Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 2022-09-27T15:32:57.5362472Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:32:57.5410651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:32:57.5466880Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 2022-09-27T15:32:57.5644492Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_unbind_cpu 2022-09-27T15:32:57.5677164Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:32:57.5763528Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 2022-09-27T15:32:57.5803192Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:32:57.5873692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:32:57.6085604Z [gw2] [ 5%] PASSED test_ops.py::TestCommonCPU::test_errors_vsplit_cpu 2022-09-27T15:32:57.6121656Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:32:57.6204933Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 2022-09-27T15:32:57.6238780Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:32:57.6284617Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 2022-09-27T15:32:57.6293370Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 2022-09-27T15:32:57.6327243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:32:57.6524527Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 2022-09-27T15:32:57.6556622Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:32:57.6643579Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 2022-09-27T15:32:57.6676214Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:32:57.6722777Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 2022-09-27T15:32:57.6817013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:32:57.6964665Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 2022-09-27T15:32:57.6999535Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:32:57.7083407Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 2022-09-27T15:32:57.7115395Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:32:57.7162954Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 2022-09-27T15:32:57.7207742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:32:57.7406125Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 2022-09-27T15:32:57.7437188Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:32:57.7523483Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 2022-09-27T15:32:57.7556053Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:32:57.7603542Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 2022-09-27T15:32:57.7696059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:32:57.7845649Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 2022-09-27T15:32:57.7876641Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:32:57.7963750Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 2022-09-27T15:32:57.7998231Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:32:57.8042718Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 2022-09-27T15:32:57.8284545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:32:57.8317429Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:32:57.8443850Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 2022-09-27T15:32:57.8475932Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:32:57.8615914Z [gw2] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 2022-09-27T15:32:57.8627337Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 2022-09-27T15:32:57.8665840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:32:57.8723095Z [gw1] [ 5%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 2022-09-27T15:32:57.8754398Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:32:57.8884868Z [gw0] [ 5%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 2022-09-27T15:32:57.8917045Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:32:57.9045571Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_float32 2022-09-27T15:32:57.9087254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:32:57.9164364Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 2022-09-27T15:32:57.9196733Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:32:57.9325152Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 2022-09-27T15:32:57.9356425Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:32:57.9485641Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_float32 2022-09-27T15:32:57.9566450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:32:57.9603788Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 2022-09-27T15:32:57.9636432Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:32:57.9764891Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 2022-09-27T15:32:57.9797465Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:32:57.9925724Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_float32 2022-09-27T15:32:58.0045895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:58.0071118Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:32:58.0084042Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 2022-09-27T15:32:58.0204473Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 2022-09-27T15:32:58.0235030Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:32:58.0364392Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_float32 2022-09-27T15:32:58.0485622Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:32:58.0517940Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:32:58.0534558Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 2022-09-27T15:32:58.0644754Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 2022-09-27T15:32:58.0676303Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:32:58.0804386Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_median_cpu_float32 2022-09-27T15:32:58.0924088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:32:58.0956961Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:32:58.0985710Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 2022-09-27T15:32:58.1083279Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 2022-09-27T15:32:58.1123686Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:32:58.1244426Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_prod_cpu_int64 2022-09-27T15:32:58.1291095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:32:58.1363943Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 2022-09-27T15:32:58.1395858Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:32:58.1525005Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 2022-09-27T15:32:58.1556603Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:32:58.1684540Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_std_cpu_int64 2022-09-27T15:32:58.1804242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:32:58.1836949Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:32:58.1906687Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 2022-09-27T15:32:58.1963709Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 2022-09-27T15:32:58.1996204Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:32:58.2123753Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_var_cpu_int64 2022-09-27T15:32:58.2245075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:32:58.2277087Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:32:58.2371745Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 2022-09-27T15:32:58.2403230Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 2022-09-27T15:32:58.2435258Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:32:58.2565267Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 2022-09-27T15:32:58.2685497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:32:58.2721304Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:32:58.2846600Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 2022-09-27T15:32:58.2877777Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:32:58.3126363Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 2022-09-27T15:32:58.3163347Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:32:58.3214220Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 2022-09-27T15:32:58.3223901Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 2022-09-27T15:32:58.3284545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:58.3318202Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:32:58.3377944Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 2022-09-27T15:32:58.3565702Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 2022-09-27T15:32:58.3596854Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:32:58.3642983Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 2022-09-27T15:32:58.3706483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:32:58.3723200Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 2022-09-27T15:32:58.3755133Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:32:58.4006634Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 2022-09-27T15:32:58.4039940Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:32:58.4083880Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 2022-09-27T15:32:58.4161491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:32:58.4172004Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 2022-09-27T15:32:58.4206967Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:32:58.4447524Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 2022-09-27T15:32:58.4477985Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:32:58.4524065Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 2022-09-27T15:32:58.4567381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:32:58.4604768Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 2022-09-27T15:32:58.4635257Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:32:58.4886487Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 2022-09-27T15:32:58.4917474Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:32:58.5003693Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 2022-09-27T15:32:58.5043311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:32:58.5074988Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:32:58.5176302Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 2022-09-27T15:32:58.5324801Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 2022-09-27T15:32:58.5356552Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:32:58.5443456Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 2022-09-27T15:32:58.5467345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:32:58.5482909Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 2022-09-27T15:32:58.5515131Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:32:58.5765934Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 2022-09-27T15:32:58.5797756Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:32:58.5884486Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 2022-09-27T15:32:58.5906090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:32:58.5922914Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 2022-09-27T15:32:58.5951576Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:32:58.6246128Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 2022-09-27T15:32:58.6280406Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:32:58.6323366Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 2022-09-27T15:32:58.6362302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:32:58.6387853Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:32:58.6403695Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 2022-09-27T15:32:58.6685189Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 2022-09-27T15:32:58.6719391Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:32:58.6794534Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 2022-09-27T15:32:58.6832132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:32:58.6838370Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 2022-09-27T15:32:58.6847841Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:32:58.7126165Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 2022-09-27T15:32:58.7159662Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:32:58.7203496Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 2022-09-27T15:32:58.7243891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:32:58.7253118Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 2022-09-27T15:32:58.7288557Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:32:58.7566400Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 2022-09-27T15:32:58.7598972Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:32:58.7716084Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 2022-09-27T15:32:58.7717155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:32:58.7717773Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:32:58.7783751Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 2022-09-27T15:32:58.8004894Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 2022-09-27T15:32:58.8033634Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:32:58.8155975Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 2022-09-27T15:32:58.8156918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:32:58.8157871Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:32:58.8168396Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 2022-09-27T15:32:58.8443764Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 2022-09-27T15:32:58.8472052Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:32:58.8565123Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:32:58.8568727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:32:58.8602048Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:32:58.8610663Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 2022-09-27T15:32:58.8886415Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 2022-09-27T15:32:58.8917860Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:32:58.9005519Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:32:58.9008782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:32:58.9028850Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:32:58.9037652Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 2022-09-27T15:32:58.9327286Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 2022-09-27T15:32:58.9358884Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:32:58.9446363Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 2022-09-27T15:32:58.9447193Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:32:58.9477543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:32:58.9563417Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 2022-09-27T15:32:58.9766428Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 2022-09-27T15:32:58.9798578Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:32:58.9883932Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 2022-09-27T15:32:58.9917460Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:32:58.9930428Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 2022-09-27T15:32:59.0062653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:32:59.0245946Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 2022-09-27T15:32:59.0276714Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:32:59.0323367Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 2022-09-27T15:32:59.0358012Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:32:59.0369045Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 2022-09-27T15:32:59.0415347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:32:59.0686650Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 2022-09-27T15:32:59.0717671Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:32:59.0763292Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 2022-09-27T15:32:59.0796108Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:32:59.0807658Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 2022-09-27T15:32:59.0940870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:32:59.1125059Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 2022-09-27T15:32:59.1156142Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:32:59.1203503Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 2022-09-27T15:32:59.1237125Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:32:59.1283367Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 2022-09-27T15:32:59.1431446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:32:59.1565492Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 2022-09-27T15:32:59.1596817Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:32:59.1643615Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 2022-09-27T15:32:59.1676783Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:32:59.1722893Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 2022-09-27T15:32:59.1793481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:32:59.2006012Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 2022-09-27T15:32:59.2035707Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:32:59.2083194Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 2022-09-27T15:32:59.2116333Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:32:59.2163301Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 2022-09-27T15:32:59.2308808Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:32:59.2484380Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 2022-09-27T15:32:59.2520439Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:32:59.2530830Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 2022-09-27T15:32:59.2561853Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:32:59.2602619Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 2022-09-27T15:32:59.2690645Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:32:59.2968192Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 2022-09-27T15:32:59.2968868Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:59.2997529Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:32:59.3020900Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 2022-09-27T15:32:59.3042916Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:32:59.3172943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:32:59.3406489Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 2022-09-27T15:32:59.3407579Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:59.3449801Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:32:59.3452736Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 2022-09-27T15:32:59.3482411Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 2022-09-27T15:32:59.3601309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:32:59.3846554Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 2022-09-27T15:32:59.3847471Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:32:59.3887117Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:32:59.3892608Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 2022-09-27T15:32:59.3922682Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 2022-09-27T15:32:59.4045586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:32:59.4287182Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 2022-09-27T15:32:59.4287771Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:32:59.4328250Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:59.4331191Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_singular_cpu_float32 2022-09-27T15:32:59.4363112Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 2022-09-27T15:32:59.4439676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:32:59.4728288Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 2022-09-27T15:32:59.4731639Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:32:59.4761024Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:32:59.4770133Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 2022-09-27T15:32:59.4802875Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 2022-09-27T15:32:59.4877496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:32:59.5168449Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 2022-09-27T15:32:59.5169051Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:32:59.5203058Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:32:59.5212031Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 2022-09-27T15:32:59.5243390Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 2022-09-27T15:32:59.5308603Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:32:59.5607772Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 2022-09-27T15:32:59.5608381Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:32:59.5662929Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:32:59.5665554Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 2022-09-27T15:32:59.5683237Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 2022-09-27T15:32:59.5733941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:32:59.6088094Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 2022-09-27T15:32:59.6088893Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:32:59.6123146Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:32:59.6133131Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 2022-09-27T15:32:59.6143139Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 2022-09-27T15:32:59.6203429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:32:59.6569468Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 2022-09-27T15:32:59.6570451Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:32:59.6575045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:32:59.6608644Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:32:59.6618755Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 2022-09-27T15:32:59.6631621Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 2022-09-27T15:32:59.6822419Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 2022-09-27T15:32:59.6832697Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu 2022-09-27T15:32:59.7049618Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:32:59.7056159Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:32:59.7063044Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 2022-09-27T15:32:59.7066284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:32:59.7114978Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:32:59.7124608Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 2022-09-27T15:32:59.7488257Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 2022-09-27T15:32:59.7491523Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:32:59.7506314Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 2022-09-27T15:32:59.7511935Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:32:59.7558553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:32:59.7571758Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 2022-09-27T15:32:59.7927453Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 2022-09-27T15:32:59.7964305Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:32:59.7966475Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:32:59.7980952Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 2022-09-27T15:32:59.7985743Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 2022-09-27T15:32:59.8118681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:32:59.8372586Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 2022-09-27T15:32:59.8374832Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:32:59.8442860Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 2022-09-27T15:32:59.8485131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:32:59.8487364Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:32:59.8656920Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 2022-09-27T15:32:59.8820097Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 2022-09-27T15:32:59.8821885Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:32:59.8917139Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 2022-09-27T15:32:59.8925653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:32:59.8927431Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:32:59.8971619Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 2022-09-27T15:32:59.9261552Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 2022-09-27T15:32:59.9263589Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:32:59.9356200Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 2022-09-27T15:32:59.9364811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:32:59.9366422Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:32:59.9422875Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 2022-09-27T15:32:59.9687203Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 2022-09-27T15:32:59.9692643Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:32:59.9802807Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 2022-09-27T15:32:59.9807461Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:32:59.9828085Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 2022-09-27T15:32:59.9904842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:33:00.0087510Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 2022-09-27T15:33:00.0136787Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:33:00.0246149Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 2022-09-27T15:33:00.0251401Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:33:00.0263643Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 2022-09-27T15:33:00.0482827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:33:00.0565859Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 2022-09-27T15:33:00.0571464Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:33:00.0686460Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 2022-09-27T15:33:00.0690946Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:33:00.0702640Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 2022-09-27T15:33:00.0793784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:33:00.1004198Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 2022-09-27T15:33:00.1009731Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:33:00.1164610Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 2022-09-27T15:33:00.1169238Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:00.1180950Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 2022-09-27T15:33:00.1257234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:33:00.1430279Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 2022-09-27T15:33:00.1455385Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:33:00.1571562Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 2022-09-27T15:33:00.1616812Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:33:00.1629574Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 2022-09-27T15:33:00.1707379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:33:00.1857558Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 2022-09-27T15:33:00.1899774Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:33:00.2085548Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 2022-09-27T15:33:00.2090841Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:33:00.2103621Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 2022-09-27T15:33:00.2178913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:33:00.2325142Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 2022-09-27T15:33:00.2331471Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:33:00.2565459Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 2022-09-27T15:33:00.2571022Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:33:00.2584723Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 2022-09-27T15:33:00.2633414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:33:00.2746336Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 2022-09-27T15:33:00.2772840Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:00.3009403Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:00.3013929Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:33:00.3026370Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 2022-09-27T15:33:00.3164478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:33:00.3193763Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:33:00.3201725Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 2022-09-27T15:33:00.3404424Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 2022-09-27T15:33:00.3434286Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:33:00.3445711Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 2022-09-27T15:33:00.3515386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:33:00.3604004Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 2022-09-27T15:33:00.3630269Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:33:00.3845568Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 2022-09-27T15:33:00.3874764Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:33:00.3886741Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 2022-09-27T15:33:00.3934743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:33:00.4044664Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 2022-09-27T15:33:00.4076263Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:33:00.4286080Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 2022-09-27T15:33:00.4317848Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:33:00.4327864Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 2022-09-27T15:33:00.4525870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:33:00.4558563Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:33:00.4725844Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 2022-09-27T15:33:00.4762115Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:33:00.4820026Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 2022-09-27T15:33:00.4829129Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 2022-09-27T15:33:00.4870804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:33:00.4964478Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 2022-09-27T15:33:00.5002279Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:33:00.5165603Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 2022-09-27T15:33:00.5198759Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:33:00.5243846Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 2022-09-27T15:33:00.5297658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:33:00.5405256Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 2022-09-27T15:33:00.5437249Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:33:00.5605459Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 2022-09-27T15:33:00.5641542Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:33:00.5683719Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 2022-09-27T15:33:00.5815050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:33:00.5885655Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 2022-09-27T15:33:00.5917710Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:33:00.6044543Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:33:00.6081541Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:33:00.6123796Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 2022-09-27T15:33:00.6165520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:33:00.6364943Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 2022-09-27T15:33:00.6402746Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:33:00.6482888Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 2022-09-27T15:33:00.6518432Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:33:00.6562903Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 2022-09-27T15:33:00.6601653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:33:00.6846170Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 2022-09-27T15:33:00.6876668Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:33:00.6923780Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 2022-09-27T15:33:00.6955288Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:33:00.7043550Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 2022-09-27T15:33:00.7080839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:33:00.7327376Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 2022-09-27T15:33:00.7356942Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:33:00.7403836Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 2022-09-27T15:33:00.7435770Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:33:00.7483882Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 2022-09-27T15:33:00.7521727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:33:00.7766971Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 2022-09-27T15:33:00.7797918Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:33:00.7843689Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 2022-09-27T15:33:00.7877804Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:33:00.7924193Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 2022-09-27T15:33:00.8152962Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:33:00.8244148Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 2022-09-27T15:33:00.8285112Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:33:00.8288767Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 2022-09-27T15:33:00.8315921Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:33:00.8363833Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 2022-09-27T15:33:00.8395295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:00.8686799Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:00.8722401Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:33:00.8727810Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 2022-09-27T15:33:00.8757532Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:33:00.8803063Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 2022-09-27T15:33:00.8835205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:33:00.9126614Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 2022-09-27T15:33:00.9157564Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:33:00.9174094Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 2022-09-27T15:33:00.9210629Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:33:00.9242462Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 2022-09-27T15:33:00.9274073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:00.9566290Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:00.9599237Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:00.9612873Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:00.9648013Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:33:00.9724641Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 2022-09-27T15:33:00.9759615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:33:01.0005419Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 2022-09-27T15:33:01.0036149Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:01.0047651Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:01.0072542Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:33:01.0162154Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 2022-09-27T15:33:01.0289354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:33:01.0445611Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 2022-09-27T15:33:01.0478994Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:33:01.0491204Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:33:01.0523744Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:33:01.0604659Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 2022-09-27T15:33:01.0761339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:33:01.0885216Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 2022-09-27T15:33:01.0921999Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:01.0930224Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:01.0964418Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:33:01.1044440Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 2022-09-27T15:33:01.1326096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:33:01.1365755Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:33:01.1387033Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:33:01.1407300Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 2022-09-27T15:33:01.1412767Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 2022-09-27T15:33:01.1483081Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 2022-09-27T15:33:01.1674319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:33:01.1764884Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 2022-09-27T15:33:01.1795874Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:33:01.1806655Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 2022-09-27T15:33:01.1839834Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:33:01.1923695Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 2022-09-27T15:33:01.2003815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:33:01.2206871Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 2022-09-27T15:33:01.2237448Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:33:01.2247070Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:33:01.2282276Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:33:01.2363458Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 2022-09-27T15:33:01.2405924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:33:01.2646384Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 2022-09-27T15:33:01.2674254Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:33:01.2690104Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:33:01.2725597Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:33:01.2803786Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 2022-09-27T15:33:01.2823448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:33:01.3086205Z [gw1] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 2022-09-27T15:33:01.3117741Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:01.3128619Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:01.3165118Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:33:01.3244871Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 2022-09-27T15:33:01.3364188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:33:01.3375188Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu 2022-09-27T15:33:01.3395981Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:33:01.3567000Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 2022-09-27T15:33:01.3568011Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:01.3604985Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:33:01.3612802Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:01.3684831Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 2022-09-27T15:33:01.3813637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:33:01.4007168Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 2022-09-27T15:33:01.4008159Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:33:01.4049084Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:33:01.4055114Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 2022-09-27T15:33:01.4123822Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:33:01.4243414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:33:01.4445846Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 2022-09-27T15:33:01.4477858Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:33:01.4494144Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 2022-09-27T15:33:01.4514755Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:33:01.4525285Z [gw3] [ 6%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu 2022-09-27T15:33:01.4532166Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:33:01.4624309Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 2022-09-27T15:33:01.4631383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:33:01.4925623Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 2022-09-27T15:33:01.4928430Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:33:01.5001806Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 2022-09-27T15:33:01.5006085Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:01.5044142Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:01.5168927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:01.5325346Z [gw1] [ 6%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:01.5370672Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:33:01.5422424Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 2022-09-27T15:33:01.5447042Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:33:01.5481765Z [gw0] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 2022-09-27T15:33:01.5766099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:33:01.5802204Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:33:01.5902579Z [gw2] [ 6%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 2022-09-27T15:33:01.5932080Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:01.6206002Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:01.6244722Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:33:01.6341759Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 2022-09-27T15:33:01.6375262Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:01.6512182Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:01.6535043Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:33:01.6684664Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:33:01.6687442Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:33:01.6729108Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 2022-09-27T15:33:01.6748590Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:33:01.6843609Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:33:01.6846320Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:01.6936570Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:01.6958776Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu 2022-09-27T15:33:01.6973855Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 2022-09-27T15:33:01.7115191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:33:01.7134909Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:33:01.7162891Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 2022-09-27T15:33:01.7325382Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:33:01.7333092Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:01.7567113Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:01.7575159Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:33:01.7817615Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 2022-09-27T15:33:01.7821892Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:33:01.7825656Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:33:01.7831897Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu 2022-09-27T15:33:01.7966755Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:33:01.8017579Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:33:01.8261268Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 2022-09-27T15:33:01.8290404Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:01.8440885Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:01.8450304Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:33:01.8726534Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 2022-09-27T15:33:01.8763540Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:01.8845341Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:01.8879226Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:33:01.9166929Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 2022-09-27T15:33:01.9202051Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:01.9285387Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:01.9320355Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:33:01.9606906Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 2022-09-27T15:33:01.9640971Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:33:01.9725178Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 2022-09-27T15:33:01.9760038Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:02.0086735Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:02.0121023Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:02.0164298Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:02.0205361Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:33:02.0211119Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 2022-09-27T15:33:02.0219402Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 2022-09-27T15:33:02.0398241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:33:02.0523494Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 2022-09-27T15:33:02.0552970Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:02.0603038Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:02.0635928Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:33:02.0644888Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 2022-09-27T15:33:02.0709518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:02.0966766Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:33:02.0999569Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:33:02.1043320Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:33:02.1076627Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:33:02.1088968Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 2022-09-27T15:33:02.1406012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:33:02.1441712Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:33:02.1483666Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:33:02.1525340Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:33:02.1886471Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 2022-09-27T15:33:02.1919816Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:33:02.1929403Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 2022-09-27T15:33:02.1962096Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:33:02.2046524Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 2022-09-27T15:33:02.2052978Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 2022-09-27T15:33:02.2326138Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:33:02.2375255Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:33:02.2388832Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 2022-09-27T15:33:02.2400500Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:33:02.2414588Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 2022-09-27T15:33:02.2482700Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 2022-09-27T15:33:02.2505553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:02.2521150Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:33:02.2527029Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 2022-09-27T15:33:02.2807735Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:33:02.2809383Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:02.2846196Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:33:02.2850324Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:02.2923713Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 2022-09-27T15:33:02.3101910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:33:02.3244468Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 2022-09-27T15:33:02.3273146Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:33:02.3286672Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 2022-09-27T15:33:02.3318382Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:33:02.3363030Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 2022-09-27T15:33:02.3686150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:02.3725324Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:02.3730145Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:02.3739187Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 2022-09-27T15:33:02.3758800Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:33:02.3801543Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 2022-09-27T15:33:02.4125813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:33:02.4157490Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:33:02.4197194Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 2022-09-27T15:33:02.4217436Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:02.4565622Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:02.4605497Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:02.4611818Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 2022-09-27T15:33:02.4643251Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:02.4887027Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:02.4899622Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu 2022-09-27T15:33:02.5004624Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:33:02.5034880Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:33:02.5084142Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 2022-09-27T15:33:02.5116748Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:33:02.5446237Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 2022-09-27T15:33:02.5479533Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:33:02.5564284Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 2022-09-27T15:33:02.5597027Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:33:02.5886656Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 2022-09-27T15:33:02.5919316Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:33:02.6002952Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 2022-09-27T15:33:02.6037610Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:33:02.6325512Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 2022-09-27T15:33:02.6359035Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:33:02.6444247Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 2022-09-27T15:33:02.6477051Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:33:02.6766992Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 2022-09-27T15:33:02.6800423Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:33:02.6883855Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 2022-09-27T15:33:02.6913172Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:33:02.7132079Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 2022-09-27T15:33:02.7142420Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 2022-09-27T15:33:02.7192338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:33:02.7207322Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 2022-09-27T15:33:02.7235831Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:33:02.7364583Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 2022-09-27T15:33:02.7386976Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:33:02.7565166Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:33:02.7643489Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:33:02.7677226Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:33:02.7718637Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 2022-09-27T15:33:02.7844722Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 2022-09-27T15:33:02.7863665Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:33:02.8004685Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:33:02.8125293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:33:02.8159962Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:33:02.8326019Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 2022-09-27T15:33:02.8356514Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:33:02.8423271Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 2022-09-27T15:33:02.8441752Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 2022-09-27T15:33:02.8474995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:33:02.8603110Z [gw1] [ 7%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 2022-09-27T15:33:02.8632562Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:33:02.8805053Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 2022-09-27T15:33:02.8832679Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:33:02.8883370Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 2022-09-27T15:33:02.8926806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:33:02.8940544Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 2022-09-27T15:33:02.8947553Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:33:02.9083293Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:33:02.9113178Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:33:02.9243151Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 2022-09-27T15:33:02.9271752Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:33:02.9323035Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 2022-09-27T15:33:02.9381074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:33:02.9523440Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 2022-09-27T15:33:02.9553077Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:33:02.9684416Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 2022-09-27T15:33:02.9712221Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:33:02.9763122Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 2022-09-27T15:33:02.9807364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:33:02.9965160Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 2022-09-27T15:33:02.9991824Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:33:03.0124314Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 2022-09-27T15:33:03.0152552Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:33:03.0203396Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 2022-09-27T15:33:03.0229485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:33:03.0240461Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu 2022-09-27T15:33:03.0255850Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:33:03.0403817Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 2022-09-27T15:33:03.0429574Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:33:03.0565990Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 2022-09-27T15:33:03.0593905Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:33:03.0644311Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 2022-09-27T15:33:03.0807024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:33:03.0843977Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 2022-09-27T15:33:03.0880982Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:33:03.0949153Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 2022-09-27T15:33:03.0957699Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu 2022-09-27T15:33:03.1002568Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:33:03.1035108Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:33:03.1082368Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 2022-09-27T15:33:03.1148442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:33:03.1282921Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 2022-09-27T15:33:03.1312027Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:33:03.1443825Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 2022-09-27T15:33:03.1472623Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:33:03.1523793Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 2022-09-27T15:33:03.1612353Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:33:03.1724137Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 2022-09-27T15:33:03.1756669Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:33:03.1883991Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 2022-09-27T15:33:03.1911984Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:33:03.1962985Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 2022-09-27T15:33:03.2040356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:33:03.2204706Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 2022-09-27T15:33:03.2236319Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:33:03.2364132Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 2022-09-27T15:33:03.2392003Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:33:03.2407327Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 2022-09-27T15:33:03.2450045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:33:03.2645353Z [gw1] [ 7%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 2022-09-27T15:33:03.2677769Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:33:03.2804727Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 2022-09-27T15:33:03.2840414Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:33:03.2851696Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 2022-09-27T15:33:03.2912718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:33:03.3081761Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 2022-09-27T15:33:03.3094454Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu 2022-09-27T15:33:03.3096575Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:33:03.3134683Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:33:03.3245370Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 2022-09-27T15:33:03.3278158Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:33:03.3323833Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 2022-09-27T15:33:03.3401734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:33:03.3525213Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 2022-09-27T15:33:03.3557146Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:33:03.3685927Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 2022-09-27T15:33:03.3709317Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:33:03.3805630Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 2022-09-27T15:33:03.3889383Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:33:03.3898034Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu 2022-09-27T15:33:03.4038130Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:33:03.4046581Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:33:03.4124505Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 2022-09-27T15:33:03.4160862Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:33:03.4446748Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 2022-09-27T15:33:03.4482954Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:03.4496624Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:03.4506518Z [gw3] [ 7%] PASSED test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu 2022-09-27T15:33:03.4563600Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:33:03.4599188Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:33:03.4808757Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 2022-09-27T15:33:03.4816708Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 2022-09-27T15:33:03.4884593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:33:03.4917694Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:03.4926731Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 2022-09-27T15:33:03.5004872Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:03.5036299Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:03.5246600Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:03.5324780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:33:03.5334575Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:33:03.5364177Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 2022-09-27T15:33:03.5485077Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 2022-09-27T15:33:03.5516384Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:03.5686092Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:03.5751949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:33:03.5763415Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 2022-09-27T15:33:03.5796706Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:33:03.5965694Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 2022-09-27T15:33:03.5993747Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:33:03.6125314Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 2022-09-27T15:33:03.6204790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:33:03.6247559Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:33:03.6251344Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 2022-09-27T15:33:03.6405222Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 2022-09-27T15:33:03.6437127Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:33:03.6604599Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 2022-09-27T15:33:03.6684600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:33:03.6716650Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:33:03.6841613Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 2022-09-27T15:33:03.6852100Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 2022-09-27T15:33:03.6881123Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:33:03.7045140Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 2022-09-27T15:33:03.7124945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:33:03.7161608Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:33:03.7196478Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:33:03.7325689Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 2022-09-27T15:33:03.7358405Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:33:03.7484908Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 2022-09-27T15:33:03.7559151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:33:03.7571241Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 2022-09-27T15:33:03.7604330Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:33:03.7765480Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:33:03.7793740Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:33:03.7965322Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 2022-09-27T15:33:03.8045293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:33:03.8077744Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:33:03.8168616Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 2022-09-27T15:33:03.8204126Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 2022-09-27T15:33:03.8233551Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:33:03.8406166Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 2022-09-27T15:33:03.8484514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:33:03.8514937Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:33:03.8603302Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 2022-09-27T15:33:03.8644371Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:33:03.8676255Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:33:03.8846551Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 2022-09-27T15:33:03.8965706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:03.8995712Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:33:03.9028179Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 2022-09-27T15:33:03.9084627Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:03.9116932Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:33:03.9286140Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 2022-09-27T15:33:03.9338527Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:03.9404752Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:03.9436936Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:33:03.9565686Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 2022-09-27T15:33:03.9594044Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:33:03.9725445Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 2022-09-27T15:33:03.9845523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:33:03.9881129Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:33:03.9892193Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 2022-09-27T15:33:04.0046112Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 2022-09-27T15:33:04.0074730Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:33:04.0164212Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 2022-09-27T15:33:04.0217113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:33:04.0324842Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 2022-09-27T15:33:04.0357972Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:33:04.0485946Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 2022-09-27T15:33:04.0518665Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:33:04.0604400Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 2022-09-27T15:33:04.0654763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:33:04.0765045Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 2022-09-27T15:33:04.0793717Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:33:04.0926003Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 2022-09-27T15:33:04.0956645Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:04.1044646Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:04.1208498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:33:04.1216176Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:04.1238125Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 2022-09-27T15:33:04.1366288Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:04.1391081Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:04.1486170Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:04.1537569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:33:04.1645346Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 2022-09-27T15:33:04.1677093Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:33:04.1845677Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:33:04.1876047Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:33:04.1924107Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 2022-09-27T15:33:04.2012636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:33:04.2083838Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 2022-09-27T15:33:04.2117713Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:33:04.2325886Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:33:04.2357241Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:04.2404234Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:33:04.2488582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:33:04.2524077Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 2022-09-27T15:33:04.2554291Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:04.2766423Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:04.2794915Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:33:04.2885053Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 2022-09-27T15:33:04.3005217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:33:04.3039235Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:33:04.3054978Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 2022-09-27T15:33:04.3205743Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 2022-09-27T15:33:04.3236170Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:04.3365164Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:33:04.3444274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:33:04.3466253Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:04.3485143Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 2022-09-27T15:33:04.3646004Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:04.3676992Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:33:04.3804861Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 2022-09-27T15:33:04.3884821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:33:04.3918419Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:33:04.3962906Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:33:04.4085651Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 2022-09-27T15:33:04.4116924Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:04.4285274Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 2022-09-27T15:33:04.4364191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:33:04.4377553Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:04.4402618Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 2022-09-27T15:33:04.4566233Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:04.4597805Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:04.4766338Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 2022-09-27T15:33:04.4804572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:33:04.4818923Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:33:04.4843315Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 2022-09-27T15:33:04.5005020Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 2022-09-27T15:33:04.5033992Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:33:04.5206107Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 2022-09-27T15:33:04.5230279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:33:04.5259838Z [gw1] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 2022-09-27T15:33:04.5276211Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:04.5445455Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:04.5478343Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:04.5646024Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:33:04.5685270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:33:04.5719680Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:04.5730975Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:04.5926287Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 2022-09-27T15:33:04.5946469Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:04.6085417Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:04.6124524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:33:04.6150378Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:04.6164802Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 2022-09-27T15:33:04.6365581Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:04.6383808Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:04.6525175Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:04.6564373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:33:04.6582818Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:04.6602184Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 2022-09-27T15:33:04.6806307Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:04.6834383Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:04.6964935Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:33:04.7044162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:33:04.7077036Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:04.7155332Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:04.7243945Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:33:04.7279620Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:33:04.7405204Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 2022-09-27T15:33:04.7484464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:33:04.7512886Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:04.7534778Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:04.7685592Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:33:04.7712580Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:33:04.7885031Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 2022-09-27T15:33:04.7964789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:33:04.7994701Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:04.8012944Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:04.8125229Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:33:04.8153196Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:33:04.8365468Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 2022-09-27T15:33:04.8444268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:33:04.8474155Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:33:04.8530922Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 2022-09-27T15:33:04.8604687Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 2022-09-27T15:33:04.8633440Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:33:04.8804908Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 2022-09-27T15:33:04.8884850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:33:04.8922432Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:04.9085883Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:04.9119291Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:33:04.9180517Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 2022-09-27T15:33:04.9284585Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 2022-09-27T15:33:04.9323742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:04.9356421Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:04.9565837Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:04.9596147Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:33:04.9766497Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 2022-09-27T15:33:04.9806149Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:05.0006517Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:05.0035810Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:33:05.0083899Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 2022-09-27T15:33:05.0097459Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:05.0204597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:05.0243831Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:05.0273567Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:33:05.0445812Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 2022-09-27T15:33:05.0480238Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:33:05.0524505Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 2022-09-27T15:33:05.0658701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:33:05.0683179Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 2022-09-27T15:33:05.0713584Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:05.0885516Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:05.0916314Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:33:05.0963796Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 2022-09-27T15:33:05.1125088Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:05.1160276Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:05.1228464Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:05.1325439Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:33:05.1357049Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:33:05.1402726Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 2022-09-27T15:33:05.1565509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:33:05.1597381Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:05.1764978Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:05.1780333Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:33:05.1796889Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 2022-09-27T15:33:05.1842281Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 2022-09-27T15:33:05.2004848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:05.2027532Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:33:05.2038692Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:33:05.2206029Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 2022-09-27T15:33:05.2236881Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:33:05.2283592Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 2022-09-27T15:33:05.2445918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:05.2479719Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:33:05.2645792Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:33:05.2679774Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:33:05.2886218Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 2022-09-27T15:33:05.2924278Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:33:05.3030274Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 2022-09-27T15:33:05.3043795Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:05.3084070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:33:05.3123274Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:33:05.3366528Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 2022-09-27T15:33:05.3398816Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:05.3508228Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:05.3519267Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 2022-09-27T15:33:05.3524880Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:33:05.3562365Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:33:05.3579543Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 2022-09-27T15:33:05.3806783Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:33:05.3838139Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:05.3924244Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:05.3964710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:33:05.3997505Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:33:05.4089209Z [gw0] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 2022-09-27T15:33:05.4245631Z [gw1] [ 7%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:33:05.4277289Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:33:05.4363571Z [gw2] [ 7%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 2022-09-27T15:33:05.4403695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:33:05.4436329Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:33:05.4516990Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 2022-09-27T15:33:05.4686852Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:33:05.4717405Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:05.4803516Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:05.4843740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:33:05.4877245Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:33:05.4969874Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 2022-09-27T15:33:05.5165095Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:33:05.5196388Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:05.5242068Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:05.5283012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:05.5318435Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:33:05.5357128Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 2022-09-27T15:33:05.5646146Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:05.5677930Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:33:05.5693959Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 2022-09-27T15:33:05.5723535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:33:05.5757041Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:33:05.5803391Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 2022-09-27T15:33:05.6085950Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 2022-09-27T15:33:05.6125978Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:33:05.6138220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:05.6165498Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 2022-09-27T15:33:05.6206870Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:33:05.6452306Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 2022-09-27T15:33:05.6525501Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:05.6565150Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:33:05.6570232Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 2022-09-27T15:33:05.6603925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:05.6649179Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:33:05.6965871Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 2022-09-27T15:33:05.7000775Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:33:05.7081843Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 2022-09-27T15:33:05.7086075Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:33:05.7446929Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 2022-09-27T15:33:05.7488368Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:33:05.7492654Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 2022-09-27T15:33:05.7535783Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:33:05.7886078Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 2022-09-27T15:33:05.7917724Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:33:05.7931637Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 2022-09-27T15:33:05.7964613Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:33:05.8326269Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 2022-09-27T15:33:05.8364872Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:33:05.8374392Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:33:05.8407485Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:33:05.8806878Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 2022-09-27T15:33:05.8810068Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:33:05.8830576Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:33:05.8849438Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:33:05.9246997Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 2022-09-27T15:33:05.9284968Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:33:05.9311162Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:33:05.9730086Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:33:05.9767019Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:33:06.0206129Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 2022-09-27T15:33:06.0238883Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:33:06.0685287Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 2022-09-27T15:33:06.0723179Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:33:06.1165269Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 2022-09-27T15:33:06.1203607Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:33:06.1644821Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 2022-09-27T15:33:06.1682371Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:33:06.2084792Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 2022-09-27T15:33:06.2121662Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:33:06.2565075Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 2022-09-27T15:33:06.2599136Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:33:06.2996244Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 2022-09-27T15:33:06.3006836Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:06.3013349Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:06.3045886Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:33:06.3485356Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 2022-09-27T15:33:06.3530244Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:33:06.3925341Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 2022-09-27T15:33:06.3959228Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:33:06.4074342Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 2022-09-27T15:33:06.4088348Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:06.4191014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:06.4365879Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:06.4398374Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:33:06.4525246Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 2022-09-27T15:33:06.4805167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:06.4846665Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:33:06.5157958Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 2022-09-27T15:33:06.5174115Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:06.5244006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:33:06.5277566Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:33:06.5301443Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 2022-09-27T15:33:06.5606072Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:33:06.5724870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:06.5758078Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:33:06.6079042Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 2022-09-27T15:33:06.6095786Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 2022-09-27T15:33:06.6163940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:33:06.6203498Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:06.6249932Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:06.6525397Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:33:06.6587237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:33:06.6603255Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:33:06.6633112Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:06.6965741Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:06.7005242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:33:06.7043248Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 2022-09-27T15:33:06.7071731Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:06.7405129Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:06.7484688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:06.7534379Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:06.7926685Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:06.8005323Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:33:06.8366094Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 2022-09-27T15:33:06.8412259Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:33:06.8522781Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 2022-09-27T15:33:06.8535566Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:06.8571540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:33:06.8806161Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 2022-09-27T15:33:06.8838976Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:33:06.8965811Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 2022-09-27T15:33:06.9025909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:33:06.9286240Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 2022-09-27T15:33:06.9322311Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:33:06.9403938Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 2022-09-27T15:33:06.9515753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:06.9726620Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:33:06.9760097Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:33:06.9844144Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 2022-09-27T15:33:06.9899921Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:33:07.0166021Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 2022-09-27T15:33:07.0196230Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:33:07.0324861Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 2022-09-27T15:33:07.0390249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:33:07.0606071Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 2022-09-27T15:33:07.0639552Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:33:07.0766174Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 2022-09-27T15:33:07.0814676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:33:07.1045822Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:33:07.1078366Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:33:07.1205124Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 2022-09-27T15:33:07.1365335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:07.1484576Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:33:07.1513718Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:33:07.1685959Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 2022-09-27T15:33:07.1776656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:33:07.1925068Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 2022-09-27T15:33:07.1955560Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:07.2125266Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:07.2281802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:07.2364189Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:33:07.2386999Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:07.2605909Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:07.2805082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:33:07.2844103Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:33:07.3073685Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 2022-09-27T15:33:07.3087115Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 2022-09-27T15:33:07.3155842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:33:07.3243467Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 2022-09-27T15:33:07.3272554Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:07.3525410Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:07.3664130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:33:07.3682823Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 2022-09-27T15:33:07.3714799Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:33:07.3965667Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 2022-09-27T15:33:07.4003784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:33:07.4124446Z [gw1] [ 8%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 2022-09-27T15:33:07.4158347Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:33:07.4405744Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 2022-09-27T15:33:07.4564681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:33:07.4599236Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:07.5051584Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:07.5079300Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:07.5379506Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:07.5393950Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 2022-09-27T15:33:07.5427122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:33:07.5483046Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 2022-09-27T15:33:07.5513164Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:07.5805729Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:07.5851628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:33:07.5924601Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 2022-09-27T15:33:07.5960134Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:33:07.6245586Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 2022-09-27T15:33:07.6366187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:07.6372610Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:07.6402386Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:33:07.6685345Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:07.6706054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:07.6804014Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:33:07.6835625Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:07.7125461Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:07.7148091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:07.7244499Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:33:07.7264661Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:07.7565998Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:07.7608742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:33:07.7683896Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 2022-09-27T15:33:07.7705997Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:07.8005458Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:07.8124485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:33:07.8157529Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:33:07.8421689Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 2022-09-27T15:33:07.8441443Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 2022-09-27T15:33:07.8563821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:33:07.8596433Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:33:07.8705623Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 2022-09-27T15:33:07.8884558Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 2022-09-27T15:33:07.9044729Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:33:07.9082834Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:33:07.9485585Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 2022-09-27T15:33:07.9537619Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:33:07.9618186Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 2022-09-27T15:33:07.9630199Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 2022-09-27T15:33:07.9754432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:33:07.9925854Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 2022-09-27T15:33:07.9960949Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:33:08.0044218Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 2022-09-27T15:33:08.0074113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:33:08.0367035Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 2022-09-27T15:33:08.0403895Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:33:08.0485357Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 2022-09-27T15:33:08.0556520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:33:08.0806030Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 2022-09-27T15:33:08.0841109Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:33:08.0924855Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 2022-09-27T15:33:08.0969683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:33:08.1286131Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 2022-09-27T15:33:08.1321311Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:33:08.1363709Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 2022-09-27T15:33:08.1540576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:33:08.1765776Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 2022-09-27T15:33:08.1802954Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:33:08.1813171Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 2022-09-27T15:33:08.2084794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:33:08.2274359Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 2022-09-27T15:33:08.2274985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:33:08.2287304Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:33:08.2319762Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 2022-09-27T15:33:08.2686990Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 2022-09-27T15:33:08.2695175Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:33:08.2728671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:33:08.2748142Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 2022-09-27T15:33:08.3143284Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 2022-09-27T15:33:08.3144107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:33:08.3186042Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:33:08.3192669Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 2022-09-27T15:33:08.3566370Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 2022-09-27T15:33:08.3603815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:33:08.3626681Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:33:08.3637897Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 2022-09-27T15:33:08.4006255Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 2022-09-27T15:33:08.4049665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:33:08.4055600Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:33:08.4082175Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 2022-09-27T15:33:08.4446392Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 2022-09-27T15:33:08.4483941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:33:08.4518865Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:33:08.4663143Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 2022-09-27T15:33:08.4885698Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 2022-09-27T15:33:08.4923854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:33:08.4958270Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:33:08.5270903Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 2022-09-27T15:33:08.5323601Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 2022-09-27T15:33:08.5364382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:33:08.5384170Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:33:08.5397416Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 2022-09-27T15:33:08.5766223Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 2022-09-27T15:33:08.5804936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:33:08.5834793Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:33:08.5845945Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 2022-09-27T15:33:08.6206742Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 2022-09-27T15:33:08.6243272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:33:08.6279027Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:33:08.6294234Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 2022-09-27T15:33:08.6645912Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 2022-09-27T15:33:08.6684409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:33:08.6719812Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:33:08.6813443Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 2022-09-27T15:33:08.7085111Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 2022-09-27T15:33:08.7123956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:33:08.7159222Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:33:08.7226635Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 2022-09-27T15:33:08.7526136Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 2022-09-27T15:33:08.7603632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:33:08.7639096Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:33:08.7690715Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 2022-09-27T15:33:08.7965789Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 2022-09-27T15:33:08.8085323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:33:08.8112254Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:33:08.8127915Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 2022-09-27T15:33:08.8405700Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 2022-09-27T15:33:08.8564860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:08.8598610Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:33:08.9044985Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 2022-09-27T15:33:08.9082847Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:33:08.9442884Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 2022-09-27T15:33:08.9457490Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:08.9483653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:33:08.9517878Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:33:08.9565574Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 2022-09-27T15:33:08.9886393Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 2022-09-27T15:33:08.9921455Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:33:08.9930805Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 2022-09-27T15:33:08.9963993Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:33:09.0326364Z [gw2] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 2022-09-27T15:33:09.0364649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:33:09.0391416Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:33:09.0766446Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 2022-09-27T15:33:09.0821590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:33:09.1206550Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 2022-09-27T15:33:09.1268404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:33:09.1646285Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 2022-09-27T15:33:09.1705452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:33:09.2086931Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 2022-09-27T15:33:09.2333933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:33:09.2528981Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 2022-09-27T15:33:09.2611514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:33:09.2965436Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 2022-09-27T15:33:09.2991137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:33:09.3406060Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:33:09.3450454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:33:09.3579328Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 2022-09-27T15:33:09.3589263Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool 2022-09-27T15:33:09.3658989Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:33:09.3844790Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool 2022-09-27T15:33:09.3890881Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:33:09.4003447Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 2022-09-27T15:33:09.4285673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:33:09.4373126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:09.4490100Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:33:09.4503699Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_sum_cpu_bool 2022-09-27T15:33:09.4553607Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:33:09.4725211Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool 2022-09-27T15:33:09.4749758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:09.4925346Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:33:09.4999526Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:33:09.5165066Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool 2022-09-27T15:33:09.5225719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:33:09.5391974Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 2022-09-27T15:33:09.5472588Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:33:09.5699630Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool 2022-09-27T15:33:09.5705359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:09.5848575Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:33:09.5853298Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:33:09.6079409Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool 2022-09-27T15:33:09.6101920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:33:09.6307349Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 2022-09-27T15:33:09.6319576Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:33:09.6496042Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool 2022-09-27T15:33:09.6555851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:33:09.6764967Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 2022-09-27T15:33:09.6767335Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:33:09.6954239Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool 2022-09-27T15:33:09.6956623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:09.7186161Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:33:09.7188311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:33:09.7366101Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool 2022-09-27T15:33:09.7409681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:09.7565319Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 2022-09-27T15:33:09.7613127Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:33:09.7805082Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool 2022-09-27T15:33:09.7848292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:09.8004632Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 2022-09-27T15:33:09.8051473Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:33:09.8244912Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool 2022-09-27T15:33:09.8313073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:33:09.8444212Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 2022-09-27T15:33:09.8483303Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:33:09.8685077Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool 2022-09-27T15:33:09.8809500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:09.8885607Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:33:09.8922851Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:33:09.9126745Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool 2022-09-27T15:33:09.9173109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:09.9325296Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:33:09.9370280Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:33:09.9565990Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool 2022-09-27T15:33:09.9590495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:09.9765237Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:33:09.9900854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:33:10.0004906Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool 2022-09-27T15:33:10.0026724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:10.0205063Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:33:10.0254487Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:33:10.0445456Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool 2022-09-27T15:33:10.0608663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:33:10.0644090Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 2022-09-27T15:33:10.0688007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:33:10.0885190Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool 2022-09-27T15:33:10.0949640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:33:10.1083629Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 2022-09-27T15:33:10.1128995Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:33:10.1325998Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool 2022-09-27T15:33:10.1407950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:33:10.1524757Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 2022-09-27T15:33:10.1588297Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:33:10.1765068Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool 2022-09-27T15:33:10.1816511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:33:10.1964591Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 2022-09-27T15:33:10.2008543Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:33:10.2205052Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool 2022-09-27T15:33:10.2271372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:33:10.2403726Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 2022-09-27T15:33:10.2442020Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:33:10.2645358Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool 2022-09-27T15:33:10.2737137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:33:10.2845199Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 2022-09-27T15:33:10.3015239Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:33:10.3083843Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool 2022-09-27T15:33:10.3160870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:33:10.3305921Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 2022-09-27T15:33:10.3445150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:33:10.3600843Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool 2022-09-27T15:33:10.3673618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:33:10.3722777Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 2022-09-27T15:33:10.3776846Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:33:10.3994549Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool 2022-09-27T15:33:10.4140619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:33:10.4184065Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 2022-09-27T15:33:10.4265822Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:33:10.4485686Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool 2022-09-27T15:33:10.4486604Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:33:10.4625868Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 2022-09-27T15:33:10.4744730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:33:10.4844779Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool 2022-09-27T15:33:10.5114898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:33:10.5118381Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:33:10.5583115Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool 2022-09-27T15:33:10.5586219Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:33:10.5983967Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool 2022-09-27T15:33:10.5986726Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:33:10.6381567Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool 2022-09-27T15:33:10.6449358Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:33:10.6806557Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool 2022-09-27T15:33:10.6878195Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:33:10.7247756Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool 2022-09-27T15:33:10.7301212Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:33:10.7688437Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool 2022-09-27T15:33:10.7733698Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:33:10.8129007Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool 2022-09-27T15:33:10.8178582Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:33:10.8561701Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool 2022-09-27T15:33:10.8574500Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 2022-09-27T15:33:10.8582515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:33:10.8609162Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:33:10.8701181Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool 2022-09-27T15:33:10.9007887Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 2022-09-27T15:33:10.9011530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:33:10.9089283Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:33:10.9096353Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 2022-09-27T15:33:10.9445840Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool 2022-09-27T15:33:10.9448823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:33:10.9498291Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:33:10.9559324Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool 2022-09-27T15:33:10.9887902Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 2022-09-27T15:33:10.9892434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:33:10.9932208Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:33:10.9935419Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 2022-09-27T15:33:11.0326793Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool 2022-09-27T15:33:11.0332106Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:33:11.0388814Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:33:11.0537888Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool 2022-09-27T15:33:11.0768084Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 2022-09-27T15:33:11.0770656Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:33:11.0820402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:33:11.0835325Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool 2022-09-27T15:33:11.1206394Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 2022-09-27T15:33:11.1207512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:33:11.1288500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:33:11.1366265Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool 2022-09-27T15:33:11.1645859Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 2022-09-27T15:33:11.1649559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:33:11.1671199Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:33:11.1744222Z [gw1] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 2022-09-27T15:33:11.2085906Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:33:11.2088186Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:33:11.2247022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:33:11.2258800Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 2022-09-27T15:33:11.2579775Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool 2022-09-27T15:33:11.2584993Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:33:11.2599203Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool 2022-09-27T15:33:11.2634564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:33:11.3001015Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 2022-09-27T15:33:11.3005726Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:33:11.3021334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:33:11.3125457Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool 2022-09-27T15:33:11.3436062Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 2022-09-27T15:33:11.3440551Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:33:11.3446233Z [gw0] [ 8%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_strided_cpu_bool 2022-09-27T15:33:11.3484685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:33:11.3923011Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 2022-09-27T15:33:11.3923702Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:33:11.3949199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:33:11.3983340Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool 2022-09-27T15:33:11.4287684Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 2022-09-27T15:33:11.4325155Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:33:11.4390241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:33:11.4707593Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool 2022-09-27T15:33:11.4788219Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 2022-09-27T15:33:11.4792976Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:33:11.4818212Z [gw0] [ 8%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool 2022-09-27T15:33:11.5089100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:33:11.5196296Z [gw1] [ 8%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 2022-09-27T15:33:11.5202216Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:33:11.5243708Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool 2022-09-27T15:33:11.5623902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:33:11.5624499Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 2022-09-27T15:33:11.5692868Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:33:11.5767790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:33:11.5896255Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool 2022-09-27T15:33:11.6045675Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 2022-09-27T15:33:11.6098633Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:33:11.6122316Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool 2022-09-27T15:33:11.6221286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:33:11.6485087Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 2022-09-27T15:33:11.6530747Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:33:11.6561892Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool 2022-09-27T15:33:11.6925023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:33:11.6959960Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:33:11.7364541Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool 2022-09-27T15:33:11.7407413Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:33:11.7563545Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool 2022-09-27T15:33:11.7571450Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 2022-09-27T15:33:11.7655272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:33:11.7803611Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 2022-09-27T15:33:11.7911397Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:33:11.8004373Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool 2022-09-27T15:33:11.8135771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:33:11.8243990Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 2022-09-27T15:33:11.8299338Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:33:11.8443372Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool 2022-09-27T15:33:11.8472028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:33:11.8684771Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 2022-09-27T15:33:11.8718855Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:33:11.8885611Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool 2022-09-27T15:33:11.8936031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:33:11.9125340Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 2022-09-27T15:33:11.9165617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:33:11.9325183Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool 2022-09-27T15:33:11.9380783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:33:11.9566407Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 2022-09-27T15:33:11.9609313Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:33:11.9765824Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool 2022-09-27T15:33:11.9834341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:33:12.0005519Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 2022-09-27T15:33:12.0048224Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:33:12.0205257Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool 2022-09-27T15:33:12.0311421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:33:12.0445001Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 2022-09-27T15:33:12.0464827Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:33:12.0646262Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:33:12.0709728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:33:12.0885625Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 2022-09-27T15:33:12.0970207Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:33:12.1086198Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool 2022-09-27T15:33:12.1125546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:33:12.1326050Z [gw1] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 2022-09-27T15:33:12.1414379Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:33:12.1525155Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool 2022-09-27T15:33:12.1577479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:33:12.1765746Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 2022-09-27T15:33:12.1810311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:33:12.1963990Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool 2022-09-27T15:33:12.2118771Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:33:12.2203937Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 2022-09-27T15:33:12.2248464Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:33:12.2404671Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool 2022-09-27T15:33:12.2459793Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:33:12.2645665Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 2022-09-27T15:33:12.2671347Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:33:12.2846098Z [gw0] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_t_cpu_bool 2022-09-27T15:33:12.2941819Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:33:12.2953772Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 2022-09-27T15:33:12.2961314Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool 2022-09-27T15:33:12.3082897Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:33:12.3125422Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:33:12.3283855Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool 2022-09-27T15:33:12.3329888Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:33:12.3523795Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 2022-09-27T15:33:12.3570288Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:33:12.3725029Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool 2022-09-27T15:33:12.3873838Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:33:12.3905420Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 2022-09-27T15:33:12.3947606Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool 2022-09-27T15:33:12.3961623Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:33:12.4016053Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:33:12.4205901Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool 2022-09-27T15:33:12.4274457Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:33:12.4405246Z [gw1] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 2022-09-27T15:33:12.4454364Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:33:12.4586576Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool 2022-09-27T15:33:12.4594823Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_mean_cpu_bool 2022-09-27T15:33:12.4644866Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:33:12.4682939Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool 2022-09-27T15:33:12.4846772Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:33:12.4891534Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:33:12.4964479Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool 2022-09-27T15:33:12.5002461Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 2022-09-27T15:33:12.5072883Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:33:12.5162185Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool 2022-09-27T15:33:12.5202386Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:33:12.5282232Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 2022-09-27T15:33:12.5333665Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:33:12.5509480Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool 2022-09-27T15:33:12.5518444Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:33:12.6040329Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool 2022-09-27T15:33:12.6040934Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:33:12.6043447Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:33:12.6198814Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 2022-09-27T15:33:12.6202787Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:33:12.6444813Z [gw1] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:33:12.6718343Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:33:12.6722202Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:33:12.6725917Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 2022-09-27T15:33:12.6726524Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool 2022-09-27T15:33:12.6729314Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:33:12.7172108Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool 2022-09-27T15:33:12.7177163Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:33:12.7180005Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 2022-09-27T15:33:12.7183133Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:33:12.7405998Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool 2022-09-27T15:33:12.7460693Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:33:12.7465389Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 2022-09-27T15:33:12.7515300Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:33:12.7844660Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool 2022-09-27T15:33:12.7883015Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:33:12.7919251Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:33:12.7940783Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:33:12.8208232Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool 2022-09-27T15:33:12.8218313Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool 2022-09-27T15:33:12.8270986Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:33:12.8281639Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool 2022-09-27T15:33:12.8323545Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:33:12.8367549Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:33:12.8377077Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool 2022-09-27T15:33:12.8645116Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:33:12.8714158Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:33:12.8763563Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool 2022-09-27T15:33:12.8767575Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:33:12.8847975Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:33:12.8855311Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool 2022-09-27T15:33:12.9084466Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:33:12.9204692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:33:12.9255124Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:12.9265431Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:33:12.9341465Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:12.9646667Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool 2022-09-27T15:33:12.9724659Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:33:12.9737532Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:33:12.9853126Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 2022-09-27T15:33:13.0085823Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool 2022-09-27T15:33:13.0163756Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:33:13.0208250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:33:13.0287047Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool 2022-09-27T15:33:13.0527839Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 2022-09-27T15:33:13.0605122Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:33:13.0707056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:33:13.0966055Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 2022-09-27T15:33:13.1074849Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:33:13.1405514Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 2022-09-27T15:33:13.1538185Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:33:13.1845488Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 2022-09-27T15:33:13.2053765Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:33:13.2285161Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 2022-09-27T15:33:13.2336394Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:33:13.2766206Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 2022-09-27T15:33:13.2864181Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:33:13.3205902Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 2022-09-27T15:33:13.3294184Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:33:13.3531324Z [gw1] [ 9%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 2022-09-27T15:33:13.3542135Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool 2022-09-27T15:33:13.3601686Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:33:13.3642185Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool 2022-09-27T15:33:13.3963594Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:33:13.4046515Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:33:13.4406197Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool 2022-09-27T15:33:13.4462174Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:33:13.4846037Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool 2022-09-27T15:33:13.4873649Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:33:13.5285252Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool 2022-09-27T15:33:13.5320343Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:33:13.5726224Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool 2022-09-27T15:33:13.5761582Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:33:13.6165700Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool 2022-09-27T15:33:13.6227547Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:33:13.6605180Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool 2022-09-27T15:33:13.6674925Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:33:13.7045946Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool 2022-09-27T15:33:13.7126588Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:33:13.7486569Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool 2022-09-27T15:33:13.7578736Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:33:13.7926345Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool 2022-09-27T15:33:13.8002558Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:33:13.8453888Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool 2022-09-27T15:33:13.8468738Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:33:13.8875291Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool 2022-09-27T15:33:13.8910731Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:33:13.9286499Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool 2022-09-27T15:33:13.9368083Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:33:13.9726287Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool 2022-09-27T15:33:13.9814244Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:33:14.0166568Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool 2022-09-27T15:33:14.0214970Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:33:14.0543997Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool 2022-09-27T15:33:14.0553863Z [gw3] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu 2022-09-27T15:33:14.0605130Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:33:14.0655328Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:33:14.1047271Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool 2022-09-27T15:33:14.1090057Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:33:14.1101030Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu 2022-09-27T15:33:14.1121095Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:33:14.1209061Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu 2022-09-27T15:33:14.1486409Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool 2022-09-27T15:33:14.1529679Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:33:14.1535928Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool 2022-09-27T15:33:14.1926894Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:33:14.1959939Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:33:14.2406005Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool 2022-09-27T15:33:14.2448378Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:33:14.2846340Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool 2022-09-27T15:33:14.2899257Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:33:14.3076328Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool 2022-09-27T15:33:14.3086972Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_pow_cpu 2022-09-27T15:33:14.3285299Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:33:14.3347696Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:33:14.3726463Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool 2022-09-27T15:33:14.3809462Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:33:14.4165933Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool 2022-09-27T15:33:14.4249311Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:33:14.4605842Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool 2022-09-27T15:33:14.4671306Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:33:14.5046302Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool 2022-09-27T15:33:14.5100609Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:33:14.5486723Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool 2022-09-27T15:33:14.5577790Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:33:14.5927268Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool 2022-09-27T15:33:14.6002023Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:33:14.6365997Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool 2022-09-27T15:33:14.6417319Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:33:14.6806311Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool 2022-09-27T15:33:14.6897007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:33:14.7246295Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool 2022-09-27T15:33:14.7313386Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:33:14.7686468Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool 2022-09-27T15:33:14.7735839Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:33:14.8126094Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool 2022-09-27T15:33:14.8260546Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:33:14.8566336Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool 2022-09-27T15:33:14.8616324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:33:14.9006336Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool 2022-09-27T15:33:14.9027446Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:33:14.9447283Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool 2022-09-27T15:33:14.9494200Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:33:14.9888141Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool 2022-09-27T15:33:15.0054793Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:33:15.0326815Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool 2022-09-27T15:33:15.0370028Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:33:15.0806061Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool 2022-09-27T15:33:15.0897444Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:33:15.1246441Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool 2022-09-27T15:33:15.1368341Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:33:15.1686082Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool 2022-09-27T15:33:15.1827905Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:33:15.2126387Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool 2022-09-27T15:33:15.2177150Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:33:15.2565874Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool 2022-09-27T15:33:15.2605191Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:33:15.3006444Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool 2022-09-27T15:33:15.3065481Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:33:15.3446448Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool 2022-09-27T15:33:15.3494596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:33:15.3925794Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool 2022-09-27T15:33:15.4025613Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:33:15.4365078Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool 2022-09-27T15:33:15.4411800Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:33:15.4805839Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool 2022-09-27T15:33:15.4851807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:33:15.5246176Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool 2022-09-27T15:33:15.5295113Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:33:15.5728132Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool 2022-09-27T15:33:15.5781434Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:33:15.6207605Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool 2022-09-27T15:33:15.6262238Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:33:15.6647858Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool 2022-09-27T15:33:15.6679260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:33:15.7086315Z [gw2] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:33:15.7192453Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:33:15.7526846Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool 2022-09-27T15:33:15.7566273Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:33:15.8007374Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool 2022-09-27T15:33:15.8111125Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:33:15.8485007Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool 2022-09-27T15:33:15.8557769Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:33:15.8926205Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool 2022-09-27T15:33:15.9137108Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:33:15.9405906Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool 2022-09-27T15:33:15.9474770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:33:15.9848606Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool 2022-09-27T15:33:15.9922811Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:33:16.0362080Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool 2022-09-27T15:33:16.0416398Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:33:16.0769308Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool 2022-09-27T15:33:16.0832688Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:33:16.1046192Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool 2022-09-27T15:33:16.1063620Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu 2022-09-27T15:33:16.1245938Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:33:16.1273129Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:33:16.1646262Z [gw2] [ 9%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool 2022-09-27T15:33:16.2022811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:33:16.2030448Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_randn_cpu 2022-09-27T15:33:16.2079023Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:33:16.2486227Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu 2022-09-27T15:33:16.2599284Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:33:16.2928194Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu 2022-09-27T15:33:16.3478082Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:33:16.3491560Z [gw3] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu 2022-09-27T15:33:16.3948233Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:33:16.3967088Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu 2022-09-27T15:33:16.4000055Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:33:16.4407869Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu 2022-09-27T15:33:16.4667041Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:33:16.4845708Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu 2022-09-27T15:33:16.6163880Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:33:16.6177450Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu 2022-09-27T15:33:17.8991133Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:33:17.9003177Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 2022-09-27T15:33:17.9183913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:33:17.9486290Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 2022-09-27T15:33:17.9703248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:33:17.9925882Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 2022-09-27T15:33:18.0104789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:33:18.0365888Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 2022-09-27T15:33:18.0668757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:33:18.0805455Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 2022-09-27T15:33:18.1111132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:33:18.1245002Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 2022-09-27T15:33:18.1438940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:33:18.1685462Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 2022-09-27T15:33:18.1973589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:33:18.2127012Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 2022-09-27T15:33:18.2674282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:33:18.2686784Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_int64 2022-09-27T15:33:18.2936694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:33:18.3086604Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_int64 2022-09-27T15:33:18.3284665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:33:18.3527366Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_float32 2022-09-27T15:33:18.3652326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:33:18.3966749Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_int64 2022-09-27T15:33:18.4551062Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:33:18.4561306Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_int64 2022-09-27T15:33:18.4777453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:33:18.4966995Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_median_cpu_float32 2022-09-27T15:33:18.6178730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:33:18.6189925Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_complex64 2022-09-27T15:33:18.6422993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:33:18.6606787Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmin_cpu_float32 2022-09-27T15:33:18.7649740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:33:18.7665363Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_complex64 2022-09-27T15:33:18.9810888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:33:18.9825814Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_float32 2022-09-27T15:33:18.9857626Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:33:19.0246907Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 2022-09-27T15:33:19.0319524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:33:19.0686909Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 2022-09-27T15:33:19.0882054Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:33:19.1127570Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 2022-09-27T15:33:19.1203792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:33:19.1567108Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 2022-09-27T15:33:19.1816074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:33:19.2006865Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 2022-09-27T15:33:19.2056479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:33:19.2446903Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 2022-09-27T15:33:19.2619461Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:33:19.2886816Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 2022-09-27T15:33:19.3004301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:33:19.3366226Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 2022-09-27T15:33:19.3449084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:33:19.3750358Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 2022-09-27T15:33:19.3766898Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu 2022-09-27T15:33:19.3805263Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:33:19.3905500Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:33:19.4247603Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 2022-09-27T15:33:19.4312680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:33:19.4727670Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 2022-09-27T15:33:19.4808786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:33:19.5224079Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 2022-09-27T15:33:19.5233998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:33:19.5608706Z [gw0] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 2022-09-27T15:33:19.5704168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:33:19.5827095Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 2022-09-27T15:33:19.5840388Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_short_cpu 2022-09-27T15:33:19.5936891Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:33:19.6045827Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_sin_cpu 2022-09-27T15:33:19.6095321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:33:19.6280404Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 2022-09-27T15:33:19.6486741Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:33:19.6553715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:33:19.6926612Z [gw0] [ 9%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 2022-09-27T15:33:19.6976510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:33:19.7365138Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 2022-09-27T15:33:19.7412597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:33:19.7804668Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 2022-09-27T15:33:19.7858929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:33:19.8244511Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 2022-09-27T15:33:19.8297107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:33:19.8685767Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 2022-09-27T15:33:19.8744153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:33:19.9125387Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 2022-09-27T15:33:19.9460953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:33:19.9505770Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 2022-09-27T15:33:19.9518162Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu 2022-09-27T15:33:19.9563365Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:33:19.9702031Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:33:20.0007183Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 2022-09-27T15:33:20.0085335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:33:20.0110398Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 2022-09-27T15:33:20.0125458Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu 2022-09-27T15:33:20.0446437Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:33:20.0516078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:33:20.0723847Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 2022-09-27T15:33:20.0731178Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu 2022-09-27T15:33:20.0753762Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:33:20.0884968Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu 2022-09-27T15:33:20.0951363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:33:20.1165227Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 2022-09-27T15:33:20.1326597Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:33:20.1383815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:33:20.1765951Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 2022-09-27T15:33:20.1820289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:33:20.2206484Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 2022-09-27T15:33:20.2268737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:33:20.2645678Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 2022-09-27T15:33:20.2696513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:33:20.2926469Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 2022-09-27T15:33:20.2943558Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu 2022-09-27T15:33:20.3084320Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:33:20.3137983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:33:20.3565400Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 2022-09-27T15:33:20.3613953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:33:20.4004730Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 2022-09-27T15:33:20.4715469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:33:20.4726501Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu 2022-09-27T15:33:20.5312675Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:33:20.5441061Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu 2022-09-27T15:33:20.5939715Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:33:20.5950621Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu 2022-09-27T15:33:20.5967073Z test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:33:20.6366160Z [gw3] [ 9%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:33:20.7120860Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:33:20.7131625Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu 2022-09-27T15:33:20.7139619Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:33:20.7156970Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu 2022-09-27T15:33:20.7166534Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 2022-09-27T15:33:20.7243431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:33:20.7406640Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 2022-09-27T15:33:20.7520378Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:33:20.7606233Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu 2022-09-27T15:33:20.7659431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:33:20.7847432Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 2022-09-27T15:33:20.8047284Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:33:20.8235016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:33:20.8583461Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 2022-09-27T15:33:20.8591814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:33:20.9002110Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 2022-09-27T15:33:20.9095032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:33:20.9433369Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 2022-09-27T15:33:20.9442074Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:33:20.9859048Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 2022-09-27T15:33:20.9887162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:33:21.0310893Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 2022-09-27T15:33:21.0350804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:33:21.0725087Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 2022-09-27T15:33:21.0737165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:33:21.1162523Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 2022-09-27T15:33:21.2056776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:33:21.2077559Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 2022-09-27T15:33:21.2086885Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_stft_cpu 2022-09-27T15:33:21.2116708Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:33:21.2175808Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:33:21.2524896Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 2022-09-27T15:33:21.2609309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:33:21.2946309Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 2022-09-27T15:33:21.3049295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:33:21.3419180Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 2022-09-27T15:33:21.3424992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:33:21.3858537Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 2022-09-27T15:33:21.5072069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:33:21.5094919Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 2022-09-27T15:33:21.5235386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:33:21.5577351Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 2022-09-27T15:33:21.5604123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:33:21.5986266Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 2022-09-27T15:33:21.6111868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:33:21.6450693Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 2022-09-27T15:33:21.6738207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:33:21.6845170Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 2022-09-27T15:33:21.6912875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:33:21.7286669Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 2022-09-27T15:33:21.7532283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:33:21.7808416Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 2022-09-27T15:33:21.7815435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:33:21.8029747Z [gw0] [ 9%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 2022-09-27T15:33:21.8044164Z [gw3] [ 9%] PASSED test_ops.py::TestCommonCPU::test_dtypes_svd_cpu 2022-09-27T15:33:21.8247286Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:33:21.8253493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:33:21.8263300Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 2022-09-27T15:33:21.8561252Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu 2022-09-27T15:33:21.8680232Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:33:21.8865848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:33:21.8923711Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu 2022-09-27T15:33:21.8956130Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:33:21.9214297Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu 2022-09-27T15:33:21.9239974Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 2022-09-27T15:33:21.9441018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:33:21.9872372Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:33:21.9902500Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu 2022-09-27T15:33:22.0134705Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:33:22.0148584Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 2022-09-27T15:33:22.0205113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:33:22.0224675Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 2022-09-27T15:33:22.0402871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:33:22.0602833Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 2022-09-27T15:33:22.0727910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:33:22.1046250Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 2022-09-27T15:33:22.1075569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:33:22.1298512Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 2022-09-27T15:33:22.1320292Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 2022-09-27T15:33:22.1562826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:33:22.1674014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:33:22.1700489Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 2022-09-27T15:33:22.1722687Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 2022-09-27T15:33:22.1809012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:33:22.2004262Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 2022-09-27T15:33:22.2004874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:33:22.2241649Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 2022-09-27T15:33:22.2254833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:33:22.2354329Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 2022-09-27T15:33:22.2443325Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu 2022-09-27T15:33:22.2445342Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:33:22.2447584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:33:22.2614707Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 2022-09-27T15:33:22.2633872Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu 2022-09-27T15:33:22.2673784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:33:22.2859800Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 2022-09-27T15:33:22.2860401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:33:22.3100107Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:33:22.3102943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:33:22.3510487Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 2022-09-27T15:33:22.3522077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:33:22.3697667Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 2022-09-27T15:33:22.3719337Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amin_cpu_int64 2022-09-27T15:33:22.3961540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:33:22.3963849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:33:22.4227185Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 2022-09-27T15:33:22.4247213Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmin_cpu_int64 2022-09-27T15:33:22.4398167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:33:22.4449075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:33:22.4797941Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 2022-09-27T15:33:22.4827292Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_complex64 2022-09-27T15:33:22.4917893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:33:22.4952675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:33:22.5267693Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 2022-09-27T15:33:22.5351985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:33:22.5456601Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 2022-09-27T15:33:22.5474721Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logaddexp_cpu_float32 2022-09-27T15:33:22.5691128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:33:22.5771105Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:33:22.6201032Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 2022-09-27T15:33:22.6208864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:33:22.6213926Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 2022-09-27T15:33:22.6254492Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu 2022-09-27T15:33:22.6633021Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:33:22.6633701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:33:22.7035781Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 2022-09-27T15:33:22.7038101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:33:22.7473656Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 2022-09-27T15:33:22.7475954Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_float32 2022-09-27T15:33:22.7496693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:33:22.7592402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:33:22.7995078Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 2022-09-27T15:33:22.8103278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:33:22.8343187Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 2022-09-27T15:33:22.8469411Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:33:22.8506576Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 2022-09-27T15:33:22.8522602Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_complex64 2022-09-27T15:33:22.8856482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:33:22.8878428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:33:22.9076894Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 2022-09-27T15:33:22.9090425Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_prod_cpu_int64 2022-09-27T15:33:22.9328228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:33:22.9432711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:33:22.9754894Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 2022-09-27T15:33:22.9809898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:33:23.0187017Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 2022-09-27T15:33:23.0318722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:33:23.0344623Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_var_cpu 2022-09-27T15:33:23.0457160Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:33:23.0540413Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu 2022-09-27T15:33:23.0643485Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 2022-09-27T15:33:23.0752706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:33:23.0807029Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 2022-09-27T15:33:23.0918407Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:33:23.1199291Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu 2022-09-27T15:33:23.1202177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:33:23.1245156Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 2022-09-27T15:33:23.1295664Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:33:23.1544572Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu 2022-09-27T15:33:23.1557402Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_float32 2022-09-27T15:33:23.1563945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:33:23.1674520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:33:23.1714909Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 2022-09-27T15:33:23.2073876Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:33:23.2226121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:33:23.2248915Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_sum_cpu_int64 2022-09-27T15:33:23.2273712Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 2022-09-27T15:33:23.2424526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:33:23.2442784Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 2022-09-27T15:33:23.2637588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:33:23.2686430Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 2022-09-27T15:33:23.2755339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:33:23.2884946Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 2022-09-27T15:33:23.3044899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:33:23.3140406Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 2022-09-27T15:33:23.3179337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:33:23.3345918Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 2022-09-27T15:33:23.3454542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:33:23.3595814Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 2022-09-27T15:33:23.3792561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:33:23.3997553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:33:23.4029673Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 2022-09-27T15:33:23.4056401Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 2022-09-27T15:33:23.4226432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:33:23.4416419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:33:23.4495267Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 2022-09-27T15:33:23.4520636Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 2022-09-27T15:33:23.4671257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:33:23.4774271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:33:23.4777933Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 2022-09-27T15:33:23.4962231Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 2022-09-27T15:33:23.5025764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:33:23.5129105Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 2022-09-27T15:33:23.5219829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:33:23.5368606Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 2022-09-27T15:33:23.5442994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:33:23.5555832Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 2022-09-27T15:33:23.5686282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:33:23.5835452Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 2022-09-27T15:33:23.5897633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:33:23.5995157Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 2022-09-27T15:33:23.6112895Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:33:23.6263720Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 2022-09-27T15:33:23.6391341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:33:23.6433103Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 2022-09-27T15:33:23.6548569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:33:23.6778220Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 2022-09-27T15:33:23.6778862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:33:23.6868270Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 2022-09-27T15:33:23.6983446Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:33:23.7182962Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 2022-09-27T15:33:23.7183588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:33:23.7317285Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 2022-09-27T15:33:23.7445666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:33:23.7594422Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 2022-09-27T15:33:23.7654730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:33:23.7757292Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 2022-09-27T15:33:23.7878945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:33:23.8027292Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 2022-09-27T15:33:23.8090306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:33:23.8195398Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 2022-09-27T15:33:23.8522300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:33:23.8588242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:33:23.8810215Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 2022-09-27T15:33:23.8884996Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 2022-09-27T15:33:23.8895083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:33:23.8898930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:33:23.8945559Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 2022-09-27T15:33:23.9323781Z [gw2] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 2022-09-27T15:33:23.9329814Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:33:23.9335367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:33:23.9363422Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 2022-09-27T15:33:23.9687785Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_float32 2022-09-27T15:33:23.9785221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:33:23.9816097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:33:24.0323344Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 2022-09-27T15:33:24.0385343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:33:24.0691995Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 2022-09-27T15:33:24.0696309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:33:24.1162980Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 2022-09-27T15:33:24.1570015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:33:24.1632122Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 2022-09-27T15:33:24.2197081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:33:24.2262451Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 2022-09-27T15:33:24.2370075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:33:24.2749799Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 2022-09-27T15:33:24.2841601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:33:24.3242923Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 2022-09-27T15:33:24.3257833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:33:24.3507579Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 2022-09-27T15:33:24.3538157Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 2022-09-27T15:33:24.3680027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:33:24.3682112Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 2022-09-27T15:33:24.3683099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:33:24.3985078Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 2022-09-27T15:33:24.4160846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:33:24.4162193Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 2022-09-27T15:33:24.4187273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:33:24.4424792Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 2022-09-27T15:33:24.4533898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:33:24.4607883Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 2022-09-27T15:33:24.4608458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:33:24.4897230Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 2022-09-27T15:33:24.4953566Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:33:24.5035694Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 2022-09-27T15:33:24.5037824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:33:24.5329218Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 2022-09-27T15:33:24.5388381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:33:24.5519824Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 2022-09-27T15:33:24.5559827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:33:24.5729887Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 2022-09-27T15:33:24.5788988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:33:24.5961953Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 2022-09-27T15:33:24.6009486Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:33:24.6279525Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 2022-09-27T15:33:24.6280229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:33:24.6405025Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 2022-09-27T15:33:24.6407173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:33:24.6698450Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 2022-09-27T15:33:24.6699376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:33:24.6840785Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 2022-09-27T15:33:24.6889382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:33:24.7253437Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 2022-09-27T15:33:24.7254651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:33:24.7255499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:33:24.7331400Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 2022-09-27T15:33:24.7707431Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 2022-09-27T15:33:24.7709793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:33:24.7711842Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 2022-09-27T15:33:24.7712687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:33:24.8094462Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 2022-09-27T15:33:24.8096297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:33:24.8202671Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 2022-09-27T15:33:24.8311498Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:33:24.8546608Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 2022-09-27T15:33:24.8567497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:33:24.8630882Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:33:24.8917643Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 2022-09-27T15:33:24.8985962Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 2022-09-27T15:33:24.9003998Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:33:24.9064744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:33:24.9176251Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 2022-09-27T15:33:24.9425373Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 2022-09-27T15:33:24.9522492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:33:24.9545900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:33:24.9606973Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 2022-09-27T15:33:24.9887759Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 2022-09-27T15:33:24.9888426Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:33:24.9897973Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:33:24.9935888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:33:25.0331594Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 2022-09-27T15:33:25.0332308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:25.0401896Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:33:25.0659297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:33:25.0737349Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 2022-09-27T15:33:25.0764819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:33:25.0771431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:33:25.0829773Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:33:25.1209061Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 2022-09-27T15:33:25.1209749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:33:25.1219932Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 2022-09-27T15:33:25.1275476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:33:25.1606404Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 2022-09-27T15:33:25.1721550Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:33:25.1859276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:33:25.1901649Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 2022-09-27T15:33:25.2044974Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 2022-09-27T15:33:25.2085678Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:33:25.2382774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:33:25.2466517Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 2022-09-27T15:33:25.2494267Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 2022-09-27T15:33:25.2525674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:33:25.2596089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:33:25.2655842Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 2022-09-27T15:33:25.2946480Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 2022-09-27T15:33:25.2986217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:33:25.3034351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:33:25.3093331Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 2022-09-27T15:33:25.3390631Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 2022-09-27T15:33:25.3484006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:33:25.3679569Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:33:25.3766022Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 2022-09-27T15:33:25.3802861Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 2022-09-27T15:33:25.3883407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:33:25.3936271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:33:25.4285221Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 2022-09-27T15:33:25.4285920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:33:25.4389188Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 2022-09-27T15:33:25.4434016Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 2022-09-27T15:33:25.4713753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:33:25.4819801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:33:25.4852920Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 2022-09-27T15:33:25.5055287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:33:25.5091644Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 2022-09-27T15:33:25.5124125Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 2022-09-27T15:33:25.5322823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:33:25.5374308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:33:25.5389037Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 2022-09-27T15:33:25.5594502Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 2022-09-27T15:33:25.5816515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:33:25.5817264Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 2022-09-27T15:33:25.5817889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:33:25.6031711Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 2022-09-27T15:33:25.6156140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:33:25.6242741Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 2022-09-27T15:33:25.6451160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:33:25.6468442Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 2022-09-27T15:33:25.6697605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:33:25.6698228Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:33:25.6833086Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 2022-09-27T15:33:25.6884453Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 2022-09-27T15:33:25.7163333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:33:25.7392275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:33:25.7485260Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 2022-09-27T15:33:25.7584404Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:33:25.7929037Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 2022-09-27T15:33:25.8001512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:33:25.8368611Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 2022-09-27T15:33:25.8787201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:33:25.8802195Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:33:25.8821674Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 2022-09-27T15:33:25.8881858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:25.9076076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:33:25.9247238Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:25.9305093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:33:25.9688869Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 2022-09-27T15:33:25.9709896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:33:25.9735335Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 2022-09-27T15:33:25.9814497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:33:26.0152877Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 2022-09-27T15:33:26.0275024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:33:26.0568896Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 2022-09-27T15:33:26.0916169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:33:26.1013325Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 2022-09-27T15:33:26.1030727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:33:26.1483510Z [gw2] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 2022-09-27T15:33:26.1558328Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:33:26.1887898Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 2022-09-27T15:33:26.1961851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:33:26.2349769Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 2022-09-27T15:33:26.2462904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:33:26.2831072Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 2022-09-27T15:33:26.2936718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:33:26.3269541Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 2022-09-27T15:33:26.3358230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:33:26.3717324Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 2022-09-27T15:33:26.3918147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:33:26.4148822Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 2022-09-27T15:33:26.4229858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:33:26.4597701Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 2022-09-27T15:33:26.4768828Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:33:26.5074635Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 2022-09-27T15:33:26.5499555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:33:26.5530920Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 2022-09-27T15:33:26.5641651Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:33:26.5658678Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 2022-09-27T15:33:26.5703309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:33:26.5802811Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 2022-09-27T15:33:26.5830199Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors___rdiv___cpu 2022-09-27T15:33:26.5889212Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:33:26.5991836Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors___rpow___cpu 2022-09-27T15:33:26.6009465Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 2022-09-27T15:33:26.6085389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:33:26.6130021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:26.6190122Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 2022-09-27T15:33:26.6244804Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:33:26.6515081Z test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:33:26.6529719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:33:26.6564586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:33:26.6721012Z [gw0] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 2022-09-27T15:33:26.6795140Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 2022-09-27T15:33:26.6802996Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_amax_cpu 2022-09-27T15:33:26.6833033Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:33:26.6950239Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_atan2_cpu 2022-09-27T15:33:26.7023852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:33:26.7210130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:26.7282541Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 2022-09-27T15:33:26.7285143Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:33:26.7389218Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu 2022-09-27T15:33:26.7556741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:33:26.7704881Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 2022-09-27T15:33:26.7733274Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:33:26.7753965Z [gw3] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu 2022-09-27T15:33:26.7772978Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:33:26.7827112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:26.7909756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:33:26.8016315Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:26.8125083Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 2022-09-27T15:33:26.8284420Z test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:33:26.8288073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:33:26.8405302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:33:26.8772839Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 2022-09-27T15:33:26.8773426Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_cov_cpu 2022-09-27T15:33:26.8826776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:33:26.8858279Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:33:26.8913618Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu 2022-09-27T15:33:26.9024289Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 2022-09-27T15:33:26.9035485Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 2022-09-27T15:33:26.9205894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:33:26.9323371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:33:26.9399567Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:33:26.9438062Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 2022-09-27T15:33:26.9452314Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_dstack_cpu 2022-09-27T15:33:26.9466010Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 2022-09-27T15:33:26.9688110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:26.9692292Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:33:26.9752786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:33:26.9788496Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_flipud_cpu 2022-09-27T15:33:27.0150161Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 2022-09-27T15:33:27.0169884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:33:27.0170392Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:33:27.0316597Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_fmin_cpu 2022-09-27T15:33:27.0614244Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 2022-09-27T15:33:27.0614871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:33:27.0615342Z test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:33:27.0802038Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_ge_cpu 2022-09-27T15:33:27.1068178Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 2022-09-27T15:33:27.1068786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:33:27.1155007Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:33:27.1155543Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_hsplit_cpu 2022-09-27T15:33:27.1489132Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 2022-09-27T15:33:27.1494029Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:33:27.1554322Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_igammac_cpu 2022-09-27T15:33:27.1725677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:33:27.1886434Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 2022-09-27T15:33:27.1928855Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:33:27.1937278Z [gw3] [ 10%] SKIPPED test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu 2022-09-27T15:33:27.2039997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:33:27.2368647Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 2022-09-27T15:33:27.2369744Z test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:33:27.2404880Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_le_cpu 2022-09-27T15:33:27.2504211Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:33:27.2847901Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 2022-09-27T15:33:27.2850865Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:33:27.2866722Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_linspace_cpu 2022-09-27T15:33:27.3236493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:33:27.3254483Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 2022-09-27T15:33:27.3262125Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:33:27.3282637Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu 2022-09-27T15:33:27.3317540Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:33:27.3687751Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 2022-09-27T15:33:27.3726479Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:33:27.3844161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:33:27.3877674Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_masked_select_cpu 2022-09-27T15:33:27.4126991Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 2022-09-27T15:33:27.4164463Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:33:27.4208253Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:33:27.4300942Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_min_binary_cpu 2022-09-27T15:33:27.4311741Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 2022-09-27T15:33:27.4326801Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 2022-09-27T15:33:27.4566585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:33:27.4663292Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:33:27.4759697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:33:27.4888036Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 2022-09-27T15:33:27.4902959Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 2022-09-27T15:33:27.5003130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:33:27.5084204Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 2022-09-27T15:33:27.5194942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:33:27.5443036Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 2022-09-27T15:33:27.5567295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:33:27.6111240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:33:27.6132211Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 2022-09-27T15:33:27.6253670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:33:27.6268306Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_multinomial_cpu 2022-09-27T15:33:27.6300000Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:33:27.6326801Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_nextafter_cpu 2022-09-27T15:33:27.6479006Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 2022-09-27T15:33:27.6496460Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 2022-09-27T15:33:27.6549515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:33:27.6565720Z [gw0] [ 10%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 2022-09-27T15:33:27.6650442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:33:27.6697627Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 2022-09-27T15:33:27.6817637Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:33:27.6962171Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu 2022-09-27T15:33:27.7008669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:33:27.7029517Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 2022-09-27T15:33:27.7126174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:33:27.7165002Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:27.7482750Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:33:27.7483373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:33:27.7577463Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 2022-09-27T15:33:27.7813691Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:33:27.7841514Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 2022-09-27T15:33:27.7904073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:33:27.7910551Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu 2022-09-27T15:33:27.8004549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:33:27.8020870Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:33:27.8083256Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 2022-09-27T15:33:27.8127902Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 2022-09-27T15:33:27.8341549Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu 2022-09-27T15:33:27.8342107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:33:27.8350262Z [gw2] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 2022-09-27T15:33:27.8455735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:33:27.8458585Z [gw0] [ 10%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 2022-09-27T15:33:27.8486996Z test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:33:27.8751052Z [gw3] [ 10%] PASSED test_ops.py::TestCommonCPU::test_errors_polar_cpu 2022-09-27T15:33:27.8859855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:33:27.8880100Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 2022-09-27T15:33:27.8904501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:33:27.8910746Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 2022-09-27T15:33:27.8958682Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:33:27.9165603Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu 2022-09-27T15:33:27.9205888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:33:27.9366439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:33:27.9371780Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:33:27.9455054Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_rsub_cpu 2022-09-27T15:33:27.9563551Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 2022-09-27T15:33:27.9602540Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 2022-09-27T15:33:27.9698505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:33:27.9701533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:33:27.9732678Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 2022-09-27T15:33:27.9767377Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 2022-09-27T15:33:27.9813026Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:33:28.0046489Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu 2022-09-27T15:33:28.0087372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:33:28.0199000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:33:28.0209280Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 2022-09-27T15:33:28.0253358Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:33:28.0375045Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu 2022-09-27T15:33:28.0484154Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 2022-09-27T15:33:28.0526957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:33:28.0591326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:33:28.0681417Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 2022-09-27T15:33:28.0684183Z test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:33:28.0810606Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_errors_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:33:28.0923173Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 2022-09-27T15:33:28.1039868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:33:28.1134333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:33:28.1137001Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:33:28.1196693Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu 2022-09-27T15:33:28.1266012Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 2022-09-27T15:33:28.1363152Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 2022-09-27T15:33:28.1436925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:33:28.1441530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:33:28.1512256Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 2022-09-27T15:33:28.1529547Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 2022-09-27T15:33:28.1682124Z test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:33:28.1809433Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_take_cpu 2022-09-27T15:33:28.1919846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:33:28.1966321Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:33:28.2038754Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:33:28.2157113Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 2022-09-27T15:33:28.2281011Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_uniform_cpu 2022-09-27T15:33:28.2306061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:33:28.2432013Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 2022-09-27T15:33:28.2596239Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:33:28.2695343Z [gw3] [ 11%] PASSED test_ops.py::TestCommonCPU::test_errors_vstack_cpu 2022-09-27T15:33:28.2740356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:33:28.2856687Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 2022-09-27T15:33:28.2896080Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:33:28.3010106Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 2022-09-27T15:33:28.3030660Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 2022-09-27T15:33:28.3177108Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:33:28.3181573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:33:28.3286400Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 2022-09-27T15:33:28.3334372Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:33:28.3499067Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 2022-09-27T15:33:28.3520199Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 2022-09-27T15:33:28.3608521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:33:28.3621705Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:33:28.3748740Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 2022-09-27T15:33:28.3775074Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:33:28.3785272Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 2022-09-27T15:33:28.3963173Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 2022-09-27T15:33:28.4005641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:33:28.4206332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:33:28.4207285Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:33:28.4301888Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 2022-09-27T15:33:28.4418636Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 2022-09-27T15:33:28.4442718Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 2022-09-27T15:33:28.4450898Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:33:28.4477696Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:33:28.4526796Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:33:28.4651304Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 2022-09-27T15:33:28.4656817Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:33:28.4885481Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 2022-09-27T15:33:28.4893322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:33:28.4918286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:33:28.5085065Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 2022-09-27T15:33:28.5090833Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:33:28.5281944Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 2022-09-27T15:33:28.5323123Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 2022-09-27T15:33:28.5328850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:33:28.5364585Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:33:28.5446164Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 2022-09-27T15:33:28.5526095Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 2022-09-27T15:33:28.5531524Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:33:28.5767543Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_amin_cpu_int64 2022-09-27T15:33:28.5773826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:33:28.5829714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:33:28.5863510Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 2022-09-27T15:33:28.5967758Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 2022-09-27T15:33:28.5973390Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:33:28.6206095Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_argmin_cpu_int64 2022-09-27T15:33:28.6213598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:33:28.6276753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:33:28.6337807Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 2022-09-27T15:33:28.6404895Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 2022-09-27T15:33:28.6410165Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:33:28.6646485Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_cumsum_cpu_int64 2022-09-27T15:33:28.6654815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:33:28.6750899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:33:28.6786437Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 2022-09-27T15:33:28.6806478Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 2022-09-27T15:33:28.6842661Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:33:28.7122666Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_logsumexp_cpu_int64 2022-09-27T15:33:28.7123359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:33:28.7255709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:33:28.7297400Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:33:28.7383220Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_norm_cpu_float32 2022-09-27T15:33:28.7458437Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:33:28.7524954Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 2022-09-27T15:33:28.7525589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:33:28.7601268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:33:28.7740699Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 2022-09-27T15:33:28.7741499Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:33:28.7839255Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_softmax_cpu_float32 2022-09-27T15:33:28.7964541Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 2022-09-27T15:33:28.7965306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:33:28.8016858Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:33:28.8081536Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 2022-09-27T15:33:28.8123999Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 2022-09-27T15:33:28.8155053Z test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:33:28.8532146Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices__masked_sum_cpu_float32 2022-09-27T15:33:28.8535103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:33:28.8537764Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 2022-09-27T15:33:28.8676903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:33:28.8679750Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:33:28.9040125Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 2022-09-27T15:33:28.9088983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:33:28.9091849Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 2022-09-27T15:33:28.9094608Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:33:28.9097241Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 2022-09-27T15:33:28.9111682Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 2022-09-27T15:33:28.9329104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:33:28.9345943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:33:28.9449128Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 2022-09-27T15:33:28.9483494Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:33:28.9533859Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 2022-09-27T15:33:28.9569542Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 2022-09-27T15:33:28.9752856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:33:28.9886458Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:33:28.9922144Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:33:28.9928056Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 2022-09-27T15:33:29.0010348Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 2022-09-27T15:33:29.0041063Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 2022-09-27T15:33:29.0201029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:33:29.0332099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:29.0370824Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:33:29.0375455Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:33:29.0497264Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 2022-09-27T15:33:29.0510533Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 2022-09-27T15:33:29.0681194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:33:29.0753819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:29.0795494Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:29.0809128Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:33:29.0848102Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 2022-09-27T15:33:29.0923380Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 2022-09-27T15:33:29.0997609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:33:29.1047877Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:33:29.1254590Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:33:29.1258901Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:33:29.1404910Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 2022-09-27T15:33:29.1670863Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:33:29.1687930Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 2022-09-27T15:33:29.1700422Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:33:29.1708048Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 2022-09-27T15:33:29.2129199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:33:29.2138170Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:33:29.2341542Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 2022-09-27T15:33:29.2358618Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 2022-09-27T15:33:29.2403991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:33:29.2566896Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 2022-09-27T15:33:29.2571486Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:33:29.2790597Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 2022-09-27T15:33:29.2809314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:33:29.2831222Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 2022-09-27T15:33:29.3006637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:33:29.3011562Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:33:29.3228845Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 2022-09-27T15:33:29.3250826Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 2022-09-27T15:33:29.3436700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:33:29.3446139Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:33:29.3470459Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 2022-09-27T15:33:29.3504151Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 2022-09-27T15:33:29.3600028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:33:29.3639257Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 2022-09-27T15:33:29.3682473Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:33:29.3889912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:33:29.3895427Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:33:29.3958089Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 2022-09-27T15:33:29.3962990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:33:29.4327134Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 2022-09-27T15:33:29.4334480Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:33:29.4399165Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 2022-09-27T15:33:29.4405445Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:33:29.4589396Z [gw0] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_int64 2022-09-27T15:33:29.4612901Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 2022-09-27T15:33:29.4769687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:33:29.4776036Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:33:29.4838049Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 2022-09-27T15:33:29.4927389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:33:29.5164436Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 2022-09-27T15:33:29.5189507Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 2022-09-27T15:33:29.5196104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:29.5220474Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:33:29.5235124Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 2022-09-27T15:33:29.5273047Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 2022-09-27T15:33:29.5318053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:33:29.5653668Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 2022-09-27T15:33:29.5659026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:33:29.5664801Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:33:29.5684732Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 2022-09-27T15:33:29.5954595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:29.6087057Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:33:29.6093243Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:33:29.6126021Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 2022-09-27T15:33:29.6529389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:29.6536556Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:33:29.6643756Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 2022-09-27T15:33:29.6668313Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 2022-09-27T15:33:29.6705509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:33:29.6736435Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:33:29.6867618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:33:29.6939613Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 2022-09-27T15:33:29.6978171Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:33:29.7075732Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 2022-09-27T15:33:29.7099039Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 2022-09-27T15:33:29.7136806Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:29.7266833Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:29.7389673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:29.7426936Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:33:29.7600998Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 2022-09-27T15:33:29.7797082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:33:29.7824958Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 2022-09-27T15:33:29.7831815Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 2022-09-27T15:33:29.7863250Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:33:29.7873097Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 2022-09-27T15:33:29.7919229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:33:29.8001219Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 2022-09-27T15:33:29.8287654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:33:29.8294716Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:33:29.8310197Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 2022-09-27T15:33:29.8438396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:33:29.8449894Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 2022-09-27T15:33:29.8686605Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:33:29.8720570Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:33:29.9174038Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 2022-09-27T15:33:29.9174631Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:33:29.9566720Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 2022-09-27T15:33:29.9615651Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:33:30.0057801Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 2022-09-27T15:33:30.0058415Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:33:30.0337991Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 2022-09-27T15:33:30.0349113Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 2022-09-27T15:33:30.0493992Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:30.0494604Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:33:30.0629006Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 2022-09-27T15:33:30.0788117Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:33:30.0926137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:30.0926983Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:33:30.1367761Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 2022-09-27T15:33:30.1372940Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:33:30.1388702Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 2022-09-27T15:33:30.1402696Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:33:30.1690011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:30.1711425Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 2022-09-27T15:33:30.1746187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:33:30.1763061Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:33:30.1804704Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:33:30.1839654Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 2022-09-27T15:33:30.2000675Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 2022-09-27T15:33:30.2160280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:30.2212483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:33:30.2246567Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 2022-09-27T15:33:30.2249181Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:33:30.2324041Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 2022-09-27T15:33:30.2345848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:33:30.2411803Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 2022-09-27T15:33:30.2680899Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 2022-09-27T15:33:30.2691563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:33:30.2696768Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:33:30.2763347Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 2022-09-27T15:33:30.3032263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:33:30.3139876Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 2022-09-27T15:33:30.3143952Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:33:30.3325474Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 2022-09-27T15:33:30.3330883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:33:30.3570335Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 2022-09-27T15:33:30.3574985Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:33:30.3738880Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 2022-09-27T15:33:30.3744185Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:30.4010387Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:30.4015341Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:33:30.4144406Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 2022-09-27T15:33:30.4148146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:33:30.4450105Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 2022-09-27T15:33:30.4453069Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:33:30.4641339Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 2022-09-27T15:33:30.4690351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:30.4891080Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:33:30.4894955Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:33:30.5081578Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 2022-09-27T15:33:30.5127484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:30.5328891Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:33:30.5331999Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:33:30.5521835Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 2022-09-27T15:33:30.5525053Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:30.5584502Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:30.5605355Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 2022-09-27T15:33:30.5648118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:33:30.5745449Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 2022-09-27T15:33:30.5766879Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:33:30.5958021Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 2022-09-27T15:33:30.6043035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:33:30.6101899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:33:30.6198754Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 2022-09-27T15:33:30.6209041Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 2022-09-27T15:33:30.6215800Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:33:30.6282336Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 2022-09-27T15:33:30.6350492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:30.6526667Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:33:30.6577925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:33:30.6605288Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 2022-09-27T15:33:30.6650903Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:33:30.6725975Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 2022-09-27T15:33:30.7081298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:30.7092049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:33:30.7094253Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:33:30.7116613Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 2022-09-27T15:33:30.7406784Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 2022-09-27T15:33:30.7469222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:33:30.7529150Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 2022-09-27T15:33:30.7530293Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:30.7971712Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 2022-09-27T15:33:30.7973414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:33:30.7973962Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:33:30.8060455Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 2022-09-27T15:33:30.8338658Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 2022-09-27T15:33:30.8339947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:33:30.8410468Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 2022-09-27T15:33:30.8412251Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:33:30.8758888Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 2022-09-27T15:33:30.8851275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:33:30.8853675Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 2022-09-27T15:33:30.8855387Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:33:30.9244333Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 2022-09-27T15:33:30.9303107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:33:30.9307652Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 2022-09-27T15:33:30.9310137Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:33:30.9609319Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 2022-09-27T15:33:30.9671009Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:33:30.9733117Z [gw2] [ 11%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 2022-09-27T15:33:30.9737041Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:33:31.0083663Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 2022-09-27T15:33:31.0169064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:33:31.0172982Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:33:31.0209329Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 2022-09-27T15:33:31.0516844Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 2022-09-27T15:33:31.0610495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:33:31.0616510Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:33:31.0692394Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 2022-09-27T15:33:31.0954958Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 2022-09-27T15:33:31.1047804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:33:31.1053493Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:33:31.1491663Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 2022-09-27T15:33:31.1497543Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:33:31.1930652Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 2022-09-27T15:33:31.1936713Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:33:31.2377007Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 2022-09-27T15:33:31.2383689Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:33:31.2810704Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 2022-09-27T15:33:31.2817534Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:33:31.3148482Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 2022-09-27T15:33:31.3245305Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 2022-09-27T15:33:31.3254362Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:33:31.3261427Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 2022-09-27T15:33:31.3422329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:33:31.3647513Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 2022-09-27T15:33:31.3685265Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:33:31.3752750Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 2022-09-27T15:33:31.3757121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:33:31.4087558Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 2022-09-27T15:33:31.4131381Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:33:31.4201117Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 2022-09-27T15:33:31.4248956Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:33:31.4527260Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 2022-09-27T15:33:31.4570931Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:33:31.4580448Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 2022-09-27T15:33:31.4693272Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:33:31.4966708Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 2022-09-27T15:33:31.5004241Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:33:31.5017065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:33:31.5038302Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 2022-09-27T15:33:31.5407257Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 2022-09-27T15:33:31.5454277Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:33:31.5525200Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 2022-09-27T15:33:31.5530267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:33:31.5891354Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 2022-09-27T15:33:31.5896728Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:33:31.5905581Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 2022-09-27T15:33:31.5941666Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:33:31.6337876Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 2022-09-27T15:33:31.6338470Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:33:31.6343511Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 2022-09-27T15:33:31.6530121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:33:31.6773626Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 2022-09-27T15:33:31.6777807Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:33:31.6783569Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 2022-09-27T15:33:31.6957624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:31.7212594Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:33:31.7217660Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:33:31.7224072Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 2022-09-27T15:33:31.7289278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:31.7647007Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:31.7661600Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:33:31.7670733Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 2022-09-27T15:33:31.7707930Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:31.8094123Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:31.8100219Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:33:31.8108022Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 2022-09-27T15:33:31.8161082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:33:31.8526371Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 2022-09-27T15:33:31.8537802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:33:31.8543966Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:33:31.8646279Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 2022-09-27T15:33:31.8972426Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 2022-09-27T15:33:31.8979936Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:33:31.9026730Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 2022-09-27T15:33:31.9032755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:33:31.9412128Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 2022-09-27T15:33:31.9419920Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:33:31.9447442Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 2022-09-27T15:33:31.9718961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:33:31.9852165Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 2022-09-27T15:33:31.9858217Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:33:31.9866087Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 2022-09-27T15:33:31.9904018Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:33:32.0292333Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 2022-09-27T15:33:32.0298374Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:33:32.0308898Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 2022-09-27T15:33:32.0581725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:32.0770744Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:32.0777132Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:33:32.0799478Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 2022-09-27T15:33:32.0908636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:33:32.1211067Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 2022-09-27T15:33:32.1217352Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:33:32.1240689Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 2022-09-27T15:33:32.1348558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:33:32.1655055Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 2022-09-27T15:33:32.1661076Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:33:32.1670412Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 2022-09-27T15:33:32.1778007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:33:32.2112127Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 2022-09-27T15:33:32.2112714Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:33:32.2113358Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 2022-09-27T15:33:32.2358739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:33:32.2542831Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 2022-09-27T15:33:32.2543405Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:33:32.2563076Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 2022-09-27T15:33:32.2673636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:33:32.2973730Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 2022-09-27T15:33:32.2979084Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:33:32.2989220Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 2022-09-27T15:33:32.3066841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:33:32.3413495Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 2022-09-27T15:33:32.3419948Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:33:32.3428314Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 2022-09-27T15:33:32.3441801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:33:32.3854466Z [gw2] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_complex64 2022-09-27T15:33:32.3860014Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:33:32.3878582Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 2022-09-27T15:33:32.3961635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:33:32.4294197Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 2022-09-27T15:33:32.4299800Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:33:32.4310158Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 2022-09-27T15:33:32.4410449Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:33:32.4425636Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 2022-09-27T15:33:32.4447688Z [gw0] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:33:32.4730849Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:32.4744393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:33:32.4747407Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:33:32.4888122Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 2022-09-27T15:33:32.5212205Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 2022-09-27T15:33:32.5219820Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:33:32.5275572Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 2022-09-27T15:33:32.5497742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:32.5650370Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:32.5650971Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:33:32.5663242Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 2022-09-27T15:33:32.5731292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:33:32.6105770Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 2022-09-27T15:33:32.6109164Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:32.6114797Z [gw3] [ 11%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:32.6232571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:33:32.6573798Z [gw2] [ 11%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 2022-09-27T15:33:32.6576663Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:32.6580630Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:32.6828045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:32.6973369Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:32.6973963Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:33:32.6977742Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 2022-09-27T15:33:32.7412236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:32.7414975Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:33:32.7477718Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 2022-09-27T15:33:32.7509235Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 2022-09-27T15:33:32.7857807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:33:32.7860591Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:33:32.8076990Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 2022-09-27T15:33:32.8105423Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 2022-09-27T15:33:32.8274386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:32.8290223Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:33:32.8294514Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:33:32.8307620Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 2022-09-27T15:33:32.8399953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:33:32.8525677Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 2022-09-27T15:33:32.8539514Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:32.8691490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:32.8703739Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:32.8729494Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:33:32.8734072Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 2022-09-27T15:33:32.8825416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:32.9074549Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:33:32.9172924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:32.9175670Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:33:32.9177507Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 2022-09-27T15:33:32.9256851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:32.9377744Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 2022-09-27T15:33:32.9484039Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:32.9546837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:33:32.9564198Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 2022-09-27T15:33:32.9608792Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:33:32.9612947Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 2022-09-27T15:33:33.0002200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:33:33.0042948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:33:33.0049213Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:33.0329896Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:33.0364482Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:33:33.0445091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:33.0488881Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:33:33.0534985Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 2022-09-27T15:33:33.0551839Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:33:33.0886147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:33.0932940Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:33:33.1000404Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 2022-09-27T15:33:33.1017621Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:33:33.1147257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:33.1326110Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:33:33.1367657Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:33:33.1509603Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 2022-09-27T15:33:33.1510219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:33.1812464Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:33.1815110Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:33.1901383Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:33:33.1938249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:33:33.1972589Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 2022-09-27T15:33:33.1986637Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:33:33.2250520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:33.2254992Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:33:33.2360125Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 2022-09-27T15:33:33.2383578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:33:33.2523057Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 2022-09-27T15:33:33.2537015Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 2022-09-27T15:33:33.2608246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:33.2644634Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 2022-09-27T15:33:33.2688233Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:33:33.2765680Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 2022-09-27T15:33:33.2868830Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:33.2966546Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 2022-09-27T15:33:33.3132960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:33.3133541Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:33:33.3178445Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 2022-09-27T15:33:33.3240695Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:33.3348613Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:33.3405434Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:33:33.3569764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:33.3570336Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:33:33.3620248Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 2022-09-27T15:33:33.3690600Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:33.3747045Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:33.3846637Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:33:33.4013035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:33.4024074Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:33:33.4166356Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 2022-09-27T15:33:33.4166965Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:33.4206181Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 2022-09-27T15:33:33.4324125Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:33.4416145Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:33.4454476Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:33:33.4469998Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 2022-09-27T15:33:33.4573689Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:33:33.4599029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:33.4766869Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:33:33.4892545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:33.4898253Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:33:33.5040776Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 2022-09-27T15:33:33.5168621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:33.5202344Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:33:33.5257332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:33:33.5328362Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:33:33.5337108Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:33:33.5480419Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 2022-09-27T15:33:33.5594149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:33.5620504Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:33:33.5642468Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:33:33.5747123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:33.5773967Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:33:33.5845631Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 2022-09-27T15:33:33.5925714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:33.6208266Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:33.6213964Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:33:33.6361275Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 2022-09-27T15:33:33.6398001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:33:33.6691652Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 2022-09-27T15:33:33.6697564Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:33:33.6798295Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 2022-09-27T15:33:33.6803720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:33:33.7135769Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 2022-09-27T15:33:33.7141503Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:33:33.7235637Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 2022-09-27T15:33:33.7237184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:33:33.7541421Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 2022-09-27T15:33:33.7576138Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:33:33.7645626Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 2022-09-27T15:33:33.7646201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:33:33.8013729Z [gw0] [ 12%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 2022-09-27T15:33:33.8014268Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:33:33.8105595Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 2022-09-27T15:33:33.8106158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:33:33.8453189Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 2022-09-27T15:33:33.8454977Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:33:33.8540519Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 2022-09-27T15:33:33.8542056Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:33:33.8892608Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 2022-09-27T15:33:33.8893611Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:33:33.8931990Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 2022-09-27T15:33:33.8951747Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:33:33.9043073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:33.9044580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:33:33.9332839Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 2022-09-27T15:33:33.9334737Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:33.9482694Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:33.9575878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:33:33.9754183Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 2022-09-27T15:33:33.9767462Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:33:33.9875695Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 2022-09-27T15:33:33.9876300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:33:34.0220510Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 2022-09-27T15:33:34.0222554Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:33:34.0360831Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 2022-09-27T15:33:34.0361428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:33:34.0652347Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 2022-09-27T15:33:34.0654596Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:34.0875134Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:34.0875744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:33:34.0884979Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 2022-09-27T15:33:34.0903963Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:33:34.0988891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:34.1078261Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:33:34.1081357Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:34.1315842Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 2022-09-27T15:33:34.1363723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:33:34.1383641Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 2022-09-27T15:33:34.1531820Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:33:34.1533477Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:33:34.1549683Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 2022-09-27T15:33:34.1750984Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 2022-09-27T15:33:34.1861413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:33:34.1970192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:34.1972379Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:33:34.2182717Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 2022-09-27T15:33:34.2242574Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 2022-09-27T15:33:34.2267895Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 2022-09-27T15:33:34.2283264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:33:34.2408711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:33:34.2411868Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:33:34.2689529Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 2022-09-27T15:33:34.2724991Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 2022-09-27T15:33:34.2850859Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:34.2854356Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:33:34.3013131Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 2022-09-27T15:33:34.3188675Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:34.3296771Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:33:34.3301394Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:34.3305869Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:34.3428359Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 2022-09-27T15:33:34.3442842Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 2022-09-27T15:33:34.3571400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:33:34.3670458Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 2022-09-27T15:33:34.3672531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:33:34.3724547Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:33:34.3725184Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:33:34.3887215Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 2022-09-27T15:33:34.3918439Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:33:34.4123078Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 2022-09-27T15:33:34.4179596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:33:34.4180298Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:33:34.4363793Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 2022-09-27T15:33:34.4403114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:33:34.4607252Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 2022-09-27T15:33:34.4607867Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:33:34.4703258Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 2022-09-27T15:33:34.4725620Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:33:34.4837476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:33:34.4838589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:33:34.4895926Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 2022-09-27T15:33:34.5005043Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 2022-09-27T15:33:34.5048942Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:33:34.5164849Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 2022-09-27T15:33:34.5256420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:34.5258755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:33:34.5284327Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 2022-09-27T15:33:34.5485423Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:33:34.5487236Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:33:34.5604940Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 2022-09-27T15:33:34.5691119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:33:34.5740122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:33:34.5830797Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 2022-09-27T15:33:34.5892885Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 2022-09-27T15:33:34.5931119Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:33:34.6042904Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 2022-09-27T15:33:34.6163164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:33:34.6168036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:33:34.6226728Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 2022-09-27T15:33:34.6330131Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 2022-09-27T15:33:34.6376495Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:33:34.6482637Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 2022-09-27T15:33:34.6604735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:33:34.6610302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:33:34.6647061Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 2022-09-27T15:33:34.6766203Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 2022-09-27T15:33:34.6812291Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:34.6922917Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:33:34.6963549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:33:34.7024510Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:33:34.7094371Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 2022-09-27T15:33:34.7384631Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 2022-09-27T15:33:34.7415617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:34.7427770Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:34.7511737Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:33:34.7528922Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:34.7607023Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:33:34.7829385Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 2022-09-27T15:33:34.7884794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:34.7885433Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:34.8145603Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:34.8146224Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:33:34.8409478Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 2022-09-27T15:33:34.8410110Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:34.8575407Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 2022-09-27T15:33:34.8575997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:33:34.8849521Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 2022-09-27T15:33:34.8850296Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:34.9081672Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:33:34.9287995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:33:34.9294951Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:34.9535331Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:34.9556451Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 2022-09-27T15:33:34.9601384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:33:34.9732773Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 2022-09-27T15:33:34.9733515Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:35.0027346Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:33:35.0166403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:33:35.0169826Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:35.0196584Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:35.0520757Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 2022-09-27T15:33:35.0608087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:33:35.0613169Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:35.0828294Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:33:35.0925017Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 2022-09-27T15:33:35.1002929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:33:35.1055818Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 2022-09-27T15:33:35.1056457Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:33:35.1392661Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 2022-09-27T15:33:35.1500656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:35.1505860Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:35.1571207Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:33:35.1585193Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 2022-09-27T15:33:35.1690739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:33:35.1875844Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 2022-09-27T15:33:35.1889053Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 2022-09-27T15:33:35.1893555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:35.1933685Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:35.2080646Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:33:35.2382324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:33:35.2400513Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 2022-09-27T15:33:35.2407983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:35.2420858Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:35.2606773Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 2022-09-27T15:33:35.2629586Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 2022-09-27T15:33:35.2718271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:33:35.2772994Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 2022-09-27T15:33:35.2851929Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 2022-09-27T15:33:35.2852545Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:35.2856055Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 2022-09-27T15:33:35.3111443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:35.3112038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:33:35.3288344Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 2022-09-27T15:33:35.3292617Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:35.3515811Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 2022-09-27T15:33:35.3553868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:33:35.3727278Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 2022-09-27T15:33:35.3730036Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:35.4001038Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:33:35.4166262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:33:35.4171625Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:35.4304660Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 2022-09-27T15:33:35.4372976Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 2022-09-27T15:33:35.4375923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:33:35.4609673Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 2022-09-27T15:33:35.4610263Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:33:35.4821819Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 2022-09-27T15:33:35.4827382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:33:35.5047014Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 2022-09-27T15:33:35.5054265Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 2022-09-27T15:33:35.5057936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:33:35.5061962Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:35.5263869Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:33:35.5269713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:33:35.5486252Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 2022-09-27T15:33:35.5490678Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:35.5699622Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:33:35.5704893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:33:35.5927710Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 2022-09-27T15:33:35.5931805Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:35.6144539Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:33:35.6150537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:33:35.6361762Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 2022-09-27T15:33:35.6366216Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:35.6600534Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:35.6605768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:33:35.6841328Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 2022-09-27T15:33:35.6845754Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:35.7012611Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 2022-09-27T15:33:35.7018292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:33:35.7280924Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 2022-09-27T15:33:35.7285495Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:33:35.7482022Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 2022-09-27T15:33:35.7502960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:33:35.7761163Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 2022-09-27T15:33:35.7765821Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:35.7876258Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:33:35.8106942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:33:35.8201048Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 2022-09-27T15:33:35.8209045Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:35.8304452Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:33:35.8373420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:33:35.8682114Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 2022-09-27T15:33:35.8686764Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:35.8743648Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:33:35.8836078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:33:35.9127212Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 2022-09-27T15:33:35.9127857Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:33:35.9183973Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 2022-09-27T15:33:35.9352420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:33:35.9527022Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 2022-09-27T15:33:35.9565649Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:33:35.9632699Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 2022-09-27T15:33:35.9819646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:36.0007189Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:36.0045516Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:33:36.0081447Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 2022-09-27T15:33:36.0085161Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:36.0446922Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:36.0484853Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:36.0512783Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 2022-09-27T15:33:36.0666433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:33:36.0887035Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 2022-09-27T15:33:36.0924138Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:33:36.0962169Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:33:36.1077320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:33:36.1367207Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 2022-09-27T15:33:36.1373067Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:36.1436818Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 2022-09-27T15:33:36.1437504Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:33:36.1809318Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 2022-09-27T15:33:36.1810363Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:36.1908041Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:33:36.1911911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:33:36.2290527Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 2022-09-27T15:33:36.2298860Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:33:36.2303782Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 2022-09-27T15:33:36.2307739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:33:36.2687747Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 2022-09-27T15:33:36.2693952Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:33:36.2700132Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 2022-09-27T15:33:36.2749251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:33:36.2897075Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 2022-09-27T15:33:36.2912702Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 2022-09-27T15:33:36.3063945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:33:36.3084647Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 2022-09-27T15:33:36.3123688Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:33:36.3130071Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 2022-09-27T15:33:36.3170403Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:33:36.3324601Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 2022-09-27T15:33:36.3396127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:33:36.3534008Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 2022-09-27T15:33:36.3566594Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:33:36.3572461Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 2022-09-27T15:33:36.3620934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:33:36.3764299Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 2022-09-27T15:33:36.3795103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:33:36.4046066Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 2022-09-27T15:33:36.4049601Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:33:36.4063226Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 2022-09-27T15:33:36.4118764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:33:36.4203184Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 2022-09-27T15:33:36.4236491Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:33:36.4477260Z [gw2] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 2022-09-27T15:33:36.4484218Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:36.4528709Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:33:36.4534173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:36.4721373Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:36.4858717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:33:36.4914340Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 2022-09-27T15:33:36.4920367Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:36.4929798Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:33:36.4957813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:36.5085028Z [gw0] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:36.5347423Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:33:36.5427445Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:33:36.5439577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:33:36.5446458Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 2022-09-27T15:33:36.5608648Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 2022-09-27T15:33:36.5625219Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 2022-09-27T15:33:36.5758557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:33:36.5840493Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 2022-09-27T15:33:36.5844530Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:33:36.5851569Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 2022-09-27T15:33:36.5936099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:33:36.6044817Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 2022-09-27T15:33:36.6108060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:33:36.6303477Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 2022-09-27T15:33:36.6304102Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:33:36.6310142Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 2022-09-27T15:33:36.6397026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:33:36.6484635Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 2022-09-27T15:33:36.6726681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:33:36.6729673Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:33:36.6737973Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 2022-09-27T15:33:36.6843277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:33:36.6883594Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 2022-09-27T15:33:36.6922178Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 2022-09-27T15:33:36.7057300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:33:36.7237718Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 2022-09-27T15:33:36.7241706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:33:36.7252545Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 2022-09-27T15:33:36.7264765Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:33:36.7363889Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 2022-09-27T15:33:36.7409188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:33:36.7758655Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 2022-09-27T15:33:36.7761919Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:33:36.7770714Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 2022-09-27T15:33:36.7815169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:33:36.7830436Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 2022-09-27T15:33:36.7898042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:33:36.8128798Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 2022-09-27T15:33:36.8129395Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:33:36.8142171Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 2022-09-27T15:33:36.8276227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:33:36.8334035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:33:36.8386150Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 2022-09-27T15:33:36.8542344Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 2022-09-27T15:33:36.8573673Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:33:36.8586532Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 2022-09-27T15:33:36.8767608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:33:36.9009427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:33:36.9017783Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 2022-09-27T15:33:36.9022607Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:33:36.9055506Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 2022-09-27T15:33:36.9077645Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 2022-09-27T15:33:36.9123151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:33:36.9172305Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:33:36.9342931Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 2022-09-27T15:33:36.9450706Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 2022-09-27T15:33:36.9455289Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:33:36.9485264Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 2022-09-27T15:33:36.9685241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:33:36.9689316Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:33:36.9823175Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 2022-09-27T15:33:36.9886951Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 2022-09-27T15:33:36.9891716Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:33:36.9923155Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 2022-09-27T15:33:37.0006051Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:33:37.0025138Z [gw0] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 2022-09-27T15:33:37.0052574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:33:37.0475673Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 2022-09-27T15:33:37.0484901Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:33:37.0496100Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 2022-09-27T15:33:37.0532297Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:33:37.0657034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:33:37.0959622Z [gw2] [ 12%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 2022-09-27T15:33:37.0962762Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:33:37.0971352Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 2022-09-27T15:33:37.1247595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:33:37.1249682Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:33:37.1368939Z [gw3] [ 12%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 2022-09-27T15:33:37.1529262Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 2022-09-27T15:33:37.1561433Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 2022-09-27T15:33:37.1605662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:33:37.1684754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:33:37.1686527Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:33:37.1745263Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 2022-09-27T15:33:37.1889469Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 2022-09-27T15:33:37.2023696Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 2022-09-27T15:33:37.2127201Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:33:37.2128083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:33:37.2129739Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:33:37.2294818Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 2022-09-27T15:33:37.2328160Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 2022-09-27T15:33:37.2445322Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 2022-09-27T15:33:37.2470194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:33:37.2522131Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 2022-09-27T15:33:37.2539248Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:33:37.2564184Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 2022-09-27T15:33:37.2566338Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:33:37.2885581Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 2022-09-27T15:33:37.2934836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:33:37.2946962Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 2022-09-27T15:33:37.2981237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:33:37.2985843Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 2022-09-27T15:33:37.3004724Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:33:37.3327507Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 2022-09-27T15:33:37.3425723Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:33:37.3435638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:33:37.3495440Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:37.3501968Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 2022-09-27T15:33:37.3656232Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 2022-09-27T15:33:37.3763226Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 2022-09-27T15:33:37.3856805Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:33:37.3905982Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:33:37.3908569Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:33:37.4186909Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 2022-09-27T15:33:37.4228407Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 2022-09-27T15:33:37.4241951Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 2022-09-27T15:33:37.4245386Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:33:37.4290119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:37.4326226Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:33:37.4638605Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 2022-09-27T15:33:37.4652844Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 2022-09-27T15:33:37.4683610Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 2022-09-27T15:33:37.4686675Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:33:37.4742567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:37.4766639Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:33:37.4996181Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 2022-09-27T15:33:37.5143036Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 2022-09-27T15:33:37.5146994Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 2022-09-27T15:33:37.5218509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:33:37.5220096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:33:37.5221622Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:33:37.5225226Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 2022-09-27T15:33:37.5638937Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 2022-09-27T15:33:37.5647406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:33:37.5649521Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:33:37.5859807Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 2022-09-27T15:33:37.5907081Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 2022-09-27T15:33:37.5927687Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 2022-09-27T15:33:37.6003529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:33:37.6025194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:33:37.6043499Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 2022-09-27T15:33:37.6073612Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:33:37.6212090Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 2022-09-27T15:33:37.6366601Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 2022-09-27T15:33:37.6422555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:33:37.6443822Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 2022-09-27T15:33:37.6523294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:33:37.6525343Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:37.6592867Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:37.6810551Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 2022-09-27T15:33:37.6869300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:33:37.6888564Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 2022-09-27T15:33:37.6965168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:33:37.6972791Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:33:37.7043262Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 2022-09-27T15:33:37.7306865Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 2022-09-27T15:33:37.7329301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:33:37.7357598Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 2022-09-27T15:33:37.7411891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:33:37.7419755Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:33:37.7563237Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 2022-09-27T15:33:37.7720374Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 2022-09-27T15:33:37.7744532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:33:37.7769823Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 2022-09-27T15:33:37.7812868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:33:37.7846312Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 2022-09-27T15:33:37.7855161Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:37.8168313Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:37.8220126Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:33:37.8228662Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 2022-09-27T15:33:37.8273912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:33:37.8279276Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:37.8384064Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:37.8605592Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 2022-09-27T15:33:37.8648099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:33:37.8667993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:33:37.8750048Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 2022-09-27T15:33:37.8755379Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:33:37.8946433Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 2022-09-27T15:33:37.9096277Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 2022-09-27T15:33:37.9135176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:33:37.9139110Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:33:37.9171268Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:37.9209229Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:37.9551019Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 2022-09-27T15:33:37.9555390Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:33:37.9617067Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 2022-09-27T15:33:37.9621155Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:33:37.9958715Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 2022-09-27T15:33:37.9962521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:38.0055336Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 2022-09-27T15:33:38.0059393Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:33:38.0420680Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 2022-09-27T15:33:38.0424988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:33:38.0483338Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 2022-09-27T15:33:38.0487355Z test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:38.0861670Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:38.0865993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:33:38.0930472Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 2022-09-27T15:33:38.0934630Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:38.0946327Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:38.0955488Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 2022-09-27T15:33:38.1076258Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:33:38.1287280Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 2022-09-27T15:33:38.1366129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:38.1371625Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:38.1443725Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:38.1470117Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:33:38.1598483Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 2022-09-27T15:33:38.1755663Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 2022-09-27T15:33:38.1760826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:38.1773628Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_v_cpu_int64 2022-09-27T15:33:38.1816484Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:33:38.1844252Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 2022-09-27T15:33:38.1899003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:33:38.2166434Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 2022-09-27T15:33:38.2209178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:33:38.2225818Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:38.2248425Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 2022-09-27T15:33:38.2284081Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:38.2365472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:33:38.2647029Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 2022-09-27T15:33:38.2651611Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:38.2801872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:38.2806370Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:38.2864680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:33:38.2999345Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 2022-09-27T15:33:38.3043947Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 2022-09-27T15:33:38.3114573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:33:38.3116364Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:38.3154295Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:38.3205031Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 2022-09-27T15:33:38.3249599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:33:38.3508627Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 2022-09-27T15:33:38.3556994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:33:38.3558551Z test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:38.3682338Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:38.3737916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:33:38.3778092Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 2022-09-27T15:33:38.4005855Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 2022-09-27T15:33:38.4007683Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:33:38.4044348Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 2022-09-27T15:33:38.4073525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:38.4079702Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_legendre_polynomial_p_cpu_int64 2022-09-27T15:33:38.4133286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:33:38.4446898Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 2022-09-27T15:33:38.4447850Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:33:38.4491373Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 2022-09-27T15:33:38.4501929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:33:38.4598970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:38.4621924Z [gw0] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 2022-09-27T15:33:38.4891206Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 2022-09-27T15:33:38.4897510Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:33:38.4924171Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 2022-09-27T15:33:38.4995630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:33:38.5052644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:38.5067014Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 2022-09-27T15:33:38.5285892Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 2022-09-27T15:33:38.5336574Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:33:38.5363255Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 2022-09-27T15:33:38.5403341Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:33:38.5527832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:33:38.5582753Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 2022-09-27T15:33:38.5751958Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 2022-09-27T15:33:38.5778698Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:33:38.5803232Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 2022-09-27T15:33:38.5855965Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:33:38.5933615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:38.5990135Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 2022-09-27T15:33:38.6209841Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 2022-09-27T15:33:38.6216921Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:33:38.6243110Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 2022-09-27T15:33:38.6283702Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:33:38.6344240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:38.6464986Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 2022-09-27T15:33:38.6650847Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 2022-09-27T15:33:38.6658066Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:33:38.6683396Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 2022-09-27T15:33:38.6750580Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:33:38.6757902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:38.6816529Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_u_cpu_int64 2022-09-27T15:33:38.7091956Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 2022-09-27T15:33:38.7099223Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:33:38.7123673Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 2022-09-27T15:33:38.7198553Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:33:38.7205357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:38.7269671Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_w_cpu_int64 2022-09-27T15:33:38.7531343Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 2022-09-27T15:33:38.7538653Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:33:38.7563514Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 2022-09-27T15:33:38.7680059Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:33:38.7709960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:33:38.7789069Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 2022-09-27T15:33:38.7970338Z [gw0] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 2022-09-27T15:33:38.7977126Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:33:38.8003066Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 2022-09-27T15:33:38.8120889Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:33:38.8127559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:33:38.8162640Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 2022-09-27T15:33:38.8375434Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 2022-09-27T15:33:38.8426749Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:33:38.8443933Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 2022-09-27T15:33:38.8519147Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:33:38.8549790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:33:38.8615591Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 2022-09-27T15:33:38.8850370Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 2022-09-27T15:33:38.8859153Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:33:38.8883181Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 2022-09-27T15:33:38.8985439Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:33:38.8994200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:33:38.9230178Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 2022-09-27T15:33:38.9246292Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 2022-09-27T15:33:38.9284229Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:33:38.9322664Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 2022-09-27T15:33:38.9441899Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:38.9450118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:33:38.9468339Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 2022-09-27T15:33:38.9727109Z [gw0] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 2022-09-27T15:33:38.9736772Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:33:38.9764918Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 2022-09-27T15:33:38.9839123Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:33:38.9874395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:33:38.9937046Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 2022-09-27T15:33:39.0170313Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 2022-09-27T15:33:39.0179997Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:33:39.0204016Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 2022-09-27T15:33:39.0257004Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:33:39.0456682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:33:39.0489165Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 2022-09-27T15:33:39.0606958Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 2022-09-27T15:33:39.0610240Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:33:39.0646799Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 2022-09-27T15:33:39.0684671Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:33:39.0751709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:33:39.0882191Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 2022-09-27T15:33:39.1031815Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 2022-09-27T15:33:39.1047790Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:33:39.1083883Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 2022-09-27T15:33:39.1131835Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:33:39.1192878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:33:39.1220712Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:33:39.1446037Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 2022-09-27T15:33:39.1480692Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:33:39.1522959Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 2022-09-27T15:33:39.1563437Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:33:39.1756301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:33:39.1813799Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 2022-09-27T15:33:39.1926125Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:33:39.1962961Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:33:39.1977007Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 2022-09-27T15:33:39.2005152Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:33:39.2033398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:33:39.2371138Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 2022-09-27T15:33:39.2416948Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:33:39.2421649Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 2022-09-27T15:33:39.2472556Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:33:39.2852936Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 2022-09-27T15:33:39.2853643Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:33:39.2867756Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 2022-09-27T15:33:39.2932279Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:33:39.3279448Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:33:39.3288919Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:33:39.3292029Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 2022-09-27T15:33:39.3688750Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:33:39.3696329Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 2022-09-27T15:33:39.3740000Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:33:39.3744848Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 2022-09-27T15:33:39.3791650Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:33:39.4169838Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 2022-09-27T15:33:39.4170851Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:33:39.4180766Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 2022-09-27T15:33:39.4301110Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:33:39.4607524Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 2022-09-27T15:33:39.4616032Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:33:39.4698915Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:33:39.5091871Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 2022-09-27T15:33:39.5092393Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:33:39.5532986Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 2022-09-27T15:33:39.5533608Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:33:39.6004377Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 2022-09-27T15:33:39.6394654Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:33:39.6406228Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 2022-09-27T15:33:39.6614156Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:33:39.6627869Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 2022-09-27T15:33:39.6638923Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 2022-09-27T15:33:39.6701549Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:33:39.6915604Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 2022-09-27T15:33:39.6916195Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:33:39.7072418Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 2022-09-27T15:33:39.7201091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:33:39.7362275Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 2022-09-27T15:33:39.7381470Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:33:39.7507450Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 2022-09-27T15:33:39.7622726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:33:39.7803395Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 2022-09-27T15:33:39.7836601Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:33:39.7993408Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 2022-09-27T15:33:39.7993981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:33:39.8241909Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 2022-09-27T15:33:39.8441844Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:33:39.8673091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:33:39.8805037Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 2022-09-27T15:33:39.8855971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:33:39.9322506Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 2022-09-27T15:33:39.9780846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:33:39.9790534Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 2022-09-27T15:33:39.9811979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:33:40.0208610Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 2022-09-27T15:33:40.0256144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:33:40.0648264Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 2022-09-27T15:33:40.0749017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:33:40.1086365Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 2022-09-27T15:33:40.1166851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:33:40.1527699Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 2022-09-27T15:33:40.1789905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:33:40.1967828Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 2022-09-27T15:33:40.2028419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:33:40.2140935Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 2022-09-27T15:33:40.2149317Z [gw0] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 2022-09-27T15:33:40.2406848Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:33:40.2462893Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:33:40.2846794Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 2022-09-27T15:33:40.2931132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:33:40.3286550Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 2022-09-27T15:33:40.3426034Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:33:40.3726492Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 2022-09-27T15:33:40.3797236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:33:40.4167476Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 2022-09-27T15:33:40.4257097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:33:40.4606381Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 2022-09-27T15:33:40.7116701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:33:40.7196068Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 2022-09-27T15:33:40.7204235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:33:40.7566039Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 2022-09-27T15:33:40.7728171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:33:40.8006130Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 2022-09-27T15:33:40.8109295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:33:40.8446246Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 2022-09-27T15:33:40.8502092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:33:40.8886311Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 2022-09-27T15:33:40.8958787Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:33:40.9325610Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 2022-09-27T15:33:40.9396212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:33:40.9765579Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 2022-09-27T15:33:40.9827086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:33:41.0205912Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 2022-09-27T15:33:41.0273367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:33:41.0686074Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 2022-09-27T15:33:41.0730374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:33:41.1126400Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 2022-09-27T15:33:41.1329656Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:33:41.1565224Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 2022-09-27T15:33:41.1684513Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:33:41.2005785Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 2022-09-27T15:33:41.2064739Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:33:41.2445967Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 2022-09-27T15:33:41.2527165Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:33:41.2885762Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 2022-09-27T15:33:41.2988809Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:33:41.3324841Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 2022-09-27T15:33:41.3448137Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:33:41.3765464Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 2022-09-27T15:33:41.3824866Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:33:41.4245687Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 2022-09-27T15:33:41.4558900Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:33:41.4685159Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 2022-09-27T15:33:41.4735256Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:33:41.5126773Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 2022-09-27T15:33:41.5175687Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:33:41.5566144Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:33:41.5597606Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:33:41.6006330Z [gw2] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:33:41.6053805Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:33:41.6445989Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 2022-09-27T15:33:41.6508891Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:33:41.6886133Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 2022-09-27T15:33:41.7162904Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:33:41.7324918Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 2022-09-27T15:33:41.7407440Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:41.7766189Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:33:41.7890816Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:41.8207263Z [gw2] [ 13%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 2022-09-27T15:33:41.8272392Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:33:41.8647191Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 2022-09-27T15:33:41.8720726Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:33:41.9086940Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:33:41.9163704Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:33:41.9525954Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:33:41.9583150Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:33:41.9967810Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 2022-09-27T15:33:42.0119145Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:33:42.0406906Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 2022-09-27T15:33:42.0489874Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:33:42.0847063Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 2022-09-27T15:33:42.0955661Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:33:42.1287285Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 2022-09-27T15:33:42.1421185Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:33:42.1725968Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 2022-09-27T15:33:42.1764276Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:33:42.2165516Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 2022-09-27T15:33:42.2216820Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:33:42.2605836Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 2022-09-27T15:33:42.4334390Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:33:42.4340124Z [gw2] [ 13%] PASSED test_ops.py::TestCommonCPU::test_out_H_cpu_float32 2022-09-27T15:33:42.5354142Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:33:42.5362164Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool 2022-09-27T15:33:42.5439729Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:33:42.5806976Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool 2022-09-27T15:33:42.6210742Z test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:33:42.6244096Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values__masked_prod_cpu_bool 2022-09-27T15:33:42.6339086Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:33:42.6685522Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool 2022-09-27T15:33:42.6762110Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:33:42.7126732Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool 2022-09-27T15:33:42.7273596Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:33:42.7566189Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool 2022-09-27T15:33:42.7599961Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:33:42.8006571Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool 2022-09-27T15:33:42.8044143Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:33:42.8445528Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool 2022-09-27T15:33:42.8501476Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:33:42.8886379Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool 2022-09-27T15:33:42.8967013Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:33:42.9326394Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool 2022-09-27T15:33:42.9387718Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:33:42.9765742Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool 2022-09-27T15:33:42.9822321Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:33:43.0207095Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool 2022-09-27T15:33:43.0293646Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:33:43.0646332Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool 2022-09-27T15:33:43.0688577Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:33:43.1085687Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool 2022-09-27T15:33:43.1185888Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:33:43.1525975Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool 2022-09-27T15:33:43.1572608Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:33:43.1965899Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool 2022-09-27T15:33:43.2055999Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:33:43.2405897Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool 2022-09-27T15:33:43.2870125Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:33:43.2878118Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool 2022-09-27T15:33:43.2908756Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:33:43.3285871Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool 2022-09-27T15:33:43.3344946Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:33:43.3725841Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool 2022-09-27T15:33:43.3759944Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:33:43.4166296Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool 2022-09-27T15:33:43.4219043Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:33:43.4606103Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool 2022-09-27T15:33:43.4670433Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:33:43.5047550Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool 2022-09-27T15:33:43.5120892Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:33:43.5488310Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool 2022-09-27T15:33:43.5567026Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:33:43.5926356Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool 2022-09-27T15:33:43.6011469Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:33:43.6406611Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool 2022-09-27T15:33:43.6481070Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:33:43.6846140Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool 2022-09-27T15:33:43.6900759Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:33:43.7326318Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool 2022-09-27T15:33:43.7388677Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:33:43.7766923Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool 2022-09-27T15:33:43.7833891Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:33:43.8246309Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool 2022-09-27T15:33:43.8302692Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:33:43.8726322Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool 2022-09-27T15:33:43.8761889Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:33:43.9165806Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool 2022-09-27T15:33:43.9211084Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:33:43.9605985Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool 2022-09-27T15:33:43.9639165Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:33:44.0045917Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool 2022-09-27T15:33:44.0075010Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:33:44.0487778Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool 2022-09-27T15:33:44.0516805Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:33:44.0926785Z [gw3] [ 13%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool 2022-09-27T15:33:44.1027472Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:33:44.1366102Z [gw3] [ 13%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool 2022-09-27T15:33:44.1406209Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:33:44.1805811Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool 2022-09-27T15:33:44.1890683Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:33:44.2246320Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool 2022-09-27T15:33:44.2344623Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:33:44.2685608Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool 2022-09-27T15:33:44.2749127Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:33:44.3127281Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool 2022-09-27T15:33:44.3206688Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:33:44.3566493Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool 2022-09-27T15:33:44.3657793Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:33:44.4005964Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool 2022-09-27T15:33:44.4051457Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:33:44.4446654Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool 2022-09-27T15:33:44.4486082Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:33:44.4886115Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool 2022-09-27T15:33:44.5001731Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:33:44.5325835Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool 2022-09-27T15:33:44.5346249Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:33:44.5766052Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool 2022-09-27T15:33:44.5824786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:33:44.6206230Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool 2022-09-27T15:33:44.6419275Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:33:44.6646100Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool 2022-09-27T15:33:44.6680292Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:33:44.7086345Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool 2022-09-27T15:33:44.7165346Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:33:44.7525614Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool 2022-09-27T15:33:44.7546400Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:33:44.7966160Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool 2022-09-27T15:33:44.8014380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:33:44.8406809Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool 2022-09-27T15:33:44.8463456Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:33:44.8846809Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool 2022-09-27T15:33:44.8901749Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:33:44.9286591Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool 2022-09-27T15:33:44.9451560Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:33:44.9726947Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool 2022-09-27T15:33:44.9890852Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:33:45.0166084Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool 2022-09-27T15:33:45.0221766Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:33:45.0605466Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool 2022-09-27T15:33:45.0651839Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:33:45.1045264Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool 2022-09-27T15:33:45.1097691Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:33:45.1485704Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool 2022-09-27T15:33:45.1803412Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:33:45.1923915Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool 2022-09-27T15:33:45.1962152Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:33:45.2365862Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool 2022-09-27T15:33:45.2386779Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:33:45.2807513Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_v_cpu_bool 2022-09-27T15:33:45.2907551Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:33:45.3247506Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool 2022-09-27T15:33:45.3292345Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:33:45.3686810Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool 2022-09-27T15:33:45.3736516Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:33:45.4127533Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool 2022-09-27T15:33:45.4176534Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:33:45.4566225Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool 2022-09-27T15:33:45.4615433Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:33:45.5006450Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool 2022-09-27T15:33:45.5030717Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:33:45.5447099Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_shifted_chebyshev_polynomial_w_cpu_bool 2022-09-27T15:33:45.5492643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:33:45.5886820Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool 2022-09-27T15:33:45.5932494Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:33:45.6326085Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool 2022-09-27T15:33:45.6414771Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:33:45.6765979Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool 2022-09-27T15:33:45.6808731Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:33:45.6826227Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool 2022-09-27T15:33:45.6833427Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 2022-09-27T15:33:45.6866703Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:33:45.7205430Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 2022-09-27T15:33:45.7244785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:33:45.7279904Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:33:45.7329168Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 2022-09-27T15:33:45.7645345Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool 2022-09-27T15:33:45.7683380Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:33:45.7701099Z test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:33:45.7795667Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool 2022-09-27T15:33:45.8085983Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmax_cpu_float32 2022-09-27T15:33:45.8125021Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:33:45.8186514Z test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:33:45.8525176Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool 2022-09-27T15:33:45.8577724Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:33:45.8965708Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool 2022-09-27T15:33:45.9029258Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:33:45.9446875Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool 2022-09-27T15:33:45.9504263Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:33:45.9771977Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool 2022-09-27T15:33:45.9779705Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_log_softmax_cpu_float32 2022-09-27T15:33:45.9809958Z test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:33:45.9883463Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_median_cpu_float32 2022-09-27T15:33:46.0205392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:33:46.0235720Z test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:33:46.0646181Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmax_cpu_float32 2022-09-27T15:33:46.0677270Z test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:33:46.1086541Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__masked_var_cpu_float32 2022-09-27T15:33:46.2260805Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:33:46.2279445Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 2022-09-27T15:33:46.3291729Z test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:33:46.3303432Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_allclose_cpu_float32 2022-09-27T15:33:46.3873529Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:33:46.3889672Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 2022-09-27T15:33:46.4245832Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:33:46.4323419Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 2022-09-27T15:33:46.5701907Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:33:46.5710586Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 2022-09-27T15:33:46.5922222Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:33:46.6125827Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 2022-09-27T15:33:46.7655432Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:33:46.7669948Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 2022-09-27T15:33:46.7699631Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:33:46.8086273Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 2022-09-27T15:33:46.8124744Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:33:46.8525946Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 2022-09-27T15:33:46.8553605Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:33:46.8965876Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 2022-09-27T15:33:46.9158914Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:33:46.9406485Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 2022-09-27T15:33:47.3117983Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:33:47.3130654Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 2022-09-27T15:33:47.3321673Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:33:47.3566661Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 2022-09-27T15:33:47.3648091Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:33:47.4006413Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 2022-09-27T15:33:47.4140407Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:33:47.4446936Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 2022-09-27T15:33:47.6140143Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:33:47.6152914Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 2022-09-27T15:33:47.6183558Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:33:47.6569303Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 2022-09-27T15:33:47.6916083Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:33:47.7009507Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 2022-09-27T15:33:47.7177720Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:33:47.7447486Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 2022-09-27T15:33:47.9131062Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:33:47.9144987Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 2022-09-27T15:33:48.0805017Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:33:48.0818117Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 2022-09-27T15:33:48.2168824Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:33:48.2181980Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 2022-09-27T15:33:48.5848711Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:33:48.5860778Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 2022-09-27T15:33:48.6124399Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:33:48.6286764Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 2022-09-27T15:33:48.7687657Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:33:48.7717181Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 2022-09-27T15:33:48.7820767Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:33:48.8127022Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 2022-09-27T15:33:48.8318761Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:33:48.8565151Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 2022-09-27T15:33:48.8635627Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:33:48.9004989Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 2022-09-27T15:33:48.9072203Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:33:48.9446661Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 2022-09-27T15:33:48.9769839Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:33:48.9923418Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 2022-09-27T15:33:49.9909253Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:33:49.9927096Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 2022-09-27T15:33:50.0047221Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:33:50.0364784Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 2022-09-27T15:33:50.1039016Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:33:50.1051058Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 2022-09-27T15:33:50.1200372Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:33:50.1484446Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 2022-09-27T15:33:50.1515039Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:33:50.1926336Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 2022-09-27T15:33:50.1977679Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:50.2366841Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:33:50.3211170Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:33:50.3227262Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 2022-09-27T15:33:50.3297323Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:33:50.3645199Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 2022-09-27T15:33:50.3681464Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:33:50.4085435Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 2022-09-27T15:33:50.4112605Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:33:50.4526377Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:33:50.4809367Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:50.4966194Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:33:50.5000218Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:50.5446827Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:33:50.5493812Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:50.5886416Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:33:50.5940525Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:33:50.6326051Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:33:50.6432089Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:33:50.6765970Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:33:50.7352397Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:33:50.7366204Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 2022-09-27T15:33:50.7713068Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:33:50.7763227Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 2022-09-27T15:33:50.7793580Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:33:50.8205997Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 2022-09-27T15:33:50.8239916Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:33:50.8687729Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 2022-09-27T15:33:50.8769283Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:33:50.9166065Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 2022-09-27T15:33:50.9468183Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:33:50.9645281Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 2022-09-27T15:33:50.9755398Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:33:51.0093455Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 2022-09-27T15:33:51.0196233Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:33:51.0565832Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 2022-09-27T15:33:51.0843476Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:51.1045830Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:33:51.1195080Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:33:51.1486467Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 2022-09-27T15:33:51.1553577Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:33:51.1966422Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 2022-09-27T15:33:51.1998360Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:33:51.2405929Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 2022-09-27T15:33:51.2445238Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:33:51.2886594Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 2022-09-27T15:33:51.2931626Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:33:51.3325430Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 2022-09-27T15:33:51.3403498Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:33:51.3767936Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 2022-09-27T15:33:51.3810577Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:33:51.4207614Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 2022-09-27T15:33:51.4249246Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:33:51.4646668Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 2022-09-27T15:33:51.4720122Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:33:51.5086901Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 2022-09-27T15:33:51.5895045Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:33:51.5910717Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_add_cpu_float32 2022-09-27T15:33:51.6190610Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:33:51.6325187Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 2022-09-27T15:33:51.6494832Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:33:51.6766729Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_all_cpu_float32 2022-09-27T15:33:51.7283159Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:33:51.7303325Z [gw1] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 2022-09-27T15:33:51.7463594Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:33:51.7727868Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 2022-09-27T15:33:51.7761444Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:33:51.7880487Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 2022-09-27T15:33:51.7894843Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 2022-09-27T15:33:51.8167600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:33:51.8504458Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:33:51.8521049Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 2022-09-27T15:33:51.8734766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:33:51.9004242Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 2022-09-27T15:33:51.9016407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:33:51.9436145Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 2022-09-27T15:33:51.9484547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:33:51.9515081Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 2022-09-27T15:33:51.9587656Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:33:51.9850128Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 2022-09-27T15:33:51.9875017Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 2022-09-27T15:33:51.9961141Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:33:51.9966378Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:33:52.0015352Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 2022-09-27T15:33:52.0362105Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 2022-09-27T15:33:52.0400778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:33:52.0439794Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:33:52.0774499Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 2022-09-27T15:33:52.0850428Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 2022-09-27T15:33:52.0857151Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:33:52.0869498Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 2022-09-27T15:33:52.1293535Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:33:52.1338338Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:33:52.1762525Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 2022-09-27T15:33:52.1763316Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:33:52.2244723Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 2022-09-27T15:33:52.2248227Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:33:52.2708356Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 2022-09-27T15:33:52.2901587Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:33:52.2920765Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_amax_cpu_float32 2022-09-27T15:33:52.3270755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:33:52.3325088Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_argmax_cpu_float32 2022-09-27T15:33:52.3508472Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:33:52.3882882Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumprod_cpu_complex64 2022-09-27T15:33:52.4001793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:33:52.4144445Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_cumsum_cpu_float32 2022-09-27T15:33:52.4171712Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 2022-09-27T15:33:52.4361531Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:33:52.5423635Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:33:52.5454779Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 2022-09-27T15:33:52.6432888Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:33:52.6442910Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_logsumexp_cpu_float32 2022-09-27T15:33:52.6587755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:33:52.6607522Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 2022-09-27T15:33:52.6669218Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:33:52.7070525Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 2022-09-27T15:33:52.7323610Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:33:52.7353104Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 2022-09-27T15:33:52.7380626Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_mean_cpu_int64 2022-09-27T15:33:52.7483835Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:33:52.7987059Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:33:52.8021284Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 2022-09-27T15:33:52.8100127Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:33:52.8246984Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 2022-09-27T15:33:52.8273629Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_normalize_cpu_float32 2022-09-27T15:33:52.8496430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:33:52.8539642Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:33:52.8931505Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 2022-09-27T15:33:52.8947648Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_softmax_cpu_float32 2022-09-27T15:33:52.8966139Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:33:52.9358645Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:33:52.9404984Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 2022-09-27T15:33:53.0908591Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:33:53.0944325Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 2022-09-27T15:33:53.1273766Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:33:53.1404845Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 2022-09-27T15:33:53.1724900Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:33:53.1885505Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 2022-09-27T15:33:53.1991551Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:33:53.2365934Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 2022-09-27T15:33:53.2397410Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:33:53.2847080Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 2022-09-27T15:33:53.3289111Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:33:53.3310574Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_std_cpu_int64 2022-09-27T15:33:53.3799147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:33:53.3811727Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 2022-09-27T15:33:53.4681096Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:33:53.4695093Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 2022-09-27T15:33:53.5698410Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:33:53.5723788Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 2022-09-27T15:33:53.5998916Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:33:53.6015356Z [gw1] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 2022-09-27T15:33:53.6035626Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples__masked_var_cpu_complex64 2022-09-27T15:33:53.6086345Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:33:53.6239094Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 2022-09-27T15:33:53.6464920Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:33:53.6498856Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:33:53.6642988Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 2022-09-27T15:33:53.6662023Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 2022-09-27T15:33:53.6707329Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:33:53.6913581Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 2022-09-27T15:33:53.7127546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:33:53.7130346Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:33:53.7192689Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_float_cpu_float32 2022-09-27T15:33:53.7323954Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 2022-09-27T15:33:53.7487915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:33:53.7612374Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 2022-09-27T15:33:53.7806567Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:33:53.8332988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:33:53.8393028Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 2022-09-27T15:33:53.8644904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:33:53.8805927Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 2022-09-27T15:33:53.8881359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:33:53.9068775Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 2022-09-27T15:33:53.9103039Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 2022-09-27T15:33:53.9268056Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:33:53.9497281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:33:53.9590467Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 2022-09-27T15:33:53.9616308Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 2022-09-27T15:33:53.9754264Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:33:53.9857114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:33:53.9883415Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 2022-09-27T15:33:54.0125118Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 2022-09-27T15:33:54.0126781Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:33:54.0219490Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_half_cpu_float32 2022-09-27T15:33:54.0458625Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:33:54.0607996Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 2022-09-27T15:33:54.0666949Z test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:33:54.0766533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:33:54.0774141Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_histogramdd_cpu_float32 2022-09-27T15:33:54.1068333Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 2022-09-27T15:33:54.1102327Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:33:54.1188809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:33:54.1309677Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 2022-09-27T15:33:54.1524825Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 2022-09-27T15:33:54.1611272Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:33:54.1612922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:33:54.2034782Z [gw3] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 2022-09-27T15:33:54.2132804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:33:54.2504782Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 2022-09-27T15:33:54.2607354Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:33:54.2609352Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 2022-09-27T15:33:54.2617032Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 2022-09-27T15:33:54.2965860Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:33:54.3075432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:33:54.3446395Z [gw3] [ 14%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 2022-09-27T15:33:54.3472219Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:33:54.3926021Z [gw3] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_int64 2022-09-27T15:33:54.4041158Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:33:54.4391894Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 2022-09-27T15:33:54.4517630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:33:54.4846275Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 2022-09-27T15:33:54.4954971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:33:54.5447483Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 2022-09-27T15:33:54.5991049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:33:54.6018955Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 2022-09-27T15:33:54.6063013Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:33:54.6156956Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 2022-09-27T15:33:54.6181445Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 2022-09-27T15:33:54.6387875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:33:54.6485666Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 2022-09-27T15:33:54.6488698Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:33:54.6605086Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 2022-09-27T15:33:54.6923406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:33:54.6938818Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:33:54.7192141Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 2022-09-27T15:33:54.7200359Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 2022-09-27T15:33:54.7272984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:33:54.7324192Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 2022-09-27T15:33:54.7364664Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:54.7606698Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:33:54.7677119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:33:54.7764774Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 2022-09-27T15:33:54.7916190Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:33:54.8067460Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 2022-09-27T15:33:54.8143362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:33:54.8205261Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 2022-09-27T15:33:54.8594572Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:33:54.8595135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:33:54.8622338Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 2022-09-27T15:33:54.8683230Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 2022-09-27T15:33:54.9028747Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:33:54.9032011Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:33:54.9166989Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 2022-09-27T15:33:54.9197059Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 2022-09-27T15:33:54.9518186Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:33:54.9521242Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:33:54.9962862Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 2022-09-27T15:33:54.9989133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:33:55.0388841Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 2022-09-27T15:33:55.0391777Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:33:55.0848205Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 2022-09-27T15:33:55.0854121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:33:55.0955760Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 2022-09-27T15:33:55.0975387Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 2022-09-27T15:33:55.1273898Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:33:55.1277339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:33:55.1723423Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 2022-09-27T15:33:55.1728438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:33:55.1940804Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 2022-09-27T15:33:55.1965440Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 2022-09-27T15:33:55.2145982Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:55.2151772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:33:55.2642451Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 2022-09-27T15:33:55.2849538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:33:55.3047012Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 2022-09-27T15:33:55.3139692Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:33:55.3315588Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 2022-09-27T15:33:55.3339688Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 2022-09-27T15:33:55.3486452Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:33:55.3541035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:33:55.3927499Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 2022-09-27T15:33:55.3999640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:33:55.4367385Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 2022-09-27T15:33:55.4447916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:33:55.4847652Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 2022-09-27T15:33:55.5102232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:33:55.5327381Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 2022-09-27T15:33:55.5391356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:33:55.5540510Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 2022-09-27T15:33:55.5567036Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 2022-09-27T15:33:55.5806834Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:33:55.5845415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:33:55.6317045Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 2022-09-27T15:33:55.6323747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:33:55.6625606Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 2022-09-27T15:33:55.6652205Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 2022-09-27T15:33:55.6802224Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:33:55.6818638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:33:55.7203604Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 2022-09-27T15:33:55.7240368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:33:55.7671183Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 2022-09-27T15:33:55.7720425Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:33:55.8161318Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 2022-09-27T15:33:55.8219827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:33:55.8564708Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 2022-09-27T15:33:55.8656035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:33:55.9006322Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 2022-09-27T15:33:55.9057936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:33:55.9446876Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 2022-09-27T15:33:55.9599812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:33:55.9927093Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 2022-09-27T15:33:55.9973657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:33:56.0366880Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 2022-09-27T15:33:56.0429245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:33:56.0846426Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 2022-09-27T15:33:56.0917528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:33:56.1146168Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 2022-09-27T15:33:56.1154272Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 2022-09-27T15:33:56.1188842Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:56.1285787Z [gw1] [ 14%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_pinv_singular_cpu_float32 2022-09-27T15:33:56.1369658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:33:56.1566664Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 2022-09-27T15:33:56.1726223Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:33:56.1933966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:33:56.2165240Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 2022-09-27T15:33:56.3870846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:33:56.3886005Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 2022-09-27T15:33:56.3922274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:33:56.4326064Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 2022-09-27T15:33:56.4397673Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:33:56.4413368Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 2022-09-27T15:33:56.4428508Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 2022-09-27T15:33:56.4586492Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:33:56.4765911Z [gw1] [ 14%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 2022-09-27T15:33:56.4881727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:33:56.4919036Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:33:56.5205897Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 2022-09-27T15:33:56.5241765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:33:56.5646296Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 2022-09-27T15:33:56.5717340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:33:56.6086348Z [gw3] [ 14%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 2022-09-27T15:33:56.6151350Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:33:56.6526831Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 2022-09-27T15:33:56.6605964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:33:56.7005801Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 2022-09-27T15:33:56.7030700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:33:56.7446122Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 2022-09-27T15:33:56.7540334Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:33:56.7886451Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 2022-09-27T15:33:56.7950270Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:33:56.8326620Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 2022-09-27T15:33:56.8377800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:33:56.8802686Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 2022-09-27T15:33:56.8847374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:33:56.9208968Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 2022-09-27T15:33:56.9300945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:33:56.9649250Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 2022-09-27T15:33:56.9803276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:33:57.0089013Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 2022-09-27T15:33:57.0147400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:33:57.0568427Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 2022-09-27T15:33:57.0674878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:33:57.1006743Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 2022-09-27T15:33:57.1076236Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:33:57.1448121Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 2022-09-27T15:33:57.1538203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:33:57.1885768Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 2022-09-27T15:33:57.1999522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:33:57.2340512Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 2022-09-27T15:33:57.2418170Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:33:57.2833098Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 2022-09-27T15:33:57.2894650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:33:57.3247296Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 2022-09-27T15:33:57.3384713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:33:57.3686198Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 2022-09-27T15:33:57.3773834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:33:57.4126864Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 2022-09-27T15:33:57.4252677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:33:57.4683540Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 2022-09-27T15:33:57.4749156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:33:57.5087404Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 2022-09-27T15:33:57.5155160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:33:57.5527161Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 2022-09-27T15:33:57.5659770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:33:57.5967798Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 2022-09-27T15:33:57.6033748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:33:57.6405995Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 2022-09-27T15:33:57.6485584Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:33:57.6923806Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 2022-09-27T15:33:57.6945901Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:33:57.7404060Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 2022-09-27T15:33:57.7467734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:33:57.7816609Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 2022-09-27T15:33:57.7817229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:33:57.8284127Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 2022-09-27T15:33:57.8293840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:33:57.8723697Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 2022-09-27T15:33:57.8849672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:33:57.9203792Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 2022-09-27T15:33:57.9220213Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:33:57.9683845Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 2022-09-27T15:33:57.9772610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:33:58.0112856Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 2022-09-27T15:33:58.0151119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:33:58.0527264Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 2022-09-27T15:33:58.0610081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:33:58.0638044Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 2022-09-27T15:33:58.0643847Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 2022-09-27T15:33:58.1043386Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:33:58.1050690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:33:58.1250652Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 2022-09-27T15:33:58.1268701Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 2022-09-27T15:33:58.1437645Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:33:58.1450549Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 2022-09-27T15:33:58.1721436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:33:58.1851744Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:33:58.1884561Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 2022-09-27T15:33:58.1912505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:33:58.2031398Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 2022-09-27T15:33:58.2200761Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 2022-09-27T15:33:58.2391485Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:33:58.2437748Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:33:58.2467350Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 2022-09-27T15:33:58.2584356Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 2022-09-27T15:33:58.2702469Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:33:58.2961877Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 2022-09-27T15:33:58.3045184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:33:58.3047243Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:33:58.3522309Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 2022-09-27T15:33:58.4064363Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:33:58.4108601Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 2022-09-27T15:33:58.4172572Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:58.4569699Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 2022-09-27T15:33:58.4570233Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:33:58.5012799Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_median_cpu_float32 2022-09-27T15:33:58.5013433Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:58.5399044Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 2022-09-27T15:33:58.5482777Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 2022-09-27T15:33:58.5580185Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:33:58.5661004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:33:58.6093900Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 2022-09-27T15:33:58.6204208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:33:58.6215299Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 2022-09-27T15:33:58.6254497Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 2022-09-27T15:33:58.6283497Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:33:58.6445652Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 2022-09-27T15:33:58.6539413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:33:58.6755939Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 2022-09-27T15:33:58.7006605Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:58.7011671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:33:58.7453188Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 2022-09-27T15:33:58.7489842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:33:58.7703336Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 2022-09-27T15:33:58.7726424Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:33:58.7858557Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:33:58.7941159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:33:58.8331596Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 2022-09-27T15:33:58.8388698Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:33:58.8748882Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 2022-09-27T15:33:58.8803754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:33:58.9166944Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 2022-09-27T15:33:58.9220294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:33:58.9666292Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 2022-09-27T15:33:58.9669330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:33:59.0100495Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 2022-09-27T15:33:59.0108513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:33:59.0535453Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 2022-09-27T15:33:59.0543208Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:33:59.0973701Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 2022-09-27T15:33:59.0979478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:33:59.1420882Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 2022-09-27T15:33:59.1427335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:33:59.1760882Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 2022-09-27T15:33:59.1793801Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 2022-09-27T15:33:59.1848643Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:33:59.1849200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:33:59.1865082Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:33:59.2298746Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 2022-09-27T15:33:59.2299804Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:33:59.2407935Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 2022-09-27T15:33:59.2408544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:59.2762352Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:33:59.2845693Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:33:59.2848754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:33:59.3327492Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 2022-09-27T15:33:59.3330769Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:33:59.3725609Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 2022-09-27T15:33:59.3737192Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 2022-09-27T15:33:59.3764358Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:59.3772900Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:33:59.3822175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:33:59.4204176Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 2022-09-27T15:33:59.4214573Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:59.4298650Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:33:59.4649078Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 2022-09-27T15:33:59.4741437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:33:59.5013009Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 2022-09-27T15:33:59.5031424Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:33:59.5070360Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:59.5113396Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:33:59.5161533Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:33:59.5447729Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 2022-09-27T15:33:59.5500392Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:59.5544696Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 2022-09-27T15:33:59.5748200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:33:59.5893340Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:33:59.5937882Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:59.5963466Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:33:59.6067957Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:33:59.6521377Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 2022-09-27T15:33:59.6525493Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:59.6531839Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 2022-09-27T15:33:59.6581189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:33:59.6830840Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 2022-09-27T15:33:59.6856824Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:59.7068711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:33:59.7157858Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:33:59.7286374Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 2022-09-27T15:33:59.7291371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:33:59.7459184Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:59.7533500Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:33:59.7720343Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 2022-09-27T15:33:59.7766796Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:33:59.7777795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:33:59.7997337Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 2022-09-27T15:33:59.8169163Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 2022-09-27T15:33:59.8175030Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:33:59.8180769Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:33:59.8317282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:33:59.8608241Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 2022-09-27T15:33:59.8611241Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:59.8621459Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 2022-09-27T15:33:59.8687959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:59.9050171Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:33:59.9050849Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:59.9059052Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:33:59.9449470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:33:59.9480651Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:59.9806057Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 2022-09-27T15:33:59.9815820Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 2022-09-27T15:33:59.9885020Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:34:00.0077385Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:34:00.0101119Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 2022-09-27T15:34:00.0243891Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 2022-09-27T15:34:00.0325132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:34:00.0405628Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:34:00.0688074Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:34:00.0713557Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:34:00.0784661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:00.0873635Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:00.1227762Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:00.1314004Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:34:00.1646426Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:34:00.1686667Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:34:00.2089270Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:34:00.2128144Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:34:00.2176256Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 2022-09-27T15:34:00.2208717Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:00.2573192Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:34:00.2573803Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:34:00.2987867Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:34:00.3070375Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:34:00.3083517Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:34:00.3114431Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 2022-09-27T15:34:00.3155989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:34:00.3490853Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 2022-09-27T15:34:00.3491495Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:34:00.3601938Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 2022-09-27T15:34:00.3927276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:34:00.3932368Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:34:00.4370898Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 2022-09-27T15:34:00.4376388Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:34:00.4702330Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:34:00.4716633Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:34:00.4764154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:34:00.4807131Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:34:00.4900493Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:34:00.5125943Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:34:00.5246615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:34:00.5251695Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:34:00.5646834Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 2022-09-27T15:34:00.5696377Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:34:00.5707810Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 2022-09-27T15:34:00.6008373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:34:00.6126403Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 2022-09-27T15:34:01.0293661Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:34:01.0407331Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 2022-09-27T15:34:01.1228768Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:34:01.1366153Z [gw1] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 2022-09-27T15:34:01.1416445Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:34:01.1850144Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:34:01.1858561Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:34:01.2286844Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 2022-09-27T15:34:01.2295601Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:34:01.2715428Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:34:01.2727896Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 2022-09-27T15:34:01.2739041Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:34:01.2754443Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 2022-09-27T15:34:01.3127235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:34:01.3193071Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:34:01.3216778Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 2022-09-27T15:34:01.3349337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:34:01.3767904Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 2022-09-27T15:34:01.3775284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:34:01.4242772Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 2022-09-27T15:34:01.7212631Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:34:01.7234951Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 2022-09-27T15:34:01.7375393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:34:01.7704052Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 2022-09-27T15:34:01.7711070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:34:01.8168618Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 2022-09-27T15:34:01.8176130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:34:01.8218282Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 2022-09-27T15:34:01.8242242Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 2022-09-27T15:34:01.8294253Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:34:01.8602229Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 2022-09-27T15:34:01.8636801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:34:01.8732936Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 2022-09-27T15:34:01.8738231Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:34:01.9002436Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_real_cpu_float32 2022-09-27T15:34:01.9019529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:34:01.9195659Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 2022-09-27T15:34:01.9196226Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:34:01.9441640Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 2022-09-27T15:34:01.9501847Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:34:01.9564829Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 2022-09-27T15:34:01.9598790Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:34:01.9846447Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 2022-09-27T15:34:01.9893280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:34:02.0005142Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 2022-09-27T15:34:02.0050040Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:34:02.0287436Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 2022-09-27T15:34:02.0357618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:34:02.0445544Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 2022-09-27T15:34:02.0465000Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:34:02.0726703Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 2022-09-27T15:34:02.0799596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:34:02.0885028Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 2022-09-27T15:34:02.1213628Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:34:02.1217684Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:34:02.1584710Z [gw3] [ 15%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 2022-09-27T15:34:02.1657002Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 2022-09-27T15:34:02.1667683Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:02.1672689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:34:02.2162604Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 2022-09-27T15:34:02.3104097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:34:02.3136699Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 2022-09-27T15:34:02.3439915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:34:02.3586037Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 2022-09-27T15:34:02.3682329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:34:02.3957522Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 2022-09-27T15:34:02.3979123Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 2022-09-27T15:34:02.4026387Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:02.4036715Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 2022-09-27T15:34:02.4210251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:34:02.4444175Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 2022-09-27T15:34:02.4456435Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:34:02.4546042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:34:02.4652102Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 2022-09-27T15:34:02.4883437Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 2022-09-27T15:34:02.4904986Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:34:02.4925386Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 2022-09-27T15:34:02.5048314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:34:02.5286252Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 2022-09-27T15:34:02.5336619Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:34:02.5363133Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 2022-09-27T15:34:02.5459381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:34:02.5761166Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 2022-09-27T15:34:02.5767665Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:34:02.5803820Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 2022-09-27T15:34:02.5861373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:34:02.6176690Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 2022-09-27T15:34:02.6243830Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:34:02.6473760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:34:02.6524603Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 2022-09-27T15:34:02.6603722Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 2022-09-27T15:34:02.6631412Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:02.6682560Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:02.6835920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:34:02.7121303Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 2022-09-27T15:34:02.7163678Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:34:02.7258091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:34:02.7605836Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:34:02.8048844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:34:02.8086411Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 2022-09-27T15:34:02.8262230Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:34:02.8588128Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 2022-09-27T15:34:02.8684812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:34:02.8706959Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:34:02.8814630Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:34:02.8879700Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 2022-09-27T15:34:02.9027753Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 2022-09-27T15:34:02.9158435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:34:02.9210068Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:34:02.9383863Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 2022-09-27T15:34:02.9510956Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 2022-09-27T15:34:02.9627405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:34:02.9634923Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 2022-09-27T15:34:02.9890381Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:34:03.0006487Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 2022-09-27T15:34:03.0009229Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:34:03.0122670Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 2022-09-27T15:34:03.0420077Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:34:03.0420680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:34:03.0424891Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 2022-09-27T15:34:03.0443751Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:34:03.0472638Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:03.0843824Z [gw1] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:03.0894689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:34:03.0933306Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 2022-09-27T15:34:03.0935609Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:34:03.1247823Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_split_cpu_float32 2022-09-27T15:34:03.1295782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:34:03.1402730Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 2022-09-27T15:34:03.1688841Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:34:03.1931544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:34:03.1955378Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_square_cpu_float32 2022-09-27T15:34:03.2002073Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:34:03.2417516Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 2022-09-27T15:34:03.2418089Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:34:03.2844691Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 2022-09-27T15:34:03.2861662Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:34:03.3084794Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_t_cpu_float32 2022-09-27T15:34:03.3113380Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 2022-09-27T15:34:03.3212574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:34:03.3243565Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 2022-09-27T15:34:03.3400491Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:34:03.3524661Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 2022-09-27T15:34:03.3597867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:34:03.3685368Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 2022-09-27T15:34:03.3729401Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:34:03.3964379Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_to_cpu_float32 2022-09-27T15:34:03.4032414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:34:03.4165624Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 2022-09-27T15:34:03.4171493Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:34:03.4404410Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 2022-09-27T15:34:03.4424717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:34:03.4585704Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 2022-09-27T15:34:03.4846371Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:34:03.4868753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:34:03.5285907Z [gw3] [ 15%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_strided_cpu_float32 2022-09-27T15:34:03.5391090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:34:03.5726708Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 2022-09-27T15:34:03.5804815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:34:03.5837187Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 2022-09-27T15:34:03.5849023Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 2022-09-27T15:34:03.6166973Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:34:03.6327561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:34:03.6606482Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:34:03.6812295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:34:03.6831570Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 2022-09-27T15:34:03.6878415Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:34:03.7129697Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 2022-09-27T15:34:03.7194991Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:34:03.7334903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:34:03.7335600Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:34:03.7336172Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:34:03.7604764Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 2022-09-27T15:34:03.7768628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:34:03.7769220Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:34:03.7838951Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 2022-09-27T15:34:03.8044433Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 2022-09-27T15:34:03.8204744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:34:03.8205450Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:34:03.8606531Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 2022-09-27T15:34:03.8647280Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:34:03.8660001Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:34:03.8748413Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:34:03.9001988Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 2022-09-27T15:34:03.9042109Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu 2022-09-27T15:34:03.9083501Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:34:03.9262999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:34:03.9513145Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu 2022-09-27T15:34:03.9523766Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:34:03.9531759Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:34:03.9666680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:34:03.9785118Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 2022-09-27T15:34:03.9969320Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu 2022-09-27T15:34:03.9970048Z test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:34:04.0059220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:34:04.0235423Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 2022-09-27T15:34:04.0408297Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amin_cpu 2022-09-27T15:34:04.0413132Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:34:04.0474130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:34:04.0782390Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumsum_cpu 2022-09-27T15:34:04.0846262Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 2022-09-27T15:34:04.0848669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:34:04.1032117Z test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:34:04.1286234Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_mean_cpu 2022-09-27T15:34:04.1319836Z test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:34:04.1394700Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_prod_cpu 2022-09-27T15:34:04.1405063Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:34:04.1639832Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:34:04.1725818Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:34:04.1760376Z test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:34:04.1845089Z [gw1] [ 15%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_sum_cpu 2022-09-27T15:34:04.2168727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:34:04.8936697Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:34:04.8950688Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:34:04.9044359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:34:04.9368652Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 2022-09-27T15:34:04.9461241Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:34:04.9808582Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 2022-09-27T15:34:04.9989596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:34:05.0246598Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 2022-09-27T15:34:05.0388246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:34:05.0687741Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:34:05.0857617Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:34:05.1160705Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:34:05.1465262Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:34:05.1564877Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 2022-09-27T15:34:05.1652997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:34:05.2007167Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 2022-09-27T15:34:06.1941351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:34:06.1947839Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:34:06.2844904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:06.2846058Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:34:06.3521351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:34:06.3551736Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:34:06.3639243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:34:06.3967420Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:34:06.4136894Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:34:06.4407366Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 2022-09-27T15:34:06.4490464Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:34:06.4847554Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 2022-09-27T15:34:06.5004752Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:34:06.5286480Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:34:06.5417014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:34:06.5726760Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:34:06.5800911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:34:06.6165960Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:34:06.6226042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:34:06.6605657Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:34:06.6940401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:34:06.7043932Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 2022-09-27T15:34:06.7089496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:34:06.7486649Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 2022-09-27T15:34:06.7558135Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:34:06.7926159Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 2022-09-27T15:34:06.8039341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:34:06.8365448Z [gw3] [ 15%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:34:06.8456742Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:34:06.8805623Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 2022-09-27T15:34:06.8883355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:34:06.9246531Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:34:06.9302165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:34:06.9686612Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 2022-09-27T15:34:06.9918574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:34:07.0125912Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:34:07.2855984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:34:07.2868227Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 2022-09-27T15:34:07.2985970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:34:07.3287241Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 2022-09-27T15:34:07.3355938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:34:07.3726312Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 2022-09-27T15:34:07.3805536Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:34:07.4167347Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 2022-09-27T15:34:07.4214123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:34:07.4672594Z [gw3] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 2022-09-27T15:34:07.4692292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:34:07.5048970Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 2022-09-27T15:34:07.5129046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:34:07.5488912Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 2022-09-27T15:34:07.5583391Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:34:07.5929212Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 2022-09-27T15:34:07.6083171Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:34:07.6367938Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 2022-09-27T15:34:07.6404492Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:34:07.6808204Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:34:07.6834871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:34:07.7247917Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:34:07.7313595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:34:07.7688286Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 2022-09-27T15:34:07.7860546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:34:07.8126419Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 2022-09-27T15:34:07.8262920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:34:07.8566758Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 2022-09-27T15:34:07.9136421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:34:07.9148529Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 2022-09-27T15:34:07.9185036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:34:07.9567563Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 2022-09-27T15:34:07.9792724Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:34:08.0007303Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 2022-09-27T15:34:08.0148642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:34:08.0447124Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 2022-09-27T15:34:08.0515254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:34:08.0887566Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 2022-09-27T15:34:08.0956740Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:34:08.1327277Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 2022-09-27T15:34:08.1431347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:34:08.1771079Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 2022-09-27T15:34:08.1918169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:34:08.2205363Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 2022-09-27T15:34:08.2303152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:34:08.2645410Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 2022-09-27T15:34:08.2762251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:34:08.3086246Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 2022-09-27T15:34:08.3140556Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:34:08.3526525Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 2022-09-27T15:34:08.3589929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:34:08.3966296Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 2022-09-27T15:34:08.4026722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:34:08.4406698Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 2022-09-27T15:34:08.4497596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:34:08.4846727Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 2022-09-27T15:34:08.4901891Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:34:08.5286494Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 2022-09-27T15:34:08.5317365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:08.5727160Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:08.5951572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:34:08.6166767Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 2022-09-27T15:34:08.6318680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:34:08.6641823Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 2022-09-27T15:34:08.6744148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:34:08.7047372Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 2022-09-27T15:34:08.7185495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:34:08.7489111Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 2022-09-27T15:34:08.7644571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:34:08.7927413Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 2022-09-27T15:34:08.8643918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:34:08.8649778Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 2022-09-27T15:34:08.8737636Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:34:08.9088061Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 2022-09-27T15:34:08.9141853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:34:08.9526748Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 2022-09-27T15:34:08.9584597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:34:08.9968937Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 2022-09-27T15:34:09.0018601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:34:09.0406644Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 2022-09-27T15:34:09.0449663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:34:09.0846530Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 2022-09-27T15:34:09.0916191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:34:09.1286275Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 2022-09-27T15:34:09.1338560Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:34:09.1727302Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 2022-09-27T15:34:09.1822292Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:34:09.2166495Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 2022-09-27T15:34:09.2797096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:34:09.2810511Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 2022-09-27T15:34:09.2842927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:34:09.3246508Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 2022-09-27T15:34:09.3297247Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:34:09.3686208Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 2022-09-27T15:34:09.3739052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:34:09.4127892Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 2022-09-27T15:34:09.4218214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:09.4567342Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:09.4595485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:09.5008039Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:09.5077436Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:34:09.5447175Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 2022-09-27T15:34:09.5543966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:09.5886282Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:09.5959943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:34:09.6328671Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 2022-09-27T15:34:09.6425670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:09.6768315Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:09.6840682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:34:09.7206742Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 2022-09-27T15:34:09.7258371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:09.7645801Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:09.7703620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:09.8087636Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:09.8164943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:34:09.8562830Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 2022-09-27T15:34:09.8589121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:09.8966722Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:09.9003237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:09.9406716Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:09.9446580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:09.9846237Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:09.9906175Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:10.0287788Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:10.0387202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:34:10.0726816Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 2022-09-27T15:34:10.0772443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:34:10.1168008Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 2022-09-27T15:34:10.1284012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:34:10.1607757Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 2022-09-27T15:34:10.1663122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:34:10.2045754Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 2022-09-27T15:34:10.2091918Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:34:10.2485246Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 2022-09-27T15:34:10.2647865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:34:10.2927689Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 2022-09-27T15:34:10.3062679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:34:10.3366314Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 2022-09-27T15:34:10.3557433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:34:10.3807714Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 2022-09-27T15:34:10.4029588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:34:10.4246761Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 2022-09-27T15:34:10.4426779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:34:10.4687377Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 2022-09-27T15:34:11.2194819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:34:11.2202740Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 2022-09-27T15:34:11.2260015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:34:11.2646524Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 2022-09-27T15:34:11.2699577Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:34:11.3086654Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 2022-09-27T15:34:11.3138265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:34:11.3525682Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 2022-09-27T15:34:11.3576416Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:34:11.3966107Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 2022-09-27T15:34:11.4051644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:34:11.4406261Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 2022-09-27T15:34:11.4721082Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:34:11.4845462Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 2022-09-27T15:34:11.5148861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:34:11.5284755Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 2022-09-27T15:34:11.5309215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:34:11.5726138Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 2022-09-27T15:34:11.5775131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:34:11.6166861Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 2022-09-27T15:34:11.6229985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:34:11.6606074Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 2022-09-27T15:34:11.6768277Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:34:11.7046150Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 2022-09-27T15:34:11.7276749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:34:11.7485826Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 2022-09-27T15:34:11.7516934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:34:11.7927072Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 2022-09-27T15:34:11.7950420Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:34:11.8366331Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 2022-09-27T15:34:11.8428084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:34:11.8807026Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 2022-09-27T15:34:11.8879027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:34:11.9246190Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 2022-09-27T15:34:11.9533151Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:34:11.9685965Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 2022-09-27T15:34:11.9765861Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:34:12.0126540Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 2022-09-27T15:34:12.2153800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:34:12.2285561Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 2022-09-27T15:34:12.2320285Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:34:12.2606074Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 2022-09-27T15:34:12.2683610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:34:12.3046873Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 2022-09-27T15:34:12.3143753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:34:12.3591853Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 2022-09-27T15:34:12.3620994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:34:12.3926830Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 2022-09-27T15:34:12.3992923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:34:12.4366146Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 2022-09-27T15:34:12.4411702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:34:12.4807765Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 2022-09-27T15:34:12.4978096Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:34:12.5246767Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 2022-09-27T15:34:12.5291257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:34:12.5687580Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 2022-09-27T15:34:12.5754148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:34:12.6127795Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 2022-09-27T15:34:12.6248041Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:34:12.6567234Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 2022-09-27T15:34:12.6632147Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:34:12.7005491Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 2022-09-27T15:34:12.7062340Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:34:12.7445577Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 2022-09-27T15:34:12.7515003Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:34:12.7885818Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 2022-09-27T15:34:12.7971899Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:34:12.8327413Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 2022-09-27T15:34:12.8413523Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:34:12.8766788Z [gw3] [ 16%] XFAIL test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 2022-09-27T15:34:12.8825338Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:34:12.9207887Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 2022-09-27T15:34:12.9433026Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:34:12.9647183Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 2022-09-27T15:34:12.9916709Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:34:13.0088079Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 2022-09-27T15:34:13.0120000Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:34:13.0527964Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:34:13.0559406Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:34:13.0967430Z [gw3] [ 16%] SKIPPED test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 2022-09-27T15:34:13.1027206Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:34:13.1407347Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 2022-09-27T15:34:13.1494806Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:34:13.1844915Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 2022-09-27T15:34:13.2074396Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:34:13.2285680Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 2022-09-27T15:34:13.2500061Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:34:13.2767595Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 2022-09-27T15:34:13.2875943Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:34:13.3123981Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 2022-09-27T15:34:13.3134510Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu 2022-09-27T15:34:13.3245308Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:34:13.3309454Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:34:13.3727779Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 2022-09-27T15:34:13.3822247Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:34:13.4168197Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:34:13.4475782Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:34:13.4646813Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 2022-09-27T15:34:13.4706830Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:34:13.5087675Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 2022-09-27T15:34:13.5173747Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:34:13.5307211Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 2022-09-27T15:34:13.5319866Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu 2022-09-27T15:34:13.5526983Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:34:13.6108885Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:34:13.6125357Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu 2022-09-27T15:34:13.6201639Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:34:13.6334484Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu 2022-09-27T15:34:13.6348218Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 2022-09-27T15:34:13.6427614Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:34:13.6524053Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 2022-09-27T15:34:13.6624657Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:34:13.6765378Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu 2022-09-27T15:34:13.6840977Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:34:13.6965140Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 2022-09-27T15:34:13.7206672Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:34:13.7257132Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:34:13.7618721Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 2022-09-27T15:34:13.7626109Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu 2022-09-27T15:34:13.7645235Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:34:13.7740991Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:34:13.7773939Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu 2022-09-27T15:34:13.8047078Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 2022-09-27T15:34:13.8086456Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:34:13.8204420Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:34:13.8484442Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu 2022-09-27T15:34:13.8719088Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:34:13.8929893Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu 2022-09-27T15:34:13.9014325Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:34:13.9369568Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu 2022-09-27T15:34:13.9530898Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:34:13.9806539Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu 2022-09-27T15:34:13.9962021Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:34:14.0100353Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu 2022-09-27T15:34:14.0108538Z [gw3] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_T_cpu_float32 2022-09-27T15:34:14.0244903Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:34:14.0292258Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:34:14.0686800Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu 2022-09-27T15:34:14.1147841Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:34:14.1156181Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu 2022-09-27T15:34:14.1246319Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:34:14.1566662Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu 2022-09-27T15:34:14.1660872Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:34:14.2006927Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu 2022-09-27T15:34:14.2617043Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:34:14.2628607Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu 2022-09-27T15:34:14.3129470Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:34:14.3141602Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu 2022-09-27T15:34:14.3167117Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:34:14.3192273Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu 2022-09-27T15:34:14.3202646Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 2022-09-27T15:34:14.3358194Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:34:14.3567380Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 2022-09-27T15:34:14.3716503Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:34:14.3804836Z test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:34:14.3848996Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amin_cpu_float32 2022-09-27T15:34:14.4044136Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu 2022-09-27T15:34:14.4085230Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:34:14.4402805Z test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:34:14.4485081Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu 2022-09-27T15:34:14.4525878Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:34:14.4967109Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu 2022-09-27T15:34:14.5065973Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:34:14.5409275Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu 2022-09-27T15:34:14.5471504Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:34:14.5487483Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumsum_cpu_float32 2022-09-27T15:34:14.5512853Z test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:34:14.5938748Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_mean_cpu_float32 2022-09-27T15:34:14.5939342Z test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:34:14.5947305Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_prod_cpu_float32 2022-09-27T15:34:14.5958006Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu 2022-09-27T15:34:14.6325635Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:34:14.6353946Z test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:34:14.6364827Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_sum_cpu_float32 2022-09-27T15:34:14.6401642Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu 2022-09-27T15:34:14.6681025Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:34:14.6763956Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu 2022-09-27T15:34:14.6844765Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:34:14.6872689Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:34:14.7326453Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu 2022-09-27T15:34:14.7469306Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:34:14.7478807Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 2022-09-27T15:34:14.7495180Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:34:14.7806131Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu 2022-09-27T15:34:14.7893332Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:34:14.8246462Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu 2022-09-27T15:34:14.8631979Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:34:14.8644716Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 2022-09-27T15:34:14.8654710Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:34:14.8724610Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu 2022-09-27T15:34:14.9316020Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:34:14.9327673Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 2022-09-27T15:34:14.9423959Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:34:14.9726468Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 2022-09-27T15:34:15.1399905Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:34:15.1411203Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 2022-09-27T15:34:15.1739893Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:34:15.1845133Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:34:15.1876741Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:34:15.2286080Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 2022-09-27T15:34:15.2363454Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:34:15.2726315Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 2022-09-27T15:34:15.3178038Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:34:15.3189840Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 2022-09-27T15:34:15.3233544Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:34:15.3607303Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 2022-09-27T15:34:15.3751244Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:34:15.4077975Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 2022-09-27T15:34:15.4089435Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu 2022-09-27T15:34:15.4097009Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:34:15.4206763Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:34:15.4565697Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 2022-09-27T15:34:15.5589697Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:34:15.5605137Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu 2022-09-27T15:34:15.5742130Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:34:15.5907433Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu 2022-09-27T15:34:15.5917588Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 2022-09-27T15:34:15.6044419Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:34:15.6260096Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:34:15.6323724Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 2022-09-27T15:34:15.6447511Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:34:15.6468349Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 2022-09-27T15:34:15.6484436Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu 2022-09-27T15:34:15.6766222Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:34:15.6846869Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:34:15.6865834Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu 2022-09-27T15:34:15.6922649Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 2022-09-27T15:34:15.6963519Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:15.7206394Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu 2022-09-27T15:34:15.7441418Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:34:15.7639409Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:34:15.7682803Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 2022-09-27T15:34:15.7827454Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:34:15.7848931Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu 2022-09-27T15:34:15.8217070Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:34:15.8223630Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 2022-09-27T15:34:15.8254055Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:34:15.8265742Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 2022-09-27T15:34:15.8280911Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu 2022-09-27T15:34:15.8317166Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:34:15.8646657Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu 2022-09-27T15:34:15.8726070Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:34:15.8767270Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:34:15.8829778Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu 2022-09-27T15:34:15.9125887Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 2022-09-27T15:34:15.9164701Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:34:15.9442871Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:34:15.9565058Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 2022-09-27T15:34:15.9603401Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:34:16.0005747Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 2022-09-27T15:34:16.0079275Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:34:16.0445615Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 2022-09-27T15:34:16.0459498Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:34:16.0469129Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu 2022-09-27T15:34:16.0503902Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:34:16.0824338Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu 2022-09-27T15:34:16.0885413Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 2022-09-27T15:34:16.0892802Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:34:16.0919866Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:34:16.1208637Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu 2022-09-27T15:34:16.1327972Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 2022-09-27T15:34:16.1334843Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:34:16.1366399Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:16.1686892Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:16.1767831Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 2022-09-27T15:34:16.1769296Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:34:16.1809230Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:34:16.1813554Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 2022-09-27T15:34:16.2248281Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu 2022-09-27T15:34:16.2248917Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:34:16.2286664Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:34:16.2333165Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu 2022-09-27T15:34:16.2687420Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 2022-09-27T15:34:16.2690512Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:34:16.2724165Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:34:16.2751561Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu 2022-09-27T15:34:16.3167683Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 2022-09-27T15:34:16.3168864Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:34:16.3390487Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:34:16.3499611Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu 2022-09-27T15:34:16.3665299Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 2022-09-27T15:34:16.3667026Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:34:16.3678114Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu 2022-09-27T15:34:16.4088702Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:34:16.4090781Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:34:16.4511968Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu 2022-09-27T15:34:16.4577132Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:34:16.4955608Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu 2022-09-27T15:34:16.4961244Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 2022-09-27T15:34:16.4983418Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:34:16.5014026Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:34:16.5153428Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu 2022-09-27T15:34:16.5365793Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 2022-09-27T15:34:16.5403450Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:34:16.5445166Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:34:16.5466722Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 2022-09-27T15:34:16.5803989Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu 2022-09-27T15:34:16.5844106Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:34:16.5950750Z test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:34:16.6086380Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_argmin_cpu_float32 2022-09-27T15:34:16.6242915Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu 2022-09-27T15:34:16.6283898Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:34:16.6306494Z test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:34:16.6685917Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu 2022-09-27T15:34:16.7321740Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:34:16.7333056Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu 2022-09-27T15:34:16.7363140Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:34:16.7606678Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu 2022-09-27T15:34:16.7613996Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logaddexp_cpu_float32 2022-09-27T15:34:16.7638518Z test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:34:16.7763677Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_norm_cpu_float32 2022-09-27T15:34:16.7799880Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:34:16.8045273Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu 2022-09-27T15:34:16.8205950Z test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:34:16.8548321Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:34:16.8646282Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu 2022-09-27T15:34:16.8744589Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:34:16.8752932Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 2022-09-27T15:34:16.9102132Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:34:16.9118651Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu 2022-09-27T15:34:16.9176001Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:34:16.9356478Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu 2022-09-27T15:34:16.9367419Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__masked_softmin_cpu_float32 2022-09-27T15:34:16.9525651Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:34:16.9576007Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:34:16.9668557Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu 2022-09-27T15:34:16.9676259Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 2022-09-27T15:34:16.9786234Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:34:16.9801200Z [gw2] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 2022-09-27T15:34:16.9817221Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 2022-09-27T15:34:16.9964639Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:34:17.0005616Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:34:17.0087380Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu 2022-09-27T15:34:17.0481420Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:34:17.0531035Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:34:17.0627348Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu 2022-09-27T15:34:17.0648144Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 2022-09-27T15:34:17.0962062Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:34:17.1269603Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:34:17.1307546Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 2022-09-27T15:34:17.1406046Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:34:17.1590299Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:34:17.1644638Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu 2022-09-27T15:34:17.1725375Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:34:17.1902953Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:34:17.2162572Z [gw1] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addr_cpu 2022-09-27T15:34:17.2319067Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:34:17.2343716Z [gw0] [ 16%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 2022-09-27T15:34:17.2919744Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:34:17.2946623Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 2022-09-27T15:34:17.3000259Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:34:17.3018807Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 2022-09-27T15:34:17.3022836Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:34:17.3380782Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 2022-09-27T15:34:17.3411309Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amin_cpu 2022-09-27T15:34:17.3415384Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:34:17.3419531Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 2022-09-27T15:34:17.3557748Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:34:17.3882230Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_arange_cpu 2022-09-27T15:34:17.3892941Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:34:17.3897464Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:34:17.4362938Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu 2022-09-27T15:34:17.4382846Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:34:17.4392983Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu 2022-09-27T15:34:17.4411438Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 2022-09-27T15:34:17.4450198Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:34:17.4793821Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 2022-09-27T15:34:17.4794940Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:34:17.4849717Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu 2022-09-27T15:34:17.4862056Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:34:17.4890205Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 2022-09-27T15:34:17.4913498Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:34:17.4931826Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:34:17.5283323Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 2022-09-27T15:34:17.5321086Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:34:17.5344133Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu 2022-09-27T15:34:17.5359264Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:34:17.5392423Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:34:17.5722552Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 2022-09-27T15:34:17.5768280Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:34:17.5826916Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:34:17.6053072Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:34:17.6082486Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu 2022-09-27T15:34:17.6250473Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:34:17.6251036Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:34:17.6634860Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 2022-09-27T15:34:17.6651244Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu 2022-09-27T15:34:17.6661219Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:34:17.6667997Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:34:17.6689134Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 2022-09-27T15:34:17.6708617Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:34:17.6712461Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:34:17.6996799Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu 2022-09-27T15:34:17.7085993Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 2022-09-27T15:34:17.7086524Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:34:17.7113421Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:34:17.7120988Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_byte_cpu 2022-09-27T15:34:17.7133105Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 2022-09-27T15:34:17.7527272Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:34:17.7530089Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:34:17.7611844Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:34:17.7633770Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu 2022-09-27T15:34:17.7990439Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 2022-09-27T15:34:17.8014466Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:34:17.8066782Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:34:17.8488261Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 2022-09-27T15:34:17.8494135Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:34:17.8956382Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 2022-09-27T15:34:17.8956935Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:34:17.8985951Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 2022-09-27T15:34:17.8994578Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu 2022-09-27T15:34:17.9012791Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:34:17.9027010Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 2022-09-27T15:34:17.9402284Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:34:17.9413298Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 2022-09-27T15:34:17.9421750Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:34:17.9443331Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 2022-09-27T15:34:17.9738165Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:34:17.9769713Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu 2022-09-27T15:34:17.9836043Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:34:17.9840584Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:34:17.9944407Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu 2022-09-27T15:34:18.0322715Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 2022-09-27T15:34:18.0326714Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:34:18.0333282Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu 2022-09-27T15:34:18.0638628Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:34:18.0762812Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:34:18.0770763Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:34:18.0824791Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:34:18.0850256Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cos_cpu 2022-09-27T15:34:18.1243086Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 2022-09-27T15:34:18.1247751Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:34:18.1290265Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:34:18.1577593Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cross_cpu 2022-09-27T15:34:18.1588426Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 2022-09-27T15:34:18.1602798Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:34:18.1620246Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:34:18.1784510Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 2022-09-27T15:34:18.1796791Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 2022-09-27T15:34:18.1811073Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu 2022-09-27T15:34:18.1842116Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:34:18.2041880Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 2022-09-27T15:34:18.2045378Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:34:18.2098457Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 2022-09-27T15:34:18.2130178Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:34:18.2245173Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu 2022-09-27T15:34:18.2294920Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:34:18.2643674Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 2022-09-27T15:34:18.2644283Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:34:18.2764795Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:34:18.3292365Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:34:18.3315127Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 2022-09-27T15:34:18.3611183Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:34:18.3624745Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:34:18.3650672Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:34:18.4075624Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 2022-09-27T15:34:18.4099319Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 2022-09-27T15:34:18.4119817Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:34:18.4160473Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:34:18.4195510Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 2022-09-27T15:34:18.4566746Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 2022-09-27T15:34:18.4568211Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:34:18.4570869Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 2022-09-27T15:34:18.4573094Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:34:18.5007081Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 2022-09-27T15:34:18.5007693Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:34:18.5026735Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:34:18.5159275Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 2022-09-27T15:34:18.5340306Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 2022-09-27T15:34:18.5357688Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diff_cpu 2022-09-27T15:34:18.5445512Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:34:18.5446104Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:34:18.5598080Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:34:18.5857969Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 2022-09-27T15:34:18.5864777Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:34:18.5889976Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 2022-09-27T15:34:18.6250052Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:34:18.6269464Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu 2022-09-27T15:34:18.6310856Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:34:18.6323300Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu 2022-09-27T15:34:18.6356045Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 2022-09-27T15:34:18.6744382Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:34:18.6746983Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:34:18.6782081Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu 2022-09-27T15:34:18.6797570Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 2022-09-27T15:34:18.7202127Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:34:18.7271308Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:34:18.7287508Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 2022-09-27T15:34:18.7290485Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu 2022-09-27T15:34:18.7430741Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:34:18.7462191Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 2022-09-27T15:34:18.7472436Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 2022-09-27T15:34:18.7611553Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:34:18.7618294Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:34:18.7725204Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu 2022-09-27T15:34:18.7774634Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:34:18.7891932Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 2022-09-27T15:34:18.7909992Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 2022-09-27T15:34:18.8031230Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:34:18.8183044Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:34:18.8717895Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:34:18.8754748Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu 2022-09-27T15:34:18.9279766Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:34:18.9308696Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 2022-09-27T15:34:18.9595512Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:34:18.9644680Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu 2022-09-27T15:34:18.9866086Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:34:18.9893900Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 2022-09-27T15:34:18.9959517Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:34:19.0383740Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 2022-09-27T15:34:19.0389313Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu 2022-09-27T15:34:19.0427314Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:34:19.0984300Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:34:19.1012534Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 2022-09-27T15:34:19.1125631Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:34:19.1155734Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 2022-09-27T15:34:19.1166508Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:34:19.1181090Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu 2022-09-27T15:34:19.1191850Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 2022-09-27T15:34:19.1477285Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:34:19.1614686Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:34:19.1920157Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 2022-09-27T15:34:19.2000192Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:34:19.2148454Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 2022-09-27T15:34:19.2177290Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu 2022-09-27T15:34:19.2248787Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:34:19.2356473Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fill_cpu 2022-09-27T15:34:19.2501957Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:34:19.2649825Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 2022-09-27T15:34:19.2655720Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:34:19.2794880Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu 2022-09-27T15:34:19.3000090Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:34:19.3026488Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 2022-09-27T15:34:19.3079820Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:34:19.3146222Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 2022-09-27T15:34:19.3517805Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:34:19.3571254Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:34:19.3597830Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu 2022-09-27T15:34:19.3638170Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:34:19.3831456Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 2022-09-27T15:34:19.3968393Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frac_cpu 2022-09-27T15:34:19.3968943Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:34:19.4080350Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 2022-09-27T15:34:19.4373802Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:34:19.4410961Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu 2022-09-27T15:34:19.4423029Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 2022-09-27T15:34:19.4439474Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:34:19.4459136Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:34:19.4466560Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 2022-09-27T15:34:19.4492593Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:34:19.4734033Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 2022-09-27T15:34:19.4806671Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gt_cpu 2022-09-27T15:34:19.4882742Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:34:19.4894538Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:34:19.4962262Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:34:19.5115110Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 2022-09-27T15:34:19.5264237Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 2022-09-27T15:34:19.5284059Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:34:19.5422203Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:34:19.5687956Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 2022-09-27T15:34:19.5722647Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:34:19.6172993Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 2022-09-27T15:34:19.6173568Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:34:19.6643569Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 2022-09-27T15:34:19.6675398Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:34:19.7008531Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 2022-09-27T15:34:19.7359773Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:34:19.7456603Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 2022-09-27T15:34:19.8594054Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:34:19.8632825Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 2022-09-27T15:34:19.8750242Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:34:19.9093987Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 2022-09-27T15:34:19.9094540Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:34:19.9575550Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 2022-09-27T15:34:19.9868947Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:34:19.9926800Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 2022-09-27T15:34:20.0338669Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:34:20.0377648Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 2022-09-27T15:34:20.0513078Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:34:20.0860521Z [gw0] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 2022-09-27T15:34:20.0861064Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:34:20.1324131Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 2022-09-27T15:34:20.3831801Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:34:20.3876449Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu 2022-09-27T15:34:20.4479567Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:34:20.4499026Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu 2022-09-27T15:34:20.4535729Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:34:20.4976623Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_imag_cpu 2022-09-27T15:34:20.4977176Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:34:20.5413791Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu 2022-09-27T15:34:20.5414370Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:34:20.5853118Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_int_cpu 2022-09-27T15:34:20.5853713Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:34:20.6331287Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu 2022-09-27T15:34:20.6332143Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:34:20.6671977Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu 2022-09-27T15:34:20.6685300Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 2022-09-27T15:34:20.6726239Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:34:20.6767560Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:34:20.7066129Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu 2022-09-27T15:34:20.7124103Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 2022-09-27T15:34:20.7215531Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:34:20.7760141Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:34:20.7779058Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 2022-09-27T15:34:20.7817604Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:34:20.7834167Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 2022-09-27T15:34:20.7855159Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu 2022-09-27T15:34:20.8097387Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:34:20.8116477Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 2022-09-27T15:34:20.8235767Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:34:20.8238175Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:34:20.8692494Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 2022-09-27T15:34:20.8693076Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:34:20.8779729Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 2022-09-27T15:34:20.8801884Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 2022-09-27T15:34:20.8803143Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu 2022-09-27T15:34:20.8826698Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:34:20.8841974Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:34:20.8984061Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 2022-09-27T15:34:20.9107718Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu 2022-09-27T15:34:20.9133742Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:34:20.9245498Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 2022-09-27T15:34:20.9248178Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:34:20.9288500Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:34:20.9579117Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 2022-09-27T15:34:20.9581894Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:34:20.9760605Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:34:20.9855899Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:34:20.9872938Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu 2022-09-27T15:34:20.9911743Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:34:20.9968545Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 2022-09-27T15:34:21.0015136Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:34:21.0123416Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:34:21.0157630Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:34:21.0166738Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 2022-09-27T15:34:21.0282861Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu 2022-09-27T15:34:21.0447837Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:34:21.0460262Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:34:21.0563642Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu 2022-09-27T15:34:21.0675293Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:34:21.0723704Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:34:21.0927570Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:34:21.0934141Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:34:21.1380022Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:34:21.1449087Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:34:21.1605001Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 2022-09-27T15:34:21.2082464Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:34:21.2113906Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu 2022-09-27T15:34:21.2259613Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:34:21.2286169Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:34:21.2294753Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 2022-09-27T15:34:21.2311048Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:34:21.2436429Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:34:21.2830303Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 2022-09-27T15:34:21.3123147Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:34:21.3153053Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 2022-09-27T15:34:21.4110190Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:34:21.4129042Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 2022-09-27T15:34:21.4349637Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:34:21.4361929Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu 2022-09-27T15:34:21.4585042Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:34:21.4883073Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu 2022-09-27T15:34:21.5062768Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:34:21.5078933Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu 2022-09-27T15:34:21.5113417Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 2022-09-27T15:34:21.5157781Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:34:21.5321829Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 2022-09-27T15:34:21.5615128Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:34:21.5619532Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:34:21.5657750Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 2022-09-27T15:34:21.5686244Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu 2022-09-27T15:34:21.5691169Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 2022-09-27T15:34:21.5796090Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:34:21.6035390Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:34:21.6075153Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 2022-09-27T15:34:21.6247021Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:34:21.6252280Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:34:21.6677200Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 2022-09-27T15:34:21.6830305Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:34:21.6860284Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 2022-09-27T15:34:21.6885312Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu 2022-09-27T15:34:21.7160466Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:34:21.7251901Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:34:21.7368671Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 2022-09-27T15:34:21.7402689Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 2022-09-27T15:34:21.7599885Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:34:21.7693704Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:34:21.7879652Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 2022-09-27T15:34:21.8076703Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 2022-09-27T15:34:21.8082711Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:34:21.8195823Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:34:21.8208096Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 2022-09-27T15:34:21.8445711Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 2022-09-27T15:34:21.8472482Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu 2022-09-27T15:34:21.8510827Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:34:21.8547051Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:34:21.8599475Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu 2022-09-27T15:34:21.8769213Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:34:21.8815146Z [gw0] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 2022-09-27T15:34:21.8967749Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:34:21.8968605Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:34:21.8974532Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 2022-09-27T15:34:21.9017071Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:34:21.9165442Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:34:21.9432510Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu 2022-09-27T15:34:21.9486759Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:34:21.9492682Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:34:21.9961964Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu 2022-09-27T15:34:22.0263075Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:34:22.0347484Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 2022-09-27T15:34:22.0425838Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:34:22.0452446Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 2022-09-27T15:34:22.0475010Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu 2022-09-27T15:34:22.0513847Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:34:22.0804830Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_long_cpu 2022-09-27T15:34:22.0812912Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:34:22.0943222Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 2022-09-27T15:34:22.1281072Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:34:22.1411853Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:34:22.1683568Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 2022-09-27T15:34:22.1689799Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:34:22.2114868Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 2022-09-27T15:34:22.2727669Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:34:22.2763940Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 2022-09-27T15:34:22.2833780Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:34:22.3169777Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 2022-09-27T15:34:22.3197370Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu 2022-09-27T15:34:22.3282452Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:34:22.3289376Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu 2022-09-27T15:34:22.3329468Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:34:22.3683535Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 2022-09-27T15:34:22.3689051Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:34:22.4080707Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:34:22.4109983Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu 2022-09-27T15:34:22.4173827Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:34:22.4530673Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mean_cpu 2022-09-27T15:34:22.4781129Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:34:22.4813084Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 2022-09-27T15:34:22.4981780Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:34:22.5041164Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu 2022-09-27T15:34:22.5076482Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:34:22.5332354Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mm_cpu 2022-09-27T15:34:22.5364190Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 2022-09-27T15:34:22.5482809Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:34:22.5485771Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 2022-09-27T15:34:22.5836152Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:34:22.5976332Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:34:22.6048618Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 2022-09-27T15:34:22.6322426Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mul_cpu 2022-09-27T15:34:22.6403750Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:34:22.6479753Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 2022-09-27T15:34:22.6686302Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:34:22.6725468Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:34:22.7011416Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 2022-09-27T15:34:22.7043446Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu 2022-09-27T15:34:22.7104281Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:34:22.7123734Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu 2022-09-27T15:34:22.7271397Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:34:22.7532106Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 2022-09-27T15:34:22.7537386Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:34:22.7564225Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu 2022-09-27T15:34:22.7603104Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:34:22.7976349Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 2022-09-27T15:34:22.7982271Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:34:22.8051253Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu 2022-09-27T15:34:22.8055867Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:34:22.8416395Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 2022-09-27T15:34:22.8422392Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:34:22.8479954Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu 2022-09-27T15:34:22.8662727Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:34:22.8851454Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 2022-09-27T15:34:22.8856582Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:34:22.8906783Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu 2022-09-27T15:34:22.9071168Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:34:22.9293758Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 2022-09-27T15:34:22.9299906Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:34:22.9416702Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu 2022-09-27T15:34:22.9422554Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:34:22.9731977Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 2022-09-27T15:34:22.9738071Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:34:22.9837218Z [gw1] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu 2022-09-27T15:34:23.0212127Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:34:23.0218897Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:34:23.0616351Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu 2022-09-27T15:34:23.0646628Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 2022-09-27T15:34:23.0657272Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:34:23.0662484Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:34:23.0711041Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu 2022-09-27T15:34:23.1104853Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_char_cpu_float32 2022-09-27T15:34:23.1126791Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:34:23.1135080Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:34:23.1144513Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu 2022-09-27T15:34:23.1544046Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 2022-09-27T15:34:23.1552447Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:34:23.1570368Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu 2022-09-27T15:34:23.1577514Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:34:23.1964278Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 2022-09-27T15:34:23.1979671Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:34:23.2014176Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu 2022-09-27T15:34:23.2021259Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:34:23.2367118Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 2022-09-27T15:34:23.2415037Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:34:23.2452109Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu 2022-09-27T15:34:23.2853626Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:34:23.2860440Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:34:23.3149321Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu 2022-09-27T15:34:23.3166780Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 2022-09-27T15:34:23.3202668Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:34:23.3243637Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 2022-09-27T15:34:23.3279208Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:34:23.3681540Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu 2022-09-27T15:34:23.3739578Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:34:23.3748114Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:34:23.4108531Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu 2022-09-27T15:34:23.4157263Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 2022-09-27T15:34:23.4217567Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:34:23.4221132Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:34:23.4652397Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu 2022-09-27T15:34:23.4660460Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:34:23.4694150Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu 2022-09-27T15:34:23.4725165Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 2022-09-27T15:34:23.4789468Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:34:23.5122361Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 2022-09-27T15:34:23.5138075Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:34:23.5167104Z [gw1] [ 17%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu 2022-09-27T15:34:23.5213353Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:34:23.5534470Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 2022-09-27T15:34:23.5542107Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:34:23.5630755Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu 2022-09-27T15:34:23.5695221Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:34:23.5985490Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 2022-09-27T15:34:23.5989464Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:34:23.6058649Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu 2022-09-27T15:34:23.6099378Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:34:23.6385620Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 2022-09-27T15:34:23.6417900Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:34:23.6530945Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu 2022-09-27T15:34:23.6538558Z test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:34:23.6852888Z [gw2] [ 17%] SKIPPED test_ops.py::TestCommonCPU::test_out_equal_cpu_float32 2022-09-27T15:34:23.6859071Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:34:23.7001329Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu 2022-09-27T15:34:23.7215105Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:34:23.7289757Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 2022-09-27T15:34:23.7295108Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:34:23.7364050Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu 2022-09-27T15:34:23.7547063Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:34:23.7774083Z [gw2] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 2022-09-27T15:34:23.7784669Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:34:23.8122903Z [gw1] [ 17%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu 2022-09-27T15:34:23.8213261Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:34:23.8221443Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:34:23.8653643Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu 2022-09-27T15:34:23.8659301Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:34:23.9079664Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu 2022-09-27T15:34:23.9098706Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 2022-09-27T15:34:23.9105105Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:34:23.9154049Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu 2022-09-27T15:34:23.9603791Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:34:23.9653881Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:34:23.9665867Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 2022-09-27T15:34:23.9687696Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:34:23.9730959Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 2022-09-27T15:34:24.0013054Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu 2022-09-27T15:34:24.0021315Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:34:24.0084553Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu 2022-09-27T15:34:24.0465223Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:34:24.0473658Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:34:24.0701061Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu 2022-09-27T15:34:24.0766830Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 2022-09-27T15:34:24.0923281Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:34:24.1051123Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:34:24.1365688Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu 2022-09-27T15:34:24.1378009Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:34:24.1506100Z [gw1] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_ones_cpu 2022-09-27T15:34:24.1623344Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 2022-09-27T15:34:24.1654540Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:34:24.1803828Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 2022-09-27T15:34:24.1816877Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:34:24.2086008Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_outer_cpu 2022-09-27T15:34:24.2203314Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:34:24.2635341Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:34:24.2735092Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polar_cpu 2022-09-27T15:34:24.2761826Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:34:24.2769447Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 2022-09-27T15:34:24.2782727Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 2022-09-27T15:34:24.2802612Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu 2022-09-27T15:34:24.2816325Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:34:24.3214594Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:34:24.3222837Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:34:24.3684016Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_prod_cpu 2022-09-27T15:34:24.3698820Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:34:24.3723414Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 2022-09-27T15:34:24.3736397Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:34:24.3773896Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu 2022-09-27T15:34:24.3898330Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 2022-09-27T15:34:24.3911133Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 2022-09-27T15:34:24.3947231Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:34:24.4097432Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 2022-09-27T15:34:24.4105800Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:34:24.4207693Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu 2022-09-27T15:34:24.4216019Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:34:24.4371786Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 2022-09-27T15:34:24.4521362Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:34:24.4569082Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:34:24.4644759Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 2022-09-27T15:34:24.4653924Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:34:24.4823381Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_int_cpu_float32 2022-09-27T15:34:24.4834583Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:34:24.4925096Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu 2022-09-27T15:34:24.4962180Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:34:24.5098744Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu 2022-09-27T15:34:24.5143162Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:34:24.5408468Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 2022-09-27T15:34:24.5417337Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:34:24.5507761Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu 2022-09-27T15:34:24.5516959Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 2022-09-27T15:34:24.5524646Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:34:24.5553191Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:34:24.5560997Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 2022-09-27T15:34:24.5805295Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 2022-09-27T15:34:24.5868004Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:34:24.5923199Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_cpu 2022-09-27T15:34:24.5965206Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:34:24.5997141Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:34:24.6246624Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 2022-09-27T15:34:24.6374758Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:34:24.6403422Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu 2022-09-27T15:34:24.6555554Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:34:24.6583894Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 2022-09-27T15:34:24.6683040Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:34:24.7094102Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:34:24.7245642Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 2022-09-27T15:34:24.7586881Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:34:24.7685603Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 2022-09-27T15:34:24.7714611Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:34:24.7989717Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 2022-09-27T15:34:24.8002851Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 2022-09-27T15:34:24.8125566Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:34:24.8169067Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:34:24.8178692Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu 2022-09-27T15:34:24.8240292Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 2022-09-27T15:34:24.8605567Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:34:24.8611830Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:34:24.8814929Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:34:24.8827528Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu 2022-09-27T15:34:24.8859165Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:34:24.9051573Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_cpu 2022-09-27T15:34:24.9058003Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:34:24.9281731Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 2022-09-27T15:34:24.9288900Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 2022-09-27T15:34:24.9297710Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:34:24.9368237Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:34:24.9520803Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu 2022-09-27T15:34:24.9761249Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:34:24.9774517Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:34:24.9788937Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 2022-09-27T15:34:24.9811179Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:34:25.0200277Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu 2022-09-27T15:34:25.0230392Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 2022-09-27T15:34:25.0238696Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:34:25.0569564Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:34:25.0603280Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu 2022-09-27T15:34:25.0967681Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:34:25.1002534Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu 2022-09-27T15:34:25.1035487Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 2022-09-27T15:34:25.1121162Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:34:25.1174134Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:34:25.1203360Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 2022-09-27T15:34:25.1353888Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:34:25.1561804Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu 2022-09-27T15:34:25.1600316Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:34:25.2043331Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu 2022-09-27T15:34:25.2048879Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:34:25.2063970Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu 2022-09-27T15:34:25.2095247Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:34:25.2402193Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:34:25.2407434Z test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:34:25.2682302Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_legendre_polynomial_p_cpu 2022-09-27T15:34:25.2693488Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 2022-09-27T15:34:25.2841012Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:34:25.2934928Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:34:25.3247478Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu 2022-09-27T15:34:25.3601714Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:34:25.3613750Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 2022-09-27T15:34:25.3852158Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:34:25.3929799Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu 2022-09-27T15:34:25.3972874Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:34:25.3997638Z [gw1] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_u_cpu 2022-09-27T15:34:25.4042660Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 2022-09-27T15:34:25.4367723Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:34:25.4786606Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:34:25.4800108Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 2022-09-27T15:34:25.4825366Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:34:25.4861583Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 2022-09-27T15:34:25.4874685Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu 2022-09-27T15:34:25.4905303Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:34:25.5077197Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu 2022-09-27T15:34:25.5090892Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 2022-09-27T15:34:25.5281697Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:25.5360070Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:34:25.5736157Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:34:25.5855742Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stack_cpu 2022-09-27T15:34:25.6608782Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:34:25.6622887Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sub_cpu 2022-09-27T15:34:25.6669712Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:34:25.7048129Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu 2022-09-27T15:34:25.7391983Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:34:25.7485384Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_cpu 2022-09-27T15:34:25.7611557Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:34:25.7639529Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu 2022-09-27T15:34:25.7654542Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:34:25.8001992Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:34:25.8755896Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:34:25.8778930Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_topk_cpu 2022-09-27T15:34:25.8796716Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 2022-09-27T15:34:25.8797249Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:34:25.8872478Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:34:25.9265661Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu 2022-09-27T15:34:25.9272123Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:25.9277343Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:34:25.9837005Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:34:25.9884174Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_cpu 2022-09-27T15:34:25.9914564Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:34:25.9929457Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu 2022-09-27T15:34:25.9955727Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 2022-09-27T15:34:26.0366644Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:34:26.0544107Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:34:26.0852475Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu 2022-09-27T15:34:26.0860962Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:34:26.1148450Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu 2022-09-27T15:34:26.1174406Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:34:26.1288676Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:34:26.1297188Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:34:26.1686730Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu 2022-09-27T15:34:26.1720186Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:34:26.1978541Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_where_cpu 2022-09-27T15:34:26.1988244Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:34:26.2169902Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:34:26.2178167Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:34:26.2590730Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu 2022-09-27T15:34:26.2673657Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:34:26.3083897Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 2022-09-27T15:34:26.4206357Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:34:26.4222931Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 2022-09-27T15:34:26.5832492Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:34:26.5858916Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 2022-09-27T15:34:26.7988317Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:26.8028203Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 2022-09-27T15:34:26.9794469Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:34:26.9831550Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 2022-09-27T15:34:26.9951915Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:34:27.0280135Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 2022-09-27T15:34:27.1296916Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:34:27.1525989Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 2022-09-27T15:34:27.1565740Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:34:27.1967791Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 2022-09-27T15:34:27.2103953Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:34:27.2407578Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 2022-09-27T15:34:27.2445461Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:34:27.2923507Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_long_cpu_float32 2022-09-27T15:34:27.6011830Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:34:27.6071791Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 2022-09-27T15:34:27.6082243Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:34:27.6483606Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 2022-09-27T15:34:27.7899455Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:34:27.7959351Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 2022-09-27T15:34:27.7967838Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:34:27.8328330Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 2022-09-27T15:34:27.8990012Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:34:27.9003901Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 2022-09-27T15:34:27.9094538Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:34:27.9408172Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 2022-09-27T15:34:27.9552771Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:34:27.9568456Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 2022-09-27T15:34:27.9867353Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:34:28.0082026Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 2022-09-27T15:34:28.0531428Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:34:28.0648975Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 2022-09-27T15:34:28.1225742Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:34:28.1254062Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:34:28.1296817Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:34:28.1728453Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 2022-09-27T15:34:28.1738368Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:34:28.2171925Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 2022-09-27T15:34:28.2181882Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:34:28.2343627Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 2022-09-27T15:34:28.2368167Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 2022-09-27T15:34:28.2609624Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:34:28.2610120Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:34:28.2646159Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 2022-09-27T15:34:28.2803815Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_log_cpu_float32 2022-09-27T15:34:28.2914577Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:34:28.3006063Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 2022-09-27T15:34:28.3041887Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:34:28.3245335Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:34:28.3313769Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:34:28.3485346Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 2022-09-27T15:34:28.3606136Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:34:28.3684984Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:34:28.4007250Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:34:28.4015191Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:34:28.4392948Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 2022-09-27T15:34:28.4422055Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:34:28.5016288Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 2022-09-27T15:34:28.5020501Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:34:28.5431215Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:34:28.5467757Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:34:28.5847838Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:34:28.5883522Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:34:28.6287320Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 2022-09-27T15:34:28.6333638Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:34:28.6764191Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:34:28.6776694Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:34:28.7197397Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 2022-09-27T15:34:28.7922784Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:34:28.7938812Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 2022-09-27T15:34:28.7993021Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:34:28.8412437Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:34:28.8423018Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:34:28.8857517Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:34:28.8867681Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:34:28.9293146Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:34:28.9303402Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:34:28.9688567Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:34:28.9721239Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:34:29.0126272Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:34:29.0183860Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:34:29.0589032Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:34:29.0675946Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:34:29.1055011Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:34:29.1065490Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:34:29.1479615Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:34:29.2591413Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:34:29.2775725Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 2022-09-27T15:34:29.2785167Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:34:29.3209756Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:34:29.3219845Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:34:29.3653928Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:34:29.3659321Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:34:29.4093187Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 2022-09-27T15:34:29.4101488Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:34:29.4535190Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:34:29.4543588Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:34:29.4971672Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 2022-09-27T15:34:29.4980092Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:34:29.5368482Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 2022-09-27T15:34:29.5413690Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:34:29.5807112Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:34:29.5867390Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:34:29.6246800Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 2022-09-27T15:34:29.6309043Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:34:29.6687991Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 2022-09-27T15:34:29.6743720Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:34:29.7127153Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 2022-09-27T15:34:29.7201126Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:34:29.7567516Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 2022-09-27T15:34:29.8273097Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:34:29.8292346Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 2022-09-27T15:34:29.8376755Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:34:29.8598252Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 2022-09-27T15:34:29.8618280Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:34:29.8643712Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:34:29.8724326Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:34:29.8809852Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:34:29.9092956Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 2022-09-27T15:34:29.9093784Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:34:29.9202079Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_put_cpu_float32 2022-09-27T15:34:29.9540858Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:34:29.9544339Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:34:29.9605315Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 2022-09-27T15:34:29.9638391Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 2022-09-27T15:34:29.9968909Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:34:29.9974478Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:34:30.0392680Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 2022-09-27T15:34:30.0840260Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:34:30.0887182Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 2022-09-27T15:34:30.0920326Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:34:30.0961261Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 2022-09-27T15:34:30.0973728Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:34:30.1030954Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:34:30.1362608Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 2022-09-27T15:34:30.1418088Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:34:30.1418658Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:34:30.1829871Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 2022-09-27T15:34:30.1838579Z [gw1] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 2022-09-27T15:34:30.1844873Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:34:30.2010535Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:34:30.2037751Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 2022-09-27T15:34:30.2099641Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:34:30.2243360Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 2022-09-27T15:34:30.2292572Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 2022-09-27T15:34:30.2365800Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:34:30.2477212Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 2022-09-27T15:34:30.2585561Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:34:30.2761930Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 2022-09-27T15:34:30.2921842Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:30.3235051Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:34:30.3326003Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 2022-09-27T15:34:30.5811232Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:34:30.5839827Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 2022-09-27T15:34:30.6776277Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:34:30.6811754Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 2022-09-27T15:34:30.6845361Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:34:30.6866538Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 2022-09-27T15:34:30.7136468Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:34:30.7283336Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 2022-09-27T15:34:30.7331298Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:34:30.7765798Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 2022-09-27T15:34:30.7771692Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:34:30.8185605Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:34:30.8217039Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:34:30.8641107Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:34:30.8683154Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:34:30.9142047Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:34:30.9154360Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 2022-09-27T15:34:30.9160985Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:34:30.9175880Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:34:30.9566560Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:34:30.9576839Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:34:31.0015107Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:34:31.0025686Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 2022-09-27T15:34:31.0033971Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:34:31.0070142Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:34:31.0145411Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:34:31.0459089Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 2022-09-27T15:34:31.0464125Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:34:31.0510717Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 2022-09-27T15:34:31.0646218Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:34:31.0890311Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 2022-09-27T15:34:31.0895180Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:34:31.0990988Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 2022-09-27T15:34:31.1117719Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:34:31.1380819Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 2022-09-27T15:34:31.1461635Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:34:31.1484161Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:34:31.1886400Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:34:31.1891433Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:34:31.2295222Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 2022-09-27T15:34:31.2300171Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:34:31.2714142Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 2022-09-27T15:34:31.2750811Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:34:31.3217754Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 2022-09-27T15:34:31.3228193Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:34:31.3654051Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:34:31.3664615Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:34:31.4068334Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 2022-09-27T15:34:31.4106791Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:34:31.4510588Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:34:31.4545969Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:34:31.4949871Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:34:31.4987026Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:31.5465629Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:34:31.5476412Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:34:31.5868958Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 2022-09-27T15:34:31.5983977Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:34:31.6370357Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:34:31.6383012Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:34:31.6858319Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 2022-09-27T15:34:31.6868855Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:34:31.7334758Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:34:31.7345181Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:34:31.7780916Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:34:31.7791576Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:34:31.8210108Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 2022-09-27T15:34:31.8220249Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:34:31.8634227Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:34:31.8907786Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:34:31.9046757Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 2022-09-27T15:34:31.9090457Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:34:31.9288433Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 2022-09-27T15:34:31.9311698Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 2022-09-27T15:34:31.9501793Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:34:31.9530065Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:34:31.9967882Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:34:32.0030068Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:34:32.0443556Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 2022-09-27T15:34:32.0856947Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:34:32.0882875Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 2022-09-27T15:34:32.1822562Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:34:32.1850235Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 2022-09-27T15:34:32.2162205Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:34:32.2403547Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 2022-09-27T15:34:32.2418110Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:32.2437924Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 2022-09-27T15:34:32.2444253Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 2022-09-27T15:34:32.2454650Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:34:32.2541841Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:34:32.2927108Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 2022-09-27T15:34:32.2950578Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:34:32.3368082Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:34:32.3419042Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:34:32.3498244Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:34:32.3824710Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:34:32.4001854Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 2022-09-27T15:34:32.4249021Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:34:32.4482762Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 2022-09-27T15:34:32.4550655Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:34:32.4578840Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 2022-09-27T15:34:32.4809133Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:34:32.4843515Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 2022-09-27T15:34:32.5196883Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:32.5310657Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 2022-09-27T15:34:32.5818693Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:32.5843914Z [gw1] [ 18%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 2022-09-27T15:34:32.5851402Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:34:32.5873147Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:34:32.5902164Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:32.6362699Z [gw0] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:34:32.7730709Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:34:32.7756673Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 2022-09-27T15:34:32.7877223Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:34:32.8212956Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 2022-09-27T15:34:32.8222886Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:34:32.8649897Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_std_cpu_float32 2022-09-27T15:34:32.8659721Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:34:32.9123298Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 2022-09-27T15:34:33.0470646Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:34:33.0533351Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 2022-09-27T15:34:33.0802502Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:34:33.1003272Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 2022-09-27T15:34:33.1027713Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:34:33.1040752Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 2022-09-27T15:34:33.1049490Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 2022-09-27T15:34:33.1340739Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:34:33.1487402Z [gw2] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 2022-09-27T15:34:33.1497835Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:34:33.1757479Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:34:33.2315293Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 2022-09-27T15:34:33.2316264Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 2022-09-27T15:34:33.2317190Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:34:33.2317813Z [gw0] [ 18%] XFAIL test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 2022-09-27T15:34:33.2567207Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:34:33.2568191Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 2022-09-27T15:34:33.2572061Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:34:33.2842030Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 2022-09-27T15:34:33.2843118Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:34:33.2893732Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 2022-09-27T15:34:33.2897826Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:34:33.3287643Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 2022-09-27T15:34:33.3291710Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:34:33.3479181Z [gw2] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 2022-09-27T15:34:33.3513136Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:34:33.3718566Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 2022-09-27T15:34:33.3723918Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:33.3839421Z [gw2] [ 18%] SKIPPED test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 2022-09-27T15:34:33.3858137Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:34:33.4125436Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 2022-09-27T15:34:33.4246277Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:34:33.4251137Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:34:33.4722020Z [gw0] [ 18%] PASSED test_ops.py::TestCommonCPU::test_out_view_cpu_float32 2022-09-27T15:34:33.5630183Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:34:33.5646855Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 2022-09-27T15:34:33.5741324Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:34:33.5757549Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_T_cpu 2022-09-27T15:34:33.6248395Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:34:33.6345390Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu 2022-09-27T15:34:33.6378388Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:34:33.6394336Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 2022-09-27T15:34:33.6545752Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:33.6768384Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___ror___cpu 2022-09-27T15:34:33.7212505Z test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:34:33.7317725Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_amax_cpu 2022-09-27T15:34:33.7500860Z test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:34:33.7803812Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_cumprod_cpu 2022-09-27T15:34:33.7971472Z test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:34:33.8051428Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logsumexp_cpu 2022-09-27T15:34:33.8074411Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 2022-09-27T15:34:33.8205573Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:34:33.8267155Z test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:34:33.8647735Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_normalize_cpu 2022-09-27T15:34:33.8701939Z test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:34:33.9081186Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_std_cpu 2022-09-27T15:34:33.9090185Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 2022-09-27T15:34:33.9094345Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:34:33.9121782Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:34:33.9607052Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 2022-09-27T15:34:33.9609039Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:34:34.0081646Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_short_cpu_float32 2022-09-27T15:34:34.0120981Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:34:34.0484096Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 2022-09-27T15:34:34.1300348Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:34:34.1363313Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 2022-09-27T15:34:34.1760803Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:34:34.1870467Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 2022-09-27T15:34:34.2109885Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:34:34.2248901Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 2022-09-27T15:34:34.2262077Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 2022-09-27T15:34:34.2284368Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:34:34.2321879Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:34.2803177Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:34:34.4293973Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:34.4307057Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:34:34.5027417Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:34.5033798Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:34:34.5260395Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:34.5494728Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 2022-09-27T15:34:34.5845755Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:34:34.5891290Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 2022-09-27T15:34:34.5927817Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:34.6401142Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:34:34.6629024Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:34.6768451Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:34:34.6813244Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:34:34.7237494Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 2022-09-27T15:34:34.7261656Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:34:34.7735244Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 2022-09-27T15:34:34.7742337Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:34:34.8201900Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 2022-09-27T15:34:34.8678464Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:34:34.8702212Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 2022-09-27T15:34:35.1402916Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:34:35.1434037Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 2022-09-27T15:34:35.3724220Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:34:35.3755900Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 2022-09-27T15:34:35.5675542Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:34:35.5702874Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 2022-09-27T15:34:35.5925442Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:34:35.6163199Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 2022-09-27T15:34:35.6211622Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:34:35.6603206Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 2022-09-27T15:34:35.6646968Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:34:35.7084524Z [gw1] [ 19%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 2022-09-27T15:34:35.7538668Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:34:35.7557359Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 2022-09-27T15:34:35.7880290Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:34:35.7964659Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 2022-09-27T15:34:35.8228806Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:34:35.8405651Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 2022-09-27T15:34:35.9920143Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:34:35.9933653Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 2022-09-27T15:34:36.0215493Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:34:36.0367029Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 2022-09-27T15:34:36.0602231Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:34:36.0807496Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 2022-09-27T15:34:36.1029995Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:34:36.1245563Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 2022-09-27T15:34:36.1524752Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:34:36.1684366Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 2022-09-27T15:34:36.1904187Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:34:36.2125310Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 2022-09-27T15:34:36.2379323Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:34:36.2564982Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 2022-09-27T15:34:36.2819479Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:34:36.3005840Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 2022-09-27T15:34:36.3257148Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:34:36.3446168Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 2022-09-27T15:34:36.3599697Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:34:36.3885766Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 2022-09-27T15:34:36.4019867Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:34:36.4325821Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 2022-09-27T15:34:36.4453991Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:34:36.4766357Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 2022-09-27T15:34:36.4839822Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:34:36.5206387Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 2022-09-27T15:34:36.5273412Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:34:36.5646469Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 2022-09-27T15:34:36.5709387Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:34:36.6085278Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 2022-09-27T15:34:37.2030609Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:34:37.2048899Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 2022-09-27T15:34:37.5197082Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:34:37.5230110Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 2022-09-27T15:34:37.7818169Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:34:37.7848748Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 2022-09-27T15:34:37.8106082Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:34:37.8130548Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 2022-09-27T15:34:37.8359603Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:34:37.8375066Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 2022-09-27T15:34:37.8411776Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:34:37.8868762Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 2022-09-27T15:34:37.8957180Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:34:37.9336711Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 2022-09-27T15:34:37.9348032Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:34:37.9766160Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 2022-09-27T15:34:37.9777552Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:34:38.0196972Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 2022-09-27T15:34:38.0325782Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:34:38.0665752Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 2022-09-27T15:34:38.0678117Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:34:38.1096366Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 2022-09-27T15:34:38.1112463Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:34:38.1535964Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_var_cpu_float32 2022-09-27T15:34:38.1547012Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:34:38.1676196Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 2022-09-27T15:34:38.1691700Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 2022-09-27T15:34:38.2002807Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:34:38.2248534Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:34:38.2443283Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 2022-09-27T15:34:38.3526664Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:34:38.3698538Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___radd___cpu 2022-09-27T15:34:38.3892609Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:34:38.4127751Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu 2022-09-27T15:34:38.4140434Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:34:38.4148344Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 2022-09-27T15:34:38.4290961Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:34:38.4566043Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu 2022-09-27T15:34:38.4824523Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:34:38.5006958Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmax_cpu 2022-09-27T15:34:38.5255981Z test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:34:38.5446836Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_log_softmax_cpu 2022-09-27T15:34:38.5486473Z test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:34:38.5887040Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_median_cpu 2022-09-27T15:34:38.5930770Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:34:38.6330356Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmax_cpu 2022-09-27T15:34:38.6376651Z test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:34:38.6765945Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_var_cpu 2022-09-27T15:34:38.7178403Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:34:38.7194412Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool 2022-09-27T15:34:39.0187578Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:34:39.0205789Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 2022-09-27T15:34:39.1930661Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:34:39.1946897Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 2022-09-27T15:34:39.3369493Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:34:39.3375362Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 2022-09-27T15:34:39.4971281Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:34:39.4986312Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 2022-09-27T15:34:39.7768560Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:34:39.7779628Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool 2022-09-27T15:34:40.0199777Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:34:40.0266425Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 2022-09-27T15:34:40.1861453Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:34:40.1867203Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 2022-09-27T15:34:40.1984225Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:34:40.2317175Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 2022-09-27T15:34:40.2368127Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:34:40.2724559Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 2022-09-27T15:34:40.2799798Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:34:40.3165026Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 2022-09-27T15:34:40.3251162Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:34:40.3606039Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool 2022-09-27T15:34:40.3671490Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:34:40.4047032Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 2022-09-27T15:34:40.4116595Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:34:40.4486839Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 2022-09-27T15:34:40.4589145Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:34:40.4926006Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:34:40.5043132Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:34:40.5366235Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 2022-09-27T15:34:40.5456665Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:34:40.5805527Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 2022-09-27T15:34:40.5898064Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:34:40.6246338Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 2022-09-27T15:34:40.7850261Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:34:40.7861541Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 2022-09-27T15:34:40.9440962Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:34:40.9455338Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:34:41.0396692Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:34:41.0410349Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool 2022-09-27T15:34:41.0996264Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:34:41.1009949Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 2022-09-27T15:34:41.2579467Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:34:41.2593512Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 2022-09-27T15:34:41.4095671Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:34:41.4097270Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool 2022-09-27T15:34:41.5963960Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:34:41.5973669Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 2022-09-27T15:34:41.6086826Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:34:41.6404516Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool 2022-09-27T15:34:41.6533466Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:34:41.6846304Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 2022-09-27T15:34:41.7009486Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:34:41.7287710Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 2022-09-27T15:34:41.7358329Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:34:41.7766100Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool 2022-09-27T15:34:41.7847836Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:34:41.8246669Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 2022-09-27T15:34:41.8317370Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:34:41.8726683Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 2022-09-27T15:34:41.8857598Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:34:41.9207840Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool 2022-09-27T15:34:41.9350372Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:34:41.9647596Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 2022-09-27T15:34:41.9772207Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:34:42.0087130Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 2022-09-27T15:34:42.1735031Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:34:42.1748959Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 2022-09-27T15:34:42.2678959Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:34:42.2692571Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 2022-09-27T15:34:42.3062721Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:34:42.3124083Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 2022-09-27T15:34:42.3530193Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:34:42.3626067Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 2022-09-27T15:34:42.3990497Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:34:42.4046720Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 2022-09-27T15:34:42.4380697Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:34:42.4484287Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 2022-09-27T15:34:42.5611081Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:34:42.5628090Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 2022-09-27T15:34:42.6807538Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:34:42.6880069Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 2022-09-27T15:34:43.1029283Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:34:43.1035046Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 2022-09-27T15:34:43.4773489Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:34:43.4786566Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 2022-09-27T15:34:43.6034494Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:34:43.6050126Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu 2022-09-27T15:34:43.6973585Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:34:43.6985062Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu 2022-09-27T15:34:43.7982359Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:34:43.8009547Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu 2022-09-27T15:34:43.8098244Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:34:43.8261895Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu 2022-09-27T15:34:43.8272578Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool 2022-09-27T15:34:43.8445072Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:34:43.8545694Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:34:43.8886071Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu 2022-09-27T15:34:43.9235579Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:34:43.9323195Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu 2022-09-27T15:34:43.9580615Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:34:43.9766479Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu 2022-09-27T15:34:44.0150576Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:34:44.0202499Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu 2022-09-27T15:34:44.0501816Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:34:44.0688738Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu 2022-09-27T15:34:44.0724231Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:34:44.1165514Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu 2022-09-27T15:34:44.1936969Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:34:44.1951314Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu 2022-09-27T15:34:44.1977337Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:34:44.1983171Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 2022-09-27T15:34:44.1991935Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu 2022-09-27T15:34:44.2365879Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:34:44.2878484Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:34:44.2891952Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu 2022-09-27T15:34:44.2907634Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:34:44.3329539Z [gw0] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu 2022-09-27T15:34:44.3421524Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:34:44.3767314Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu 2022-09-27T15:34:44.3808164Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:34:44.4246064Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu 2022-09-27T15:34:44.5365636Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:34:44.5387512Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu 2022-09-27T15:34:44.5626148Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:34:44.5653374Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 2022-09-27T15:34:44.5922110Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:34:44.5940226Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu 2022-09-27T15:34:44.6391384Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:34:44.6418782Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu 2022-09-27T15:34:44.6650003Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:34:44.6668578Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 2022-09-27T15:34:44.6923658Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:34:44.6947815Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu 2022-09-27T15:34:44.7213799Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:34:44.7288023Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu 2022-09-27T15:34:44.7314089Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 2022-09-27T15:34:44.7408143Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:34:44.7416753Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:34:44.7858307Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu 2022-09-27T15:34:44.7867457Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 2022-09-27T15:34:44.7894125Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:34:44.7980639Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:34:44.8442536Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 2022-09-27T15:34:44.8448487Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:34:44.8682762Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 2022-09-27T15:34:44.8709491Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu 2022-09-27T15:34:44.9083166Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:34:44.9118236Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:34:44.9135899Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 2022-09-27T15:34:44.9161559Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu 2022-09-27T15:34:44.9327257Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:34:44.9484698Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:34:44.9605755Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu 2022-09-27T15:34:44.9761117Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:34:45.0048296Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu 2022-09-27T15:34:45.0307039Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:34:45.0354325Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool 2022-09-27T15:34:45.0637358Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:34:45.0646486Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu 2022-09-27T15:34:45.0700685Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:34:45.1087229Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu 2022-09-27T15:34:45.1207447Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:34:45.1527906Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu 2022-09-27T15:34:45.1655762Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:34:45.1928365Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu 2022-09-27T15:34:45.1933260Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 2022-09-27T15:34:45.1964958Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:34:45.2715921Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:34:45.2728576Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 2022-09-27T15:34:45.4051984Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:34:45.4069435Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 2022-09-27T15:34:45.5114874Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:34:45.5130713Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu 2022-09-27T15:34:45.6754408Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:34:45.6766209Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 2022-09-27T15:34:45.7554270Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:34:45.7567236Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 2022-09-27T15:34:45.8290502Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:34:45.8303891Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 2022-09-27T15:34:45.9308383Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:34:45.9320243Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:34:46.0169817Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:34:46.0178950Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 2022-09-27T15:34:46.0949017Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:34:46.0955975Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:34:46.1452189Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:34:46.1467207Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 2022-09-27T15:34:46.1909008Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:34:46.1922201Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 2022-09-27T15:34:46.2269260Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:34:46.2326510Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 2022-09-27T15:34:46.2473037Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:34:46.2484579Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu 2022-09-27T15:34:46.2603696Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:34:46.2886297Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu 2022-09-27T15:34:46.3003200Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:34:46.3326192Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu 2022-09-27T15:34:46.4932274Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:34:46.4947126Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu 2022-09-27T15:34:46.6027053Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:34:46.6040678Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu 2022-09-27T15:34:46.6066765Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:34:46.6451198Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu 2022-09-27T15:34:46.6516702Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:34:46.6886529Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu 2022-09-27T15:34:46.6926954Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:34:46.7365040Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu 2022-09-27T15:34:46.7762489Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:34:46.7802795Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu 2022-09-27T15:34:46.8109803Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:34:46.8287736Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu 2022-09-27T15:34:46.8343468Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:34:46.8725903Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:34:46.8780466Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:34:46.8845679Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:34:46.8861459Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 2022-09-27T15:34:46.9206559Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:34:46.9576954Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:34:46.9684100Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu 2022-09-27T15:34:46.9724471Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:34:47.0167820Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu 2022-09-27T15:34:47.0212430Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:34:47.0645514Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:34:47.0681684Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:34:47.1126129Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu 2022-09-27T15:34:47.1284085Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:34:47.1565434Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu 2022-09-27T15:34:47.1965636Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:34:47.2004011Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu 2022-09-27T15:34:47.2032104Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:34:47.2524847Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu 2022-09-27T15:34:47.2546151Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:34:47.3002296Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu 2022-09-27T15:34:47.3065303Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:34:47.3447425Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu 2022-09-27T15:34:47.4026612Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:34:47.4043368Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu 2022-09-27T15:34:47.4229823Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:34:47.4369719Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu 2022-09-27T15:34:47.4379501Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 2022-09-27T15:34:47.4484795Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:34:47.4976883Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:34:47.4988464Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu 2022-09-27T15:34:47.5229014Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:34:47.5408575Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu 2022-09-27T15:34:47.6017651Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:34:47.6029669Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 2022-09-27T15:34:47.6490694Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:34:47.6506578Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu 2022-09-27T15:34:47.6581886Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:34:47.6926886Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu 2022-09-27T15:34:47.6958065Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:34:47.7367521Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu 2022-09-27T15:34:47.7405756Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:34:47.7424334Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu 2022-09-27T15:34:47.7433617Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 2022-09-27T15:34:47.7808548Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:34:47.7858265Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:34:47.8249991Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu 2022-09-27T15:34:47.8316050Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:34:47.8687122Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu 2022-09-27T15:34:47.8896774Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:34:47.9057901Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu 2022-09-27T15:34:47.9072302Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 2022-09-27T15:34:47.9165695Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:34:47.9292239Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:34:47.9647851Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_acos_cpu 2022-09-27T15:34:48.0154391Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:34:48.0166138Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu 2022-09-27T15:34:48.0379184Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:34:48.0568288Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu 2022-09-27T15:34:48.1410994Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:34:48.1424428Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_amax_cpu 2022-09-27T15:34:48.1674900Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:34:48.1687169Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool 2022-09-27T15:34:48.1911280Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:34:48.1923689Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_any_cpu 2022-09-27T15:34:48.1969854Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:34:48.2326742Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu 2022-09-27T15:34:48.2407390Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:34:48.2808583Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_asin_cpu 2022-09-27T15:34:48.2901836Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:34:48.3288257Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu 2022-09-27T15:34:48.3558648Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:34:48.3729728Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu 2022-09-27T15:34:48.3898086Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:34:48.3910907Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 2022-09-27T15:34:48.4971054Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:34:48.4984113Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu 2022-09-27T15:34:48.5440385Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:34:48.5456823Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu 2022-09-27T15:34:48.5631043Z test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:34:48.5660018Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu 2022-09-27T15:34:48.5704481Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:34:48.5721886Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bool_cpu 2022-09-27T15:34:48.5889179Z [gw2] [ 19%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_allclose_cpu 2022-09-27T15:34:48.6128255Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:34:48.6143184Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:34:48.6156442Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 2022-09-27T15:34:48.6728804Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:34:48.6742416Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu 2022-09-27T15:34:48.6836624Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:34:48.6847748Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu 2022-09-27T15:34:48.6998459Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:34:48.7170627Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu 2022-09-27T15:34:48.7218222Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:34:48.7297677Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu 2022-09-27T15:34:48.7430736Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:34:48.7603194Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu 2022-09-27T15:34:48.7622658Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu 2022-09-27T15:34:48.7843407Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:34:48.7867939Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:34:48.8063042Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu 2022-09-27T15:34:48.8164022Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu 2022-09-27T15:34:48.8204572Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:34:48.8243748Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:34:48.8349015Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu 2022-09-27T15:34:48.8569999Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu 2022-09-27T15:34:48.8590640Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:34:48.8604299Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 2022-09-27T15:34:48.8648143Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:34:48.8686123Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu 2022-09-27T15:34:48.8693524Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:34:48.9090240Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu 2022-09-27T15:34:48.9098292Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:34:48.9125957Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu 2022-09-27T15:34:48.9133311Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:34:48.9535812Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu 2022-09-27T15:34:48.9551470Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:34:48.9551961Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:34:48.9564140Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cov_cpu 2022-09-27T15:34:48.9933932Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu 2022-09-27T15:34:48.9968499Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:34:49.0128394Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:34:49.0189383Z [gw2] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu 2022-09-27T15:34:49.0206666Z [gw1] [ 19%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 2022-09-27T15:34:49.0332237Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:34:49.0363130Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu 2022-09-27T15:34:49.0403007Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:34:49.0876127Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:34:49.0889044Z [gw0] [ 19%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diag_cpu 2022-09-27T15:34:49.0929878Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:34:49.1327544Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu 2022-09-27T15:34:49.1383022Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:34:49.1399939Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 2022-09-27T15:34:49.1595016Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:34:49.1658635Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool 2022-09-27T15:34:49.1806073Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu 2022-09-27T15:34:49.1812376Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:34:49.1840396Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:34:49.2004367Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_double_cpu 2022-09-27T15:34:49.2246186Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 2022-09-27T15:34:49.2284842Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:34:49.2317127Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:34:49.2409354Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_empty_cpu 2022-09-27T15:34:49.2523233Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 2022-09-27T15:34:49.2535613Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu 2022-09-27T15:34:49.2685343Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:34:49.2716923Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:34:49.2725915Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu 2022-09-27T15:34:49.2815215Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:34:49.2966116Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erf_cpu 2022-09-27T15:34:49.3056407Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:34:49.3204876Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu 2022-09-27T15:34:49.3327075Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:34:49.3404059Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp_cpu 2022-09-27T15:34:49.3557171Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:34:49.3644100Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu 2022-09-27T15:34:49.3776085Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:34:49.3844231Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_eye_cpu 2022-09-27T15:34:49.4085717Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:34:49.4125185Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:34:49.4527286Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu 2022-09-27T15:34:49.4796838Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:34:49.5007064Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu 2022-09-27T15:34:49.5501505Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:34:49.5508775Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu 2022-09-27T15:34:49.6302532Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:34:49.6314111Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu 2022-09-27T15:34:49.6346108Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:34:49.6488303Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu 2022-09-27T15:34:49.6520397Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu 2022-09-27T15:34:49.6757437Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:34:49.7420159Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:34:49.7467389Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu 2022-09-27T15:34:49.7467896Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:34:49.7968028Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu 2022-09-27T15:34:49.7969098Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:34:49.8300269Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_floor_cpu 2022-09-27T15:34:49.8330089Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu 2022-09-27T15:34:49.8362698Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:34:49.8884109Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:34:49.8916492Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu 2022-09-27T15:34:49.9254312Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:34:49.9324449Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gather_cpu 2022-09-27T15:34:49.9361426Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:34:49.9381601Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu 2022-09-27T15:34:49.9391820Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu 2022-09-27T15:34:49.9783267Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:34:49.9855837Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:34:49.9861324Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu 2022-09-27T15:34:50.0553381Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:34:50.0567876Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu 2022-09-27T15:34:50.0606226Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:34:50.1081327Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu 2022-09-27T15:34:50.3510213Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:34:50.3523509Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_histc_cpu 2022-09-27T15:34:50.3613169Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:34:50.3925403Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu 2022-09-27T15:34:50.4005646Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:34:50.4025378Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu 2022-09-27T15:34:50.4249022Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:34:50.4263416Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu 2022-09-27T15:34:50.4363853Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu 2022-09-27T15:34:50.4398096Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:34:50.4443287Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu 2022-09-27T15:34:50.4806253Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:34:50.4928097Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:34:50.5245339Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_inner_cpu 2022-09-27T15:34:50.5368422Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:34:50.5423382Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isin_cpu 2022-09-27T15:34:50.5434143Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu 2022-09-27T15:34:50.5556091Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:34:50.5684713Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu 2022-09-27T15:34:50.5766147Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:34:50.5845577Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu 2022-09-27T15:34:50.6126313Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:34:50.6163805Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:34:50.6189856Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu 2022-09-27T15:34:50.6284084Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu 2022-09-27T15:34:50.6337395Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:34:50.6567764Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu 2022-09-27T15:34:50.6647231Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:34:50.6725387Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_kron_cpu 2022-09-27T15:34:50.6811745Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:34:50.7005476Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu 2022-09-27T15:34:50.7165347Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:34:50.7292421Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:34:50.7624286Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_le_cpu 2022-09-27T15:34:50.7624834Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:34:50.7671101Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu 2022-09-27T15:34:50.8938514Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:34:50.8962606Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu 2022-09-27T15:34:50.9829458Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:34:50.9852660Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 2022-09-27T15:34:51.0014474Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:34:51.0284692Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 2022-09-27T15:34:51.0291460Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu 2022-09-27T15:34:51.0311813Z test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:34:51.0454065Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:34:51.0606721Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__masked_amax_cpu_float32 2022-09-27T15:34:51.0756396Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu 2022-09-27T15:34:51.0787636Z test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:34:51.1257939Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:34:51.1280546Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu 2022-09-27T15:34:51.1636628Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:34:51.1757369Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu 2022-09-27T15:34:51.3317191Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:34:51.3377467Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__masked_cumprod_cpu_float32 2022-09-27T15:34:51.3444003Z test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:34:51.3882989Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__masked_logsumexp_cpu_float32 2022-09-27T15:34:51.4394792Z test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:34:51.4411686Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu 2022-09-27T15:34:51.5249855Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:34:51.5354565Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu 2022-09-27T15:34:51.5918690Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:34:51.5933834Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu 2022-09-27T15:34:51.6809657Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:34:51.6881150Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu 2022-09-27T15:34:51.6923682Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:34:51.7143479Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__masked_normalize_cpu_float32 2022-09-27T15:34:51.7144152Z test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:34:51.7603106Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__masked_std_cpu_float32 2022-09-27T15:34:51.8855817Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:34:51.8869763Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 2022-09-27T15:34:52.0778296Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:34:52.0797296Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 2022-09-27T15:34:52.2207267Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:34:52.2226664Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 2022-09-27T15:34:52.2320896Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:34:52.2765597Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 2022-09-27T15:34:52.2766182Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:34:52.3027329Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 2022-09-27T15:34:52.3053513Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu 2022-09-27T15:34:52.3242288Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:34:52.3322497Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:34:52.3603613Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu 2022-09-27T15:34:52.3752228Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:34:52.3772317Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 2022-09-27T15:34:52.4048900Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:34:52.4237191Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 2022-09-27T15:34:52.4542721Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:34:52.4694261Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 2022-09-27T15:34:52.4694809Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:34:52.4769697Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu 2022-09-27T15:34:52.4886599Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:34:52.5119510Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 2022-09-27T15:34:52.5203148Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu 2022-09-27T15:34:52.5231070Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:34:52.5270771Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu 2022-09-27T15:34:52.5372827Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:34:52.5761405Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 2022-09-27T15:34:52.5770124Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:52.5778886Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:52.6202458Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:34:52.6884291Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:34:52.7044658Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu 2022-09-27T15:34:52.7136297Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:34:52.7298863Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu 2022-09-27T15:34:52.7408717Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 2022-09-27T15:34:52.7469859Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:34:52.7510180Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 2022-09-27T15:34:52.7525014Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu 2022-09-27T15:34:52.7537327Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:34:52.7556659Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:34:52.7572782Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu 2022-09-27T15:34:52.7921933Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu 2022-09-27T15:34:52.8036830Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:34:52.8044806Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:34:52.8119948Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu 2022-09-27T15:34:52.8164047Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:34:52.8561528Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log10_cpu 2022-09-27T15:34:52.8599659Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:34:52.8894739Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:34:52.9002055Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu 2022-09-27T15:34:52.9014815Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:34:52.9127793Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:34:52.9138397Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu 2022-09-27T15:34:52.9162814Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:34:52.9174218Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:34:52.9188790Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu 2022-09-27T15:34:52.9426543Z [gw3] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 2022-09-27T15:34:52.9483062Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu 2022-09-27T15:34:52.9615486Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:34:52.9616035Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:34:52.9684330Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu 2022-09-27T15:34:52.9684839Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:34:52.9761385Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 2022-09-27T15:34:52.9925275Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu 2022-09-27T15:34:53.0059945Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:34:53.0060483Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:34:53.0092020Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu 2022-09-27T15:34:53.0092561Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:34:53.0467729Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 2022-09-27T15:34:53.0490953Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu 2022-09-27T15:34:53.0520899Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:34:53.0527813Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:34:53.0800925Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:34:53.0974326Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu 2022-09-27T15:34:53.1122270Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:34:53.1134877Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 2022-09-27T15:34:53.2133371Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:34:53.2168632Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 2022-09-27T15:34:53.2649959Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:34:53.2682828Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu 2022-09-27T15:34:53.2745654Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:34:53.3042582Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu 2022-09-27T15:34:53.3061319Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu 2022-09-27T15:34:53.3169426Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:34:53.3172343Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:34:53.3188139Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu 2022-09-27T15:34:53.3201993Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 2022-09-27T15:34:53.3682285Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:34:53.4069965Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:34:53.4087793Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu 2022-09-27T15:34:53.4103572Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu 2022-09-27T15:34:53.4104124Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:53.4135227Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:34:53.4179354Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu 2022-09-27T15:34:53.4399739Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu 2022-09-27T15:34:53.4414394Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 2022-09-27T15:34:53.4600598Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:34:53.4612608Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:34:53.4613171Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:34:53.4753095Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu 2022-09-27T15:34:53.4830157Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 2022-09-27T15:34:53.4845222Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu 2022-09-27T15:34:53.4880834Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:34:53.4962729Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 2022-09-27T15:34:53.5095088Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:34:53.5112735Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:34:53.5128361Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_msort_cpu 2022-09-27T15:34:53.5285344Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu 2022-09-27T15:34:53.5482798Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:34:53.5488231Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:34:53.5816957Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:34:53.5844078Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu 2022-09-27T15:34:53.5899132Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:34:53.5917916Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu 2022-09-27T15:34:53.5952751Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:34:53.5979724Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 2022-09-27T15:34:53.6273930Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:34:53.6360791Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu 2022-09-27T15:34:53.6573925Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:34:53.6592279Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu 2022-09-27T15:34:53.6633724Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 2022-09-27T15:34:53.6858664Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:34:53.7595503Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:34:53.7694082Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu 2022-09-27T15:34:53.7706825Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 2022-09-27T15:34:53.7875202Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:34:53.7903096Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu 2022-09-27T15:34:53.8078031Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:34:53.8193968Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 2022-09-27T15:34:53.8203400Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:34:53.8215271Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu 2022-09-27T15:34:53.8225160Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu 2022-09-27T15:34:53.8295607Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:34:53.8335327Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu 2022-09-27T15:34:53.8568632Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:34:53.8611259Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:34:53.8645696Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu 2022-09-27T15:34:53.8736954Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:34:53.8800254Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_neg_cpu 2022-09-27T15:34:53.8826632Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 2022-09-27T15:34:53.8868570Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:34:53.9055790Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 2022-09-27T15:34:53.9065368Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:34:53.9083235Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu 2022-09-27T15:34:53.9134948Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:34:53.9286384Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu 2022-09-27T15:34:53.9371657Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:34:53.9487058Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 2022-09-27T15:34:53.9494308Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:34:53.9524444Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu 2022-09-27T15:34:53.9571280Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:34:53.9750027Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu 2022-09-27T15:34:53.9818971Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:34:53.9898454Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 2022-09-27T15:34:53.9986601Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:34:54.0020586Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:34:54.0064846Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu 2022-09-27T15:34:54.0199862Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu 2022-09-27T15:34:54.0390767Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:54.0398612Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:34:54.0421696Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu 2022-09-27T15:34:54.0471208Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:34:54.0812593Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu 2022-09-27T15:34:54.0820689Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:34:54.0846890Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu 2022-09-27T15:34:54.0903480Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:34:54.1285923Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu 2022-09-27T15:34:54.1301502Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:34:54.1356396Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:34:54.1438644Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu 2022-09-27T15:34:54.1682819Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu 2022-09-27T15:34:54.1811204Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:34:54.1817086Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:34:54.2108182Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu 2022-09-27T15:34:54.2131549Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_add_cpu 2022-09-27T15:34:54.2259264Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:34:54.2264554Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:34:54.2350343Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu 2022-09-27T15:34:54.2566649Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu 2022-09-27T15:34:54.2645514Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:34:54.2684422Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:34:54.2954983Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu 2022-09-27T15:34:54.3098247Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_all_cpu 2022-09-27T15:34:54.3237432Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:34:54.3244072Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:34:54.3567727Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu 2022-09-27T15:34:54.3646846Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:34:54.3798777Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu 2022-09-27T15:34:54.3824315Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu 2022-09-27T15:34:54.4053237Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:34:54.4053803Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:34:54.4340060Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu 2022-09-27T15:34:54.4358549Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu 2022-09-27T15:34:54.4392331Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:34:54.4508063Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu 2022-09-27T15:34:54.4565194Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:34:54.4579951Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 2022-09-27T15:34:54.4594337Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:34:54.4769666Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu 2022-09-27T15:34:54.4974389Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:34:54.4978984Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:34:54.5451130Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu 2022-09-27T15:34:54.5456824Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:34:54.5473849Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu 2022-09-27T15:34:54.5507660Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu 2022-09-27T15:34:54.5585940Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:34:54.5866386Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu 2022-09-27T15:34:54.5951453Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:34:54.6045560Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu 2022-09-27T15:34:54.6057478Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:34:54.6067806Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:34:54.6118423Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:34:54.6309951Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu 2022-09-27T15:34:54.6391324Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:34:54.6484753Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu 2022-09-27T15:34:54.6537629Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:34:54.6749051Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu 2022-09-27T15:34:54.6828770Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:34:54.6896842Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu 2022-09-27T15:34:54.6897452Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:34:54.7213122Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu 2022-09-27T15:34:54.7213704Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:34:54.7334403Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu 2022-09-27T15:34:54.7334988Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:34:54.7467462Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu 2022-09-27T15:34:54.7494177Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 2022-09-27T15:34:54.7627064Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:34:54.7707368Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:34:54.7762484Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu 2022-09-27T15:34:54.7763108Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:34:54.8092816Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu 2022-09-27T15:34:54.8093672Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:34:54.8217442Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu 2022-09-27T15:34:54.8218019Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:34:54.8538859Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu 2022-09-27T15:34:54.8539504Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:54.8651883Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu 2022-09-27T15:34:54.8954255Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:34:54.8954932Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu 2022-09-27T15:34:54.8966636Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:54.9163448Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:34:54.9433068Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:34:54.9433875Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:34:54.9655602Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu 2022-09-27T15:34:54.9664283Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu 2022-09-27T15:34:54.9860721Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:34:54.9861250Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:34:55.0120526Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu 2022-09-27T15:34:55.0133351Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_complex_cpu 2022-09-27T15:34:55.0171554Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:34:55.0322322Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu 2022-09-27T15:34:55.0349259Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:34:55.0361692Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 2022-09-27T15:34:55.0397486Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:34:55.0640948Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu 2022-09-27T15:34:55.0746983Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:34:55.0747513Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu 2022-09-27T15:34:55.0748054Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:34:55.1005887Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu 2022-09-27T15:34:55.1124900Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:34:55.1135737Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu 2022-09-27T15:34:55.1163797Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:34:55.1447378Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu 2022-09-27T15:34:55.1494244Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:34:55.1567064Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu 2022-09-27T15:34:55.1728946Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:34:55.1887961Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu 2022-09-27T15:34:55.1929103Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:34:55.2007868Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu 2022-09-27T15:34:55.2102701Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:34:55.2326948Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu 2022-09-27T15:34:55.2446247Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:34:55.2457721Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu 2022-09-27T15:34:55.2839436Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:34:55.3377778Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:34:55.3426041Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu 2022-09-27T15:34:55.3690168Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:34:55.3961646Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu 2022-09-27T15:34:55.4433570Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:34:55.4465417Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_eq_cpu 2022-09-27T15:34:55.4560660Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:34:55.4929175Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu 2022-09-27T15:34:55.4937667Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:34:55.5327907Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expand_cpu 2022-09-27T15:34:55.5509981Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:34:55.5527656Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 2022-09-27T15:34:55.6060805Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:34:55.6085291Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu 2022-09-27T15:34:55.6157557Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:34:55.6221279Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu 2022-09-27T15:34:55.6255015Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu 2022-09-27T15:34:55.6565021Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:34:55.6565570Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:34:55.6986663Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu 2022-09-27T15:34:55.7011757Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu 2022-09-27T15:34:55.7080940Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:34:55.7526404Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:34:55.7550864Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pow_cpu 2022-09-27T15:34:55.7799332Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:34:55.7823611Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu 2022-09-27T15:34:55.8117752Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:34:55.8245701Z [gw2] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu 2022-09-27T15:34:55.8708583Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:34:55.8744044Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu 2022-09-27T15:34:55.8815246Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:34:55.9248346Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu 2022-09-27T15:34:55.9257793Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:34:55.9715989Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_cpu 2022-09-27T15:34:56.0031993Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:34:56.0083811Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu 2022-09-27T15:34:56.0187781Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:34:56.0603264Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu 2022-09-27T15:34:56.0741609Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:34:56.0753019Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:34:56.0877381Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:34:56.0888709Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 2022-09-27T15:34:56.0914322Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ge_cpu 2022-09-27T15:34:56.0926996Z [gw1] [ 20%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 2022-09-27T15:34:56.0978799Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:34:56.1008315Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:34:56.1166955Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_half_cpu 2022-09-27T15:34:56.1245648Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:34:56.1376488Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 2022-09-27T15:34:56.1401915Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu 2022-09-27T15:34:56.1410692Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:34:56.1542220Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:34:56.1682865Z [gw0] [ 20%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_randn_cpu 2022-09-27T15:34:56.1961834Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:34:56.1979999Z [gw2] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu 2022-09-27T15:34:56.1984832Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:34:56.1992505Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu 2022-09-27T15:34:56.2253923Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:34:56.2285693Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_i0_cpu 2022-09-27T15:34:56.2337476Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:34:56.2482358Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu 2022-09-27T15:34:56.2732606Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:34:56.2771815Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:34:56.2981470Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu 2022-09-27T15:34:56.3106781Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu 2022-09-27T15:34:56.3247566Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:34:56.3251639Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:34:56.3717080Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu 2022-09-27T15:34:56.3725342Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:34:56.4202522Z [gw0] [ 20%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu 2022-09-27T15:34:56.5262566Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:34:56.5289999Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 2022-09-27T15:34:56.5896472Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:34:56.5937000Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu 2022-09-27T15:34:56.6054842Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:34:56.6174219Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu 2022-09-27T15:34:56.6208541Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:34:56.6536984Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu 2022-09-27T15:34:56.6562672Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 2022-09-27T15:34:56.6601538Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:34:56.6614844Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu 2022-09-27T15:34:56.6626378Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 2022-09-27T15:34:56.6633087Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:34:56.6654234Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:34:56.6684545Z [gw2] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu 2022-09-27T15:34:56.7087220Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu 2022-09-27T15:34:56.7107074Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:34:56.7115023Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:34:56.7123963Z [gw0] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out_warning_short_cpu 2022-09-27T15:34:56.7131108Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:34:56.7140234Z [gw3] [ 20%] PASSED test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 2022-09-27T15:34:56.7209912Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_istft_cpu 2022-09-27T15:34:56.7231006Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:34:56.7530093Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:34:56.7535329Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:34:56.7540417Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:34:56.7579423Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu 2022-09-27T15:34:56.7597348Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sin_cpu 2022-09-27T15:34:56.7602056Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:34:56.7963083Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 2022-09-27T15:34:56.8034364Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:34:56.8040869Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:34:56.8269600Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:34:56.8363604Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu 2022-09-27T15:34:56.8425430Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:34:56.8458440Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu 2022-09-27T15:34:56.8515638Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:34:56.8693464Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu 2022-09-27T15:34:56.8702665Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 2022-09-27T15:34:56.8720139Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu 2022-09-27T15:34:56.8882546Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:34:56.8925389Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:34:56.8960987Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu 2022-09-27T15:34:56.9054248Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:34:56.9130732Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu 2022-09-27T15:34:56.9164027Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:34:56.9245756Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:34:56.9286980Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:34:56.9320084Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:34:56.9328550Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_w_cpu 2022-09-27T15:34:56.9683357Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:34:56.9729120Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:34:56.9842029Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:34:56.9904085Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:34:56.9926154Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu 2022-09-27T15:34:57.0162353Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:34:57.0310397Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:34:57.0345997Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu 2022-09-27T15:34:57.0395314Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:34:57.0419474Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu 2022-09-27T15:34:57.0515153Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:34:57.0599135Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:34:57.0805859Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:34:57.1064507Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 2022-09-27T15:34:57.1069768Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:34:57.1094745Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:34:57.1123605Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu 2022-09-27T15:34:57.1147467Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:34:57.1169505Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu 2022-09-27T15:34:57.1364180Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:34:57.1476948Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu 2022-09-27T15:34:57.1495257Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:34:57.1681816Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 2022-09-27T15:34:57.1728183Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:34:57.1933421Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu 2022-09-27T15:34:57.2081362Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:34:57.2082122Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:34:57.2106435Z [gw0] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_t_cpu 2022-09-27T15:34:57.2402510Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 2022-09-27T15:34:57.2602312Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:34:57.2647638Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:34:57.2688279Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu 2022-09-27T15:34:57.2804639Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:34:57.2812227Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:34:57.2879424Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu 2022-09-27T15:34:57.3008907Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:34:57.3011046Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:34:57.3088507Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu 2022-09-27T15:34:57.3111419Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 2022-09-27T15:34:57.3287562Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:34:57.3447765Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 2022-09-27T15:34:57.3448936Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:34:57.3571238Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu 2022-09-27T15:34:57.3573771Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:34:57.3679047Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 2022-09-27T15:34:57.3694350Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu 2022-09-27T15:34:57.3877853Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:34:57.3922275Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:34:57.4048142Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_stft_cpu 2022-09-27T15:34:57.4057412Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:34:57.4361241Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 2022-09-27T15:34:57.4481144Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:34:57.5753055Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:34:57.5766880Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 2022-09-27T15:34:57.5974823Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:34:57.6211860Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 2022-09-27T15:34:57.6970199Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:34:57.7125807Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 2022-09-27T15:34:57.7548619Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:34:57.7563985Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 2022-09-27T15:34:57.8592057Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:34:57.8606787Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 2022-09-27T15:34:57.8764239Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:34:57.8809859Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 2022-09-27T15:34:57.8828794Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:34:57.9132566Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:34:57.9133176Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:34:57.9588406Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 2022-09-27T15:34:57.9588977Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:34:58.0019260Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 2022-09-27T15:34:58.0022766Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:34:58.0469428Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 2022-09-27T15:34:58.0470236Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:34:58.0848970Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 2022-09-27T15:34:58.1026545Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:34:58.1312652Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 2022-09-27T15:34:58.1679620Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:34:58.1692798Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 2022-09-27T15:34:58.1715765Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:34:58.1721825Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:34:58.2108844Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:34:58.2137153Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu 2022-09-27T15:34:58.2198474Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:34:58.2643406Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_singular_cpu 2022-09-27T15:34:58.3834418Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:34:58.3846851Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu 2022-09-27T15:34:58.3857620Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 2022-09-27T15:34:58.3864847Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:34:58.4082190Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:34:58.4363265Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu 2022-09-27T15:34:58.4857592Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:34:58.4882968Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 2022-09-27T15:34:58.6360286Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:34:58.6407571Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_svd_cpu 2022-09-27T15:34:58.6931808Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:34:58.6950488Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu 2022-09-27T15:34:58.6991403Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:34:58.7389831Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu 2022-09-27T15:34:58.7488099Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:34:58.7513121Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 2022-09-27T15:34:58.7521956Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:34:58.7735968Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu 2022-09-27T15:34:58.7753429Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:34:58.7804907Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:34:58.7813624Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_any_cpu_float32 2022-09-27T15:34:58.7823482Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:34:58.7852755Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool 2022-09-27T15:34:58.8027422Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu 2022-09-27T15:34:58.8027977Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:34:58.8244547Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 2022-09-27T15:34:58.8245106Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:34:58.8255108Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 2022-09-27T15:34:58.8301039Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:34:58.8433169Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu 2022-09-27T15:34:58.8565029Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:34:58.8672804Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 2022-09-27T15:34:58.8673458Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:34:58.8727840Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 2022-09-27T15:34:58.8810110Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:34:58.8872899Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu 2022-09-27T15:34:58.9004795Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:34:58.9081234Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 2022-09-27T15:34:58.9132595Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:34:58.9217101Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 2022-09-27T15:34:58.9217654Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:34:58.9313491Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu 2022-09-27T15:34:58.9485985Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:34:58.9555209Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:34:58.9639842Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 2022-09-27T15:34:58.9652508Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:34:58.9881160Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_var_cpu 2022-09-27T15:34:58.9890068Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 2022-09-27T15:34:58.9924188Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:34:58.9994701Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:34:59.0005396Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 2022-09-27T15:34:59.0043038Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 2022-09-27T15:34:59.0071735Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:34:59.0324969Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu 2022-09-27T15:34:59.0366629Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:34:59.0435040Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:34:59.0443483Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 2022-09-27T15:34:59.0483794Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 2022-09-27T15:34:59.0576396Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:34:59.0808039Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu 2022-09-27T15:34:59.0808605Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:34:59.0827168Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:34:59.0841436Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 2022-09-27T15:34:59.0923826Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 2022-09-27T15:34:59.1004923Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:34:59.1231342Z [gw0] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu 2022-09-27T15:34:59.1237948Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu 2022-09-27T15:34:59.1248212Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:34:59.1249881Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:34:59.1273360Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:34:59.1327690Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 2022-09-27T15:34:59.1363482Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log2_cpu 2022-09-27T15:34:59.1393553Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:34:59.1463649Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 2022-09-27T15:34:59.1644017Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 2022-09-27T15:34:59.1685530Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:34:59.1688992Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:34:59.1711965Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:34:59.1721870Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 2022-09-27T15:34:59.1803157Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu 2022-09-27T15:34:59.1896318Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:34:59.2084074Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 2022-09-27T15:34:59.2152054Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:34:59.2152608Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:34:59.2157315Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:34:59.2311514Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 2022-09-27T15:34:59.2524666Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu 2022-09-27T15:34:59.2626775Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:34:59.2641716Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:34:59.2710757Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 2022-09-27T15:34:59.3040726Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logit_cpu 2022-09-27T15:34:59.3046944Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:34:59.3065022Z [gw1] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 2022-09-27T15:34:59.3081923Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 2022-09-27T15:34:59.3118064Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:34:59.3425529Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:34:59.3455651Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_lt_cpu 2022-09-27T15:34:59.6109331Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:34:59.6114272Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:34:59.6123421Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 2022-09-27T15:34:59.6131020Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mH_cpu 2022-09-27T15:34:59.6178885Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:34:59.6403473Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:34:59.6421200Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool 2022-09-27T15:34:59.6518847Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:34:59.6531785Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 2022-09-27T15:34:59.6596513Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:34:59.6618835Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu 2022-09-27T15:34:59.6657714Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:34:59.6790090Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu 2022-09-27T15:34:59.6965259Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 2022-09-27T15:34:59.7011460Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:34:59.7045548Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 2022-09-27T15:34:59.7098114Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:34:59.7442087Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_median_cpu 2022-09-27T15:34:59.7456741Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:34:59.7488914Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 2022-09-27T15:34:59.7536871Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:34:59.7871156Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu 2022-09-27T15:34:59.7928301Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:34:59.8097243Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:34:59.8246466Z [gw3] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 2022-09-27T15:34:59.8286076Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_mode_cpu 2022-09-27T15:34:59.8364069Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:34:59.8515401Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:34:59.8881966Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu 2022-09-27T15:34:59.9481501Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:34:59.9518261Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu 2022-09-27T15:34:59.9592256Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:34:59.9620702Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 2022-09-27T15:34:59.9664007Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:35:00.0122495Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 2022-09-27T15:35:00.2109811Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:35:00.2156774Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 2022-09-27T15:35:00.2173979Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:35:00.2213737Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_double_cpu_float32 2022-09-27T15:35:00.2226901Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 2022-09-27T15:35:00.2518772Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:35:00.2533584Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu 2022-09-27T15:35:00.2597661Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:35:00.2606427Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu 2022-09-27T15:35:00.2606955Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:35:00.3085822Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 2022-09-27T15:35:00.3087244Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:35:00.3090955Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu 2022-09-27T15:35:00.3143454Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:35:00.3521066Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 2022-09-27T15:35:00.3569679Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:35:00.4050927Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:35:00.4141951Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 2022-09-27T15:35:00.4159394Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu 2022-09-27T15:35:00.4171608Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:35:00.4233313Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:35:00.4631665Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu 2022-09-27T15:35:00.4721722Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:35:00.4737758Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 2022-09-27T15:35:00.5170420Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:35:00.5206445Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu 2022-09-27T15:35:00.5340806Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:35:00.5673168Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu 2022-09-27T15:35:00.5704102Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:35:00.6144132Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu 2022-09-27T15:35:00.6154976Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:35:00.6596709Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu 2022-09-27T15:35:00.6627250Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:35:00.7053154Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu 2022-09-27T15:35:00.7064088Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:35:00.7079510Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu 2022-09-27T15:35:00.7095004Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 2022-09-27T15:35:00.7470467Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:35:00.7507824Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:35:00.7918994Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu 2022-09-27T15:35:00.8550750Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:35:00.8584721Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu 2022-09-27T15:35:00.9129977Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:35:00.9171295Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu 2022-09-27T15:35:00.9221141Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:35:00.9238100Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 2022-09-27T15:35:00.9406502Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:35:00.9656724Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:35:00.9667342Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:35:00.9793458Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu 2022-09-27T15:35:00.9827328Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 2022-09-27T15:35:00.9875241Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:35:01.0098662Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 2022-09-27T15:35:01.0109331Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:35:01.0297736Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu 2022-09-27T15:35:01.0487763Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:35:01.0522069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:35:01.0807214Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu 2022-09-27T15:35:01.0820983Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 2022-09-27T15:35:01.0972992Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:35:01.0973680Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:35:01.1135735Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:35:01.1251033Z [gw3] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 2022-09-27T15:35:01.1368823Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:35:01.1411608Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:35:01.1578075Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu 2022-09-27T15:35:01.1596202Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 2022-09-27T15:35:01.1810675Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:35:01.1858494Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:35:01.2257284Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu 2022-09-27T15:35:01.2279349Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 2022-09-27T15:35:01.2282467Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:35:01.2285697Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:35:01.2775921Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu 2022-09-27T15:35:01.3242955Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:35:01.3255109Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu 2022-09-27T15:35:01.3289394Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:35:01.3454418Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu 2022-09-27T15:35:01.3492035Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 2022-09-27T15:35:01.3566242Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:35:01.3730169Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 2022-09-27T15:35:01.3731307Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:35:01.3959456Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu 2022-09-27T15:35:01.4036972Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:35:01.4207276Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 2022-09-27T15:35:01.4207936Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:35:01.4369659Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu 2022-09-27T15:35:01.4691999Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:35:01.4692602Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:35:01.5125297Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu 2022-09-27T15:35:01.5125881Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:35:01.5236917Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu 2022-09-27T15:35:01.5261021Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 2022-09-27T15:35:01.5570355Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:35:01.5571311Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:35:01.5696711Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu 2022-09-27T15:35:01.5754930Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 2022-09-27T15:35:01.5990690Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:35:01.6023645Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:35:01.6311255Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu 2022-09-27T15:35:01.6377434Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 2022-09-27T15:35:01.6464240Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:35:01.6470669Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 2022-09-27T15:35:01.6475694Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:35:01.6807240Z [gw2] [ 21%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu 2022-09-27T15:35:01.6920998Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:35:01.6979621Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:35:01.7346863Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu 2022-09-27T15:35:01.7378883Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:35:01.7626572Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu 2022-09-27T15:35:01.7642233Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 2022-09-27T15:35:01.7794751Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:35:01.7826771Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:35:01.8284267Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu 2022-09-27T15:35:01.9052076Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:35:01.9067047Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 2022-09-27T15:35:01.9212984Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:35:01.9228901Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu 2022-09-27T15:35:01.9256175Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:35:01.9698380Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu 2022-09-27T15:35:01.9699184Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:35:02.0154962Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_put_cpu 2022-09-27T15:35:02.0155792Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:35:02.0549066Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu 2022-09-27T15:35:02.0574371Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:35:02.1044943Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu 2022-09-27T15:35:02.1251849Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:35:02.1453462Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu 2022-09-27T15:35:02.1454174Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:35:02.1543331Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu 2022-09-27T15:35:02.1564459Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 2022-09-27T15:35:02.1898976Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:35:02.1899630Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:35:02.2363499Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu 2022-09-27T15:35:02.2402092Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:35:02.2787531Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu 2022-09-27T15:35:02.2788327Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:35:02.3244344Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu 2022-09-27T15:35:02.3896183Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:35:02.3917014Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 2022-09-27T15:35:02.4733808Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:35:02.4803812Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu 2022-09-27T15:35:02.6202593Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:35:02.6219512Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 2022-09-27T15:35:02.6786722Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:35:02.6831380Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 2022-09-27T15:35:02.7110154Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:35:02.7245399Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 2022-09-27T15:35:02.8683478Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:35:02.8717294Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 2022-09-27T15:35:02.8791637Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:35:02.8802966Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 2022-09-27T15:35:02.8822702Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 2022-09-27T15:35:02.9167537Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:35:02.9375393Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:35:02.9606841Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 2022-09-27T15:35:02.9655368Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:35:02.9674494Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu 2022-09-27T15:35:02.9684553Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 2022-09-27T15:35:02.9725145Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:35:03.0106404Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu 2022-09-27T15:35:03.0106988Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:35:03.0200032Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 2022-09-27T15:35:03.0214494Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:35:03.0531672Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sign_cpu 2022-09-27T15:35:03.0532515Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:03.0658554Z [gw3] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:35:03.0659376Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:35:03.0958410Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu 2022-09-27T15:35:03.1044069Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:35:03.1050179Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:35:03.1407173Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 2022-09-27T15:35:03.1539703Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:35:03.1850488Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_le_cpu_float32 2022-09-27T15:35:03.2157705Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:03.2170205Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool 2022-09-27T15:35:03.3225392Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:35:03.3242715Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sort_cpu 2022-09-27T15:35:03.3341956Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:35:03.3762932Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu 2022-09-27T15:35:03.4105211Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:35:03.4121779Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 2022-09-27T15:35:03.4320515Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:35:03.4389119Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu 2022-09-27T15:35:03.4514033Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:35:03.4848175Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu 2022-09-27T15:35:03.4971810Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:35:03.5287706Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu 2022-09-27T15:35:03.5422433Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:35:03.5443125Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu 2022-09-27T15:35:03.5462793Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 2022-09-27T15:35:03.5961905Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:35:03.6050710Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:35:03.6401822Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu 2022-09-27T15:35:03.6492005Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:35:03.6880137Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu 2022-09-27T15:35:03.6885021Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:35:03.7362704Z [gw2] [ 21%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_v_cpu 2022-09-27T15:35:03.7667580Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:35:03.7723762Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu 2022-09-27T15:35:03.7811949Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:35:03.8244128Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu 2022-09-27T15:35:03.8276229Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:35:03.8525138Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_cpu 2022-09-27T15:35:03.8546624Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 2022-09-27T15:35:03.8744888Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:35:03.8748073Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:35:03.8817314Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_cpu 2022-09-27T15:35:03.8832463Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 2022-09-27T15:35:03.9162376Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:03.9673066Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:35:03.9686019Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 2022-09-27T15:35:03.9741567Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:03.9796109Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu 2022-09-27T15:35:03.9884126Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:35:04.0218884Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tan_cpu 2022-09-27T15:35:04.0278203Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:35:04.0288417Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 2022-09-27T15:35:04.0304652Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:04.0442829Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tile_cpu 2022-09-27T15:35:04.0690068Z [gw3] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:35:04.0700619Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:35:04.0712592Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_trace_cpu 2022-09-27T15:35:04.1124933Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:35:04.1650736Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:35:04.1699527Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu 2022-09-27T15:35:04.1743591Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:35:04.1910917Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu 2022-09-27T15:35:04.1947440Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 2022-09-27T15:35:04.2173482Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:35:04.2188242Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:35:04.2682733Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu 2022-09-27T15:35:04.2890686Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:35:04.3076570Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unique_cpu 2022-09-27T15:35:04.3090133Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 2022-09-27T15:35:04.3121849Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:35:04.3186202Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:35:04.3565387Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu 2022-09-27T15:35:04.3601780Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:35:04.4041636Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_cpu 2022-09-27T15:35:04.4536097Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:35:04.4578777Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu 2022-09-27T15:35:04.4649282Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:35:04.5043857Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_where_cpu_float32 2022-09-27T15:35:04.5069072Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:35:04.5302660Z [gw2] [ 21%] PASSED test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 2022-09-27T15:35:04.5333553Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 2022-09-27T15:35:04.5523178Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:35:04.5856090Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:35:04.5884919Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 2022-09-27T15:35:04.7476579Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:35:04.7510127Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 2022-09-27T15:35:04.8648690Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:35:04.8676480Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 2022-09-27T15:35:05.1563783Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:35:05.1593370Z [gw1] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 2022-09-27T15:35:05.3554030Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:35:05.3587153Z [gw0] [ 21%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool 2022-09-27T15:35:05.4110862Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:35:05.4141188Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 2022-09-27T15:35:05.4976099Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:35:05.5010123Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 2022-09-27T15:35:05.5196200Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:05.5523483Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:35:05.6859982Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:35:05.6900387Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 2022-09-27T15:35:05.7379183Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:35:05.7401888Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 2022-09-27T15:35:05.8632416Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:35:05.8685701Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 2022-09-27T15:35:05.9984929Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:35:06.0012788Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 2022-09-27T15:35:06.1010650Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:35:06.1043319Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 2022-09-27T15:35:06.1327652Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:35:06.1350997Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 2022-09-27T15:35:06.6533687Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:35:06.6570229Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool 2022-09-27T15:35:07.2393667Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:35:07.2411333Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 2022-09-27T15:35:07.3958628Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:35:07.3996489Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 2022-09-27T15:35:07.6762506Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:35:07.6790279Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 2022-09-27T15:35:07.9216755Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:35:07.9239138Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 2022-09-27T15:35:07.9354464Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:35:07.9383888Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 2022-09-27T15:35:08.2528886Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:35:08.2552673Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 2022-09-27T15:35:08.6168689Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:35:08.6171058Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 2022-09-27T15:35:08.8781778Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:35:08.8817102Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 2022-09-27T15:35:08.9873129Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:35:08.9892412Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 2022-09-27T15:35:09.1730830Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:35:09.1759003Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 2022-09-27T15:35:09.4534172Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:35:09.4570803Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 2022-09-27T15:35:09.5943297Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:35:09.5965404Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 2022-09-27T15:35:09.8091802Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:35:09.8133849Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 2022-09-27T15:35:10.0271099Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:35:10.0309940Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 2022-09-27T15:35:10.1413861Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:35:10.1444605Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 2022-09-27T15:35:10.1510712Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:35:10.1609263Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 2022-09-27T15:35:10.1655755Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 2022-09-27T15:35:10.1773876Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:35:10.1797010Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 2022-09-27T15:35:10.1836481Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 2022-09-27T15:35:10.1920248Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:35:10.2146697Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:35:10.2150243Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:35:10.2196296Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool 2022-09-27T15:35:10.2324455Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 2022-09-27T15:35:10.2596786Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:35:10.2601478Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:35:10.2774127Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 2022-09-27T15:35:10.2798252Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 2022-09-27T15:35:10.3041111Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:35:10.3045442Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:35:10.3267934Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 2022-09-27T15:35:10.3287920Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 2022-09-27T15:35:10.3347109Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:35:10.3371754Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 2022-09-27T15:35:10.3418963Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:35:10.3463178Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:35:10.3598997Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 2022-09-27T15:35:10.3719525Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool 2022-09-27T15:35:10.3733724Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 2022-09-27T15:35:10.3874682Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:35:10.3879748Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:35:10.3886791Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 2022-09-27T15:35:10.3892846Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 2022-09-27T15:35:10.3913874Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:35:10.4243231Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 2022-09-27T15:35:10.4317727Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:35:10.4322494Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:35:10.4330857Z [gw0] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 2022-09-27T15:35:10.4356390Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:35:10.4396970Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 2022-09-27T15:35:10.4412701Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 2022-09-27T15:35:10.4765337Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:35:10.4768378Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:35:10.4792944Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:35:10.5090007Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 2022-09-27T15:35:10.5210773Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool 2022-09-27T15:35:10.5228841Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:35:10.5234900Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 2022-09-27T15:35:10.5500068Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:35:10.5651381Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 2022-09-27T15:35:10.5668305Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:35:10.5686924Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 2022-09-27T15:35:10.5701753Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 2022-09-27T15:35:10.5761854Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:35:10.6046756Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:35:10.6075830Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:35:10.6096640Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 2022-09-27T15:35:10.6163975Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 2022-09-27T15:35:10.6531827Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:35:10.6546635Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:35:10.6928462Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 2022-09-27T15:35:10.7028630Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:35:10.7444445Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 2022-09-27T15:35:10.7453941Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:35:10.7807381Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool 2022-09-27T15:35:10.7907763Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:35:10.8322870Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 2022-09-27T15:35:10.8382811Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:35:10.8631131Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 2022-09-27T15:35:10.8648569Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 2022-09-27T15:35:10.8681032Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:35:10.8689564Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 2022-09-27T15:35:10.8746472Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 2022-09-27T15:35:10.8747458Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:35:10.8810745Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:35:10.9203006Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 2022-09-27T15:35:10.9203814Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:35:10.9206841Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 2022-09-27T15:35:10.9249243Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:35:10.9604232Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 2022-09-27T15:35:10.9669898Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:35:10.9680750Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:35:11.0082083Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 2022-09-27T15:35:11.0110245Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:35:11.0219665Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 2022-09-27T15:35:11.0237573Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 2022-09-27T15:35:11.0445356Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:35:11.0520295Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 2022-09-27T15:35:11.0547335Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:35:11.0567203Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 2022-09-27T15:35:11.0590238Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 2022-09-27T15:35:11.0637547Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:11.0694263Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:35:11.0893527Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:35:11.0902211Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 2022-09-27T15:35:11.0975953Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:35:11.1121875Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 2022-09-27T15:35:11.1126099Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:35:11.1399812Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:35:11.1411468Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:35:11.1421913Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool 2022-09-27T15:35:11.1601766Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 2022-09-27T15:35:11.1828972Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:35:11.1829658Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 2022-09-27T15:35:11.1880474Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:35:11.2072435Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 2022-09-27T15:35:11.2084402Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 2022-09-27T15:35:11.2099798Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:35:11.2280108Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:35:11.2286490Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 2022-09-27T15:35:11.2292623Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:35:11.2296661Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:35:11.2562261Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 2022-09-27T15:35:11.2850307Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:35:11.2865949Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 2022-09-27T15:35:11.2869803Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:11.2922306Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 2022-09-27T15:35:11.3328324Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:35:11.3362662Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 2022-09-27T15:35:11.3477892Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:35:11.3494308Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:35:11.3860823Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:35:11.3896004Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 2022-09-27T15:35:11.4157267Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:35:11.4402353Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 2022-09-27T15:35:11.4447193Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:35:11.4847209Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 2022-09-27T15:35:11.4854768Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:35:11.5280544Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 2022-09-27T15:35:11.5290839Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:35:11.5297481Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 2022-09-27T15:35:11.5312183Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 2022-09-27T15:35:11.5722767Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:35:11.5727952Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:35:11.5869506Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 2022-09-27T15:35:11.5922216Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 2022-09-27T15:35:11.6034720Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:35:11.6202284Z [gw3] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 2022-09-27T15:35:11.6291453Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:35:11.6305050Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 2022-09-27T15:35:11.6400399Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:35:11.6433647Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:35:11.6814792Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 2022-09-27T15:35:11.6822853Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:35:11.7230088Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 2022-09-27T15:35:11.7258779Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:35:11.7667718Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:35:11.7698038Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:35:11.8111704Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:35:11.8263059Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:35:11.8290627Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 2022-09-27T15:35:11.8441275Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:35:11.8527330Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 2022-09-27T15:35:11.8567698Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:35:11.9003524Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 2022-09-27T15:35:11.9019107Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:35:11.9472005Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:35:11.9482347Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:35:11.9956870Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:35:11.9968151Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:35:12.0387950Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 2022-09-27T15:35:12.0390577Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:35:12.0816192Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:35:12.0820357Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:35:12.1147489Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:35:12.1160756Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool 2022-09-27T15:35:12.1224658Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:35:12.1249098Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:35:12.1455316Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 2022-09-27T15:35:12.1478365Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 2022-09-27T15:35:12.1692421Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:35:12.1698056Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:12.2122486Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 2022-09-27T15:35:12.2151668Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:35:12.2574059Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:35:12.2579697Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:35:12.3064569Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:35:12.3070342Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:12.3469393Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 2022-09-27T15:35:12.3985092Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:35:12.4054634Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:35:12.4149106Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:35:12.4517943Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:35:12.4542668Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:12.4905574Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:35:12.4966342Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 2022-09-27T15:35:12.4972395Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:12.5036517Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 2022-09-27T15:35:12.5389801Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:35:12.5424370Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:12.5849532Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 2022-09-27T15:35:12.5856008Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:12.5914859Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 2022-09-27T15:35:12.6010238Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 2022-09-27T15:35:12.6293091Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:35:12.6301142Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:35:12.6729724Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 2022-09-27T15:35:12.6735898Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:35:12.7209297Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 2022-09-27T15:35:12.7222533Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:35:12.7696641Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 2022-09-27T15:35:12.7710049Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:35:12.8162411Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:35:12.8363093Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:12.8386095Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 2022-09-27T15:35:12.8758881Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:35:12.8829671Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 2022-09-27T15:35:12.8939373Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:35:12.9280901Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:35:12.9299563Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:35:12.9760888Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:35:13.0221904Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:35:13.0265068Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 2022-09-27T15:35:13.0537990Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:35:13.0756014Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 2022-09-27T15:35:13.0893304Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:35:13.1243364Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 2022-09-27T15:35:13.2048965Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:35:13.2092875Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool 2022-09-27T15:35:13.2480821Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:35:13.2517817Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 2022-09-27T15:35:13.2532618Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:35:13.2553752Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 2022-09-27T15:35:13.2644468Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:35:13.2672968Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:35:13.2699541Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 2022-09-27T15:35:13.3012241Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:35:13.3021553Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:35:13.3483154Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 2022-09-27T15:35:13.3895804Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:35:13.3932021Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 2022-09-27T15:35:13.4075642Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:35:13.4404385Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 2022-09-27T15:35:13.5838482Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:35:13.5980132Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 2022-09-27T15:35:13.6088930Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:35:13.6129848Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 2022-09-27T15:35:13.6139785Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 2022-09-27T15:35:13.6155854Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 2022-09-27T15:35:13.6185799Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:35:13.6449969Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:35:13.6470308Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:35:13.6922947Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 2022-09-27T15:35:13.6976048Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:35:13.7403738Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_round_cpu_float32 2022-09-27T15:35:13.7720780Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:35:13.7765055Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 2022-09-27T15:35:13.9743034Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:35:13.9755716Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 2022-09-27T15:35:13.9811482Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:35:13.9852549Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 2022-09-27T15:35:14.1977975Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:35:14.2023170Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 2022-09-27T15:35:14.4346202Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:35:14.4397254Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 2022-09-27T15:35:14.6056176Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:35:14.6086125Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 2022-09-27T15:35:14.6169358Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:35:14.6563350Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_select_cpu_float32 2022-09-27T15:35:14.6811408Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:35:14.6927612Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 2022-09-27T15:35:14.7325709Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:35:14.7366086Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 2022-09-27T15:35:14.7854798Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:35:14.7910317Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 2022-09-27T15:35:14.8517818Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:35:14.8530580Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 2022-09-27T15:35:14.9086834Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:35:14.9147611Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 2022-09-27T15:35:15.0026198Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:15.0074702Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 2022-09-27T15:35:15.0085735Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:35:15.0114280Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:35:15.0296483Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:35:15.0335751Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 2022-09-27T15:35:15.0349306Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 2022-09-27T15:35:15.0396872Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:35:15.0417889Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool 2022-09-27T15:35:15.0562447Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:35:15.0700216Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:35:15.1001364Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 2022-09-27T15:35:15.1008248Z test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:15.1436614Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:35:15.1820821Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:15.1942499Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 2022-09-27T15:35:15.3181727Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:15.3209464Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 2022-09-27T15:35:15.3419958Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:35:15.3438101Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:35:15.3456842Z test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:15.3910712Z [gw3] [ 22%] SKIPPED test_ops.py::TestCommonCPU::test_out_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:35:15.3923440Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 2022-09-27T15:35:15.3934402Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:35:15.4932490Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:35:15.4951890Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 2022-09-27T15:35:15.5105072Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:35:15.5124081Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 2022-09-27T15:35:15.5159038Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:35:15.5661192Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 2022-09-27T15:35:15.5744432Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:35:15.5771473Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 2022-09-27T15:35:15.6749988Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:35:15.6763208Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 2022-09-27T15:35:15.7244270Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:35:15.7274152Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 2022-09-27T15:35:15.7469729Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:35:15.7754507Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 2022-09-27T15:35:15.7764850Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:35:15.8194766Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 2022-09-27T15:35:15.8205537Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:35:15.8409593Z [gw2] [ 22%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 2022-09-27T15:35:15.8424646Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 2022-09-27T15:35:15.8633071Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:35:15.8644485Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 2022-09-27T15:35:15.8922380Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:35:15.8979377Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:35:15.9022234Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 2022-09-27T15:35:15.9455355Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:35:15.9466970Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 2022-09-27T15:35:15.9503878Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:35:15.9581282Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 2022-09-27T15:35:15.9771767Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:35:15.9813492Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_take_cpu_float32 2022-09-27T15:35:16.0105713Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:35:16.0161337Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 2022-09-27T15:35:16.0189687Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 2022-09-27T15:35:16.0246228Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:35:16.0932211Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:35:16.0950509Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 2022-09-27T15:35:16.1808006Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:35:16.1822934Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 2022-09-27T15:35:16.1857463Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:35:16.2285617Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 2022-09-27T15:35:16.2307018Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:35:16.2329437Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 2022-09-27T15:35:16.2922155Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:35:16.2943798Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 2022-09-27T15:35:16.3266848Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:35:16.3300750Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 2022-09-27T15:35:16.3323307Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:35:16.3363818Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool 2022-09-27T15:35:16.3369937Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:35:16.3731915Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 2022-09-27T15:35:16.3802341Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 2022-09-27T15:35:16.3809581Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:35:16.3919298Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:35:16.4133929Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 2022-09-27T15:35:16.4213050Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 2022-09-27T15:35:16.4218451Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:35:16.4243420Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 2022-09-27T15:35:16.4571053Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:35:16.4650447Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 2022-09-27T15:35:16.4655932Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:35:16.4684469Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 2022-09-27T15:35:16.4992972Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:35:16.5093881Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 2022-09-27T15:35:16.5180978Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:35:16.5491683Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:35:16.5502918Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool 2022-09-27T15:35:16.5512576Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 2022-09-27T15:35:16.5606103Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:35:16.5690433Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:35:16.5706625Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning_H_cpu 2022-09-27T15:35:16.5907015Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:35:16.5992518Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 2022-09-27T15:35:16.6046478Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rand___cpu 2022-09-27T15:35:16.6098322Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:35:16.6110036Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 2022-09-27T15:35:16.6164915Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:35:16.6328766Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:35:16.6383831Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 2022-09-27T15:35:16.6487099Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu 2022-09-27T15:35:16.6632859Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:35:16.6635146Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:35:16.6671854Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 2022-09-27T15:35:16.6927866Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu 2022-09-27T15:35:16.7047148Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:35:16.7070642Z test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:35:16.7299826Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 2022-09-27T15:35:16.7366471Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_argmin_cpu 2022-09-27T15:35:16.7436928Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:35:16.7486233Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 2022-09-27T15:35:16.7666293Z test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:35:16.7810511Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_logaddexp_cpu 2022-09-27T15:35:16.7894351Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:35:16.7926945Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 2022-09-27T15:35:16.8002477Z test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:35:16.8015428Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 2022-09-27T15:35:16.8085888Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:35:16.8247770Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_norm_cpu 2022-09-27T15:35:16.8308276Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:35:16.8407259Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 2022-09-27T15:35:16.8446716Z test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:35:16.8547667Z [gw3] [ 22%] PASSED test_ops.py::TestCommonCPU::test_out_warning__masked_softmin_cpu 2022-09-27T15:35:16.8554675Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 2022-09-27T15:35:16.8688304Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:35:16.8928680Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:35:17.0724740Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:35:17.0768898Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 2022-09-27T15:35:17.1146752Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:35:17.1159193Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 2022-09-27T15:35:17.3026400Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:35:17.3058816Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 2022-09-27T15:35:17.3988458Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:35:17.4007984Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 2022-09-27T15:35:17.4618273Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:35:17.4638840Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 2022-09-27T15:35:17.4690916Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:35:17.4712912Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 2022-09-27T15:35:17.6580834Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:35:17.6591683Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 2022-09-27T15:35:17.7923642Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:35:17.7940025Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 2022-09-27T15:35:17.8204627Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:35:17.8231078Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 2022-09-27T15:35:18.0450376Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:35:18.0475394Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 2022-09-27T15:35:18.1584728Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:35:18.1613294Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 2022-09-27T15:35:18.2377079Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:35:18.2389035Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool 2022-09-27T15:35:18.2410502Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 2022-09-27T15:35:18.2565396Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:35:18.2628240Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:35:18.3087215Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool 2022-09-27T15:35:18.3097315Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:35:18.3448225Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 2022-09-27T15:35:18.3506369Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:35:18.3887930Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 2022-09-27T15:35:18.3973040Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:35:18.4328183Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:35:18.4413552Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:35:18.4774399Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 2022-09-27T15:35:18.4801822Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:35:18.4815801Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 2022-09-27T15:35:18.4867828Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:35:18.4998532Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 2022-09-27T15:35:18.5018478Z [gw2] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 2022-09-27T15:35:18.5037201Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:35:18.5248510Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool 2022-09-27T15:35:18.5252482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:35:18.5328084Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:35:18.5469411Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 2022-09-27T15:35:18.5802830Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 2022-09-27T15:35:18.5839518Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:35:18.5850520Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 2022-09-27T15:35:18.5991632Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:35:18.6188869Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 2022-09-27T15:35:18.6246509Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:35:18.6267093Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:35:18.6432400Z [gw0] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 2022-09-27T15:35:18.6683911Z [gw1] [ 22%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 2022-09-27T15:35:18.6698154Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:35:18.6732205Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:35:18.6871466Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 2022-09-27T15:35:18.6900893Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 2022-09-27T15:35:18.6904842Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 2022-09-27T15:35:18.7101767Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:35:18.7214601Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:35:18.7565584Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:35:18.7604177Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 2022-09-27T15:35:18.7958693Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:35:18.8085296Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 2022-09-27T15:35:18.8299962Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:35:18.8609785Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 2022-09-27T15:35:18.9074363Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:35:18.9111261Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 2022-09-27T15:35:18.9403710Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:35:18.9525690Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 2022-09-27T15:35:18.9745300Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:35:19.0043509Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool 2022-09-27T15:35:19.0105707Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:35:19.0483764Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 2022-09-27T15:35:19.0542378Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:35:19.0898148Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 2022-09-27T15:35:19.1100919Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:35:19.1291729Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 2022-09-27T15:35:19.1314042Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:35:19.1342203Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 2022-09-27T15:35:19.1559407Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:35:19.1726788Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 2022-09-27T15:35:19.1967624Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:35:19.1992668Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 2022-09-27T15:35:19.2045554Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:35:19.2205622Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 2022-09-27T15:35:19.2521709Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:35:19.2647531Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 2022-09-27T15:35:19.2891188Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:35:19.3163725Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 2022-09-27T15:35:19.3237143Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:35:19.3569611Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 2022-09-27T15:35:19.3719254Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:35:19.4082744Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 2022-09-27T15:35:19.4183538Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:35:19.4563230Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool 2022-09-27T15:35:19.4653821Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:35:19.5003149Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 2022-09-27T15:35:19.5137120Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:35:19.5415040Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 2022-09-27T15:35:19.5740131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:35:19.5804579Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 2022-09-27T15:35:19.6051409Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:35:19.6116189Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:35:19.6139496Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 2022-09-27T15:35:19.6312256Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:35:19.6391824Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:35:19.6406034Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 2022-09-27T15:35:19.6502267Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:35:19.6757179Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 2022-09-27T15:35:19.6912296Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:35:19.7283530Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 2022-09-27T15:35:19.7349005Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:35:19.7648625Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 2022-09-27T15:35:19.7784568Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:35:19.8051806Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 2022-09-27T15:35:19.8232658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:35:19.8563365Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 2022-09-27T15:35:19.8638466Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:35:19.8963565Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:35:19.9085540Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:35:19.9368469Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool 2022-09-27T15:35:19.9402067Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:35:19.9420765Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:35:19.9617157Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:35:19.9810298Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 2022-09-27T15:35:20.0031896Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:35:20.0314527Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 2022-09-27T15:35:20.0428611Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:35:20.0445742Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 2022-09-27T15:35:20.0462383Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 2022-09-27T15:35:20.0758284Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:35:20.0898046Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:35:20.1243220Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 2022-09-27T15:35:20.1344310Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:35:20.1643853Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 2022-09-27T15:35:20.1769945Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:35:20.1803129Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 2022-09-27T15:35:20.1875243Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool 2022-09-27T15:35:20.2203553Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:35:20.2275366Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:35:20.2567834Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 2022-09-27T15:35:20.2710674Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:35:20.3007948Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 2022-09-27T15:35:20.3090202Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:35:20.3108495Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 2022-09-27T15:35:20.3157399Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:35:20.3482428Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 2022-09-27T15:35:20.3614871Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:35:20.4004101Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 2022-09-27T15:35:20.4087163Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:35:20.4277044Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 2022-09-27T15:35:20.4297658Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 2022-09-27T15:35:20.4372185Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:35:20.4552006Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:35:20.4844242Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool 2022-09-27T15:35:20.4971887Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:35:20.5251141Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 2022-09-27T15:35:20.5500260Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:35:20.5724030Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 2022-09-27T15:35:20.5955161Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:35:20.6162047Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 2022-09-27T15:35:20.6208565Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:35:20.6237195Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 2022-09-27T15:35:20.6479751Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:35:20.6605990Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 2022-09-27T15:35:20.6962630Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:35:20.6978888Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 2022-09-27T15:35:20.7083151Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 2022-09-27T15:35:20.7094199Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:35:20.7438502Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:35:20.7525412Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 2022-09-27T15:35:20.7878319Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:35:20.7964783Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 2022-09-27T15:35:20.8511993Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:35:20.8534230Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 2022-09-27T15:35:20.8778510Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:35:20.8997486Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 2022-09-27T15:35:20.9328446Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:35:20.9447066Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool 2022-09-27T15:35:20.9679559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:35:20.9921980Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 2022-09-27T15:35:21.0106796Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:35:21.0330288Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 2022-09-27T15:35:21.0375701Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:35:21.0383723Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 2022-09-27T15:35:21.0570039Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:35:21.0724393Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 2022-09-27T15:35:21.0857746Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:35:21.0861008Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:35:21.0916255Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:35:21.1210906Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 2022-09-27T15:35:21.1213736Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:35:21.1402745Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 2022-09-27T15:35:21.1411596Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:35:21.1605633Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 2022-09-27T15:35:21.1646118Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 2022-09-27T15:35:21.1843570Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:35:21.1869560Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:35:21.1885242Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 2022-09-27T15:35:21.2087743Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:35:21.2331750Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:35:21.2332354Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:35:21.2363546Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 2022-09-27T15:35:21.2527419Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 2022-09-27T15:35:21.2730202Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:35:21.2741313Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:35:21.2812132Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 2022-09-27T15:35:21.3036214Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 2022-09-27T15:35:21.3167487Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:35:21.3228847Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:35:21.3317355Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 2022-09-27T15:35:21.3495239Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 2022-09-27T15:35:21.3683996Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:35:21.3784103Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:35:21.3838505Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 2022-09-27T15:35:21.3883561Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool 2022-09-27T15:35:21.4123486Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:35:21.4192683Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:35:21.4343025Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 2022-09-27T15:35:21.4376863Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 2022-09-27T15:35:21.4564072Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:35:21.4634996Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:35:21.4809354Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 2022-09-27T15:35:21.4837989Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 2022-09-27T15:35:21.5003612Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:35:21.5237277Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:35:21.5270529Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 2022-09-27T15:35:21.5634640Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:35:21.5684131Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 2022-09-27T15:35:21.6029666Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:35:21.6124903Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 2022-09-27T15:35:21.6424798Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:35:21.6565783Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 2022-09-27T15:35:21.6728550Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:35:21.6766656Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 2022-09-27T15:35:21.6814922Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:35:21.7089446Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 2022-09-27T15:35:21.7331293Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:35:21.7563726Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 2022-09-27T15:35:21.7714137Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:35:21.7928368Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 2022-09-27T15:35:21.8542588Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:35:21.8575355Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 2022-09-27T15:35:21.8743335Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:35:21.8769106Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool 2022-09-27T15:35:21.9016270Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:35:21.9229300Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 2022-09-27T15:35:21.9533558Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:35:21.9546893Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 2022-09-27T15:35:21.9753043Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:35:21.9775835Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 2022-09-27T15:35:21.9949747Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:35:21.9966200Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 2022-09-27T15:35:22.0296783Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:35:22.0323362Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 2022-09-27T15:35:22.0512318Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:35:22.0655420Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 2022-09-27T15:35:22.0718940Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 2022-09-27T15:35:22.0852247Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:35:22.1032713Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:35:22.1056227Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 2022-09-27T15:35:22.1086444Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:35:22.1330189Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 2022-09-27T15:35:22.1554179Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:35:22.1762886Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 2022-09-27T15:35:22.1982984Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:35:22.2252315Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 2022-09-27T15:35:22.2455363Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:35:22.2692185Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 2022-09-27T15:35:22.2923872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:35:22.2936671Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 2022-09-27T15:35:22.3013710Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:35:22.3165607Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 2022-09-27T15:35:22.3402434Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:35:22.3700243Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool 2022-09-27T15:35:22.4306235Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:35:22.4339118Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 2022-09-27T15:35:22.4427570Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:35:22.4463085Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 2022-09-27T15:35:22.4678680Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:35:22.4806231Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 2022-09-27T15:35:22.5021462Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:35:22.5055381Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 2022-09-27T15:35:22.5128974Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:35:22.5248950Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 2022-09-27T15:35:22.5598773Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:35:22.5724398Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 2022-09-27T15:35:22.6011902Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:35:22.6165032Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 2022-09-27T15:35:22.6441797Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:35:22.6695834Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 2022-09-27T15:35:22.6954251Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:35:22.7166813Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 2022-09-27T15:35:22.7408642Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:35:22.7607324Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 2022-09-27T15:35:22.7726892Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:35:22.7757367Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 2022-09-27T15:35:22.7904005Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:35:22.7916429Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 2022-09-27T15:35:22.8244543Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 2022-09-27T15:35:22.8245128Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:35:22.8245657Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:35:22.8345515Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 2022-09-27T15:35:22.8699074Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool 2022-09-27T15:35:22.8700658Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:35:22.8719251Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:35:22.8761366Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 2022-09-27T15:35:22.9166011Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 2022-09-27T15:35:22.9166691Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:35:22.9223217Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:35:22.9253101Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 2022-09-27T15:35:22.9643845Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 2022-09-27T15:35:22.9644506Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:35:22.9696178Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:35:22.9733278Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 2022-09-27T15:35:23.0076604Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 2022-09-27T15:35:23.0077321Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:35:23.0129902Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:35:23.0169519Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 2022-09-27T15:35:23.0454939Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 2022-09-27T15:35:23.0563074Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:35:23.0579000Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:35:23.0776132Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool 2022-09-27T15:35:23.0844445Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 2022-09-27T15:35:23.1002545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:35:23.1034772Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:35:23.1192855Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 2022-09-27T15:35:23.1284152Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 2022-09-27T15:35:23.1443625Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:35:23.1450984Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:35:23.1723637Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 2022-09-27T15:35:23.1763023Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 2022-09-27T15:35:23.1879219Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:35:23.2017539Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:35:23.2360663Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 2022-09-27T15:35:23.2626639Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:35:23.2762411Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 2022-09-27T15:35:23.2884980Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:35:23.3321325Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:35:23.3489011Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:35:23.3654197Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool 2022-09-27T15:35:23.3672939Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 2022-09-27T15:35:23.3759092Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:35:23.3926700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:35:23.4280298Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:35:23.4407862Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:35:23.4761654Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:35:23.4929982Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:35:23.5145332Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:35:23.5160890Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool 2022-09-27T15:35:23.5176866Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:35:23.5231902Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:35:23.5642244Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 2022-09-27T15:35:23.5721766Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:35:23.6118198Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 2022-09-27T15:35:23.6196801Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:35:23.6519925Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 2022-09-27T15:35:23.6631188Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:35:23.6959956Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 2022-09-27T15:35:23.7068461Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:35:23.7395518Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 2022-09-27T15:35:23.7507899Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:35:23.7877270Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 2022-09-27T15:35:23.7995476Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:35:23.8377823Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 2022-09-27T15:35:23.8431812Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:35:23.8802074Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:35:23.9388248Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:35:23.9407503Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 2022-09-27T15:35:23.9418972Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:35:23.9441951Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool 2022-09-27T15:35:23.9808862Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:35:23.9927653Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 2022-09-27T15:35:24.0289198Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:35:24.0363995Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 2022-09-27T15:35:24.0569711Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:35:24.0587398Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 2022-09-27T15:35:24.0726610Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:35:24.0846092Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 2022-09-27T15:35:24.1248703Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:35:24.1324544Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 2022-09-27T15:35:24.1784709Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:35:24.1864031Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 2022-09-27T15:35:24.2209308Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:35:24.2219848Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:35:24.2247351Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 2022-09-27T15:35:24.2283793Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:35:24.2780890Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:35:24.2806062Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:35:24.3358111Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:35:24.3365315Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool 2022-09-27T15:35:24.3375315Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 2022-09-27T15:35:24.3382316Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:35:24.3846857Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:35:24.3876068Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 2022-09-27T15:35:24.4126355Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:35:24.4327828Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 2022-09-27T15:35:24.4725150Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:35:24.4765527Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 2022-09-27T15:35:24.4886152Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:35:24.4916219Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 2022-09-27T15:35:24.5309663Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:35:24.5364575Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 2022-09-27T15:35:24.5711535Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:35:24.5805979Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 2022-09-27T15:35:24.6126107Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:35:24.6246881Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 2022-09-27T15:35:24.6558478Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:35:24.6802875Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 2022-09-27T15:35:24.7045321Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:35:24.7127797Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool 2022-09-27T15:35:24.7159939Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 2022-09-27T15:35:24.7203571Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:35:24.7595781Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:35:24.7643056Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 2022-09-27T15:35:24.7795644Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:35:24.7814115Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 2022-09-27T15:35:24.8131304Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:35:24.8158864Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 2022-09-27T15:35:24.8709133Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:35:24.8742252Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 2022-09-27T15:35:24.9400896Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:35:24.9575609Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 2022-09-27T15:35:24.9924285Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:35:25.0045948Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 2022-09-27T15:35:25.0348259Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:35:25.0485503Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 2022-09-27T15:35:25.0891005Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:35:25.0992486Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:35:25.1253932Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:35:25.1446713Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool 2022-09-27T15:35:25.1675845Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:35:25.1887005Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 2022-09-27T15:35:25.1949022Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:35:25.2112240Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 2022-09-27T15:35:25.2115096Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 2022-09-27T15:35:25.2327238Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:35:25.2517545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:35:25.2768538Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 2022-09-27T15:35:25.3093647Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:35:25.3249367Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 2022-09-27T15:35:25.3720170Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:35:25.3778615Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 2022-09-27T15:35:25.4200508Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:35:25.4260918Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 2022-09-27T15:35:25.4705156Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:35:25.4747869Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 2022-09-27T15:35:25.5114020Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:35:25.5285358Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 2022-09-27T15:35:25.5528210Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:35:25.5555009Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 2022-09-27T15:35:25.5672296Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:35:25.5834502Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 2022-09-27T15:35:25.6266928Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:35:25.6321602Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool 2022-09-27T15:35:25.6541133Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:35:25.6765963Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 2022-09-27T15:35:25.6810305Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:35:25.6831170Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 2022-09-27T15:35:25.6897273Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:35:25.7184349Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 2022-09-27T15:35:25.7202609Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:35:25.7350729Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:35:25.7360211Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 2022-09-27T15:35:25.7607852Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:35:25.7643356Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 2022-09-27T15:35:25.7785702Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:35:25.7800011Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 2022-09-27T15:35:25.7970524Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:35:25.8084593Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 2022-09-27T15:35:25.8164918Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:35:25.8253908Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:35:25.8316644Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 2022-09-27T15:35:25.8524390Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 2022-09-27T15:35:25.8681138Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:35:25.8693425Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:35:25.8762991Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 2022-09-27T15:35:25.9035298Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 2022-09-27T15:35:25.9127043Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:35:25.9127509Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:35:25.9300683Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 2022-09-27T15:35:25.9444517Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 2022-09-27T15:35:25.9560719Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:35:25.9656227Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:35:25.9837034Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 2022-09-27T15:35:25.9883544Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 2022-09-27T15:35:26.0001357Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:35:26.0075647Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:35:26.0242114Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 2022-09-27T15:35:26.0324717Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 2022-09-27T15:35:26.0481734Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:35:26.0539254Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:35:26.0805458Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 2022-09-27T15:35:26.0815959Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool 2022-09-27T15:35:26.0960273Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:35:26.1318563Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:35:26.1328661Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 2022-09-27T15:35:26.1473634Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:35:26.1481123Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 2022-09-27T15:35:26.1615861Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:35:26.1768029Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 2022-09-27T15:35:26.2182478Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:35:26.2216741Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 2022-09-27T15:35:26.2229065Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:35:26.2256080Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 2022-09-27T15:35:26.2642478Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:35:26.2672819Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 2022-09-27T15:35:26.3083479Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:35:26.3105332Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 2022-09-27T15:35:26.3200747Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:35:26.3219623Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 2022-09-27T15:35:26.3401860Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:35:26.3422881Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 2022-09-27T15:35:26.3668926Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:35:26.3681717Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 2022-09-27T15:35:26.4159017Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:35:26.4264657Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 2022-09-27T15:35:26.4268837Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 2022-09-27T15:35:26.4282447Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 2022-09-27T15:35:26.4293707Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:35:26.4364556Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:35:26.4367353Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool 2022-09-27T15:35:26.4634746Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:35:26.4692804Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 2022-09-27T15:35:26.4725657Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool 2022-09-27T15:35:26.4733092Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:35:26.4817871Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:35:26.4844214Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 2022-09-27T15:35:26.5127273Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:35:26.5212438Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 2022-09-27T15:35:26.5260239Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:35:26.5286969Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 2022-09-27T15:35:26.5509255Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:35:26.5532693Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool 2022-09-27T15:35:26.5551434Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 2022-09-27T15:35:26.5656754Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:35:26.5752281Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:35:26.6092438Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:35:26.6201751Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 2022-09-27T15:35:26.6239465Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:35:26.6264823Z [gw2] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 2022-09-27T15:35:26.6305050Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:35:26.6662083Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 2022-09-27T15:35:26.6809001Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:35:26.7164641Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 2022-09-27T15:35:26.7230607Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:35:26.7485189Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 2022-09-27T15:35:26.7838781Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:35:26.7871665Z [gw0] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 2022-09-27T15:35:26.7881780Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:35:26.8001102Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 2022-09-27T15:35:26.8210761Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:35:26.8351856Z [gw1] [ 23%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 2022-09-27T15:35:26.8375072Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 2022-09-27T15:35:26.8515979Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:35:26.8758601Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:35:26.8804034Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 2022-09-27T15:35:26.9031923Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:35:26.9311900Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool 2022-09-27T15:35:26.9398951Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:35:26.9757302Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 2022-09-27T15:35:26.9849799Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:35:27.0093515Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 2022-09-27T15:35:27.0123432Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 2022-09-27T15:35:27.0189965Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:35:27.0344599Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:35:27.0847799Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 2022-09-27T15:35:27.1667659Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:35:27.1722136Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 2022-09-27T15:35:27.2211193Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:35:27.2241762Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 2022-09-27T15:35:27.2458539Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:35:27.2646693Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 2022-09-27T15:35:27.2902519Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:35:27.3139874Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 2022-09-27T15:35:27.3361520Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:35:27.3528073Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool 2022-09-27T15:35:27.3816015Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:35:27.3968754Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 2022-09-27T15:35:27.4252527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:35:27.4274090Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 2022-09-27T15:35:27.4352868Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:35:27.4448444Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 2022-09-27T15:35:27.4853804Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:35:27.4900040Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 2022-09-27T15:35:27.5153887Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:35:27.5171378Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 2022-09-27T15:35:27.5362786Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:35:27.5411871Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 2022-09-27T15:35:27.5760705Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:35:27.5922314Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 2022-09-27T15:35:27.6119820Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:35:27.6139224Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 2022-09-27T15:35:27.6162886Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 2022-09-27T15:35:27.6286722Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:35:27.6562377Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:35:27.6728878Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 2022-09-27T15:35:27.7233589Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:35:27.7266202Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 2022-09-27T15:35:27.8991746Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:35:27.9016612Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 2022-09-27T15:35:28.1615762Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:35:28.1664422Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool 2022-09-27T15:35:28.2590689Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:35:28.2626842Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 2022-09-27T15:35:28.5329260Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:35:28.5366368Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 2022-09-27T15:35:28.6292197Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:35:28.6303123Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 2022-09-27T15:35:28.7018247Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:35:28.7076676Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 2022-09-27T15:35:28.7349915Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:35:28.7391574Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 2022-09-27T15:35:28.9363031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:35:28.9378055Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:35:29.1490963Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:35:29.1519714Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 2022-09-27T15:35:29.1529026Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:35:29.1541949Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 2022-09-27T15:35:29.2396192Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:35:29.2415817Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 2022-09-27T15:35:29.3490149Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:35:29.3527501Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 2022-09-27T15:35:29.4121631Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:35:29.4148911Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 2022-09-27T15:35:29.4682948Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:35:29.4725116Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 2022-09-27T15:35:29.5536510Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:35:29.5687340Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 2022-09-27T15:35:29.7188960Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:35:29.7211049Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 2022-09-27T15:35:30.0748487Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:35:30.0775747Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 2022-09-27T15:35:30.2804632Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:35:30.2831659Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool 2022-09-27T15:35:30.2952764Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:35:30.2976102Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 2022-09-27T15:35:30.4395114Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:35:30.4432885Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 2022-09-27T15:35:30.7706135Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:35:30.7764573Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 2022-09-27T15:35:30.9654677Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:35:30.9688121Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 2022-09-27T15:35:31.0805473Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:35:31.0824722Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 2022-09-27T15:35:31.1060695Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:35:31.1079977Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 2022-09-27T15:35:31.1611212Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:35:31.1624628Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 2022-09-27T15:35:31.1861320Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:35:31.1883735Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 2022-09-27T15:35:31.2030575Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:35:31.2050240Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 2022-09-27T15:35:31.2740707Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:35:31.2765943Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 2022-09-27T15:35:31.2984046Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:35:31.3059730Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 2022-09-27T15:35:31.3412252Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:35:31.3444407Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 2022-09-27T15:35:31.4169533Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:35:31.4214892Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 2022-09-27T15:35:31.4255837Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:35:31.4280965Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 2022-09-27T15:35:31.4361071Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:35:31.4763697Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 2022-09-27T15:35:31.4773424Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:35:31.5090147Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 2022-09-27T15:35:31.5161771Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 2022-09-27T15:35:31.5169916Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:35:31.5221597Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:35:31.5529660Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 2022-09-27T15:35:31.5629156Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool 2022-09-27T15:35:31.5638637Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:35:31.6259030Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:35:31.6284720Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 2022-09-27T15:35:31.6877498Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:35:31.6907976Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 2022-09-27T15:35:31.7483598Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:35:31.7515547Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 2022-09-27T15:35:31.7978010Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:35:31.8025253Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 2022-09-27T15:35:31.9021039Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:35:31.9065533Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 2022-09-27T15:35:32.0254194Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:35:32.0287446Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 2022-09-27T15:35:32.0692932Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:35:32.0724566Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 2022-09-27T15:35:32.0828984Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:35:32.0846961Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 2022-09-27T15:35:32.1231311Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:35:32.1252077Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu 2022-09-27T15:35:32.1291571Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:35:32.1303998Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 2022-09-27T15:35:32.1550900Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:35:32.1657254Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 2022-09-27T15:35:32.1694096Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:35:32.1724963Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 2022-09-27T15:35:32.2350234Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:35:32.2368191Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 2022-09-27T15:35:32.2818251Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:35:32.2836568Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 2022-09-27T15:35:32.2901724Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:35:32.2920879Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 2022-09-27T15:35:32.3102161Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:35:32.3373371Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 2022-09-27T15:35:32.3421587Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:35:32.3803102Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool 2022-09-27T15:35:32.3877973Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:35:32.4093704Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 2022-09-27T15:35:32.4280804Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 2022-09-27T15:35:32.4282976Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:35:32.4320084Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:35:32.4722909Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 2022-09-27T15:35:32.4749751Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:35:32.5162820Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 2022-09-27T15:35:32.5208379Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:35:32.5422470Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 2022-09-27T15:35:32.5444473Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool 2022-09-27T15:35:32.5534173Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:35:32.5630302Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:35:32.5782076Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 2022-09-27T15:35:32.5797189Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu 2022-09-27T15:35:32.5968173Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:35:32.6075301Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:35:32.6447950Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 2022-09-27T15:35:32.6532240Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:35:32.6887982Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 2022-09-27T15:35:32.6984476Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:35:32.7042561Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 2022-09-27T15:35:32.7064102Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 2022-09-27T15:35:32.7327844Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:35:32.7408672Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:35:32.7767723Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 2022-09-27T15:35:32.7853600Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:35:32.7867898Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 2022-09-27T15:35:32.7889114Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 2022-09-27T15:35:32.8263967Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:35:32.8270444Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:35:32.8559540Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 2022-09-27T15:35:32.8594350Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu 2022-09-27T15:35:32.8665649Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:35:32.8700556Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu 2022-09-27T15:35:32.8706857Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:35:32.8751820Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool 2022-09-27T15:35:32.8769349Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 2022-09-27T15:35:32.8866450Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:35:32.8880858Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:35:32.9088583Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:35:32.9120593Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:35:32.9136023Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:35:32.9151727Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 2022-09-27T15:35:32.9487939Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu 2022-09-27T15:35:32.9523528Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:35:32.9626419Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu 2022-09-27T15:35:32.9626996Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:35:32.9930765Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 2022-09-27T15:35:32.9973783Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:35:32.9989314Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 2022-09-27T15:35:33.0123475Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:35:33.0147349Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:35:33.0404158Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 2022-09-27T15:35:33.0413915Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu 2022-09-27T15:35:33.0443722Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:35:33.0485247Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu 2022-09-27T15:35:33.0546177Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:35:33.0678564Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 2022-09-27T15:35:33.0687893Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 2022-09-27T15:35:33.0850138Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:35:33.0930725Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:35:33.1014226Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:35:33.1015382Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 2022-09-27T15:35:33.1016520Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:35:33.1278185Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 2022-09-27T15:35:33.1292278Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu 2022-09-27T15:35:33.1423285Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:35:33.1427769Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:35:33.1476165Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 2022-09-27T15:35:33.1627467Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu 2022-09-27T15:35:33.1652255Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 2022-09-27T15:35:33.1771367Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:35:33.1778779Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:35:33.1856230Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu 2022-09-27T15:35:33.1859843Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:35:33.2209209Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 2022-09-27T15:35:33.2215747Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:35:33.2297464Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu 2022-09-27T15:35:33.2303056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:35:33.2326278Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 2022-09-27T15:35:33.2342434Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 2022-09-27T15:35:33.2373161Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:35:33.2396343Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 2022-09-27T15:35:33.2683669Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:35:33.2748771Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:35:33.2752812Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:35:33.2871520Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 2022-09-27T15:35:33.2911505Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 2022-09-27T15:35:33.3180431Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:35:33.3189179Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:35:33.3496818Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 2022-09-27T15:35:33.3521865Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu 2022-09-27T15:35:33.3541890Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:35:33.3550926Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 2022-09-27T15:35:33.3563557Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 2022-09-27T15:35:33.3580128Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu 2022-09-27T15:35:33.3585384Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:35:33.3591219Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:35:33.3634351Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:35:33.4003912Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 2022-09-27T15:35:33.4011496Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:35:33.4065962Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:35:33.4076610Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool 2022-09-27T15:35:33.4428381Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu 2022-09-27T15:35:33.4435512Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:35:33.4547034Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu 2022-09-27T15:35:33.4554133Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:35:33.4882872Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 2022-09-27T15:35:33.4969381Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:35:33.4981761Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 2022-09-27T15:35:33.4990314Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:35:33.5004969Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 2022-09-27T15:35:33.5194302Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:35:33.5243838Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu 2022-09-27T15:35:33.5420397Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:35:33.5426115Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:35:33.5510488Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 2022-09-27T15:35:33.5712536Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu 2022-09-27T15:35:33.5861686Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:35:33.5867260Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:35:33.6301188Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 2022-09-27T15:35:33.6310652Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:35:33.6320072Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 2022-09-27T15:35:33.6332388Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu 2022-09-27T15:35:33.6584095Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:35:33.6609360Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool 2022-09-27T15:35:33.6737577Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:35:33.6744696Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:35:33.7180745Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 2022-09-27T15:35:33.7186915Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:35:33.7211654Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 2022-09-27T15:35:33.7254380Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu 2022-09-27T15:35:33.7618411Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:35:33.7623298Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:35:33.7922651Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 2022-09-27T15:35:33.7941492Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu 2022-09-27T15:35:33.8073414Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:35:33.8078610Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:35:33.8195301Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 2022-09-27T15:35:33.8413139Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu 2022-09-27T15:35:33.8419644Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:35:33.8505277Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu 2022-09-27T15:35:33.8510880Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:35:33.8746095Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 2022-09-27T15:35:33.8774018Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 2022-09-27T15:35:33.8962834Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:35:33.8968339Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:35:33.9604385Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:35:33.9626423Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu 2022-09-27T15:35:33.9630953Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 2022-09-27T15:35:33.9766111Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:35:34.0064267Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:35:34.0082100Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu 2022-09-27T15:35:34.0123975Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:35:34.0603858Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu 2022-09-27T15:35:34.1435099Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:35:34.1469279Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu 2022-09-27T15:35:34.1470172Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 2022-09-27T15:35:34.1496514Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:35:34.1792687Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:35:34.1883064Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu 2022-09-27T15:35:34.1886053Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:35:34.1962457Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 2022-09-27T15:35:34.2089285Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:35:34.2401290Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu 2022-09-27T15:35:34.2402580Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 2022-09-27T15:35:34.2409263Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:35:34.2419102Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:35:34.2595204Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu 2022-09-27T15:35:34.2842318Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 2022-09-27T15:35:34.2962020Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:35:34.2963128Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu 2022-09-27T15:35:34.3065580Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:35:34.3282283Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 2022-09-27T15:35:34.3402989Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:35:34.4482617Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:35:34.4501525Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu 2022-09-27T15:35:34.4607917Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:35:34.5003665Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu 2022-09-27T15:35:34.5627342Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:35:34.5667635Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu 2022-09-27T15:35:34.6211037Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:35:34.6252625Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 2022-09-27T15:35:34.8373688Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:35:34.8388684Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 2022-09-27T15:35:34.8728951Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:35:34.8743238Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 2022-09-27T15:35:35.2163527Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:35:35.2194983Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool 2022-09-27T15:35:35.2786066Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:35:35.2804907Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool 2022-09-27T15:35:35.3069955Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:35:35.3099208Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 2022-09-27T15:35:35.5391273Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:35:35.5440155Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 2022-09-27T15:35:35.7999021Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:35:35.8037447Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 2022-09-27T15:35:36.1482484Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:35:36.1511116Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 2022-09-27T15:35:36.8292312Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:35:36.8316827Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu 2022-09-27T15:35:36.8786967Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:35:36.8822221Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu 2022-09-27T15:35:36.8873868Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:35:36.8888482Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 2022-09-27T15:35:36.9233094Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:35:36.9261999Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 2022-09-27T15:35:36.9449222Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:35:36.9483102Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu 2022-09-27T15:35:36.9528162Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:35:36.9535077Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu 2022-09-27T15:35:36.9553545Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 2022-09-27T15:35:36.9925508Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:35:36.9934135Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:35:37.0477137Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu 2022-09-27T15:35:37.0491357Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:35:37.0592962Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu 2022-09-27T15:35:37.0612625Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 2022-09-27T15:35:37.0857292Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:35:37.0862927Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:35:37.1316546Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu 2022-09-27T15:35:37.1369669Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:35:37.1740077Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu 2022-09-27T15:35:37.1744513Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:35:37.2203332Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu 2022-09-27T15:35:37.2579567Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:35:37.2601352Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 2022-09-27T15:35:37.2770422Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:35:37.2784619Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:35:37.2821565Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:35:37.3207912Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu 2022-09-27T15:35:37.4017513Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:35:37.4075439Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu 2022-09-27T15:35:37.4336142Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:35:37.4492804Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu 2022-09-27T15:35:37.4840239Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:35:37.4861080Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:35:37.5210026Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:37.5251624Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 2022-09-27T15:35:37.7503449Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:35:37.7549933Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu 2022-09-27T15:35:37.7897956Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:35:37.8048723Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu 2022-09-27T15:35:37.8089803Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:35:37.8488767Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu 2022-09-27T15:35:37.8644456Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:35:37.8803084Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu 2022-09-27T15:35:37.8819629Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:35:37.8927959Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:35:37.9021898Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:35:37.9128078Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu 2022-09-27T15:35:37.9144683Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 2022-09-27T15:35:37.9367824Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:35:37.9464827Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:35:37.9963508Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu 2022-09-27T15:35:38.0171553Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:35:38.0362752Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu 2022-09-27T15:35:38.0768857Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:35:38.0795108Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu 2022-09-27T15:35:38.0837967Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:35:38.1282479Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu 2022-09-27T15:35:38.1478177Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:35:38.1489510Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 2022-09-27T15:35:38.1934535Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:35:38.1950931Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 2022-09-27T15:35:38.2273405Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:35:38.2294019Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu 2022-09-27T15:35:38.2304688Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 2022-09-27T15:35:38.2385435Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:35:38.2402705Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu 2022-09-27T15:35:38.2569126Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:35:38.2760036Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 2022-09-27T15:35:38.2768149Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:35:38.2847161Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu 2022-09-27T15:35:38.3267686Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:35:38.4008434Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:35:38.4028046Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu 2022-09-27T15:35:38.4073107Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:35:38.4396134Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu 2022-09-27T15:35:38.4423652Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 2022-09-27T15:35:38.4452010Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:35:38.4937894Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:35:38.4959053Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:35:38.5578274Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:35:38.5610255Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu 2022-09-27T15:35:38.5686772Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:35:38.6167329Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu 2022-09-27T15:35:38.6177569Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:35:38.6604836Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_abs_cpu 2022-09-27T15:35:38.6644621Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:35:38.6968205Z [gw3] [ 24%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu 2022-09-27T15:35:38.7135687Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:35:38.7411088Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu 2022-09-27T15:35:38.7478286Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:35:38.7888031Z [gw3] [ 24%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu 2022-09-27T15:35:38.7963055Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:35:38.7988200Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool 2022-09-27T15:35:38.8006785Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_angle_cpu 2022-09-27T15:35:38.8385560Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:35:38.9561962Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:35:38.9608045Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu 2022-09-27T15:35:38.9692198Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:35:39.0169968Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu 2022-09-27T15:35:39.0214482Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:35:39.0614948Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atan_cpu 2022-09-27T15:35:39.0620480Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:35:39.1094549Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu 2022-09-27T15:35:39.1100704Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:35:39.1145715Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu 2022-09-27T15:35:39.1169412Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 2022-09-27T15:35:39.1512958Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:35:39.1521174Z [gw2] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 2022-09-27T15:35:39.1529943Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:35:39.2269370Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:35:39.2284149Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu 2022-09-27T15:35:39.2432017Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:35:39.2732543Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu 2022-09-27T15:35:39.2737331Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:35:39.2885200Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu 2022-09-27T15:35:39.2917955Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:35:39.3203166Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:35:39.3678563Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:35:39.3827601Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cat_cpu 2022-09-27T15:35:39.3933003Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:35:39.4248814Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_char_cpu 2022-09-27T15:35:39.4284517Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:35:39.4735700Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu 2022-09-27T15:35:39.4741502Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:35:39.5169261Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_clone_cpu 2022-09-27T15:35:39.5179993Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:35:39.5624948Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_conj_cpu 2022-09-27T15:35:39.6160777Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:35:39.6205833Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu 2022-09-27T15:35:39.6277908Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:35:39.6705177Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu 2022-09-27T15:35:39.6983022Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:35:39.7136095Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu 2022-09-27T15:35:39.7222571Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:35:39.7501094Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu 2022-09-27T15:35:39.7524984Z [gw0] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:35:39.7527976Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:35:39.7560953Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:35:39.7572266Z [gw1] [ 24%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 2022-09-27T15:35:39.7591913Z [gw3] [ 24%] PASSED test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu 2022-09-27T15:35:39.7609735Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 2022-09-27T15:35:39.7970625Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:35:39.8015039Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:35:39.8041203Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dist_cpu 2022-09-27T15:35:39.8049160Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:35:39.8411213Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 2022-09-27T15:35:39.8421917Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:35:39.8468830Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:35:39.8493323Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 2022-09-27T15:35:39.8860289Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_dot_cpu 2022-09-27T15:35:39.8896691Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:35:39.8932856Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu 2022-09-27T15:35:39.8940803Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:35:39.9289309Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 2022-09-27T15:35:39.9326589Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:35:39.9327158Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:35:39.9344013Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_equal_cpu 2022-09-27T15:35:39.9360495Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:35:39.9376805Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:35:39.9804082Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 2022-09-27T15:35:39.9808346Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:35:39.9813471Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:35:40.0051414Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 2022-09-27T15:35:40.0249690Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu 2022-09-27T15:35:40.0250238Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:35:40.0282570Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 2022-09-27T15:35:40.0285938Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:35:40.0641213Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu 2022-09-27T15:35:40.0641790Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:35:40.0695955Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 2022-09-27T15:35:40.1082563Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:35:40.1083329Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:35:40.1373863Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 2022-09-27T15:35:40.1400829Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu 2022-09-27T15:35:40.1519750Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:35:40.1520298Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:35:40.1964209Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 2022-09-27T15:35:40.1964755Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:35:40.2307531Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool 2022-09-27T15:35:40.2322855Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu 2022-09-27T15:35:40.2358782Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:35:40.2399888Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu 2022-09-27T15:35:40.2400473Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:35:40.2651352Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 2022-09-27T15:35:40.2668947Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 2022-09-27T15:35:40.2730738Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:35:40.2840486Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:35:40.2841016Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:35:40.3249541Z [gw0] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 2022-09-27T15:35:40.3275358Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu 2022-09-27T15:35:40.3320271Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:35:40.4414454Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:35:40.4482744Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu 2022-09-27T15:35:40.4520235Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:35:40.4962027Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_flip_cpu 2022-09-27T15:35:40.5776178Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:35:40.5833489Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu 2022-09-27T15:35:40.6545353Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:35:40.6562190Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 2022-09-27T15:35:40.6777578Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:35:40.6796201Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu 2022-09-27T15:35:40.6843056Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:35:40.6948454Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu 2022-09-27T15:35:40.6966079Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 2022-09-27T15:35:40.7283416Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:35:40.7975900Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:35:40.7998249Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 2022-09-27T15:35:41.0063836Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:35:41.0079290Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu 2022-09-27T15:35:41.0410891Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:35:41.0484089Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu 2022-09-27T15:35:41.0517663Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:35:41.1042424Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu 2022-09-27T15:35:41.1548094Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:35:41.1576269Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu 2022-09-27T15:35:41.1728265Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:35:41.1750661Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 2022-09-27T15:35:41.1999843Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:35:41.2242435Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu 2022-09-27T15:35:41.2251710Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:35:41.2338392Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu 2022-09-27T15:35:41.2361129Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 2022-09-27T15:35:41.2529588Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:35:41.2537052Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:35:41.3049600Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu 2022-09-27T15:35:41.3058143Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:35:41.3439982Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu 2022-09-27T15:35:41.3449412Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:35:41.3859711Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu 2022-09-27T15:35:41.3899955Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:35:41.4026562Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu 2022-09-27T15:35:41.4075189Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:35:41.4347926Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:35:41.4981454Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:35:41.5024988Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu 2022-09-27T15:35:41.5794211Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:35:41.5837530Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu 2022-09-27T15:35:41.6536291Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:35:41.6562821Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 2022-09-27T15:35:41.6704203Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:35:41.6740351Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu 2022-09-27T15:35:41.7402170Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:35:41.7449731Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu 2022-09-27T15:35:41.8241517Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:35:41.8289340Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu 2022-09-27T15:35:41.8971079Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:35:41.9126804Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 2022-09-27T15:35:42.1595141Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:35:42.1619091Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 2022-09-27T15:35:42.2599347Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:35:42.2642523Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu 2022-09-27T15:35:42.3616750Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:35:42.3664942Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:35:42.4193122Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:35:42.4230785Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu 2022-09-27T15:35:42.5722516Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:35:42.5760294Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 2022-09-27T15:35:42.5786326Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 2022-09-27T15:35:42.5888702Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:35:42.9791442Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:35:42.9924443Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 2022-09-27T15:35:43.0126017Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:35:43.0181732Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:35:43.0886833Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:35:43.0922128Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu 2022-09-27T15:35:43.2492034Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:35:43.2557255Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 2022-09-27T15:35:43.2932689Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:35:43.2963497Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 2022-09-27T15:35:43.4994858Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:35:43.5022657Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 2022-09-27T15:35:43.5861481Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:35:43.5911887Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 2022-09-27T15:35:43.6457436Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:35:43.6490937Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:35:43.7066914Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:35:43.7111844Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu 2022-09-27T15:35:43.8420749Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:35:43.8451520Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu 2022-09-27T15:35:43.9279467Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:35:43.9386440Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 2022-09-27T15:35:44.1226697Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:35:44.1254277Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu 2022-09-27T15:35:44.1495789Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:35:44.1688088Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu 2022-09-27T15:35:44.1785440Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:35:44.1884111Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu 2022-09-27T15:35:44.1946771Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool 2022-09-27T15:35:44.2243141Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:35:44.2289600Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:35:44.2724733Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_log_cpu 2022-09-27T15:35:44.2737612Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:35:44.3172411Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu 2022-09-27T15:35:44.3204440Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:35:44.3385465Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu 2022-09-27T15:35:44.3412645Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 2022-09-27T15:35:44.3605022Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:35:44.3616606Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:35:44.4043209Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu 2022-09-27T15:35:44.4079173Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:35:44.4305986Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_lu_cpu 2022-09-27T15:35:44.4339347Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:35:44.4449503Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:35:44.4462281Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:35:44.4922245Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mT_cpu 2022-09-27T15:35:44.5011134Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:35:44.5034371Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 2022-09-27T15:35:44.5953987Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:35:44.5987423Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu 2022-09-27T15:35:44.6121492Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:35:44.6238821Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 2022-09-27T15:35:44.6315524Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:35:44.6342884Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 2022-09-27T15:35:44.6449784Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:35:44.6492517Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu 2022-09-27T15:35:44.6637034Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:35:44.6925194Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu 2022-09-27T15:35:44.6949340Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 2022-09-27T15:35:44.6955051Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:35:44.7641994Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:35:44.7682624Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 2022-09-27T15:35:44.7750165Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:35:44.7794841Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu 2022-09-27T15:35:44.7876285Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:35:44.8140958Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu 2022-09-27T15:35:44.8181677Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 2022-09-27T15:35:44.8205224Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:35:44.8278289Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:35:44.8498515Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_mv_cpu 2022-09-27T15:35:44.8543092Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 2022-09-27T15:35:44.8667074Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:35:44.8679088Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 2022-09-27T15:35:44.8784644Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:35:44.9038239Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu 2022-09-27T15:35:44.9042110Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:35:44.9161244Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 2022-09-27T15:35:44.9401102Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:35:44.9414669Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 2022-09-27T15:35:44.9426335Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:35:44.9472764Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:35:44.9762033Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 2022-09-27T15:35:44.9784941Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:35:44.9860093Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:35:44.9864186Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 2022-09-27T15:35:44.9913558Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:35:45.0207122Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 2022-09-27T15:35:45.0296799Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:35:45.0305549Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 2022-09-27T15:35:45.0359399Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:35:45.0365569Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 2022-09-27T15:35:45.0381752Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:35:45.0392045Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 2022-09-27T15:35:45.0561120Z [gw1] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 2022-09-27T15:35:45.0573171Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu 2022-09-27T15:35:45.0702338Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:35:45.0719119Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:35:45.0761070Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 2022-09-27T15:35:45.0772001Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:35:45.0801257Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:35:45.0967384Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 2022-09-27T15:35:45.1005170Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ne_cpu 2022-09-27T15:35:45.1052751Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:35:45.1108838Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu 2022-09-27T15:35:45.1175961Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:35:45.1184715Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool 2022-09-27T15:35:45.1230104Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:35:45.1488619Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 2022-09-27T15:35:45.1497424Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:35:45.1547204Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu 2022-09-27T15:35:45.1608668Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:35:45.1611360Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 2022-09-27T15:35:45.1681214Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:35:45.1886462Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 2022-09-27T15:35:45.1930960Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:35:45.1963383Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu 2022-09-27T15:35:45.2038271Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:35:45.2111520Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 2022-09-27T15:35:45.2166284Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:35:45.2326796Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool 2022-09-27T15:35:45.2406113Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:35:45.2433884Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:35:45.2566120Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 2022-09-27T15:35:45.2646526Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:35:45.2729316Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu 2022-09-27T15:35:45.2791991Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 2022-09-27T15:35:45.2797719Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:35:45.2869538Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu 2022-09-27T15:35:45.2873176Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:35:45.3006937Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 2022-09-27T15:35:45.3164303Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:35:45.3260485Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 2022-09-27T15:35:45.3313660Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:35:45.3328079Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:35:45.3404030Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 2022-09-27T15:35:45.3505673Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu 2022-09-27T15:35:45.3609588Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:35:45.3810596Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 2022-09-27T15:35:45.3812526Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:35:45.3813342Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 2022-09-27T15:35:45.3815622Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:35:45.3924892Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu 2022-09-27T15:35:45.4044280Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:35:45.4203896Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 2022-09-27T15:35:45.4237582Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:35:45.4245776Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu 2022-09-27T15:35:45.4277311Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:35:45.4391969Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 2022-09-27T15:35:45.4489921Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:35:45.4628600Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 2022-09-27T15:35:45.4677474Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:35:45.4680032Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:35:45.4718391Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 2022-09-27T15:35:45.4826683Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu 2022-09-27T15:35:45.4928633Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:35:45.5093468Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 2022-09-27T15:35:45.5095656Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:35:45.5123962Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:35:45.5156054Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 2022-09-27T15:35:45.5303581Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu 2022-09-27T15:35:45.5407108Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:35:45.5567209Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 2022-09-27T15:35:45.5569826Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:35:45.5577519Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu 2022-09-27T15:35:45.5746459Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:35:45.5845569Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:35:45.5968427Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 2022-09-27T15:35:45.5970943Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:35:45.6206414Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu 2022-09-27T15:35:45.6319225Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:35:45.6452533Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 2022-09-27T15:35:45.6457932Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:35:45.6646944Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu 2022-09-27T15:35:45.6767261Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:35:45.6901830Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 2022-09-27T15:35:45.6907466Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:35:45.7107758Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu 2022-09-27T15:35:45.7209283Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:35:45.7329013Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 2022-09-27T15:35:45.7330296Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:35:45.7601799Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu 2022-09-27T15:35:45.7751729Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:35:45.8597671Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:35:45.8624937Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu 2022-09-27T15:35:45.8711543Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:35:45.9067182Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu 2022-09-27T15:35:45.9180129Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:35:45.9541933Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu 2022-09-27T15:35:45.9542776Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:35:46.0011777Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu 2022-09-27T15:35:46.0012396Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:35:46.0340326Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu 2022-09-27T15:35:46.0381910Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 2022-09-27T15:35:46.0410095Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:35:46.0461023Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:35:46.0937833Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu 2022-09-27T15:35:46.0938465Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:35:46.1373525Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu 2022-09-27T15:35:46.1374147Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:35:46.1812186Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu 2022-09-27T15:35:46.1812784Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:35:46.2251619Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu 2022-09-27T15:35:46.2252210Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:35:46.2735866Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu 2022-09-27T15:35:46.2736447Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:35:46.2876682Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu 2022-09-27T15:35:46.2900873Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool 2022-09-27T15:35:46.3168350Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:35:46.3174561Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:35:46.3610191Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu 2022-09-27T15:35:46.3615312Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:35:46.3747119Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu 2022-09-27T15:35:46.3768647Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 2022-09-27T15:35:46.4082331Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:35:46.7175223Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:35:46.7292615Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_norm_cpu 2022-09-27T15:35:46.7303563Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:35:46.7339315Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 2022-09-27T15:35:46.7656373Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:35:46.7727453Z [gw3] [ 25%] XFAIL test_ops.py::TestCommonCPU::test_out_warning_normal_cpu 2022-09-27T15:35:46.7795310Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:35:46.7879285Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu 2022-09-27T15:35:46.7895631Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 2022-09-27T15:35:46.8210708Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:35:46.8222024Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:35:46.8644478Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_permute_cpu 2022-09-27T15:35:46.8650868Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:35:46.9090562Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu 2022-09-27T15:35:46.9097554Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:35:46.9523690Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_positive_cpu 2022-09-27T15:35:47.2409710Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:35:47.2445112Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_qr_cpu 2022-09-27T15:35:47.2560868Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:35:47.2798287Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu 2022-09-27T15:35:47.2818644Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 2022-09-27T15:35:47.2929467Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:35:47.2939727Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:35:47.3387305Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_real_cpu 2022-09-27T15:35:47.3394473Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:35:47.3520658Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu 2022-09-27T15:35:47.3543822Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 2022-09-27T15:35:47.3848579Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:35:47.3855758Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:35:47.4284154Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_resize__cpu 2022-09-27T15:35:47.4289071Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:35:47.4718732Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_roll_cpu 2022-09-27T15:35:47.4726115Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:35:47.5243374Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu 2022-09-27T15:35:47.5727265Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:35:47.5750832Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu 2022-09-27T15:35:47.6625312Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:35:47.6642596Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool 2022-09-27T15:35:47.7179616Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:35:47.7202635Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 2022-09-27T15:35:47.7450247Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:35:47.7552470Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu 2022-09-27T15:35:47.7621752Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:35:47.8102841Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu 2022-09-27T15:35:47.8111488Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:35:47.8578468Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu 2022-09-27T15:35:47.8587953Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:35:47.8718785Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu 2022-09-27T15:35:47.8737758Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 2022-09-27T15:35:47.8982955Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:35:47.8983500Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:35:47.9399787Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu 2022-09-27T15:35:47.9406076Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:35:47.9884177Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu 2022-09-27T15:35:47.9938804Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:35:48.0029130Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu 2022-09-27T15:35:48.0055845Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 2022-09-27T15:35:48.0250847Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:35:48.0289954Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:35:48.0844486Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_v_cpu 2022-09-27T15:35:48.1088311Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:35:48.1106767Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 2022-09-27T15:35:48.1124675Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:35:48.1164848Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu 2022-09-27T15:35:48.1310183Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:35:48.1598490Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu 2022-09-27T15:35:48.1627011Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 2022-09-27T15:35:48.1680097Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:35:48.1774553Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:35:48.2163268Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu 2022-09-27T15:35:48.2309118Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:35:48.2372111Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu 2022-09-27T15:35:48.2410235Z [gw1] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 2022-09-27T15:35:48.2643130Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:35:48.2659118Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:35:48.2678417Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 2022-09-27T15:35:48.2890800Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:35:48.3050486Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu 2022-09-27T15:35:48.3068440Z test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:35:48.3455061Z [gw3] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_out_warning_special_shifted_chebyshev_polynomial_w_cpu 2022-09-27T15:35:48.3504023Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:35:48.3964599Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_split_cpu 2022-09-27T15:35:48.4068753Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:35:48.4121001Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 2022-09-27T15:35:48.4134112Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:35:48.4331370Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_square_cpu 2022-09-27T15:35:48.4377634Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:35:48.4540405Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu 2022-09-27T15:35:48.4554353Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 2022-09-27T15:35:48.4768522Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:35:48.4804292Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:35:48.5042091Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu 2022-09-27T15:35:48.5065975Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 2022-09-27T15:35:48.5249622Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:35:48.5252236Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:35:48.5724086Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_t_cpu 2022-09-27T15:35:48.5768303Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:35:48.5859097Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu 2022-09-27T15:35:48.5878728Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 2022-09-27T15:35:48.6169150Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:35:48.6172123Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:35:48.6615199Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_to_cpu 2022-09-27T15:35:48.6620361Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:35:48.6850901Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu 2022-09-27T15:35:48.6872890Z [gw2] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 2022-09-27T15:35:48.6912845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:35:48.7082337Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 2022-09-27T15:35:48.7088794Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 2022-09-27T15:35:48.7092698Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:35:48.7288380Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:35:48.7330146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:35:48.7694656Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool 2022-09-27T15:35:48.7774021Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_tril_cpu 2022-09-27T15:35:48.7779192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:35:48.7797331Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 2022-09-27T15:35:48.7812523Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 2022-09-27T15:35:48.7824590Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:35:48.8209034Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:35:48.8214222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:35:48.8657097Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 2022-09-27T15:35:48.8665801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:35:48.8848463Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 2022-09-27T15:35:48.8883207Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu 2022-09-27T15:35:48.8931203Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:35:48.9128623Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu 2022-09-27T15:35:48.9134184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:35:48.9143851Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 2022-09-27T15:35:48.9157744Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 2022-09-27T15:35:48.9415257Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:35:48.9415808Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:35:48.9570858Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu 2022-09-27T15:35:48.9577643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:35:48.9891688Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 2022-09-27T15:35:48.9892273Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:35:48.9988859Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu 2022-09-27T15:35:49.0013411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:35:49.0369774Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 2022-09-27T15:35:49.0373782Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:35:49.0467228Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu 2022-09-27T15:35:49.0512938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:35:49.0724691Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 2022-09-27T15:35:49.0736606Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 2022-09-27T15:35:49.0805044Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:35:49.0809437Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:35:49.0926249Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_warning_zero__cpu 2022-09-27T15:35:49.0931603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:35:49.1283689Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 2022-09-27T15:35:49.1379836Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:35:49.1425148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:35:49.1851589Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 2022-09-27T15:35:49.1855944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:49.2143751Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:49.2172067Z [gw3] [ 25%] PASSED test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 2022-09-27T15:35:49.2293165Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:35:49.2302489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:35:49.2734811Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool 2022-09-27T15:35:49.2744567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:49.3173473Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 2022-09-27T15:35:49.3183413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:49.3610579Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 2022-09-27T15:35:49.3620417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:35:49.3700676Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 2022-09-27T15:35:49.3714640Z [gw0] [ 25%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool 2022-09-27T15:35:49.4087193Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:35:49.4094701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:35:49.4529413Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 2022-09-27T15:35:49.4540686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:35:49.5012686Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 2022-09-27T15:35:49.5024086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:35:49.5459729Z [gw2] [ 25%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 2022-09-27T15:35:49.5470073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:35:49.5929416Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 2022-09-27T15:35:49.5940282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:35:49.6369996Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 2022-09-27T15:35:49.6381130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:49.6851017Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 2022-09-27T15:35:49.6862663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:35:49.7328787Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 2022-09-27T15:35:49.7336364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:35:49.7767555Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool 2022-09-27T15:35:49.7775369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:35:49.8211040Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 2022-09-27T15:35:49.8217429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:35:49.8648188Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 2022-09-27T15:35:49.8654075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:35:49.9088124Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 2022-09-27T15:35:49.9093899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:35:49.9326695Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 2022-09-27T15:35:49.9359790Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 2022-09-27T15:35:49.9526013Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:35:49.9531805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:35:49.9970839Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 2022-09-27T15:35:49.9976832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:35:50.0449069Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 2022-09-27T15:35:50.0454497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:35:50.0890614Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 2022-09-27T15:35:50.0897359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:35:50.1336661Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 2022-09-27T15:35:50.1343248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:35:50.1769099Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 2022-09-27T15:35:50.1775530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:35:50.2211629Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 2022-09-27T15:35:50.2218761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:35:50.2648558Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 2022-09-27T15:35:50.2654088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:50.2723200Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:50.2736898Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 2022-09-27T15:35:50.3088467Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:35:50.3095547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:35:50.3529370Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool 2022-09-27T15:35:50.3534797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:35:50.3969456Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 2022-09-27T15:35:50.3976317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:35:50.4412223Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 2022-09-27T15:35:50.4419112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:35:50.4888695Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 2022-09-27T15:35:50.4895679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:35:50.5330524Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 2022-09-27T15:35:50.5342068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:35:50.5729510Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 2022-09-27T15:35:50.5768283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:35:50.5842683Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 2022-09-27T15:35:50.5843381Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 2022-09-27T15:35:50.5843983Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:35:50.5844582Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 2022-09-27T15:35:50.6254841Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:35:50.6258560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:35:50.6693429Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 2022-09-27T15:35:50.6694007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:35:50.6975391Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 2022-09-27T15:35:50.6994518Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 2022-09-27T15:35:50.7087025Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:35:50.7140153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:35:50.7528429Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 2022-09-27T15:35:50.7566392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:35:50.8044955Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 2022-09-27T15:35:50.8133067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:35:50.8482577Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 2022-09-27T15:35:50.8489477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.8530113Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 2022-09-27T15:35:50.8544767Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 2022-09-27T15:35:50.8946511Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:35:50.8951664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:35:50.9367877Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool 2022-09-27T15:35:50.9375381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:35:50.9820678Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 2022-09-27T15:35:50.9830194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:35:51.0217152Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 2022-09-27T15:35:51.0250437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:35:51.0273595Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 2022-09-27T15:35:51.0289317Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 2022-09-27T15:35:51.0739419Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:35:51.0750318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:35:51.1187057Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 2022-09-27T15:35:51.1197322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:35:51.1649820Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 2022-09-27T15:35:51.1665137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:35:51.1978320Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 2022-09-27T15:35:51.1992173Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 2022-09-27T15:35:51.2045326Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:35:51.2080249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:35:51.2528877Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 2022-09-27T15:35:51.2539743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:35:51.2969038Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 2022-09-27T15:35:51.2979722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:35:51.3335423Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 2022-09-27T15:35:51.3349369Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 2022-09-27T15:35:51.3379492Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:35:51.3409803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:35:51.3853185Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 2022-09-27T15:35:51.3865207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:35:51.4290709Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 2022-09-27T15:35:51.4302453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.4728104Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:51.4737798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:35:51.5169866Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool 2022-09-27T15:35:51.5182717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:35:51.5318148Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 2022-09-27T15:35:51.5333679Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 2022-09-27T15:35:51.5613632Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:35:51.5627660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:35:51.6048174Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 2022-09-27T15:35:51.6057999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:35:51.6494815Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 2022-09-27T15:35:51.6506119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:35:51.6916257Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 2022-09-27T15:35:51.7056712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.7407153Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 2022-09-27T15:35:51.7416563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.7848394Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 2022-09-27T15:35:51.7856767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.7964361Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 2022-09-27T15:35:51.8002734Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 2022-09-27T15:35:51.8075372Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:35:51.8253088Z [gw0] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 2022-09-27T15:35:51.8302586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.8445282Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 2022-09-27T15:35:51.8747715Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:35:51.8789686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.9215389Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 2022-09-27T15:35:51.9227688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.9686808Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 2022-09-27T15:35:51.9718931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:35:52.0141267Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 2022-09-27T15:35:52.0152506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:35:52.0576220Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 2022-09-27T15:35:52.0588220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:35:52.1015181Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool 2022-09-27T15:35:52.1026890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:35:52.1455145Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 2022-09-27T15:35:52.1466870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:35:52.1894704Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 2022-09-27T15:35:52.1906444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:35:52.2334780Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 2022-09-27T15:35:52.2346568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:35:52.2750525Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 2022-09-27T15:35:52.2789502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:35:52.3205296Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 2022-09-27T15:35:52.3226438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:35:52.3616521Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 2022-09-27T15:35:52.3672750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:35:52.4095498Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 2022-09-27T15:35:52.4107471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:35:52.4536315Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 2022-09-27T15:35:52.4548910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:35:52.4970180Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 2022-09-27T15:35:52.4970800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:35:52.5419627Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 2022-09-27T15:35:52.5427926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:35:52.5715815Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 2022-09-27T15:35:52.5734404Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 2022-09-27T15:35:52.5855138Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:35:52.5862952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:52.6300791Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:52.6308267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:35:52.6737650Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool 2022-09-27T15:35:52.6745489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:35:52.7176921Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 2022-09-27T15:35:52.7185052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:35:52.7620370Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 2022-09-27T15:35:52.7628829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:35:52.8009950Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 2022-09-27T15:35:52.8048120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:35:52.8446949Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 2022-09-27T15:35:52.8486437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:35:52.8492203Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 2022-09-27T15:35:52.8502283Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 2022-09-27T15:35:52.8941715Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:35:52.8942487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:35:52.9039769Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 2022-09-27T15:35:52.9055110Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 2022-09-27T15:35:52.9328996Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:35:52.9386495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:35:52.9812255Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 2022-09-27T15:35:52.9861671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.0286551Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.0297017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.0725722Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.0736503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.1179683Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.1192888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.1648738Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.1659672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:35:53.2133625Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool 2022-09-27T15:35:53.2145176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:35:53.2612982Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 2022-09-27T15:35:53.2624346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:35:53.3049070Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 2022-09-27T15:35:53.3059378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:35:53.3522494Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 2022-09-27T15:35:53.3532577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:35:53.3769562Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 2022-09-27T15:35:53.3783308Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 2022-09-27T15:35:53.3965439Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:35:53.3974834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:35:53.4409010Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 2022-09-27T15:35:53.4419870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:35:53.4850416Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool 2022-09-27T15:35:53.4860223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.5288948Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.5300569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.5707797Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 2022-09-27T15:35:53.5731274Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 2022-09-27T15:35:53.5742472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.5753724Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 2022-09-27T15:35:53.6167358Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:35:53.6176520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.6608391Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 2022-09-27T15:35:53.6617798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.7092984Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 2022-09-27T15:35:53.7103805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:35:53.7118871Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 2022-09-27T15:35:53.7131295Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 2022-09-27T15:35:53.7528699Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:35:53.7537891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:35:53.8009334Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 2022-09-27T15:35:53.8018809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:35:53.8485502Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 2022-09-27T15:35:53.8494786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:35:53.8517632Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 2022-09-27T15:35:53.8546197Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 2022-09-27T15:35:53.8821427Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:35:53.8852607Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 2022-09-27T15:35:53.8975440Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:35:53.8984789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:35:53.9391602Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 2022-09-27T15:35:53.9450569Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 2022-09-27T15:35:53.9454745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.9474168Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 2022-09-27T15:35:53.9889708Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:35:53.9896949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:35:54.0328555Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 2022-09-27T15:35:54.0338145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:35:54.0767399Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 2022-09-27T15:35:54.0776831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:35:54.1208549Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 2022-09-27T15:35:54.1218130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:35:54.1645836Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 2022-09-27T15:35:54.1655143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:35:54.1809944Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool 2022-09-27T15:35:54.1825856Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 2022-09-27T15:35:54.2130470Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:35:54.2140084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:35:54.2568248Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 2022-09-27T15:35:54.2574826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:35:54.2643364Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 2022-09-27T15:35:54.2674466Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 2022-09-27T15:35:54.3046208Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:35:54.3055274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:35:54.3464868Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 2022-09-27T15:35:54.3505269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:35:54.3927209Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 2022-09-27T15:35:54.3936587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:35:54.4408092Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 2022-09-27T15:35:54.4417446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:35:54.4673895Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool 2022-09-27T15:35:54.4710539Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 2022-09-27T15:35:54.4847587Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:35:54.4852838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:35:54.5303090Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 2022-09-27T15:35:54.5342083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:35:54.5810583Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 2022-09-27T15:35:54.5817125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:35:54.6288082Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 2022-09-27T15:35:54.6290144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:35:54.6594550Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 2022-09-27T15:35:54.6600097Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 2022-09-27T15:35:54.6626167Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 2022-09-27T15:35:54.6630633Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:35:54.6727761Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:35:54.6729759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:35:54.7207824Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 2022-09-27T15:35:54.7210312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:35:54.7650711Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool 2022-09-27T15:35:54.7653961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:35:54.8132931Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 2022-09-27T15:35:54.8133968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:35:54.8236591Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 2022-09-27T15:35:54.8253129Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 2022-09-27T15:35:54.8570830Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:35:54.8577804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:35:54.9008454Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 2022-09-27T15:35:54.9049451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:35:54.9529208Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 2022-09-27T15:35:54.9539281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:35:55.0014539Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 2022-09-27T15:35:55.0025470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.0450128Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.0460170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.0931326Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.0941313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.1030409Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.1054129Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 2022-09-27T15:35:55.1410749Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:35:55.1414545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.1893205Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.1903637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.2368059Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.2378123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.2810549Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.2820825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:35:55.3248903Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool 2022-09-27T15:35:55.3258993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:35:55.3699486Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 2022-09-27T15:35:55.3700168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:35:55.4084186Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 2022-09-27T15:35:55.4107847Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 2022-09-27T15:35:55.4126205Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:35:55.4130067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:35:55.4307932Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 2022-09-27T15:35:55.4327614Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool 2022-09-27T15:35:55.4568942Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:35:55.4575093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:35:55.4882000Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 2022-09-27T15:35:55.4900257Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 2022-09-27T15:35:55.5052298Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:35:55.5052912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:35:55.5067239Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 2022-09-27T15:35:55.5086975Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 2022-09-27T15:35:55.5527276Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:35:55.5528931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.5728512Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool 2022-09-27T15:35:55.5755095Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool 2022-09-27T15:35:55.6009672Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:35:55.6018839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.6451683Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 2022-09-27T15:35:55.6461756Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 2022-09-27T15:35:55.6494203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.6510796Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 2022-09-27T15:35:55.6886312Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:35:55.6929900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.7230789Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 2022-09-27T15:35:55.7259463Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 2022-09-27T15:35:55.7365354Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:35:55.7370170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.7807305Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 2022-09-27T15:35:55.7815748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.7943504Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:35:55.7962851Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 2022-09-27T15:35:55.7970244Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 2022-09-27T15:35:55.7999897Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:35:55.8249188Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:35:55.8255439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:35:55.8680182Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 2022-09-27T15:35:55.8695536Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 2022-09-27T15:35:55.8700832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:35:55.8730408Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 2022-09-27T15:35:55.9087765Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:35:55.9131797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:35:55.9433597Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:35:55.9456995Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 2022-09-27T15:35:55.9566677Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:35:55.9571750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:35:56.0007583Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool 2022-09-27T15:35:56.0014380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:35:56.0033505Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 2022-09-27T15:35:56.0055092Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 2022-09-27T15:35:56.0136860Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:35:56.0155434Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 2022-09-27T15:35:56.0449340Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:35:56.0450251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:35:56.0809717Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 2022-09-27T15:35:56.0833664Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 2022-09-27T15:35:56.0843603Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:35:56.0878095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:35:56.1340098Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 2022-09-27T15:35:56.1351341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:35:56.1557315Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 2022-09-27T15:35:56.1590277Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 2022-09-27T15:35:56.1689668Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:35:56.1707250Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 2022-09-27T15:35:56.1774497Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:35:56.1775527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:35:56.2207749Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 2022-09-27T15:35:56.2208642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:35:56.2333882Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 2022-09-27T15:35:56.2359983Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 2022-09-27T15:35:56.2653737Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:35:56.2662188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:35:56.3027849Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 2022-09-27T15:35:56.3057967Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 2022-09-27T15:35:56.3093915Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:35:56.3104669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:35:56.3537885Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 2022-09-27T15:35:56.3548070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:35:56.3584977Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 2022-09-27T15:35:56.3612480Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 2022-09-27T15:35:56.3974787Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:35:56.3981899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:35:56.4050668Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 2022-09-27T15:35:56.4074835Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool 2022-09-27T15:35:56.4418785Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:35:56.4426404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:56.4576966Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:56.4609732Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 2022-09-27T15:35:56.4675893Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:35:56.4716058Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 2022-09-27T15:35:56.4857756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:35:56.4862432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:35:56.5093906Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:35:56.5120062Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 2022-09-27T15:35:56.5296190Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:35:56.5302549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:35:56.5619449Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:35:56.5649542Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 2022-09-27T15:35:56.5741970Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:35:56.5751805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:35:56.5842421Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:35:56.5864652Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 2022-09-27T15:35:56.6154954Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:35:56.6161347Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 2022-09-27T15:35:56.6175495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:35:56.6196317Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:35:56.6567596Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:35:56.6608549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:35:56.6649392Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:35:56.6671529Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 2022-09-27T15:35:56.7048029Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:35:56.7050537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:35:56.7137337Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:35:56.7163565Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 2022-09-27T15:35:56.7494117Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:35:56.7498066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:35:56.7554793Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:35:56.7607737Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 2022-09-27T15:35:56.7928119Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:35:56.7932398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.8103838Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:35:56.8133054Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 2022-09-27T15:35:56.8374434Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:35:56.8379463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.8406202Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:35:56.8427170Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 2022-09-27T15:35:56.8456440Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:35:56.8473077Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 2022-09-27T15:35:56.8559639Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:35:56.8579274Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 2022-09-27T15:35:56.8808587Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:35:56.8811956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:35:56.8960396Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:35:56.9003913Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 2022-09-27T15:35:56.9247583Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:35:56.9251603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:35:56.9443115Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:35:56.9471449Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 2022-09-27T15:35:56.9685917Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:35:56.9688822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:35:56.9990428Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 2022-09-27T15:35:57.0012441Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 2022-09-27T15:35:57.0126138Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:35:57.0128147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:35:57.0496745Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool 2022-09-27T15:35:57.0507161Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool 2022-09-27T15:35:57.0522349Z [gw1] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool 2022-09-27T15:35:57.0538038Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:35:57.0563068Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:35:57.0605740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:35:57.0659274Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 2022-09-27T15:35:57.0684572Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 2022-09-27T15:35:57.1006552Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:35:57.1036868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:35:57.1148186Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 2022-09-27T15:35:57.1168604Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 2022-09-27T15:35:57.1447820Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:35:57.1486913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:35:57.1765317Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 2022-09-27T15:35:57.1792211Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 2022-09-27T15:35:57.1925769Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:35:57.1929103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:35:57.2348643Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 2022-09-27T15:35:57.2367588Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 2022-09-27T15:35:57.2373040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:35:57.2385521Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 2022-09-27T15:35:57.2806101Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:35:57.2808106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:35:57.2892464Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 2022-09-27T15:35:57.2911237Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 2022-09-27T15:35:57.3246735Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:35:57.3248912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:35:57.3259054Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 2022-09-27T15:35:57.3276441Z [gw3] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 2022-09-27T15:35:57.3432717Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:35:57.3451855Z [gw0] [ 26%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 2022-09-27T15:35:57.3691155Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:35:57.3694403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:35:57.3731029Z [gw2] [ 26%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 2022-09-27T15:35:57.3760500Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 2022-09-27T15:35:57.3878943Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:35:57.3957857Z [gw3] [ 26%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 2022-09-27T15:35:57.3977709Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 2022-09-27T15:35:57.4127896Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:35:57.4131272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:35:57.4233137Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 2022-09-27T15:35:57.4236485Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:35:57.4390471Z [gw3] [ 27%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 2022-09-27T15:35:57.4444647Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 2022-09-27T15:35:57.4574570Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:35:57.4577990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:35:57.4640968Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 2022-09-27T15:35:57.4726454Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:35:57.4749014Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 2022-09-27T15:35:57.4868649Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:35:57.4875703Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 2022-09-27T15:35:57.4898152Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 2022-09-27T15:35:57.4982230Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:35:57.4998860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:57.5087670Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:57.5220499Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:35:57.5324255Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 2022-09-27T15:35:57.5405385Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:35:57.5451882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:35:57.5463445Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 2022-09-27T15:35:57.5524471Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool 2022-09-27T15:35:57.5647924Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:35:57.5758585Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 2022-09-27T15:35:57.5767888Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 2022-09-27T15:35:57.5891987Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:35:57.5931109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:35:57.5965052Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 2022-09-27T15:35:57.6155130Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:35:57.6202884Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 2022-09-27T15:35:57.6368518Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:35:57.6376024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:35:57.6510627Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 2022-09-27T15:35:57.6574993Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 2022-09-27T15:35:57.6588869Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 2022-09-27T15:35:57.6642374Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:35:57.6816767Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:35:57.6823068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:35:57.6863785Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 2022-09-27T15:35:57.7127472Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool 2022-09-27T15:35:57.7239244Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:35:57.7254221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:35:57.7409859Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 2022-09-27T15:35:57.7565138Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 2022-09-27T15:35:57.7646764Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:35:57.7681228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:35:57.7784375Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 2022-09-27T15:35:57.8005613Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 2022-09-27T15:35:57.8089354Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:35:57.8133915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:35:57.8231500Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 2022-09-27T15:35:57.8485671Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 2022-09-27T15:35:57.8524923Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:35:57.8563922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:35:57.8687180Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 2022-09-27T15:35:57.8695725Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 2022-09-27T15:35:57.8704369Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 2022-09-27T15:35:57.8927905Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:35:57.8978527Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:35:57.9007153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:35:57.9027019Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 2022-09-27T15:35:57.9035510Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 2022-09-27T15:35:57.9222368Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:35:57.9409448Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 2022-09-27T15:35:57.9414101Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:35:57.9449187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.9711763Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 2022-09-27T15:35:57.9847363Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 2022-09-27T15:35:57.9851680Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:35:57.9891101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:35:58.0074965Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 2022-09-27T15:35:58.0107963Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 2022-09-27T15:35:58.0118128Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 2022-09-27T15:35:58.0286670Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:35:58.0310331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.0321211Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 2022-09-27T15:35:58.0329842Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 2022-09-27T15:35:58.0528586Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:35:58.0542032Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 2022-09-27T15:35:58.0547872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:35:58.0548870Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:35:58.0700354Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 2022-09-27T15:35:58.0723541Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 2022-09-27T15:35:58.0754315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:35:58.0768467Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool 2022-09-27T15:35:58.0942956Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:35:58.0963136Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 2022-09-27T15:35:58.1157220Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:35:58.1167518Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 2022-09-27T15:35:58.1201972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:35:58.1209685Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 2022-09-27T15:35:58.1405489Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:35:58.1429980Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:35:58.1577366Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 2022-09-27T15:35:58.1604412Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 2022-09-27T15:35:58.1639957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:35:58.1649990Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 2022-09-27T15:35:58.1844137Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:35:58.1863373Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:35:58.2044274Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 2022-09-27T15:35:58.2057910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:35:58.2079125Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 2022-09-27T15:35:58.2087817Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 2022-09-27T15:35:58.2101822Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:35:58.2111788Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 2022-09-27T15:35:58.2283634Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:35:58.2414483Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:35:58.2461362Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 2022-09-27T15:35:58.2482503Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 2022-09-27T15:35:58.2512477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:35:58.2525169Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 2022-09-27T15:35:58.2725945Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:35:58.2738410Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:35:58.2924681Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool 2022-09-27T15:35:58.2940169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:35:58.2971056Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 2022-09-27T15:35:58.2972854Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:35:58.3167397Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 2022-09-27T15:35:58.3261913Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:35:58.3366047Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 2022-09-27T15:35:58.3382025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:35:58.3400186Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 2022-09-27T15:35:58.3420914Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 2022-09-27T15:35:58.3432255Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 2022-09-27T15:35:58.3443122Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:35:58.3605737Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:35:58.3738622Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:35:58.3818991Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 2022-09-27T15:35:58.3844426Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 2022-09-27T15:35:58.3883291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:35:58.3888877Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 2022-09-27T15:35:58.4046010Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:35:58.4153646Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:35:58.4202037Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 2022-09-27T15:35:58.4326977Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 2022-09-27T15:35:58.4328662Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:35:58.4357081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:35:58.4486947Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 2022-09-27T15:35:58.4543982Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:35:58.4655939Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool 2022-09-27T15:35:58.4764727Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 2022-09-27T15:35:58.4768705Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:35:58.4809136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:35:58.4891757Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 2022-09-27T15:35:58.4903062Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 2022-09-27T15:35:58.4923015Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:35:58.4987248Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:35:58.5102420Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 2022-09-27T15:35:58.5206263Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 2022-09-27T15:35:58.5207242Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:35:58.5239381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:35:58.5366777Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 2022-09-27T15:35:58.5432931Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:35:58.5474606Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 2022-09-27T15:35:58.5646003Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 2022-09-27T15:35:58.5650932Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:35:58.5678677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:35:58.5804769Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 2022-09-27T15:35:58.5911662Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:35:58.6138749Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 2022-09-27T15:35:58.6141836Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:35:58.6224382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:58.6609568Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:58.6617833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:35:58.6707875Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool 2022-09-27T15:35:58.6736157Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 2022-09-27T15:35:58.6792836Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:35:58.6805842Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 2022-09-27T15:35:58.7046056Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:35:58.7054694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:35:58.7299097Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 2022-09-27T15:35:58.7326048Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 2022-09-27T15:35:58.7449367Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:35:58.7512027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:35:58.7926095Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 2022-09-27T15:35:58.7933988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:35:58.7945153Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 2022-09-27T15:35:58.7966062Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 2022-09-27T15:35:58.8356768Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:35:58.8366156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:35:58.8636928Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 2022-09-27T15:35:58.8652262Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool 2022-09-27T15:35:58.8763147Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:35:58.8797217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:35:58.9206661Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 2022-09-27T15:35:58.9245208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:35:58.9652887Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 2022-09-27T15:35:58.9690110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.0136495Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.0140566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.0569544Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.0570173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.0612385Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.0628828Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 2022-09-27T15:35:59.0697025Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:35:59.0715122Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 2022-09-27T15:35:59.0855248Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:35:59.0869532Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 2022-09-27T15:35:59.1024527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:35:59.1025130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.1450427Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.1451077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.1895806Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.1896443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.2178681Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.2190162Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 2022-09-27T15:35:59.2332366Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:35:59.2332952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:35:59.2727358Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 2022-09-27T15:35:59.2759333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:35:59.2864020Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 2022-09-27T15:35:59.2874656Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 2022-09-27T15:35:59.3178478Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:35:59.3194795Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool 2022-09-27T15:35:59.3202900Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:35:59.3237477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:35:59.3700011Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 2022-09-27T15:35:59.3700705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:35:59.4184058Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 2022-09-27T15:35:59.4186279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:35:59.4606701Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 2022-09-27T15:35:59.4609007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:35:59.5063519Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 2022-09-27T15:35:59.5064575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:35:59.5492209Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 2022-09-27T15:35:59.5494262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:59.5929014Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 2022-09-27T15:35:59.5931304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:35:59.6377089Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 2022-09-27T15:35:59.6377794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:35:59.6503795Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 2022-09-27T15:35:59.6529537Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 2022-09-27T15:35:59.6806580Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:35:59.6808475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.7247589Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 2022-09-27T15:35:59.7250107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.7692252Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 2022-09-27T15:35:59.7692914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.8129106Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 2022-09-27T15:35:59.8129774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.8362745Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 2022-09-27T15:35:59.8458056Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 2022-09-27T15:35:59.8569515Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:35:59.8570424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.9007624Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 2022-09-27T15:35:59.9011590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.9257820Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 2022-09-27T15:35:59.9286562Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 2022-09-27T15:35:59.9455933Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:35:59.9464826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:35:59.9889232Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool 2022-09-27T15:35:59.9899281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:36:00.0328911Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 2022-09-27T15:36:00.0339066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:36:00.0768657Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 2022-09-27T15:36:00.0779545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:36:00.1081340Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 2022-09-27T15:36:00.1100552Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 2022-09-27T15:36:00.1207573Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:36:00.1217029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:36:00.1693128Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 2022-09-27T15:36:00.1703085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:36:00.1980028Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 2022-09-27T15:36:00.1993726Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 2022-09-27T15:36:00.2128699Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:36:00.2138107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:36:00.2569305Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 2022-09-27T15:36:00.2579094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:36:00.2915935Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 2022-09-27T15:36:00.2971496Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 2022-09-27T15:36:00.3006538Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:36:00.3017954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:36:00.3040072Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 2022-09-27T15:36:00.3060607Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 2022-09-27T15:36:00.3450192Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:36:00.3450901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:36:00.3700662Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 2022-09-27T15:36:00.3730673Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 2022-09-27T15:36:00.3895851Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:36:00.3903131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:36:00.4331786Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 2022-09-27T15:36:00.4332498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:36:00.4773089Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 2022-09-27T15:36:00.4773821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:00.5210314Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:00.5212729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:36:00.5593934Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool 2022-09-27T15:36:00.5630938Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 2022-09-27T15:36:00.5636159Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:36:00.5665096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:36:00.5874449Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 2022-09-27T15:36:00.5896322Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 2022-09-27T15:36:00.6090628Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:36:00.6094081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:36:00.6532699Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 2022-09-27T15:36:00.6536125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:36:00.6971221Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 2022-09-27T15:36:00.6974485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:36:00.7413352Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 2022-09-27T15:36:00.7416661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:36:00.7856381Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 2022-09-27T15:36:00.7866270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:36:00.7990624Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 2022-09-27T15:36:00.8138472Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 2022-09-27T15:36:00.8289895Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:36:00.8306099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:36:00.8315925Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 2022-09-27T15:36:00.8399897Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 2022-09-27T15:36:00.8770857Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:36:00.8779783Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 2022-09-27T15:36:00.8784597Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:36:00.8790523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:36:00.9206124Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 2022-09-27T15:36:00.9214444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:36:00.9646926Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 2022-09-27T15:36:00.9649087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.0077383Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.0097665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.0525744Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.0528018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.0970845Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.0972930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:36:01.1522368Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 2022-09-27T15:36:01.1522973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:36:01.1922951Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 2022-09-27T15:36:01.1923648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:36:01.2361511Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 2022-09-27T15:36:01.2365596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:36:01.2810268Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 2022-09-27T15:36:01.2810986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:36:01.3005744Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 2022-09-27T15:36:01.3036242Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 2022-09-27T15:36:01.3287998Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:36:01.3288622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:36:01.3732661Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 2022-09-27T15:36:01.3733494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:36:01.3910130Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 2022-09-27T15:36:01.3937887Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool 2022-09-27T15:36:01.4218198Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:36:01.4218919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:01.4313774Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:01.4388239Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 2022-09-27T15:36:01.4647600Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:36:01.4648201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.5127987Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 2022-09-27T15:36:01.5129794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.5566967Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 2022-09-27T15:36:01.5569018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.6005867Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 2022-09-27T15:36:01.6007958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.6486329Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 2022-09-27T15:36:01.6488553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.6914650Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 2022-09-27T15:36:01.6926915Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 2022-09-27T15:36:01.6928665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.6939054Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 2022-09-27T15:36:01.7427207Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:36:01.7433383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.7849789Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:01.7856502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.8287418Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 2022-09-27T15:36:01.8292324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:36:01.8752737Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool 2022-09-27T15:36:01.8766895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:36:01.8781156Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 2022-09-27T15:36:01.8798573Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 2022-09-27T15:36:01.9169787Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:36:01.9170365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:36:01.9622043Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 2022-09-27T15:36:01.9622732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:36:02.0051719Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 2022-09-27T15:36:02.0052396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:36:02.0288915Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 2022-09-27T15:36:02.0306131Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 2022-09-27T15:36:02.0480699Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:36:02.0490102Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 2022-09-27T15:36:02.0495545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:36:02.0512331Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 2022-09-27T15:36:02.0976409Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:36:02.0976994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:36:02.1411267Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 2022-09-27T15:36:02.1411938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:36:02.1890015Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 2022-09-27T15:36:02.1890826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:36:02.2330623Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 2022-09-27T15:36:02.2331430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:02.2773805Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:02.2774612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:36:02.3210343Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool 2022-09-27T15:36:02.3211880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:36:02.3699140Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 2022-09-27T15:36:02.3700204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.4126364Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 2022-09-27T15:36:02.4128385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.4567326Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 2022-09-27T15:36:02.4568485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.5059201Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 2022-09-27T15:36:02.5066697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:36:02.5137475Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 2022-09-27T15:36:02.5161067Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 2022-09-27T15:36:02.5487474Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:36:02.5493175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:36:02.5712415Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 2022-09-27T15:36:02.5742341Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 2022-09-27T15:36:02.5968981Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:36:02.5974376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:36:02.6447000Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 2022-09-27T15:36:02.6453847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:36:02.6898387Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 2022-09-27T15:36:02.6939777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:36:02.7369330Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 2022-09-27T15:36:02.7381395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:36:02.7701884Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool 2022-09-27T15:36:02.7735486Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 2022-09-27T15:36:02.7804863Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:36:02.7815741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:36:02.8256576Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 2022-09-27T15:36:02.8268980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:36:02.8446587Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 2022-09-27T15:36:02.8475235Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 2022-09-27T15:36:02.8507872Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:36:02.8728838Z [gw1] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 2022-09-27T15:36:02.8740310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:36:02.8963695Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 2022-09-27T15:36:02.9167911Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:36:02.9180226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:36:02.9648950Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 2022-09-27T15:36:02.9660035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:36:03.0097424Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 2022-09-27T15:36:03.0112510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:36:03.0509045Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 2022-09-27T15:36:03.0536441Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 2022-09-27T15:36:03.0569492Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:36:03.0580169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:36:03.1015539Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 2022-09-27T15:36:03.1028826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:36:03.1428051Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 2022-09-27T15:36:03.1446008Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 2022-09-27T15:36:03.1490233Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:36:03.1490987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:03.1965419Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:03.1966139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.2445811Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool 2022-09-27T15:36:03.2446489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:36:03.2932516Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 2022-09-27T15:36:03.2933559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.3229643Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 2022-09-27T15:36:03.3259716Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 2022-09-27T15:36:03.3394552Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:36:03.3404353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:36:03.3621626Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 2022-09-27T15:36:03.3645964Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 2022-09-27T15:36:03.3808957Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:36:03.3814775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:36:03.4289338Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 2022-09-27T15:36:03.4298057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.4731596Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 2022-09-27T15:36:03.4742697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:36:03.5169114Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 2022-09-27T15:36:03.5180151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:36:03.5608671Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 2022-09-27T15:36:03.5619736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:36:03.5643528Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 2022-09-27T15:36:03.5677136Z [gw3] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 2022-09-27T15:36:03.6055950Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:36:03.6056583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:36:03.6493484Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 2022-09-27T15:36:03.6504360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:36:03.6551097Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool 2022-09-27T15:36:03.6602956Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 2022-09-27T15:36:03.6930119Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:36:03.6941630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:36:03.7134063Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 2022-09-27T15:36:03.7199754Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 2022-09-27T15:36:03.7401347Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:36:03.7411329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:36:03.7851574Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 2022-09-27T15:36:03.7869528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:36:03.8307122Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 2022-09-27T15:36:03.8318828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:36:03.8468630Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 2022-09-27T15:36:03.8555631Z [gw0] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 2022-09-27T15:36:03.8728300Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:36:03.8738316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:36:03.9221009Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 2022-09-27T15:36:03.9230306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:36:03.9655285Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 2022-09-27T15:36:03.9666762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:36:04.0130324Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 2022-09-27T15:36:04.0141832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:36:04.0587062Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 2022-09-27T15:36:04.0587763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:36:04.1012752Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 2022-09-27T15:36:04.1013437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:36:04.1451467Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 2022-09-27T15:36:04.1452147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:36:04.1811653Z [gw2] [ 27%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 2022-09-27T15:36:04.1833419Z [gw1] [ 27%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 2022-09-27T15:36:04.1929579Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:36:04.1930584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.2115458Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:04.2159840Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 2022-09-27T15:36:04.2410305Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:36:04.2411064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:36:04.2731532Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool 2022-09-27T15:36:04.2754627Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 2022-09-27T15:36:04.2866052Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:36:04.2866736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:36:04.3334533Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 2022-09-27T15:36:04.3335265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:36:04.3729277Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 2022-09-27T15:36:04.3766471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:36:04.4210923Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 2022-09-27T15:36:04.4211641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:36:04.4672137Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 2022-09-27T15:36:04.4673496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.5128493Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 2022-09-27T15:36:04.5135539Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 2022-09-27T15:36:04.5136115Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:36:04.5136664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.5496602Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 2022-09-27T15:36:04.5568965Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 2022-09-27T15:36:04.5569592Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:36:04.5575003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.5654590Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 2022-09-27T15:36:04.6026427Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:36:04.6027126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.6031672Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 2022-09-27T15:36:04.6058895Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:36:04.6504024Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 2022-09-27T15:36:04.6504705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.6505399Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 2022-09-27T15:36:04.6517871Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:36:04.6863573Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 2022-09-27T15:36:04.6882680Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 2022-09-27T15:36:04.6947284Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:36:04.6947897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.6948478Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 2022-09-27T15:36:04.6955291Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:36:04.7327553Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 2022-09-27T15:36:04.7331974Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:36:04.7381293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.7420484Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 2022-09-27T15:36:04.7811464Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 2022-09-27T15:36:04.7812250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.7824390Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 2022-09-27T15:36:04.7919448Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:36:04.8248103Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 2022-09-27T15:36:04.8254345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:36:04.8260046Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool 2022-09-27T15:36:04.8333699Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:36:04.8761123Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 2022-09-27T15:36:04.8766321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:36:04.8776992Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 2022-09-27T15:36:04.8797635Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:36:04.9172179Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 2022-09-27T15:36:04.9176964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:36:04.9235095Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 2022-09-27T15:36:04.9282564Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:36:04.9553851Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 2022-09-27T15:36:04.9575065Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 2022-09-27T15:36:04.9606031Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:36:04.9680980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:36:04.9686708Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 2022-09-27T15:36:04.9697151Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:36:05.0161578Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 2022-09-27T15:36:05.0162194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:36:05.0169020Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 2022-09-27T15:36:05.0570055Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:36:05.0570723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:36:05.0783260Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 2022-09-27T15:36:05.0797777Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 2022-09-27T15:36:05.1006425Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:36:05.1007177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:36:05.1487792Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 2022-09-27T15:36:05.1492951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:36:05.1972267Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 2022-09-27T15:36:05.1973192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:36:05.1992835Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 2022-09-27T15:36:05.2017607Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 2022-09-27T15:36:05.2457234Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:36:05.2462771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:36:05.2927702Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 2022-09-27T15:36:05.2933063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:36:05.3384034Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 2022-09-27T15:36:05.3416580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:36:05.3847491Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 2022-09-27T15:36:05.3854377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.3991675Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:05.4003972Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 2022-09-27T15:36:05.4332025Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:36:05.4337293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:36:05.4546474Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool 2022-09-27T15:36:05.4571923Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 2022-09-27T15:36:05.4807665Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:36:05.4812777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:05.5257798Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:05.5263970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:05.5691341Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:05.5693541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:05.6126796Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:05.6128028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:36:05.6567931Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 2022-09-27T15:36:05.6568644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:36:05.7012076Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 2022-09-27T15:36:05.7012809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:36:05.7293918Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 2022-09-27T15:36:05.7319368Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 2022-09-27T15:36:05.7487692Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:36:05.7489296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:36:05.7574343Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 2022-09-27T15:36:05.7598185Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 2022-09-27T15:36:05.7927300Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:36:05.7934250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:36:05.8374200Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 2022-09-27T15:36:05.8380236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:36:05.8640696Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 2022-09-27T15:36:05.8661097Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 2022-09-27T15:36:05.8812802Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:36:05.8813369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:36:05.9257310Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 2022-09-27T15:36:05.9258709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:05.9693564Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:05.9736762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:36:06.0057195Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 2022-09-27T15:36:06.0069755Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:36:06.0165868Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:36:06.0166909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:36:06.0607833Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool 2022-09-27T15:36:06.0609178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:36:06.1060451Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 2022-09-27T15:36:06.1061124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:36:06.1465609Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 2022-09-27T15:36:06.1492163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:36:06.1542528Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 2022-09-27T15:36:06.1579677Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 2022-09-27T15:36:06.1929941Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:36:06.1932094Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 2022-09-27T15:36:06.1934684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:36:06.1938732Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 2022-09-27T15:36:06.2327919Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:36:06.2369492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:36:06.2848300Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 2022-09-27T15:36:06.2858205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:36:06.3326233Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 2022-09-27T15:36:06.3335041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:36:06.3748992Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 2022-09-27T15:36:06.3791043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:36:06.4246596Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 2022-09-27T15:36:06.4251010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:36:06.4693147Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 2022-09-27T15:36:06.4733824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:36:06.5164674Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 2022-09-27T15:36:06.5197635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:36:06.5211235Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 2022-09-27T15:36:06.5233751Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 2022-09-27T15:36:06.5569434Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:36:06.5609230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:06.5711396Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:06.5729976Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool 2022-09-27T15:36:06.6047278Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:36:06.6081938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:36:06.6111281Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool 2022-09-27T15:36:06.6245426Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 2022-09-27T15:36:06.6486348Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:36:06.6521018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:36:06.6969796Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 2022-09-27T15:36:06.6999194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:36:06.7408586Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 2022-09-27T15:36:06.7437515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:36:06.7887176Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 2022-09-27T15:36:06.7917730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:36:06.7949571Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 2022-09-27T15:36:06.7972753Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 2022-09-27T15:36:06.8328586Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:36:06.8364338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:36:06.8846860Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 2022-09-27T15:36:06.8852073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:36:06.9298633Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 2022-09-27T15:36:06.9305325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.9689542Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 2022-09-27T15:36:06.9732848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.9946821Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 2022-09-27T15:36:06.9969432Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 2022-09-27T15:36:07.0210711Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:36:07.0218642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.0285909Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 2022-09-27T15:36:07.0302788Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 2022-09-27T15:36:07.0420461Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:36:07.0654158Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 2022-09-27T15:36:07.0660345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:36:07.0843581Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 2022-09-27T15:36:07.1001315Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:36:07.1091383Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:36:07.1097552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:36:07.1323416Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 2022-09-27T15:36:07.1405759Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:36:07.1539409Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 2022-09-27T15:36:07.1545150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:36:07.1724568Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 2022-09-27T15:36:07.1849301Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:36:07.1926105Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:36:07.1957679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:36:07.2203708Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool 2022-09-27T15:36:07.2215850Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:36:07.2407175Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 2022-09-27T15:36:07.2445299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:36:07.2641775Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 2022-09-27T15:36:07.2642798Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:36:07.2859284Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 2022-09-27T15:36:07.2897925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:36:07.3082145Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 2022-09-27T15:36:07.3089131Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:36:07.3364244Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 2022-09-27T15:36:07.3365102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:36:07.3394981Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 2022-09-27T15:36:07.3424266Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 2022-09-27T15:36:07.3519377Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:36:07.3602238Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:36:07.3823877Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 2022-09-27T15:36:07.3824556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:36:07.3961949Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 2022-09-27T15:36:07.4036129Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:36:07.4247542Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 2022-09-27T15:36:07.4248207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:36:07.4483177Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 2022-09-27T15:36:07.4489226Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:36:07.4713001Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 2022-09-27T15:36:07.4747559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:36:07.4922587Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 2022-09-27T15:36:07.5182956Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:36:07.5183758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:36:07.5650045Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 2022-09-27T15:36:07.5650717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:36:07.6097426Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 2022-09-27T15:36:07.6098226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:36:07.6575767Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 2022-09-27T15:36:07.6579303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:36:07.7017103Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 2022-09-27T15:36:07.7029893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:36:07.7035804Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 2022-09-27T15:36:07.7079176Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 2022-09-27T15:36:07.7367775Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:36:07.7392642Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 2022-09-27T15:36:07.7451980Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:36:07.7453708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:07.7892872Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:07.7894809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:36:07.7971765Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool 2022-09-27T15:36:07.8012178Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 2022-09-27T15:36:07.8316195Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:36:07.8329145Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 2022-09-27T15:36:07.8334661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:36:07.8358705Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 2022-09-27T15:36:07.8728026Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:36:07.8766985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:36:07.8805006Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 2022-09-27T15:36:07.8833840Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 2022-09-27T15:36:07.9231231Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:36:07.9240353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:36:07.9649183Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 2022-09-27T15:36:07.9656829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.9663611Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 2022-09-27T15:36:07.9689560Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 2022-09-27T15:36:08.0076340Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:36:08.0103319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.0317856Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 2022-09-27T15:36:08.0338543Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 2022-09-27T15:36:08.0535453Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:36:08.0543536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.0609747Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 2022-09-27T15:36:08.0639752Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 2022-09-27T15:36:08.1021469Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:36:08.1030129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:36:08.1455757Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 2022-09-27T15:36:08.1463862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:36:08.1765751Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 2022-09-27T15:36:08.1791360Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 2022-09-27T15:36:08.1855561Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:36:08.1893832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:36:08.2365061Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 2022-09-27T15:36:08.2366128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:36:08.2759736Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 2022-09-27T15:36:08.2768823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:36:08.2859493Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 2022-09-27T15:36:08.2878144Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 2022-09-27T15:36:08.3207308Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:36:08.3217180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.3682664Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 2022-09-27T15:36:08.3689864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:36:08.4003316Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool 2022-09-27T15:36:08.4018925Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 2022-09-27T15:36:08.4147197Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:36:08.4154058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:36:08.4409215Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 2022-09-27T15:36:08.4433027Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 2022-09-27T15:36:08.4524252Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:36:08.4573248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:36:08.4984221Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 2022-09-27T15:36:08.5016459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:36:08.5456886Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 2022-09-27T15:36:08.5466271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:36:08.5931324Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 2022-09-27T15:36:08.5937747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:36:08.6419473Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 2022-09-27T15:36:08.6425261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:36:08.6859523Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 2022-09-27T15:36:08.6860385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:36:08.7252461Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 2022-09-27T15:36:08.7311235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:36:08.7726625Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 2022-09-27T15:36:08.7729030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:36:08.7795481Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 2022-09-27T15:36:08.7823423Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 2022-09-27T15:36:08.8007068Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:36:08.8039264Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 2022-09-27T15:36:08.8166274Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:36:08.8176512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:36:08.8647674Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 2022-09-27T15:36:08.8659593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:08.9092054Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:08.9106842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:36:08.9532404Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool 2022-09-27T15:36:08.9546873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:36:08.9970553Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 2022-09-27T15:36:08.9982835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.0416936Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 2022-09-27T15:36:09.0429402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.0854843Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 2022-09-27T15:36:09.0867933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.0890329Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 2022-09-27T15:36:09.0924717Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool 2022-09-27T15:36:09.1298038Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:36:09.1309099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.1586568Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 2022-09-27T15:36:09.1602824Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 2022-09-27T15:36:09.1616358Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:36:09.1635288Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 2022-09-27T15:36:09.1686709Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:36:09.1739168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:36:09.2180874Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 2022-09-27T15:36:09.2186000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:36:09.2610474Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 2022-09-27T15:36:09.2617624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:36:09.3008201Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 2022-09-27T15:36:09.3049645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:36:09.3449043Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 2022-09-27T15:36:09.3505268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:09.3888499Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:09.3943540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:36:09.4367149Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 2022-09-27T15:36:09.4377972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:36:09.4691722Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool 2022-09-27T15:36:09.4713326Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 2022-09-27T15:36:09.4768333Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:36:09.4811951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:36:09.5219053Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 2022-09-27T15:36:09.5263265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:36:09.5328897Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 2022-09-27T15:36:09.5395160Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 2022-09-27T15:36:09.5693656Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:36:09.5696026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:36:09.6135097Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 2022-09-27T15:36:09.6136048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:36:09.6535505Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 2022-09-27T15:36:09.6582537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:36:09.6639578Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 2022-09-27T15:36:09.6657117Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 2022-09-27T15:36:09.7022818Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:36:09.7025580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:36:09.7454545Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 2022-09-27T15:36:09.7455615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:36:09.7680054Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 2022-09-27T15:36:09.7701341Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 2022-09-27T15:36:09.7858397Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:36:09.7898205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:36:09.8326332Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 2022-09-27T15:36:09.8328819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:36:09.8726371Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 2022-09-27T15:36:09.8768209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:36:09.9166253Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 2022-09-27T15:36:09.9209658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:36:09.9326660Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 2022-09-27T15:36:09.9344100Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 2022-09-27T15:36:09.9659487Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:36:09.9660963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:10.0090696Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:10.0091958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:36:10.0260461Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool 2022-09-27T15:36:10.0282067Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 2022-09-27T15:36:10.0528109Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:36:10.0530910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.0976175Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 2022-09-27T15:36:10.0977212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:36:10.1417885Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 2022-09-27T15:36:10.1418946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.1600485Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 2022-09-27T15:36:10.1627480Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool 2022-09-27T15:36:10.1636749Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:36:10.1655026Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 2022-09-27T15:36:10.1848864Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:36:10.1849466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:36:10.2329705Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 2022-09-27T15:36:10.2330367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.2756327Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 2022-09-27T15:36:10.2781146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.3217430Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 2022-09-27T15:36:10.3218330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:36:10.3650807Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 2022-09-27T15:36:10.3651506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:36:10.3974050Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 2022-09-27T15:36:10.3992118Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 2022-09-27T15:36:10.4047375Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:36:10.4085487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:36:10.4541884Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 2022-09-27T15:36:10.4542577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:36:10.4976415Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 2022-09-27T15:36:10.4977253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:36:10.5597530Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 2022-09-27T15:36:10.5598609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:36:10.6053542Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 2022-09-27T15:36:10.6074668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:36:10.6436984Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool 2022-09-27T15:36:10.6438064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:36:10.6738160Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 2022-09-27T15:36:10.6739024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:36:10.6787326Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 2022-09-27T15:36:10.6796905Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 2022-09-27T15:36:10.7400324Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:36:10.7405129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:36:10.7641791Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 2022-09-27T15:36:10.7700142Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 2022-09-27T15:36:10.7700766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:36:10.7723556Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 2022-09-27T15:36:10.8139453Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:36:10.8140148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:36:10.8578186Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 2022-09-27T15:36:10.8581507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:36:10.9064396Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 2022-09-27T15:36:10.9065151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:36:10.9498870Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 2022-09-27T15:36:10.9499534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:36:10.9508683Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 2022-09-27T15:36:10.9531143Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool 2022-09-27T15:36:10.9942979Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:36:10.9943727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.0006466Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.0072101Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 2022-09-27T15:36:11.0374866Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:36:11.0375677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:36:11.0585189Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool 2022-09-27T15:36:11.0613154Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 2022-09-27T15:36:11.0817213Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:36:11.0827485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.1208411Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 2022-09-27T15:36:11.1249645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.1696718Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 2022-09-27T15:36:11.1697775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.2140317Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 2022-09-27T15:36:11.2153831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:36:11.2532405Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 2022-09-27T15:36:11.2589134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:36:11.3013528Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 2022-09-27T15:36:11.3025209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:36:11.3454372Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 2022-09-27T15:36:11.3467802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:36:11.3938390Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 2022-09-27T15:36:11.3949850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:36:11.4100173Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 2022-09-27T15:36:11.4128560Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 2022-09-27T15:36:11.4371818Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:36:11.4381934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:36:11.4735534Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 2022-09-27T15:36:11.4766156Z [gw0] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 2022-09-27T15:36:11.4807760Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:36:11.4856648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:36:11.5295255Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool 2022-09-27T15:36:11.5302763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:36:11.5730967Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 2022-09-27T15:36:11.5739006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:36:11.6173244Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 2022-09-27T15:36:11.6183936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:36:11.6616266Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 2022-09-27T15:36:11.6623323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:36:11.6683254Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 2022-09-27T15:36:11.6759797Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 2022-09-27T15:36:11.7054710Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:36:11.7060995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:36:11.7153787Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 2022-09-27T15:36:11.7175977Z [gw1] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 2022-09-27T15:36:11.7526735Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:36:11.7536721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:36:11.7774923Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 2022-09-27T15:36:11.7810533Z [gw3] [ 28%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool 2022-09-27T15:36:11.8008536Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:36:11.8011611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:36:11.8404420Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 2022-09-27T15:36:11.8411735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:36:11.8806588Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 2022-09-27T15:36:11.8845533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:36:11.9034613Z [gw2] [ 28%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 2022-09-27T15:36:11.9065139Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 2022-09-27T15:36:11.9248611Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:36:11.9289410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.9727637Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:11.9764186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:36:12.0206834Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool 2022-09-27T15:36:12.0218048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:36:12.0303369Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 2022-09-27T15:36:12.0325264Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 2022-09-27T15:36:12.0467841Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:36:12.0687817Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 2022-09-27T15:36:12.0695693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:36:12.0847797Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 2022-09-27T15:36:12.0855441Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:36:12.1127503Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 2022-09-27T15:36:12.1134790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:36:12.1325269Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 2022-09-27T15:36:12.1335046Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:36:12.1510836Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 2022-09-27T15:36:12.1526812Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 2022-09-27T15:36:12.1533106Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:36:12.1568840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:36:12.1686227Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 2022-09-27T15:36:12.1767013Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:36:12.1949058Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 2022-09-27T15:36:12.1957586Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 2022-09-27T15:36:12.2048722Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:36:12.2049307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:36:12.2205173Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 2022-09-27T15:36:12.2488306Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:36:12.2492265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.2973183Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 2022-09-27T15:36:12.2980921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:36:12.3420487Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 2022-09-27T15:36:12.3426855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:36:12.3856533Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 2022-09-27T15:36:12.3864577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:36:12.4328648Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 2022-09-27T15:36:12.4335684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:36:12.4729331Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 2022-09-27T15:36:12.4776177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:36:12.4924653Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool 2022-09-27T15:36:12.4947518Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 2022-09-27T15:36:12.5209935Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:36:12.5259167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:36:12.5699425Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 2022-09-27T15:36:12.5706820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:36:12.5789515Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 2022-09-27T15:36:12.5812758Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 2022-09-27T15:36:12.6128025Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:36:12.6136548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:36:12.6570249Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 2022-09-27T15:36:12.6577297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:36:12.7048704Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 2022-09-27T15:36:12.7054808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:36:12.7491038Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 2022-09-27T15:36:12.7499034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:36:12.7934891Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 2022-09-27T15:36:12.7942892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:36:12.8061597Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 2022-09-27T15:36:12.8084117Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 2022-09-27T15:36:12.8086783Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 2022-09-27T15:36:12.8105472Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:36:12.8376574Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:36:12.8377181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:36:12.8772131Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 2022-09-27T15:36:12.8781019Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 2022-09-27T15:36:12.8808338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:36:12.8821991Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 2022-09-27T15:36:12.9333438Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:36:12.9333942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:12.9818312Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:12.9818892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:36:13.0137170Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool 2022-09-27T15:36:13.0159410Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 2022-09-27T15:36:13.0409165Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:36:13.0417640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:13.0648440Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 2022-09-27T15:36:13.0657011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:13.0986455Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 2022-09-27T15:36:13.1015137Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 2022-09-27T15:36:13.1089135Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:36:13.1121839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:36:13.1570856Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 2022-09-27T15:36:13.1612811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:36:13.1866253Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 2022-09-27T15:36:13.1905347Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 2022-09-27T15:36:13.2001546Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:36:13.2024001Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 2022-09-27T15:36:13.2052595Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:36:13.2062250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:36:13.2492840Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 2022-09-27T15:36:13.2493580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:36:13.2932895Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 2022-09-27T15:36:13.2933783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.3374694Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 2022-09-27T15:36:13.3375375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.3815115Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 2022-09-27T15:36:13.3815757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.4246454Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 2022-09-27T15:36:13.4252658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.4583450Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 2022-09-27T15:36:13.4600047Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 2022-09-27T15:36:13.4732359Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:36:13.4733074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:36:13.5215860Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool 2022-09-27T15:36:13.5222090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:36:13.5658595Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 2022-09-27T15:36:13.5665614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:36:13.5690633Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 2022-09-27T15:36:13.5713573Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 2022-09-27T15:36:13.6090088Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:36:13.6097284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:36:13.6326167Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 2022-09-27T15:36:13.6365020Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 2022-09-27T15:36:13.6528502Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:36:13.6529173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:36:13.6879051Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 2022-09-27T15:36:13.6890661Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 2022-09-27T15:36:13.6899206Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 2022-09-27T15:36:13.6921155Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:36:13.7008835Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:36:13.7013520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:36:13.7451851Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 2022-09-27T15:36:13.7460779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:36:13.7860762Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 2022-09-27T15:36:13.7867262Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 2022-09-27T15:36:13.7881677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:36:13.7890847Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 2022-09-27T15:36:13.7998959Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:36:13.8023583Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 2022-09-27T15:36:13.8287579Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:36:13.8320831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:36:13.8532349Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 2022-09-27T15:36:13.8550189Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 2022-09-27T15:36:13.8727457Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:36:13.8759107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:36:13.9019456Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 2022-09-27T15:36:13.9052459Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 2022-09-27T15:36:13.9166244Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:36:13.9199630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:36:13.9607186Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 2022-09-27T15:36:13.9643227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:36:13.9723961Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 2022-09-27T15:36:13.9742721Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool 2022-09-27T15:36:14.0046444Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:36:14.0082806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:14.0171489Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:14.0192313Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool 2022-09-27T15:36:14.0227920Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:36:14.0248177Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 2022-09-27T15:36:14.0487383Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:36:14.0526442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:36:14.0764427Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool 2022-09-27T15:36:14.0784995Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 2022-09-27T15:36:14.0969076Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:36:14.0971043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:36:14.1446242Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 2022-09-27T15:36:14.1462080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:36:14.1880638Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 2022-09-27T15:36:14.1882008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:36:14.2189813Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 2022-09-27T15:36:14.2227963Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 2022-09-27T15:36:14.2332114Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:36:14.2332745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:36:14.2686996Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 2022-09-27T15:36:14.2707329Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool 2022-09-27T15:36:14.2810827Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:36:14.2811440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:36:14.3178161Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 2022-09-27T15:36:14.3196536Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 2022-09-27T15:36:14.3252267Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:36:14.3252903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:36:14.3600845Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 2022-09-27T15:36:14.3619074Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 2022-09-27T15:36:14.3733961Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:36:14.3734570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:36:14.3829291Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 2022-09-27T15:36:14.3840485Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 2022-09-27T15:36:14.4170620Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:36:14.4171266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:36:14.4613789Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 2022-09-27T15:36:14.4614449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:36:14.4962347Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 2022-09-27T15:36:14.5058330Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 2022-09-27T15:36:14.5079370Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:36:14.5080335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:36:14.5493120Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 2022-09-27T15:36:14.5494198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:36:14.5930752Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 2022-09-27T15:36:14.5931431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:36:14.6366566Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 2022-09-27T15:36:14.6367526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:36:14.6856398Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool 2022-09-27T15:36:14.6857083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:36:14.7291460Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 2022-09-27T15:36:14.7292159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:36:14.7771475Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 2022-09-27T15:36:14.7772148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:36:14.8211052Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 2022-09-27T15:36:14.8211842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:36:14.8362064Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 2022-09-27T15:36:14.8403357Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 2022-09-27T15:36:14.8692330Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:36:14.8692950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:36:14.8984062Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 2022-09-27T15:36:14.9023452Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool 2022-09-27T15:36:14.9130331Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:36:14.9131010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:36:14.9571401Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 2022-09-27T15:36:14.9572095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:36:15.0025725Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 2022-09-27T15:36:15.0026442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:36:15.0495935Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 2022-09-27T15:36:15.0496653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:36:15.0822851Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 2022-09-27T15:36:15.0841164Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 2022-09-27T15:36:15.0931198Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:36:15.0932145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:36:15.1371094Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 2022-09-27T15:36:15.1372106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:36:15.1812068Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 2022-09-27T15:36:15.1812942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:15.2278429Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:15.2279153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:36:15.2564050Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool 2022-09-27T15:36:15.2601056Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 2022-09-27T15:36:15.2690424Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:36:15.2691053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:15.3136549Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:15.3137246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:36:15.3571220Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 2022-09-27T15:36:15.3571932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:15.4051668Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:15.4052359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:36:15.4492535Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 2022-09-27T15:36:15.4493268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:36:15.4978629Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 2022-09-27T15:36:15.4979376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:36:15.5457984Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 2022-09-27T15:36:15.5458662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:36:15.5904031Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 2022-09-27T15:36:15.5904762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:36:15.6342123Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 2022-09-27T15:36:15.6342842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:36:15.6657448Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 2022-09-27T15:36:15.6695079Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 2022-09-27T15:36:15.6805079Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:36:15.6811987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:36:15.7101137Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 2022-09-27T15:36:15.7122346Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 2022-09-27T15:36:15.7284218Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:36:15.7291065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:15.7727731Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:15.7734137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:15.8167751Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 2022-09-27T15:36:15.8172901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:36:15.8653021Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool 2022-09-27T15:36:15.8658191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:36:15.9089103Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 2022-09-27T15:36:15.9094387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:36:15.9333149Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 2022-09-27T15:36:15.9356422Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 2022-09-27T15:36:15.9532336Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:36:15.9542837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:36:15.9969869Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 2022-09-27T15:36:15.9980688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:36:16.0419778Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 2022-09-27T15:36:16.0430336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:36:16.0613494Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 2022-09-27T15:36:16.0639530Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 2022-09-27T15:36:16.0849737Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:36:16.0860324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:36:16.1288644Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 2022-09-27T15:36:16.1299180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:36:16.1769164Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 2022-09-27T15:36:16.1779875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.1984097Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.2007494Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 2022-09-27T15:36:16.2210936Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:36:16.2216353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:36:16.2668129Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool 2022-09-27T15:36:16.2672413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.3088833Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 2022-09-27T15:36:16.3097318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.3531138Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 2022-09-27T15:36:16.3540496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:36:16.3937993Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 2022-09-27T15:36:16.3965359Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 2022-09-27T15:36:16.4005965Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:36:16.4015589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:36:16.4448511Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 2022-09-27T15:36:16.4458626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:36:16.4898564Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 2022-09-27T15:36:16.4911248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:36:16.5326424Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 2022-09-27T15:36:16.5334329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:36:16.5507169Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 2022-09-27T15:36:16.5548150Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 2022-09-27T15:36:16.5767868Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:36:16.5773211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:16.6208745Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:16.6216020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:36:16.6651650Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 2022-09-27T15:36:16.6659156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:36:16.6781420Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 2022-09-27T15:36:16.6805970Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 2022-09-27T15:36:16.7088725Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:36:16.7095508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:36:16.7529666Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 2022-09-27T15:36:16.7536251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:36:16.7933179Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 2022-09-27T15:36:16.7934633Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 2022-09-27T15:36:16.7956782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:36:16.7978406Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:36:16.8448400Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 2022-09-27T15:36:16.8453054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:36:16.8909284Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 2022-09-27T15:36:16.8910107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:36:16.9332427Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 2022-09-27T15:36:16.9333173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:16.9753321Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:16.9776311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.9933146Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:16.9960754Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 2022-09-27T15:36:17.0176982Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:36:17.0218485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:17.0654820Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:17.0660627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:17.1094835Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:17.1100358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:17.1295896Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:17.1330871Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 2022-09-27T15:36:17.1530725Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:36:17.1538009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:17.1965643Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:17.1992751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:17.2410048Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:17.2420688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:17.2742678Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:17.2771753Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 2022-09-27T15:36:17.2856474Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:36:17.2857392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:17.3301650Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:17.3303013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:17.3775547Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:17.3776399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:36:17.4204421Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 2022-09-27T15:36:17.4221280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:36:17.4687166Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool 2022-09-27T15:36:17.4699893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:36:17.5125217Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 2022-09-27T15:36:17.5137787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:36:17.5574298Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 2022-09-27T15:36:17.5589624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:36:17.6052061Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 2022-09-27T15:36:17.6052785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:36:17.6512382Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 2022-09-27T15:36:17.6647903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:36:17.6957831Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 2022-09-27T15:36:17.7034952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:36:17.7071179Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 2022-09-27T15:36:17.7382376Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:36:17.7394530Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 2022-09-27T15:36:17.7406185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:36:17.7537531Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 2022-09-27T15:36:17.7562813Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 2022-09-27T15:36:17.7887743Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:36:17.7916014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:36:17.8382693Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 2022-09-27T15:36:17.8390596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:36:17.8810139Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 2022-09-27T15:36:17.8854067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:36:17.9327723Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 2022-09-27T15:36:17.9341281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:17.9817234Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:17.9828068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:36:17.9868191Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool 2022-09-27T15:36:17.9893627Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 2022-09-27T15:36:18.0244276Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:36:18.0256570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:36:18.0718630Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 2022-09-27T15:36:18.0728209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:36:18.0746054Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 2022-09-27T15:36:18.0758731Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 2022-09-27T15:36:18.1170482Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:36:18.1181610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:36:18.1616643Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 2022-09-27T15:36:18.1675889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:36:18.1971428Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 2022-09-27T15:36:18.1995848Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 2022-09-27T15:36:18.2133165Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:36:18.2137009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:36:18.2563277Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 2022-09-27T15:36:18.2575388Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 2022-09-27T15:36:18.2581230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:36:18.2606869Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 2022-09-27T15:36:18.2968847Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:36:18.3009567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:36:18.3462112Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 2022-09-27T15:36:18.3470654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:36:18.3900918Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 2022-09-27T15:36:18.3901610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:36:18.4338374Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 2022-09-27T15:36:18.4339130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:36:18.4439690Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 2022-09-27T15:36:18.4464163Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 2022-09-27T15:36:18.4747078Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:36:18.4785118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:18.5195611Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 2022-09-27T15:36:18.5218899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:36:18.5682914Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 2022-09-27T15:36:18.5685232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:36:18.6172701Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 2022-09-27T15:36:18.6175952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:36:18.6602375Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 2022-09-27T15:36:18.6609203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:36:18.7090441Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 2022-09-27T15:36:18.7099216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:36:18.7522505Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 2022-09-27T15:36:18.7544704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:36:18.8006324Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 2022-09-27T15:36:18.8014763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:36:18.8291422Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 2022-09-27T15:36:18.8320590Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 2022-09-27T15:36:18.8454849Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:36:18.8462274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:18.8891989Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 2022-09-27T15:36:18.8902509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:18.9328772Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:18.9337504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:18.9762338Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 2022-09-27T15:36:18.9778972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:19.0098328Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 2022-09-27T15:36:19.0125862Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 2022-09-27T15:36:19.0233296Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:36:19.0259066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:19.0703809Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 2022-09-27T15:36:19.0704467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:19.1113472Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 2022-09-27T15:36:19.1130575Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 2022-09-27T15:36:19.1137955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:19.1163296Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 2022-09-27T15:36:19.1406758Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:36:19.1423762Z [gw1] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool 2022-09-27T15:36:19.1526670Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:36:19.1555219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:19.2009331Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 2022-09-27T15:36:19.2049374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:19.2541184Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 2022-09-27T15:36:19.2555299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:19.2874748Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 2022-09-27T15:36:19.2929144Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool 2022-09-27T15:36:19.3006839Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:36:19.3016032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:19.3058385Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 2022-09-27T15:36:19.3079010Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 2022-09-27T15:36:19.3495248Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:36:19.3495830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:36:19.3900804Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool 2022-09-27T15:36:19.3932955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:36:19.4378227Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 2022-09-27T15:36:19.4379167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:36:19.4814752Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 2022-09-27T15:36:19.4815901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:36:19.5008848Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 2022-09-27T15:36:19.5038085Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 2022-09-27T15:36:19.5211022Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:36:19.5254461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:36:19.5728625Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 2022-09-27T15:36:19.5738046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:36:19.6169148Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 2022-09-27T15:36:19.6177833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:36:19.6611724Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 2022-09-27T15:36:19.6623337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:36:19.7049607Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 2022-09-27T15:36:19.7067445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:36:19.7079104Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 2022-09-27T15:36:19.7092018Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 2022-09-27T15:36:19.7486818Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:36:19.7502500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:36:19.7929996Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 2022-09-27T15:36:19.7944691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:36:19.8334864Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 2022-09-27T15:36:19.8375835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:36:19.8782382Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 2022-09-27T15:36:19.8825686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:19.9255403Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:19.9263866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:19.9303960Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool 2022-09-27T15:36:19.9328501Z [gw0] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 2022-09-27T15:36:19.9729135Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:36:19.9737509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:19.9753596Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:36:19.9764500Z [gw3] [ 29%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 2022-09-27T15:36:20.0169198Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:36:20.0181193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:20.0606698Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:36:20.0617324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.1052490Z [gw2] [ 29%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:36:20.1068000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:20.1489828Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 2022-09-27T15:36:20.1498329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.1773312Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 2022-09-27T15:36:20.1800693Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 2022-09-27T15:36:20.1926638Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:36:20.1933617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.1943378Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 2022-09-27T15:36:20.1956231Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 2022-09-27T15:36:20.2216797Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:36:20.2237939Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 2022-09-27T15:36:20.2371109Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:36:20.2371726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:20.2820150Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 2022-09-27T15:36:20.2820950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.2979780Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 2022-09-27T15:36:20.3022573Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 2022-09-27T15:36:20.3247672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:36:20.3254336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.3648727Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 2022-09-27T15:36:20.3671642Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 2022-09-27T15:36:20.3739969Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:36:20.3745279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:20.3934853Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 2022-09-27T15:36:20.4151530Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 2022-09-27T15:36:20.4242426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.4249204Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:36:20.4421412Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:36:20.4572622Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 2022-09-27T15:36:20.4622446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.4634932Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 2022-09-27T15:36:20.4656955Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:36:20.4686128Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 2022-09-27T15:36:20.4864096Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:36:20.5049773Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 2022-09-27T15:36:20.5050502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:36:20.5090942Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool 2022-09-27T15:36:20.5492084Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:36:20.5492751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:36:20.5745633Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 2022-09-27T15:36:20.5777766Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 2022-09-27T15:36:20.5949032Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:36:20.5963403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:36:20.6372745Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 2022-09-27T15:36:20.6380935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:36:20.6778337Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 2022-09-27T15:36:20.6806770Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 2022-09-27T15:36:20.6815952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:36:20.6822808Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:36:20.7258055Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 2022-09-27T15:36:20.7267265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:36:20.7692183Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 2022-09-27T15:36:20.7700594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:36:20.8095975Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 2022-09-27T15:36:20.8126814Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 2022-09-27T15:36:20.8137898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:36:20.8146066Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 2022-09-27T15:36:20.8579225Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:36:20.8587114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:36:20.8875984Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 2022-09-27T15:36:20.8895093Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 2022-09-27T15:36:20.9048643Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:36:20.9057207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:36:20.9495223Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 2022-09-27T15:36:20.9510965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:36:20.9520327Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 2022-09-27T15:36:20.9539666Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 2022-09-27T15:36:20.9767115Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:36:20.9789958Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 2022-09-27T15:36:20.9936972Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:36:20.9944944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:36:21.0347836Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 2022-09-27T15:36:21.0367741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.0849796Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:21.0860739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:21.1289052Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool 2022-09-27T15:36:21.1297534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:21.1377593Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 2022-09-27T15:36:21.1407720Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 2022-09-27T15:36:21.1469047Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:36:21.1497927Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool 2022-09-27T15:36:21.1769549Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:36:21.1779956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:21.2209021Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 2022-09-27T15:36:21.2219619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:21.2608050Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 2022-09-27T15:36:21.2650386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:21.3133671Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 2022-09-27T15:36:21.3144101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.3608778Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 2022-09-27T15:36:21.3618964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.4050047Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 2022-09-27T15:36:21.4091849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.4125739Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 2022-09-27T15:36:21.4149040Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 2022-09-27T15:36:21.4536385Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:36:21.4544584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.4911549Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 2022-09-27T15:36:21.4933565Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 2022-09-27T15:36:21.4954024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.4980770Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:36:21.5410812Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 2022-09-27T15:36:21.5421787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.5848931Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 2022-09-27T15:36:21.5859323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.6016023Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 2022-09-27T15:36:21.6043400Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 2022-09-27T15:36:21.6278846Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:36:21.6286784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.6752192Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bfloat16 2022-09-27T15:36:21.6764078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:36:21.7198839Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_bool 2022-09-27T15:36:21.7207026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:36:21.7685042Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex128 2022-09-27T15:36:21.7694012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:36:21.7780169Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex32 2022-09-27T15:36:21.7805436Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 2022-09-27T15:36:21.8119891Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:36:21.8128063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:36:21.8348420Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_complex64 2022-09-27T15:36:21.8368510Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 2022-09-27T15:36:21.8562246Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:36:21.8562836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:36:21.8734324Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float16 2022-09-27T15:36:21.8759978Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 2022-09-27T15:36:21.9040329Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:36:21.9048965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:36:21.9489943Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float32 2022-09-27T15:36:21.9498628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:36:21.9865336Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_float64 2022-09-27T15:36:21.9890956Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 2022-09-27T15:36:21.9933521Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:36:21.9961055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:36:22.0439342Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int16 2022-09-27T15:36:22.0449793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:36:22.0860391Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int32 2022-09-27T15:36:22.0875148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:36:22.1315354Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int64 2022-09-27T15:36:22.1323396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:36:22.1575175Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_int8 2022-09-27T15:36:22.1595652Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 2022-09-27T15:36:22.1729827Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:36:22.1736497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:36:22.1747698Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 2022-09-27T15:36:22.1769613Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:36:22.2239863Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_aten_cpu_uint8 2022-09-27T15:36:22.2240668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.2680580Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:22.2681389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.3129909Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_bool 2022-09-27T15:36:22.3130727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:36:22.3334599Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:36:22.3359079Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 2022-09-27T15:36:22.3602187Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:36:22.3607689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:36:22.4160523Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:36:22.4166386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:36:22.4603673Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:36:22.4610924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.5040262Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float16 2022-09-27T15:36:22.5040820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.5480523Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float32 2022-09-27T15:36:22.5481215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.5932840Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_float64 2022-09-27T15:36:22.5933666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.6361937Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int16 2022-09-27T15:36:22.6362623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.6451197Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int32 2022-09-27T15:36:22.6479465Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 2022-09-27T15:36:22.6805598Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:36:22.6808863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.7246731Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int64 2022-09-27T15:36:22.7254606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.7480124Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_int8 2022-09-27T15:36:22.7491605Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 2022-09-27T15:36:22.7682044Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:36:22.7690537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:36:22.7954498Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:36:22.7971144Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 2022-09-27T15:36:22.8105853Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:36:22.8116533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:36:22.8528493Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bfloat16 2022-09-27T15:36:22.8559080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:36:22.8969171Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_bool 2022-09-27T15:36:22.8999809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:36:22.9412018Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex128 2022-09-27T15:36:22.9450598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:36:22.9847839Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex32 2022-09-27T15:36:22.9870428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:36:23.0289979Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_complex64 2022-09-27T15:36:23.0332036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:36:23.0728542Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float16 2022-09-27T15:36:23.0750217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:36:23.0799797Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float32 2022-09-27T15:36:23.0827833Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool 2022-09-27T15:36:23.1167657Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:36:23.1184892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:36:23.1610008Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_float64 2022-09-27T15:36:23.1635931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:36:23.2048063Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int16 2022-09-27T15:36:23.2066549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:36:23.2289210Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int32 2022-09-27T15:36:23.2313506Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:36:23.2486552Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:36:23.2509473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:36:23.2927916Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int64 2022-09-27T15:36:23.2949993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:36:23.3406326Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_int8 2022-09-27T15:36:23.3416014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:36:23.3845887Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_aten_cpu_uint8 2022-09-27T15:36:23.3855177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.4278670Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:23.4287967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.4719176Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_bool 2022-09-27T15:36:23.4728590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.5158839Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex128 2022-09-27T15:36:23.5172961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.5599804Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex32 2022-09-27T15:36:23.5608989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:36:23.6044239Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_complex64 2022-09-27T15:36:23.6053600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:36:23.6075602Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float16 2022-09-27T15:36:23.6100501Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 2022-09-27T15:36:23.6479808Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:36:23.6489115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:36:23.6925265Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float32 2022-09-27T15:36:23.6934588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:36:23.7363594Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_float64 2022-09-27T15:36:23.7371711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:36:23.7803226Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int16 2022-09-27T15:36:23.7811544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:36:23.8239059Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int32 2022-09-27T15:36:23.8248473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:36:23.8678529Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int64 2022-09-27T15:36:23.8687521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.9121745Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_int8 2022-09-27T15:36:23.9130887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.9305069Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_empty_like_executor_nvfuser_cpu_uint8 2022-09-27T15:36:23.9326317Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:36:23.9567572Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:36:23.9572737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:36:24.0013024Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 2022-09-27T15:36:24.0023277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:36:24.0452263Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool 2022-09-27T15:36:24.0462004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:36:24.0887285Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 2022-09-27T15:36:24.0896879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:36:24.1329937Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 2022-09-27T15:36:24.1332905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:36:24.1776496Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 2022-09-27T15:36:24.1784240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:36:24.2128654Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 2022-09-27T15:36:24.2151785Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 2022-09-27T15:36:24.2208567Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:36:24.2212927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:36:24.2648174Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 2022-09-27T15:36:24.2652910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:36:24.3086694Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 2022-09-27T15:36:24.3091052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:36:24.3535717Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 2022-09-27T15:36:24.3545555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:36:24.3966901Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 2022-09-27T15:36:24.3984035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:36:24.3995173Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 2022-09-27T15:36:24.4004763Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 2022-09-27T15:36:24.4249076Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:36:24.4272948Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:36:24.4406466Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:36:24.4415938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:36:24.4847454Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 2022-09-27T15:36:24.4857374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:36:24.5297149Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 2022-09-27T15:36:24.5304240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:24.5727605Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:24.5732479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:36:24.6167322Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool 2022-09-27T15:36:24.6171984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:36:24.6611062Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 2022-09-27T15:36:24.6616168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:36:24.7047082Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 2022-09-27T15:36:24.7057190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:36:24.7488224Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 2022-09-27T15:36:24.7498321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.7889928Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 2022-09-27T15:36:24.7942325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.8366673Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 2022-09-27T15:36:24.8376434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.8807504Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 2022-09-27T15:36:24.8816659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.9251243Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 2022-09-27T15:36:24.9260719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.9690980Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 2022-09-27T15:36:24.9701336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.9717001Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 2022-09-27T15:36:24.9728978Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 2022-09-27T15:36:25.0123487Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:36:25.0138143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.0572755Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.0578967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.1010552Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.1015491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.1454511Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.1459300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:36:25.1887441Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool 2022-09-27T15:36:25.1892630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:36:25.2328287Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 2022-09-27T15:36:25.2335614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:36:25.2626119Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 2022-09-27T15:36:25.2665969Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 2022-09-27T15:36:25.2780704Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:36:25.2794626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:36:25.2811139Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 2022-09-27T15:36:25.2825250Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 2022-09-27T15:36:25.3207728Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:36:25.3218080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:36:25.3645491Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 2022-09-27T15:36:25.3655236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:36:25.4096171Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 2022-09-27T15:36:25.4107986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:36:25.4434495Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 2022-09-27T15:36:25.4460867Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:36:25.4533554Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:36:25.4538907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:36:25.4969002Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 2022-09-27T15:36:25.4974272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:25.5409897Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:25.5416984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:36:25.5804764Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool 2022-09-27T15:36:25.5851118Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 2022-09-27T15:36:25.5856586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:36:25.5866071Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 2022-09-27T15:36:25.6299899Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:36:25.6306573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:36:25.6688063Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 2022-09-27T15:36:25.6726956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.7179491Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 2022-09-27T15:36:25.7188421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.7608427Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 2022-09-27T15:36:25.7614405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.8054987Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 2022-09-27T15:36:25.8061922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.8421557Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 2022-09-27T15:36:25.8446620Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 2022-09-27T15:36:25.8490484Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:36:25.8496302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.8530759Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 2022-09-27T15:36:25.8552610Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:36:25.8949999Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:36:25.8957011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.9511481Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 2022-09-27T15:36:25.9519470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:36:25.9819293Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool 2022-09-27T15:36:25.9826556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:36:26.0254935Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 2022-09-27T15:36:26.0260249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:36:26.0687562Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 2022-09-27T15:36:26.0692534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:36:26.1135924Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 2022-09-27T15:36:26.1142864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:36:26.1360547Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 2022-09-27T15:36:26.1388211Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 2022-09-27T15:36:26.1567447Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:36:26.1572299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:36:26.2011500Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 2022-09-27T15:36:26.2020784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:36:26.2447294Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 2022-09-27T15:36:26.2456453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:36:26.2888249Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 2022-09-27T15:36:26.2897681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:26.3331098Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:26.3340117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.3543475Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool 2022-09-27T15:36:26.3570134Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:36:26.3648754Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:36:26.3766026Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 2022-09-27T15:36:26.3769418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.3846988Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 2022-09-27T15:36:26.3891278Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 2022-09-27T15:36:26.3957088Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:36:26.3986429Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 2022-09-27T15:36:26.4106024Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:36:26.4120685Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 2022-09-27T15:36:26.4124479Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:36:26.4203019Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 2022-09-27T15:36:26.4207873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:36:26.4484347Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 2022-09-27T15:36:26.4522990Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:36:26.4532665Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool 2022-09-27T15:36:26.4561824Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:36:26.4645224Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 2022-09-27T15:36:26.4666896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.4925777Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 2022-09-27T15:36:26.4966516Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:36:26.5001265Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:36:26.5053073Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 2022-09-27T15:36:26.5071783Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 2022-09-27T15:36:26.5085940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.5326571Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 2022-09-27T15:36:26.5407597Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:36:26.5422470Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:36:26.5482247Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 2022-09-27T15:36:26.5492102Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 2022-09-27T15:36:26.5521360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.5572814Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 2022-09-27T15:36:26.5581044Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 2022-09-27T15:36:26.5766869Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:36:26.5822811Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:36:26.5847052Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 2022-09-27T15:36:26.5911496Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:36:26.5923386Z [gw3] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 2022-09-27T15:36:26.5951167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.6207746Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 2022-09-27T15:36:26.6263293Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:36:26.6285621Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 2022-09-27T15:36:26.6306659Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:36:26.6363894Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool 2022-09-27T15:36:26.6391924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.6647504Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 2022-09-27T15:36:26.6718287Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:36:26.6729371Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 2022-09-27T15:36:26.6738918Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:36:26.6753674Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 2022-09-27T15:36:26.6761047Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 2022-09-27T15:36:26.6802187Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:36:26.6832261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:36:26.7086220Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 2022-09-27T15:36:26.7135844Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:36:26.7206345Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 2022-09-27T15:36:26.7228848Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:36:26.7243973Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 2022-09-27T15:36:26.7288264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:36:26.7527597Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool 2022-09-27T15:36:26.7584389Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:36:26.7642989Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 2022-09-27T15:36:26.7662840Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:36:26.7683316Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 2022-09-27T15:36:26.7717822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:36:26.7966239Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 2022-09-27T15:36:26.8025577Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:36:26.8085390Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 2022-09-27T15:36:26.8111926Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:36:26.8123506Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 2022-09-27T15:36:26.8177214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:36:26.8408072Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 2022-09-27T15:36:26.8462814Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:36:26.8524021Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 2022-09-27T15:36:26.8546620Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:36:26.8563532Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 2022-09-27T15:36:26.8598672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:36:26.8846819Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 2022-09-27T15:36:26.8917572Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:36:26.8969068Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 2022-09-27T15:36:26.8992107Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:36:26.9003730Z [gw3] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 2022-09-27T15:36:26.9039386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:36:26.9287313Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 2022-09-27T15:36:26.9342298Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:36:26.9404492Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 2022-09-27T15:36:26.9444112Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:36:26.9479607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:36:26.9563781Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 2022-09-27T15:36:26.9576214Z [gw0] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 2022-09-27T15:36:26.9726388Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:36:26.9785108Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:36:26.9885415Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 2022-09-27T15:36:26.9919100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:36:27.0235666Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 2022-09-27T15:36:27.0240071Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:36:27.0334108Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool 2022-09-27T15:36:27.0390752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:36:27.0718347Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 2022-09-27T15:36:27.0718992Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:36:27.0768340Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 2022-09-27T15:36:27.0812859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.1150537Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.1151177Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:36:27.1251295Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 2022-09-27T15:36:27.1295441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.1589238Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool 2022-09-27T15:36:27.1594189Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:36:27.1730109Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 2022-09-27T15:36:27.1734743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.2035773Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 2022-09-27T15:36:27.2039943Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:36:27.2142307Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 2022-09-27T15:36:27.2181191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.2526819Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 2022-09-27T15:36:27.2527453Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:36:27.2567965Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 2022-09-27T15:36:27.2619524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.2994926Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 2022-09-27T15:36:27.3051941Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:36:27.3062811Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 2022-09-27T15:36:27.3070951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.3494817Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 2022-09-27T15:36:27.3504496Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:36:27.3514299Z [gw1] [ 30%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 2022-09-27T15:36:27.3522230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.3767262Z [gw2] [ 30%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 2022-09-27T15:36:27.3783530Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool 2022-09-27T15:36:27.3927419Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:36:27.3936466Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:36:27.3945885Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 2022-09-27T15:36:27.3953734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.4378800Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 2022-09-27T15:36:27.4391451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.4410159Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 2022-09-27T15:36:27.4419231Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:36:27.4815228Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 2022-09-27T15:36:27.4826570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.4839752Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 2022-09-27T15:36:27.4847987Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:36:27.5295251Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 2022-09-27T15:36:27.5306250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:36:27.5322181Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool 2022-09-27T15:36:27.5330516Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:36:27.5355600Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 2022-09-27T15:36:27.5372529Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 2022-09-27T15:36:27.5735456Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:36:27.5746548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:36:27.5762011Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 2022-09-27T15:36:27.6172494Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:36:27.6182648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:36:27.6606814Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 2022-09-27T15:36:27.6613907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:36:27.7054663Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 2022-09-27T15:36:27.7062237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:36:27.7497821Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 2022-09-27T15:36:27.7507748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:36:27.7926592Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 2022-09-27T15:36:27.7952576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:36:27.8314849Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 2022-09-27T15:36:27.8335023Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 2022-09-27T15:36:27.8407469Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:36:27.8417331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:36:27.8851321Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 2022-09-27T15:36:27.8860482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:36:27.9292040Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 2022-09-27T15:36:27.9303831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.9728545Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:27.9737939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.0175488Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.0186553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.0619713Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 2022-09-27T15:36:28.0631279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.1059100Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 2022-09-27T15:36:28.1069971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.1239070Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 2022-09-27T15:36:28.1260818Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 2022-09-27T15:36:28.1491085Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:36:28.1496925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.1934795Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 2022-09-27T15:36:28.1943336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.2287331Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 2022-09-27T15:36:28.2309189Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 2022-09-27T15:36:28.2382318Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:36:28.2408621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:36:28.2854594Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 2022-09-27T15:36:28.2865455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.3335030Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 2022-09-27T15:36:28.3346741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.3812450Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:28.3820713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.4252408Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 2022-09-27T15:36:28.4264117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:36:28.4689842Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool 2022-09-27T15:36:28.4698490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:36:28.4826394Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 2022-09-27T15:36:28.4858881Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 2022-09-27T15:36:28.5132465Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:36:28.5144346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:36:28.5153765Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 2022-09-27T15:36:28.5168484Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 2022-09-27T15:36:28.5567069Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:36:28.5573122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:36:28.5707464Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 2022-09-27T15:36:28.5721934Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 2022-09-27T15:36:28.6005640Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:36:28.6011904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:36:28.6449866Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 2022-09-27T15:36:28.6459458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:36:28.6931038Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 2022-09-27T15:36:28.6940576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:36:28.7383707Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 2022-09-27T15:36:28.7394765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:36:28.7807184Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 2022-09-27T15:36:28.7816089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:36:28.7873469Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 2022-09-27T15:36:28.7901009Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 2022-09-27T15:36:28.8207325Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:36:28.8242860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:36:28.8651174Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 2022-09-27T15:36:28.8682181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.9088132Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:28.9126675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.9527317Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool 2022-09-27T15:36:28.9556552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.0006953Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 2022-09-27T15:36:29.0042124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.0488635Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 2022-09-27T15:36:29.0521195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.0895367Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 2022-09-27T15:36:29.0920918Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 2022-09-27T15:36:29.0963482Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:36:29.0997427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.1407754Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 2022-09-27T15:36:29.1442231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.1849023Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 2022-09-27T15:36:29.1892312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.2288011Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 2022-09-27T15:36:29.2328615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.2722053Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 2022-09-27T15:36:29.2740424Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool 2022-09-27T15:36:29.2763582Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:36:29.2794477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.3209889Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 2022-09-27T15:36:29.3255775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.3647177Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 2022-09-27T15:36:29.3680781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.4087457Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:29.4118589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:36:29.4135274Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool 2022-09-27T15:36:29.4157678Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 2022-09-27T15:36:29.4527665Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:36:29.4559618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:36:29.5012208Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 2022-09-27T15:36:29.5013067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:36:29.5030771Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 2022-09-27T15:36:29.5054811Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 2022-09-27T15:36:29.5071719Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:36:29.5093892Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 2022-09-27T15:36:29.5447317Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:36:29.5484818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:36:29.5934760Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 2022-09-27T15:36:29.5935434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:36:29.6388247Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 2022-09-27T15:36:29.6405648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:36:29.6844587Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 2022-09-27T15:36:29.6850931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:36:29.7292009Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 2022-09-27T15:36:29.7297006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:36:29.7785192Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 2022-09-27T15:36:29.7790288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:36:29.8206762Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 2022-09-27T15:36:29.8211788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:36:29.8470092Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 2022-09-27T15:36:29.8505078Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 2022-09-27T15:36:29.8644974Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:36:29.8653284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:36:29.8833071Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 2022-09-27T15:36:29.8849181Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 2022-09-27T15:36:29.9085786Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:36:29.9093911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.9594336Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:29.9601926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.0007947Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.0014884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.0445909Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.0452525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.0928141Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.0938285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:36:30.1366120Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 2022-09-27T15:36:30.1376498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.1856001Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.1868326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.2042729Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.2058116Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool 2022-09-27T15:36:30.2285087Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:36:30.2294753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.2512911Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 2022-09-27T15:36:30.2531267Z [gw3] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 2022-09-27T15:36:30.2566605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.2728423Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.2738157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.3016853Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 2022-09-27T15:36:30.3027524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.3209181Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.3221986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.3447070Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 2022-09-27T15:36:30.3456166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:36:30.3645875Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool 2022-09-27T15:36:30.3655983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.3767154Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 2022-09-27T15:36:30.3836085Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 2022-09-27T15:36:30.3924885Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:36:30.3930377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:36:30.4091425Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 2022-09-27T15:36:30.4103672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.4420670Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 2022-09-27T15:36:30.4427230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:36:30.4518519Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 2022-09-27T15:36:30.4552957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.4847680Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 2022-09-27T15:36:30.4856057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:36:30.4949021Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 2022-09-27T15:36:30.4977689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:36:30.5230889Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool 2022-09-27T15:36:30.5253036Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 2022-09-27T15:36:30.5256679Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:36:30.5297585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:36:30.5408559Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 2022-09-27T15:36:30.5412485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:36:30.5727761Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 2022-09-27T15:36:30.5731228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:36:30.5853492Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 2022-09-27T15:36:30.5857992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:36:30.6215915Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 2022-09-27T15:36:30.6219379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:36:30.6327322Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 2022-09-27T15:36:30.6331661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:36:30.6689292Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 2022-09-27T15:36:30.6693617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:36:30.6766921Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 2022-09-27T15:36:30.6770888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:36:30.7129438Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 2022-09-27T15:36:30.7134883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:36:30.7208212Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 2022-09-27T15:36:30.7212191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:36:30.7535307Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 2022-09-27T15:36:30.7579331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:36:30.7646599Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 2022-09-27T15:36:30.7650353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:36:30.7828342Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 2022-09-27T15:36:30.7855338Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 2022-09-27T15:36:30.8005730Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:36:30.8010286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.8086358Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:30.8089920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:36:30.8491475Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 2022-09-27T15:36:30.8496460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.8579373Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:30.8583893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:36:30.8665599Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 2022-09-27T15:36:30.8687299Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 2022-09-27T15:36:30.8930824Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:36:30.8936447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.9052464Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:30.9056738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:36:30.9367863Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 2022-09-27T15:36:30.9372377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.9531288Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:30.9535660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:36:30.9808271Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 2022-09-27T15:36:30.9813314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.9972930Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:30.9977105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.0247549Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.0252522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.0411487Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.0415754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.0625157Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.0640576Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 2022-09-27T15:36:31.0695523Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:36:31.0699934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.0806750Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.0848311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.1151153Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.1156558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.1295632Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.1301905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.1468014Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 2022-09-27T15:36:31.1490092Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 2022-09-27T15:36:31.1611511Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:36:31.1614205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.1731213Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.1731881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:36:31.2057111Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 2022-09-27T15:36:31.2059227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.2179387Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.2181263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.2502424Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 2022-09-27T15:36:31.2506401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.2613341Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.2615666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.2938266Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 2022-09-27T15:36:31.2940836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:36:31.3088398Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool 2022-09-27T15:36:31.3091038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.3155282Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 2022-09-27T15:36:31.3185256Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 2022-09-27T15:36:31.3367699Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:36:31.3373669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:36:31.3500855Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 2022-09-27T15:36:31.3532604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.3820039Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 2022-09-27T15:36:31.3825486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:36:31.4035418Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 2022-09-27T15:36:31.4043315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.4162226Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 2022-09-27T15:36:31.4181195Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 2022-09-27T15:36:31.4247859Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:36:31.4248535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:36:31.4486721Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 2022-09-27T15:36:31.4488792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.4698728Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 2022-09-27T15:36:31.4701459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:36:31.4936656Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 2022-09-27T15:36:31.4941107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.5172231Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 2022-09-27T15:36:31.5177158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:36:31.5370897Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 2022-09-27T15:36:31.5372815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.5615812Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 2022-09-27T15:36:31.5622784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:36:31.5636139Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 2022-09-27T15:36:31.5646985Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 2022-09-27T15:36:31.5811867Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:36:31.5819162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:36:31.6051531Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool 2022-09-27T15:36:31.6058445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:36:31.6248267Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 2022-09-27T15:36:31.6254500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:36:31.6485444Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 2022-09-27T15:36:31.6491855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:36:31.6690314Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 2022-09-27T15:36:31.6696666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:36:31.6803746Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 2022-09-27T15:36:31.6826021Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 2022-09-27T15:36:31.6930844Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:36:31.6933063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:36:31.7138040Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 2022-09-27T15:36:31.7142551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:36:31.7364465Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 2022-09-27T15:36:31.7369001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:36:31.7571625Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 2022-09-27T15:36:31.7576208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:36:31.7809210Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 2022-09-27T15:36:31.7813929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:36:31.8057923Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 2022-09-27T15:36:31.8059789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:36:31.8245774Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 2022-09-27T15:36:31.8247993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.8269107Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.8307575Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 2022-09-27T15:36:31.8542750Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:36:31.8546422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:36:31.8688296Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 2022-09-27T15:36:31.8691232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.8976347Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:31.8977043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:36:31.9124682Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 2022-09-27T15:36:31.9126606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.9413075Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:31.9415434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.9535000Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:31.9559238Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 2022-09-27T15:36:31.9569971Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:36:31.9573557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:31.9890043Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:31.9893250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.0011059Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.0014949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.0332891Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.0337626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.0450920Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.0455222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.0698167Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.0708152Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 2022-09-27T15:36:32.0766433Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:36:32.0770409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.0882654Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.0887137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.1168167Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:32.1205309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.1335372Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.1336165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.1696241Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:32.1696894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.1725228Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.1763674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.2128739Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:32.2133526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.2209382Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.2213229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.2428389Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:32.2453320Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 2022-09-27T15:36:32.2567410Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:36:32.2579653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.2652502Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.2656209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.3011039Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:32.3016791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.3119413Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.3120093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.3299666Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:32.3313043Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool 2022-09-27T15:36:32.3453195Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:36:32.3456890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:36:32.3528784Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool 2022-09-27T15:36:32.3532872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.3931337Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:32.3936613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:36:32.3972423Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 2022-09-27T15:36:32.3975908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:36:32.4370102Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool 2022-09-27T15:36:32.4376216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:36:32.4382312Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 2022-09-27T15:36:32.4421234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:36:32.4817282Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 2022-09-27T15:36:32.4820832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:36:32.4887523Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 2022-09-27T15:36:32.4891262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:36:32.5248346Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 2022-09-27T15:36:32.5255965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:36:32.5368978Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 2022-09-27T15:36:32.5374477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:36:32.5689981Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 2022-09-27T15:36:32.5722702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:36:32.5806267Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 2022-09-27T15:36:32.5809976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:36:32.6129088Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 2022-09-27T15:36:32.6170737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:36:32.6204912Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 2022-09-27T15:36:32.6243498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:36:32.6610261Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 2022-09-27T15:36:32.6614052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:36:32.6647691Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 2022-09-27T15:36:32.6690415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:36:32.7045648Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 2022-09-27T15:36:32.7067825Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 2022-09-27T15:36:32.7087174Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:36:32.7091963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:36:32.7130475Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 2022-09-27T15:36:32.7134315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:36:32.7530623Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 2022-09-27T15:36:32.7535637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:36:32.7543165Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 2022-09-27T15:36:32.7568018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:36:32.8016211Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 2022-09-27T15:36:32.8021760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:36:32.8065322Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 2022-09-27T15:36:32.8070360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:36:32.8452101Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 2022-09-27T15:36:32.8456327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.8488293Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.8491703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.8891130Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:32.8895633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.8932649Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.8936591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.9163685Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:32.9177878Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 2022-09-27T15:36:32.9374476Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:36:32.9385648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.9392014Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.9396222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.9728249Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 2022-09-27T15:36:32.9769592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.9806805Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 2022-09-27T15:36:32.9811619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.0209958Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.0216746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.0246083Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.0250639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.0660738Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.0669610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.0689447Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.0694361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.1096684Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.1104866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.1132324Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.1137106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.1529867Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.1534739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.1569116Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 2022-09-27T15:36:33.1572599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.1969550Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.1971057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.2010514Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 2022-09-27T15:36:33.2019135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.2406297Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.2410061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.2421253Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 2022-09-27T15:36:33.2464172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.2766719Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.2790417Z [gw1] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 2022-09-27T15:36:33.2891179Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:36:33.2902950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.2909100Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 2022-09-27T15:36:33.2915639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:36:33.3329517Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool 2022-09-27T15:36:33.3337311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:36:33.3376851Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 2022-09-27T15:36:33.3382043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:36:33.3758159Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool 2022-09-27T15:36:33.3772284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:36:33.3817287Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 2022-09-27T15:36:33.3823402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:36:33.4250825Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 2022-09-27T15:36:33.4258228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:36:33.4265247Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 2022-09-27T15:36:33.4271620Z [gw0] [ 31%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 2022-09-27T15:36:33.4281632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:36:33.4301487Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:36:33.4688652Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 2022-09-27T15:36:33.4737907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:36:33.4741939Z [gw3] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 2022-09-27T15:36:33.4743596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:36:33.5164286Z [gw2] [ 31%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 2022-09-27T15:36:33.5164969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:36:33.5168044Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 2022-09-27T15:36:33.5177779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:36:33.5610901Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 2022-09-27T15:36:33.5611587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:36:33.5613587Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 2022-09-27T15:36:33.5614214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:36:33.5911201Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 2022-09-27T15:36:33.5928286Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 2022-09-27T15:36:33.6052992Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:36:33.6054097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:36:33.6110543Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 2022-09-27T15:36:33.6111563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:36:33.6390067Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 2022-09-27T15:36:33.6414549Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 2022-09-27T15:36:33.6492749Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:36:33.6497670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:36:33.6531285Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 2022-09-27T15:36:33.6537652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:36:33.6935458Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 2022-09-27T15:36:33.6944042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:36:33.7010643Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 2022-09-27T15:36:33.7016745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:36:33.7371285Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 2022-09-27T15:36:33.7377970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.7450401Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.7456303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:36:33.7810087Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 2022-09-27T15:36:33.7816282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.7942886Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.7950026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.7968447Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:33.7986873Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 2022-09-27T15:36:33.8255550Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:36:33.8262942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.8368961Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.8376063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.8709648Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:33.8716597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.8849918Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.8859854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.9151175Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:33.9151872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.9291132Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:33.9299652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.9572453Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:33.9581310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.9715449Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:33.9734288Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 2022-09-27T15:36:33.9781523Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:36:33.9788613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.0010788Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.0019461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.0259042Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.0266013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.0452033Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.0459297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.0698263Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.0706248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.0891626Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.0900163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.1144791Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.1154370Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 2022-09-27T15:36:34.1176107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.1185572Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.1340338Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:36:34.1347347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.1503446Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.1528667Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 2022-09-27T15:36:34.1645751Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:36:34.1653010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.1769442Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:34.1776893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:36:34.2133752Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool 2022-09-27T15:36:34.2143022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.2208069Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:34.2216882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:36:34.2577873Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 2022-09-27T15:36:34.2585976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:36:34.2689393Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool 2022-09-27T15:36:34.2696978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:36:34.3011004Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 2022-09-27T15:36:34.3018189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:36:34.3141027Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 2022-09-27T15:36:34.3147142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:36:34.3458163Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 2022-09-27T15:36:34.3466661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:36:34.3623615Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 2022-09-27T15:36:34.3632746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:36:34.3760601Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 2022-09-27T15:36:34.3778050Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 2022-09-27T15:36:34.3935006Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:36:34.3935568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:36:34.4106063Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 2022-09-27T15:36:34.4106734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:36:34.4374744Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 2022-09-27T15:36:34.4375419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:36:34.4537202Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 2022-09-27T15:36:34.4538328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:36:34.4819183Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 2022-09-27T15:36:34.4819851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:36:34.5013388Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 2022-09-27T15:36:34.5014134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:36:34.5254110Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 2022-09-27T15:36:34.5254794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:36:34.5452208Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 2022-09-27T15:36:34.5458249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:36:34.5550147Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 2022-09-27T15:36:34.5572374Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 2022-09-27T15:36:34.5686319Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:36:34.5691317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:36:34.5948510Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 2022-09-27T15:36:34.5954208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:36:34.6102904Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 2022-09-27T15:36:34.6137866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:36:34.6359171Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 2022-09-27T15:36:34.6375902Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 2022-09-27T15:36:34.6414594Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:36:34.6417437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.6583686Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.6591094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:36:34.6847883Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 2022-09-27T15:36:34.6851485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.7012521Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.7017636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.7289505Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool 2022-09-27T15:36:34.7293695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.7315222Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.7329339Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 2022-09-27T15:36:34.7450258Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:36:34.7455188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.7628911Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:34.7703490Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 2022-09-27T15:36:34.7739959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.7766713Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.7892308Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:36:34.7897959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.8048570Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:34.8145896Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 2022-09-27T15:36:34.8173877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.8204122Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.8328692Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:36:34.8329267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.8467392Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 2022-09-27T15:36:34.8580742Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 2022-09-27T15:36:34.8612957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.8645149Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.8767501Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:36:34.8768985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.9009827Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 2022-09-27T15:36:34.9057006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.9208898Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.9209576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.9491375Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 2022-09-27T15:36:34.9492068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.9648985Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:34.9649612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.9889028Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 2022-09-27T15:36:34.9925434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.0095692Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.0096364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.0329077Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.0362421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.0534836Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.0535494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.0768180Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.0802248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:36:35.0968629Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool 2022-09-27T15:36:35.0969302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.1209568Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.1247309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:36:35.1411218Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 2022-09-27T15:36:35.1411914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:36:35.1649697Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 2022-09-27T15:36:35.1682796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:36:35.1847227Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 2022-09-27T15:36:35.1848253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:36:35.2128370Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 2022-09-27T15:36:35.2132732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:36:35.2263097Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 2022-09-27T15:36:35.2266278Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 2022-09-27T15:36:35.2283912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.2293076Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:36:35.2574501Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.2575212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:36:35.2773334Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 2022-09-27T15:36:35.2774119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.3049033Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.3049753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:36:35.3218684Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 2022-09-27T15:36:35.3221633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.3406581Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.3423339Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 2022-09-27T15:36:35.3485179Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:36:35.3485757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:36:35.3653803Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 2022-09-27T15:36:35.3654498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.3968751Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.3969509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:36:35.4130741Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 2022-09-27T15:36:35.4131449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:36:35.4417002Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 2022-09-27T15:36:35.4417700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:36:35.4579633Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 2022-09-27T15:36:35.4580315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:36:35.4850837Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 2022-09-27T15:36:35.4851767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:36:35.5052092Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 2022-09-27T15:36:35.5052798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.5328356Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:35.5329379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.5499199Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:35.5500214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.5773105Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.5773943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.5926388Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:35.5963204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.6205795Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.6207223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.6368833Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:35.6416830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.6651885Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:35.6654024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.6848046Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:35.6854039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:36:35.7001554Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 2022-09-27T15:36:35.7021007Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 2022-09-27T15:36:35.7107615Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:36:35.7109126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.7287824Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:35.7289525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:36:35.7528865Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 2022-09-27T15:36:35.7530346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.7725793Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:35.7727767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:36:35.7983824Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 2022-09-27T15:36:35.7984568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.8096258Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:35.8114859Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool 2022-09-27T15:36:35.8165972Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:36:35.8166625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:36:35.8408370Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 2022-09-27T15:36:35.8409073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.8627658Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:35.8631344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:36:35.8854436Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 2022-09-27T15:36:35.8856163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.9046213Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:35.9048221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:36:35.9301354Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 2022-09-27T15:36:35.9304871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.9492759Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:35.9493592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:36:35.9727661Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 2022-09-27T15:36:35.9728361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:36:35.9926705Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool 2022-09-27T15:36:35.9927442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.0178573Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:36.0179481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:36:36.0301784Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 2022-09-27T15:36:36.0318166Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 2022-09-27T15:36:36.0366939Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:36:36.0367622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.0614189Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.0617229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:36:36.0811499Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 2022-09-27T15:36:36.0814607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.1060663Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.1062393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:36:36.1255747Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 2022-09-27T15:36:36.1257524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.1496902Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.1498832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:36:36.1727222Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 2022-09-27T15:36:36.1729775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.1965079Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.1971921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:36:36.2161764Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 2022-09-27T15:36:36.2164251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.2366102Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.2406908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:36:36.2611404Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 2022-09-27T15:36:36.2612411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.2727797Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.2743498Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 2022-09-27T15:36:36.2803749Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:36:36.2833010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:36:36.3047469Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 2022-09-27T15:36:36.3107706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.3189870Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.3206942Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 2022-09-27T15:36:36.3284285Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:36:36.3285744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:36:36.3487526Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 2022-09-27T15:36:36.3520241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:36:36.3728514Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 2022-09-27T15:36:36.3730025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:36:36.3928359Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 2022-09-27T15:36:36.3981661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:36:36.4167550Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 2022-09-27T15:36:36.4169564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.4414573Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool 2022-09-27T15:36:36.4416718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.4605325Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.4607534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:36.4860785Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:36.4868112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.4882588Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.4900797Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 2022-09-27T15:36:36.5086990Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:36:36.5089124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:36.5282181Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:36.5284164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:36:36.5532367Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 2022-09-27T15:36:36.5533766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.5731994Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.5734686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:36:36.5959828Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 2022-09-27T15:36:36.5962590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.6168728Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.6171331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:36:36.6407401Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 2022-09-27T15:36:36.6409960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.6647797Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 2022-09-27T15:36:36.6649641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.6850052Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 2022-09-27T15:36:36.6860213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.6872994Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 2022-09-27T15:36:36.6886450Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 2022-09-27T15:36:36.7093251Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:36:36.7098508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.7247195Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:36.7280972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.7526489Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 2022-09-27T15:36:36.7532870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.7735959Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:36.7737852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.7926144Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 2022-09-27T15:36:36.7955543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:36:36.8205339Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 2022-09-27T15:36:36.8207127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.8368855Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:36.8417084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:36:36.8524158Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 2022-09-27T15:36:36.8536516Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 2022-09-27T15:36:36.8656111Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:36:36.8659068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:36:36.8812072Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool 2022-09-27T15:36:36.8851028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:36:36.9088210Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 2022-09-27T15:36:36.9091056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:36:36.9247512Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 2022-09-27T15:36:36.9277324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:36:36.9535733Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 2022-09-27T15:36:36.9538395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:36:36.9602128Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 2022-09-27T15:36:36.9617690Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 2022-09-27T15:36:36.9684211Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:36:36.9716588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:36:36.9972468Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 2022-09-27T15:36:36.9974028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:36:37.0172010Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 2022-09-27T15:36:37.0212079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:36:37.0391567Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 2022-09-27T15:36:37.0408473Z [gw1] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 2022-09-27T15:36:37.0412000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:36:37.0420746Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 2022-09-27T15:36:37.0477757Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:36:37.0639305Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 2022-09-27T15:36:37.0641511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:36:37.0847238Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 2022-09-27T15:36:37.0847897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:36:37.0859204Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 2022-09-27T15:36:37.0956254Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:36:37.1093605Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool 2022-09-27T15:36:37.1095747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:36:37.1329653Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 2022-09-27T15:36:37.1331855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:36:37.1342497Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 2022-09-27T15:36:37.1413372Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:36:37.1542892Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 2022-09-27T15:36:37.1544096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:36:37.1674750Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 2022-09-27T15:36:37.1685887Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 2022-09-27T15:36:37.1747208Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:36:37.1765130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:36:37.1784328Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:36:37.1835429Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 2022-09-27T15:36:37.2010292Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 2022-09-27T15:36:37.2011653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:36:37.2166372Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 2022-09-27T15:36:37.2196101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:36:37.2247100Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 2022-09-27T15:36:37.2327834Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:36:37.2405783Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 2022-09-27T15:36:37.2434102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:36:37.2605199Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 2022-09-27T15:36:37.2631801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:36:37.2682993Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 2022-09-27T15:36:37.2733191Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:36:37.2843995Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 2022-09-27T15:36:37.2877951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:37.3047599Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:37.3079569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.3123477Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:37.3177781Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:36:37.3285641Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 2022-09-27T15:36:37.3314274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.3486375Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.3516301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.3569258Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:37.3652835Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:36:37.3725375Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 2022-09-27T15:36:37.3749520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.3762086Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 2022-09-27T15:36:37.3766907Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.3925689Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:36:37.3956329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.4044450Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:37.4095213Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:36:37.4163112Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 2022-09-27T15:36:37.4199227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:36:37.4367061Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 2022-09-27T15:36:37.4398652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.4484248Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.4541111Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:36:37.4604383Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 2022-09-27T15:36:37.4632789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.4805839Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.4836889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.4931332Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.4994412Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:36:37.5084329Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 2022-09-27T15:36:37.5117771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.5243926Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.5273907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.5364020Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.5411941Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:36:37.5526589Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 2022-09-27T15:36:37.5576712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.5687459Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 2022-09-27T15:36:37.5721054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.5733569Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.5739915Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 2022-09-27T15:36:37.5802628Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:36:37.5854161Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:36:37.5964951Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 2022-09-27T15:36:37.5991832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.6129427Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 2022-09-27T15:36:37.6179721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.6246945Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.6318772Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:36:37.6405074Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 2022-09-27T15:36:37.6432155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.6571984Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 2022-09-27T15:36:37.6607317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.6684381Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.6750853Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:36:37.6843464Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool 2022-09-27T15:36:37.6877638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.7005034Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 2022-09-27T15:36:37.7035639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.7127848Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.7233745Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:36:37.7283539Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 2022-09-27T15:36:37.7317221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.7444843Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 2022-09-27T15:36:37.7472340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:37.7564632Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 2022-09-27T15:36:37.7664176Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:36:37.7726180Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 2022-09-27T15:36:37.7758018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:36:37.7884435Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 2022-09-27T15:36:37.7913990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:36:37.8003414Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool 2022-09-27T15:36:37.8070186Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:36:37.8168516Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 2022-09-27T15:36:37.8208113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:36:37.8267705Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 2022-09-27T15:36:37.8275968Z [gw0] [ 32%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool 2022-09-27T15:36:37.8323874Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:36:37.8362697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:36:37.8444669Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 2022-09-27T15:36:37.8513023Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:36:37.8609560Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 2022-09-27T15:36:37.8654988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.8766924Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 2022-09-27T15:36:37.8794100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:36:37.8886576Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 2022-09-27T15:36:37.8961797Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:36:37.9052395Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 2022-09-27T15:36:37.9091922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.9205128Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 2022-09-27T15:36:37.9238050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:36:37.9325805Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 2022-09-27T15:36:37.9392483Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:36:37.9490416Z [gw1] [ 32%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 2022-09-27T15:36:37.9540001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:37.9646775Z [gw2] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 2022-09-27T15:36:37.9682992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:36:37.9686497Z [gw3] [ 32%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 2022-09-27T15:36:37.9692855Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 2022-09-27T15:36:37.9763280Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:36:37.9831098Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:36:37.9925036Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 2022-09-27T15:36:37.9954921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:36:38.0083869Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 2022-09-27T15:36:38.0112729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:36:38.0202502Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 2022-09-27T15:36:38.0270250Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:36:38.0362730Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 2022-09-27T15:36:38.0392457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:36:38.0567408Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 2022-09-27T15:36:38.0594953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:36:38.0644007Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 2022-09-27T15:36:38.0711788Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:36:38.0806779Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 2022-09-27T15:36:38.0838959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:36:38.1006641Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 2022-09-27T15:36:38.1034415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:36:38.1083409Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 2022-09-27T15:36:38.1148888Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:36:38.1244190Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 2022-09-27T15:36:38.1278057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:36:38.1447152Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 2022-09-27T15:36:38.1478971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:36:38.1524338Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 2022-09-27T15:36:38.1581930Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:36:38.1686180Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 2022-09-27T15:36:38.1714244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:36:38.1884631Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 2022-09-27T15:36:38.1915476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:36:38.1963035Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 2022-09-27T15:36:38.2010514Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:36:38.2129760Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool 2022-09-27T15:36:38.2170825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:36:38.2267955Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 2022-09-27T15:36:38.2275800Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 2022-09-27T15:36:38.2323167Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:36:38.2358407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:36:38.2402597Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 2022-09-27T15:36:38.2452875Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:36:38.2566420Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 2022-09-27T15:36:38.2609753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:36:38.2766478Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 2022-09-27T15:36:38.2793464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:36:38.2842703Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 2022-09-27T15:36:38.2895331Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:36:38.3046168Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 2022-09-27T15:36:38.3075585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.3209433Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.3242943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.3283695Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.3337918Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:36:38.3485714Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 2022-09-27T15:36:38.3514503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.3648446Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.3690392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.3728065Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool 2022-09-27T15:36:38.3790129Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:36:38.3848732Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 2022-09-27T15:36:38.3859011Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 2022-09-27T15:36:38.3924299Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:36:38.3955211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.4085023Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.4115197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.4163724Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 2022-09-27T15:36:38.4234246Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:36:38.4366823Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 2022-09-27T15:36:38.4399873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.4524618Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.4559708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:38.4604059Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 2022-09-27T15:36:38.4650219Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:36:38.4812638Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 2022-09-27T15:36:38.4848595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.4965583Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.4996109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.5043702Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 2022-09-27T15:36:38.5095212Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:36:38.5249970Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 2022-09-27T15:36:38.5295155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.5405851Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.5422148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:38.5427139Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 2022-09-27T15:36:38.5436249Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:36:38.5482081Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 2022-09-27T15:36:38.5529722Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:36:38.5724478Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 2022-09-27T15:36:38.5751915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.5845066Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.5883166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.5925209Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.5974900Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:36:38.6165115Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 2022-09-27T15:36:38.6191983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.6283735Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.6318602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.6370296Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.6422484Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:36:38.6646170Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 2022-09-27T15:36:38.6672660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:36:38.6726179Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 2022-09-27T15:36:38.6776190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.6805497Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 2022-09-27T15:36:38.6868581Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:36:38.6880063Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 2022-09-27T15:36:38.6889149Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 2022-09-27T15:36:38.7085600Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:36:38.7114466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:36:38.7163728Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 2022-09-27T15:36:38.7193862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.7248935Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 2022-09-27T15:36:38.7333398Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:36:38.7525696Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool 2022-09-27T15:36:38.7558372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:36:38.7603387Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 2022-09-27T15:36:38.7633486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.7724310Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 2022-09-27T15:36:38.7813202Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:36:38.8006790Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 2022-09-27T15:36:38.8034221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.8084127Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:38.8111311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.8162881Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 2022-09-27T15:36:38.8234574Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:36:38.8487863Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 2022-09-27T15:36:38.8507570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.8524914Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 2022-09-27T15:36:38.8528277Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 2022-09-27T15:36:38.8562149Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:36:38.8596038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.8610110Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 2022-09-27T15:36:38.8666671Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:36:38.8925187Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 2022-09-27T15:36:38.8963316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.9004146Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 2022-09-27T15:36:38.9033496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:36:38.9082664Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool 2022-09-27T15:36:38.9138230Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:36:38.9366641Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 2022-09-27T15:36:38.9394878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:36:38.9444197Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 2022-09-27T15:36:38.9474570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:36:38.9522991Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 2022-09-27T15:36:38.9579105Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:36:38.9805168Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 2022-09-27T15:36:38.9833608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:36:38.9883630Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 2022-09-27T15:36:38.9912943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:36:38.9963101Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 2022-09-27T15:36:39.0022342Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:36:39.0245696Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 2022-09-27T15:36:39.0273893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:36:39.0323692Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 2022-09-27T15:36:39.0352566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:36:39.0402512Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 2022-09-27T15:36:39.0462297Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:36:39.0687181Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 2022-09-27T15:36:39.0731146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:36:39.0769393Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 2022-09-27T15:36:39.0818566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:36:39.0846717Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 2022-09-27T15:36:39.0908452Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:36:39.0966279Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 2022-09-27T15:36:39.0973645Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 2022-09-27T15:36:39.1124643Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:36:39.1157825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:36:39.1203618Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 2022-09-27T15:36:39.1233894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:36:39.1285350Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 2022-09-27T15:36:39.1381229Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:36:39.1567569Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 2022-09-27T15:36:39.1594341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:36:39.1644026Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 2022-09-27T15:36:39.1680634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:36:39.1729358Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 2022-09-27T15:36:39.1796440Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:36:39.2046455Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 2022-09-27T15:36:39.2075892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:36:39.2124095Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 2022-09-27T15:36:39.2161968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:36:39.2206828Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 2022-09-27T15:36:39.2264001Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:36:39.2487094Z [gw1] [ 33%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 2022-09-27T15:36:39.2530927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:36:39.2565508Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 2022-09-27T15:36:39.2598362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.2644071Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:39.2926882Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:36:39.2962300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:39.3008523Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:39.3060043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.3220968Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.3227579Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool 2022-09-27T15:36:39.3366271Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:36:39.3394239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.3447961Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 2022-09-27T15:36:39.3494902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.3807421Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.3846759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.3888338Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 2022-09-27T15:36:39.3936372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.4251425Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.4305514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.4326947Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 2022-09-27T15:36:39.4364344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.4450613Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.4458603Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 2022-09-27T15:36:39.4687355Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:36:39.4720549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.4824433Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 2022-09-27T15:36:39.4830083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.5127492Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.5172444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.5203043Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 2022-09-27T15:36:39.5237297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.5613349Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.5617285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.5693054Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 2022-09-27T15:36:39.5696588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.6056652Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.6059989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.6130074Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 2022-09-27T15:36:39.6133169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:36:39.6486298Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool 2022-09-27T15:36:39.6489613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:36:39.6574933Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 2022-09-27T15:36:39.6578211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:36:39.6948111Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 2022-09-27T15:36:39.6950022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:36:39.7011203Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 2022-09-27T15:36:39.7014722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:36:39.7076392Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 2022-09-27T15:36:39.7090254Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 2022-09-27T15:36:39.7365696Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:36:39.7368807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:36:39.7453992Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 2022-09-27T15:36:39.7457228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:36:39.7807916Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 2022-09-27T15:36:39.7811364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:36:39.7899012Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 2022-09-27T15:36:39.7902205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:36:39.8283915Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 2022-09-27T15:36:39.8296973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:36:39.8372401Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 2022-09-27T15:36:39.8377223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:36:39.8687857Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 2022-09-27T15:36:39.8722927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:36:39.8811682Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 2022-09-27T15:36:39.8814337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:36:39.9127778Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 2022-09-27T15:36:39.9176770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:36:39.9183696Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 2022-09-27T15:36:39.9192285Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 2022-09-27T15:36:39.9248121Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:36:39.9251142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:36:39.9618878Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 2022-09-27T15:36:39.9622175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:36:39.9690998Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 2022-09-27T15:36:39.9693764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.0056332Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.0058340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.0087000Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.0139674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.0497128Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.0620023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.0633866Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.0634511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.0942289Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.0946144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.1050512Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.1054333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.1377309Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.1380382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.1424006Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.1445167Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 2022-09-27T15:36:40.1449021Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:36:40.1491346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.1805835Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.1809018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.1930073Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.1931032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.2252047Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.2253083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.2365293Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.2367933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.2647700Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.2686171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.2851768Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.2852411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.3136491Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.3137121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.3285456Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 2022-09-27T15:36:40.3286888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:36:40.3578933Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool 2022-09-27T15:36:40.3587674Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 2022-09-27T15:36:40.3614916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.3618895Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.3729201Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:36:40.3729773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:36:40.4051368Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 2022-09-27T15:36:40.4052065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:36:40.4175677Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 2022-09-27T15:36:40.4176368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:36:40.4493234Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 2022-09-27T15:36:40.4494022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:36:40.4609131Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 2022-09-27T15:36:40.4609768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:36:40.4933629Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 2022-09-27T15:36:40.4934521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.5051713Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.5052398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:36:40.5373289Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 2022-09-27T15:36:40.5374064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.5464629Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.5474461Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 2022-09-27T15:36:40.5486813Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:36:40.5487380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:36:40.5851920Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 2022-09-27T15:36:40.5852603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.5970533Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.5971213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:36:40.6022544Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 2022-09-27T15:36:40.6036733Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 2022-09-27T15:36:40.6248363Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:36:40.6282345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.6368231Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.6405180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:36:40.6727722Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 2022-09-27T15:36:40.6762890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:36:40.6846313Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 2022-09-27T15:36:40.6877667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.7167545Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:40.7206847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:36:40.7284657Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 2022-09-27T15:36:40.7324278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.7606297Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.7642254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.7770994Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:40.7815436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.7985638Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.7994913Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 2022-09-27T15:36:40.8085929Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:36:40.8122983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.8204061Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 2022-09-27T15:36:40.8241188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.8526883Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:40.8574982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.8648300Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 2022-09-27T15:36:40.8688695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.9014348Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:40.9017878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.9165193Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 2022-09-27T15:36:40.9169871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.9470814Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:40.9471944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:36:40.9607504Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 2022-09-27T15:36:40.9612344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.9927448Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:40.9930628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:36:41.0044811Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 2022-09-27T15:36:41.0049557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.0328577Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.0361049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.0493772Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.0499625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:36:41.0767602Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool 2022-09-27T15:36:41.0804567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0924650Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.0930817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:36:41.1206613Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 2022-09-27T15:36:41.1246606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.1363651Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.1368555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:36:41.1645619Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 2022-09-27T15:36:41.1682552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.1805252Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 2022-09-27T15:36:41.1810853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:36:41.2127642Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 2022-09-27T15:36:41.2162854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:36:41.2249514Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 2022-09-27T15:36:41.2254621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:36:41.2568158Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 2022-09-27T15:36:41.2616194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:36:41.2686121Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 2022-09-27T15:36:41.2692311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:36:41.3007973Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 2022-09-27T15:36:41.3042597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:36:41.3057087Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool 2022-09-27T15:36:41.3063549Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:36:41.3124950Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 2022-09-27T15:36:41.3130761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:36:41.3497034Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 2022-09-27T15:36:41.3502012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:36:41.3566448Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 2022-09-27T15:36:41.3572624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:36:41.3908200Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 2022-09-27T15:36:41.3928687Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 2022-09-27T15:36:41.3940929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:36:41.3994367Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 2022-09-27T15:36:41.3995296Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:36:41.3995927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:36:41.4328209Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 2022-09-27T15:36:41.4380930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:36:41.4446951Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 2022-09-27T15:36:41.4486061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:36:41.4832188Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 2022-09-27T15:36:41.4858281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:36:41.4928898Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 2022-09-27T15:36:41.4929577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:41.5328060Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:41.5334807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:36:41.5391175Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 2022-09-27T15:36:41.5393442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:41.5781341Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 2022-09-27T15:36:41.5785776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:36:41.5803655Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 2022-09-27T15:36:41.5807634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:41.6216454Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 2022-09-27T15:36:41.6221046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.6242951Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:41.6246826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.6649493Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.6654834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:36:41.6726419Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 2022-09-27T15:36:41.6729263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.7062757Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.7097846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:36:41.7166520Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 2022-09-27T15:36:41.7167556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.7528517Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.7530685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.7606603Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 2022-09-27T15:36:41.7607338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.7967997Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.7970286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.8043374Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 2022-09-27T15:36:41.8045065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.8418708Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.8420482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.8497674Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 2022-09-27T15:36:41.8499344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.8854674Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.8858345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.8968300Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 2022-09-27T15:36:41.8971468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.9330684Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:41.9337883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.9449639Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 2022-09-27T15:36:41.9452481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:36:41.9770783Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool 2022-09-27T15:36:41.9773711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.9900155Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 2022-09-27T15:36:41.9902927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:36:42.0212399Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 2022-09-27T15:36:42.0213525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.0369500Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.0370367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:36:42.0652885Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 2022-09-27T15:36:42.0653668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.0806975Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.0811276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:36:42.1087565Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 2022-09-27T15:36:42.1091562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:36:42.1247360Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 2022-09-27T15:36:42.1251360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:36:42.1329518Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 2022-09-27T15:36:42.1340805Z [gw0] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool 2022-09-27T15:36:42.1528285Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:36:42.1531160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:36:42.1692907Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 2022-09-27T15:36:42.1694901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:36:42.1975168Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 2022-09-27T15:36:42.1975888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:36:42.2127411Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 2022-09-27T15:36:42.2130044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:36:42.2367462Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 2022-09-27T15:36:42.2409677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:36:42.2566765Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 2022-09-27T15:36:42.2569995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:36:42.2731197Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 2022-09-27T15:36:42.2745736Z [gw1] [ 33%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 2022-09-27T15:36:42.2846125Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:36:42.2846770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:36:42.3013259Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 2022-09-27T15:36:42.3014018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:36:42.3289673Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 2022-09-27T15:36:42.3290660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:36:42.3446814Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 2022-09-27T15:36:42.3447748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:36:42.3725860Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 2022-09-27T15:36:42.3726885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:36:42.3846160Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 2022-09-27T15:36:42.3879640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:42.4202529Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:42.4207207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.4327792Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:42.4401383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:42.4608860Z [gw3] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 2022-09-27T15:36:42.4612908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.4842034Z [gw2] [ 33%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.4842794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:42.5081685Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 2022-09-27T15:36:42.5085749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.5179980Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.5245499Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 2022-09-27T15:36:42.5256320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.5306470Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:42.5528488Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:36:42.5529153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.5687572Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.5688202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.5971122Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:42.5974705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.6152909Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.6154182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.6408021Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:42.6408689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:36:42.6565797Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 2022-09-27T15:36:42.6566518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.6886331Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:42.6889255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:36:42.7003747Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 2022-09-27T15:36:42.7006016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:42.7329643Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:42.7332085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.7447460Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.7449967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:42.7762495Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:42.7767702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.7899357Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 2022-09-27T15:36:42.7900040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.8209765Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:42.8211067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:36:42.8364448Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 2022-09-27T15:36:42.8365405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:36:42.8648050Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool 2022-09-27T15:36:42.8648673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:36:42.8855271Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 2022-09-27T15:36:42.8858612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:36:42.9089192Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 2022-09-27T15:36:42.9091499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:36:42.9287345Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 2022-09-27T15:36:42.9333555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:36:42.9530216Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 2022-09-27T15:36:42.9532430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:36:42.9625320Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 2022-09-27T15:36:42.9643960Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 2022-09-27T15:36:42.9766393Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:36:42.9768729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:36:42.9966754Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 2022-09-27T15:36:42.9968066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:36:43.0207512Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 2022-09-27T15:36:43.0210100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:36:43.0402557Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 2022-09-27T15:36:43.0404458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.0647703Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.0650142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:36:43.0849970Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 2022-09-27T15:36:43.0850776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.1092889Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.1093907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:36:43.1297989Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 2022-09-27T15:36:43.1298591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.1529033Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.1529703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:36:43.1729560Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 2022-09-27T15:36:43.1730235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:43.1968439Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 2022-09-27T15:36:43.1969143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:36:43.2168217Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 2022-09-27T15:36:43.2168932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.2412572Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.2413234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:36:43.2436350Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 2022-09-27T15:36:43.2450196Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 2022-09-27T15:36:43.2662571Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:36:43.2663283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.2850085Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.2850873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.3089403Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.3090162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.3330931Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 2022-09-27T15:36:43.3331720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.3529146Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:43.3567563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:36:43.3727072Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool 2022-09-27T15:36:43.3759404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.3967563Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:43.4003236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:36:43.4170649Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 2022-09-27T15:36:43.4208014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.4408902Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:43.4480055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:36:43.4606171Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 2022-09-27T15:36:43.4653792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.4856820Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:43.4907461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:36:43.5090009Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 2022-09-27T15:36:43.5094141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.5295506Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:43.5331572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:36:43.5574835Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 2022-09-27T15:36:43.5581431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.5643161Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:43.5658431Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 2022-09-27T15:36:43.5767807Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:36:43.5805735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:36:43.6006833Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 2022-09-27T15:36:43.6012944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.6250334Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:43.6256289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:36:43.6462635Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 2022-09-27T15:36:43.6468419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.6678555Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:43.6692018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:36:43.6890105Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 2022-09-27T15:36:43.6890780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:43.7086951Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:43.7125955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:36:43.7325233Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 2022-09-27T15:36:43.7334794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:36:43.7614233Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool 2022-09-27T15:36:43.7614907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:36:43.7766779Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 2022-09-27T15:36:43.7773413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:36:43.8048353Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 2022-09-27T15:36:43.8055249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:36:43.8247396Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 2022-09-27T15:36:43.8254582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:36:43.8529857Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 2022-09-27T15:36:43.8536793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:36:43.8744660Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 2022-09-27T15:36:43.8750552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:36:43.9008538Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 2022-09-27T15:36:43.9015004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.9207890Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:43.9214073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:36:43.9491607Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 2022-09-27T15:36:43.9498195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.9689225Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool 2022-09-27T15:36:43.9696639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:36:43.9968456Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 2022-09-27T15:36:43.9975561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.0169502Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:36:44.0176556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:36:44.0409019Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 2022-09-27T15:36:44.0415962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:36:44.0623530Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:36:44.0631337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:36:44.0853710Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 2022-09-27T15:36:44.0859532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.1048136Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:36:44.1052644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.1288265Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.1294302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.1490046Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 2022-09-27T15:36:44.1496291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.1741872Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.1747601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.1966664Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.1973001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.2168875Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.2174464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.2382447Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.2444769Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 2022-09-27T15:36:44.2450335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.2457852Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.2646412Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:36:44.2653013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.2887854Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.2893352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.3089434Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.3096147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.3326657Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 2022-09-27T15:36:44.3333783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.3526397Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.3533609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.3766538Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 2022-09-27T15:36:44.3771489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.3972500Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.3978080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.4246321Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 2022-09-27T15:36:44.4251892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.4446467Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.4452291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.4725773Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:36:44.4731509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:36:44.4926450Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool 2022-09-27T15:36:44.4932240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.5170345Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 2022-09-27T15:36:44.5176152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:36:44.5378421Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 2022-09-27T15:36:44.5384532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:36:44.5594427Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool 2022-09-27T15:36:44.5615070Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 2022-09-27T15:36:44.5644448Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:36:44.5647780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:36:44.5806624Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 2022-09-27T15:36:44.5809311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:36:44.6074939Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 2022-09-27T15:36:44.6083966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:36:44.6208651Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 2022-09-27T15:36:44.6252069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:36:44.6487052Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 2022-09-27T15:36:44.6521236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:36:44.6686613Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 2022-09-27T15:36:44.6720924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:36:44.6927493Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 2022-09-27T15:36:44.6964188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:36:44.7172276Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 2022-09-27T15:36:44.7181548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:36:44.7406561Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 2022-09-27T15:36:44.7437405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:36:44.7645818Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 2022-09-27T15:36:44.7652869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:36:44.7890020Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 2022-09-27T15:36:44.7932326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:36:44.8088117Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 2022-09-27T15:36:44.8097864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:36:44.8371309Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 2022-09-27T15:36:44.8380975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.8525270Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool 2022-09-27T15:36:44.8534196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:36:44.8847275Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 2022-09-27T15:36:44.8856804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.8949579Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 2022-09-27T15:36:44.8963796Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 2022-09-27T15:36:44.9005827Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:36:44.9016159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:36:44.9288412Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 2022-09-27T15:36:44.9298000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.9445991Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 2022-09-27T15:36:44.9453677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:36:44.9771818Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 2022-09-27T15:36:44.9781870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.9927018Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 2022-09-27T15:36:44.9935950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:36:45.0209164Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 2022-09-27T15:36:45.0217899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.0369537Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.0376369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:36:45.0642006Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 2022-09-27T15:36:45.0651888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.0806805Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.0810619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:45.1046339Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:45.1077710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.1245886Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.1249593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.1486329Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.1519165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.1687823Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.1692060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:36:45.1929160Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 2022-09-27T15:36:45.1957807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:36:45.2167154Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool 2022-09-27T15:36:45.2170736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:36:45.2367387Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 2022-09-27T15:36:45.2400202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:36:45.2648334Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 2022-09-27T15:36:45.2654081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:36:45.2739140Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 2022-09-27T15:36:45.2758365Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 2022-09-27T15:36:45.2804413Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:36:45.2838601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:36:45.3087143Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 2022-09-27T15:36:45.3088275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:36:45.3246336Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 2022-09-27T15:36:45.3275778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:36:45.3531435Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 2022-09-27T15:36:45.3533274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.3688607Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.3725470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:36:45.3967632Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 2022-09-27T15:36:45.4000477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.4168663Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.4200660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:36:45.4407475Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 2022-09-27T15:36:45.4457353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.4607854Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.4640059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:36:45.4896887Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 2022-09-27T15:36:45.4901172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.5127508Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.5130254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:36:45.5373497Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 2022-09-27T15:36:45.5378415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.5427113Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.5445405Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 2022-09-27T15:36:45.5608418Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:36:45.5610686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.5852739Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool 2022-09-27T15:36:45.5855167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.6045079Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.6062926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.6336030Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 2022-09-27T15:36:45.6338566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.6493617Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.6497786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.6814950Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 2022-09-27T15:36:45.6819597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.6887871Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.6927243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.7293654Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 2022-09-27T15:36:45.7300021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:36:45.7372347Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 2022-09-27T15:36:45.7375128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.7731690Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 2022-09-27T15:36:45.7735754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:36:45.7812853Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 2022-09-27T15:36:45.7817520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.8171852Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 2022-09-27T15:36:45.8177420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:36:45.8258366Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 2022-09-27T15:36:45.8293763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.8584662Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 2022-09-27T15:36:45.8607966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:36:45.8759536Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 2022-09-27T15:36:45.8776798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.9091477Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 2022-09-27T15:36:45.9097436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:36:45.9222390Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 2022-09-27T15:36:45.9251422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.9570188Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 2022-09-27T15:36:45.9578807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:36:45.9726660Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 2022-09-27T15:36:45.9735284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:36:46.0046361Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool 2022-09-27T15:36:46.0054985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:36:46.0207240Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 2022-09-27T15:36:46.0215841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:36:46.0538323Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 2022-09-27T15:36:46.0545519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:36:46.0645058Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 2022-09-27T15:36:46.0649978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:36:46.0874248Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 2022-09-27T15:36:46.0891642Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 2022-09-27T15:36:46.0994424Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:36:46.1017251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:36:46.1154587Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 2022-09-27T15:36:46.1155217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:36:46.1454502Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 2022-09-27T15:36:46.1455805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:36:46.1568961Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 2022-09-27T15:36:46.1569754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:36:46.1897034Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 2022-09-27T15:36:46.1898109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:36:46.1965943Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 2022-09-27T15:36:46.1997485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:36:46.2326541Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 2022-09-27T15:36:46.2328331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.2351630Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.2365813Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 2022-09-27T15:36:46.2443165Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:36:46.2445608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:36:46.2727654Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 2022-09-27T15:36:46.2771857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.2885012Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.2889372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:36:46.3172497Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 2022-09-27T15:36:46.3232193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:36:46.3325116Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 2022-09-27T15:36:46.3327787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:36:46.3647241Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 2022-09-27T15:36:46.3653170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.3749770Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.3768714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:36:46.4087238Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 2022-09-27T15:36:46.4095374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.4248374Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.4255451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:36:46.4505817Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 2022-09-27T15:36:46.4557538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.4688110Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.4692430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:36:46.4966995Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 2022-09-27T15:36:46.4972381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.5125550Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.5130624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.5414205Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:46.5419963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.5527447Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.5555495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.5806807Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool 2022-09-27T15:36:46.5849185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.5965940Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.5995885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.6158845Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:36:46.6171967Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:36:46.6290040Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:46.6295594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.6446362Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.6485995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:36:46.6735956Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:36:46.6742434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.6968571Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 2022-09-27T15:36:46.6975784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.7206494Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:36:46.7212084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.7410257Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 2022-09-27T15:36:46.7417003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.7686645Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 2022-09-27T15:36:46.7693239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.7844616Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 2022-09-27T15:36:46.7851785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.8147002Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 2022-09-27T15:36:46.8152462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:36:46.8291648Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 2022-09-27T15:36:46.8297911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.8608291Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 2022-09-27T15:36:46.8615251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:36:46.8725985Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 2022-09-27T15:36:46.8732611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.9068264Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 2022-09-27T15:36:46.9075027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:36:46.9166267Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 2022-09-27T15:36:46.9172566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.9182237Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 2022-09-27T15:36:46.9190933Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 2022-09-27T15:36:46.9493930Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:36:46.9500846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:36:46.9568382Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 2022-09-27T15:36:46.9597739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.9610858Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 2022-09-27T15:36:46.9623328Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:36:46.9925839Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:36:46.9932287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:36:47.0044187Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 2022-09-27T15:36:47.0083573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.0327796Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.0359154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:36:47.0487121Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 2022-09-27T15:36:47.0522928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.0767927Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.0809337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:36:47.0965724Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 2022-09-27T15:36:47.0996609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.1286651Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 2022-09-27T15:36:47.1287806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:36:47.1405413Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 2022-09-27T15:36:47.1434227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:36:47.1767927Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool 2022-09-27T15:36:47.1769280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:36:47.1846526Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 2022-09-27T15:36:47.1877140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:36:47.2210611Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 2022-09-27T15:36:47.2212520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:36:47.2337191Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 2022-09-27T15:36:47.2355531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:36:47.2652501Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 2022-09-27T15:36:47.2654090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.2806706Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.2839328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:36:47.3094756Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 2022-09-27T15:36:47.3095482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.3248082Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.3281644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:36:47.3530276Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 2022-09-27T15:36:47.3533923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.3687704Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.3727190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:36:47.3967765Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 2022-09-27T15:36:47.3968797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.4165712Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.4194368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:36:47.4263332Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 2022-09-27T15:36:47.4273831Z [gw0] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:36:47.4408546Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:36:47.4410148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.4607162Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.4636577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:36:47.4806595Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 2022-09-27T15:36:47.4835464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.5047774Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 2022-09-27T15:36:47.5080364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:36:47.5246478Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 2022-09-27T15:36:47.5280203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.5486473Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 2022-09-27T15:36:47.5515519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:36:47.5726943Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 2022-09-27T15:36:47.5760983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.5926546Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 2022-09-27T15:36:47.5955908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:36:47.6166838Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 2022-09-27T15:36:47.6196720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.6367710Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 2022-09-27T15:36:47.6399443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:36:47.6607959Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 2022-09-27T15:36:47.6637387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.6807206Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 2022-09-27T15:36:47.6840208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.7046144Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:47.7074362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.7147791Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 2022-09-27T15:36:47.7154548Z [gw1] [ 34%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 2022-09-27T15:36:47.7244367Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:36:47.7273715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:36:47.7488495Z [gw3] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool 2022-09-27T15:36:47.7517204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:36:47.7688186Z [gw2] [ 34%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool 2022-09-27T15:36:47.7716253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.7927466Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 2022-09-27T15:36:47.7956484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:36:47.8126834Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 2022-09-27T15:36:47.8156865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:36:47.8294434Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 2022-09-27T15:36:47.8306777Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:36:47.8365037Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:36:47.8394751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:36:47.8567061Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 2022-09-27T15:36:47.8606872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.8851629Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 2022-09-27T15:36:47.8855407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:36:47.9051821Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 2022-09-27T15:36:47.9058533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.9290062Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 2022-09-27T15:36:47.9295844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:36:47.9485034Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 2022-09-27T15:36:47.9490243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.9767597Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 2022-09-27T15:36:47.9771161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:36:47.9928944Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 2022-09-27T15:36:47.9934187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.0206329Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.0209806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:36:48.0364658Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 2022-09-27T15:36:48.0369333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.0652650Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.0658945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:36:48.0805487Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 2022-09-27T15:36:48.0807106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.1086636Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.1088844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:36:48.1278860Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 2022-09-27T15:36:48.1288013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.1529653Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.1530749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:36:48.1743748Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 2022-09-27T15:36:48.1745494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.2010804Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.2013239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.2174391Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.2215004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.2221930Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.2229060Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:36:48.2424831Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:36:48.2448682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.2687878Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.2692130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.2887958Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.2889386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.3189487Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.3191401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:36:48.3366710Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool 2022-09-27T15:36:48.3374928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.3606805Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 2022-09-27T15:36:48.3614203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:36:48.3845381Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 2022-09-27T15:36:48.3853200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.4084456Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 2022-09-27T15:36:48.4091683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:36:48.4325298Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 2022-09-27T15:36:48.4333070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.4525510Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 2022-09-27T15:36:48.4532027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:36:48.4810705Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 2022-09-27T15:36:48.4816287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.5006858Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 2022-09-27T15:36:48.5008947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:36:48.5248315Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 2022-09-27T15:36:48.5298763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.5442545Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 2022-09-27T15:36:48.5445535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:36:48.5752649Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 2022-09-27T15:36:48.5771505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.5927487Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 2022-09-27T15:36:48.5930577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:36:48.6206075Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 2022-09-27T15:36:48.6209126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.6365498Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 2022-09-27T15:36:48.6368435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:36:48.6397789Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 2022-09-27T15:36:48.6418826Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:36:48.6615780Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:36:48.6633893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.6676023Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_bfloat16 2022-09-27T15:36:48.6699412Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 2022-09-27T15:36:48.6803061Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:36:48.6806047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:36:48.7084981Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 2022-09-27T15:36:48.7115363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:36:48.7287369Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex128 2022-09-27T15:36:48.7289799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:36:48.7526701Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 2022-09-27T15:36:48.7547590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:36:48.7684077Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex32 2022-09-27T15:36:48.7713457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:36:48.7965139Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 2022-09-27T15:36:48.7983932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:36:48.8124088Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_complex64 2022-09-27T15:36:48.8153642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.8403861Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.8423188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:36:48.8567733Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float16 2022-09-27T15:36:48.8617661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.8881096Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool 2022-09-27T15:36:48.8887276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:36:48.9030631Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float32 2022-09-27T15:36:48.9043989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.9317297Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 2022-09-27T15:36:48.9322657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:36:48.9456034Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_aten_cpu_float64 2022-09-27T15:36:48.9499633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.9757116Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 2022-09-27T15:36:48.9762844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.9906012Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:48.9925343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.0064592Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.0084713Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:36:49.0194895Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:36:49.0197070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.0324064Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.0359236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.0637178Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.0639403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:36:49.0764384Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex32 2022-09-27T15:36:49.0813796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.1077895Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.1084409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:49.1226657Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_complex64 2022-09-27T15:36:49.1243521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.1517475Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 2022-09-27T15:36:49.1523737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.1643666Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float16 2022-09-27T15:36:49.1683075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.1925842Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 2022-09-27T15:36:49.1960902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.2132658Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float32 2022-09-27T15:36:49.2139638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.2397831Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 2022-09-27T15:36:49.2404279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.2545708Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_randn_executor_nvfuser_cpu_float64 2022-09-27T15:36:49.2569360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.2853605Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 2022-09-27T15:36:49.2861244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.2967222Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.3009160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.3288170Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 2022-09-27T15:36:49.3288828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:36:49.3444944Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool 2022-09-27T15:36:49.3445591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.3667089Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 2022-09-27T15:36:49.3687360Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:36:49.3728435Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:36:49.3729068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:36:49.3857611Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 2022-09-27T15:36:49.3886306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:36:49.4169280Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool 2022-09-27T15:36:49.4169915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:36:49.4316618Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 2022-09-27T15:36:49.4322825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:36:49.4612278Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 2022-09-27T15:36:49.4613135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:36:49.4761692Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 2022-09-27T15:36:49.4771671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:36:49.5211550Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 2022-09-27T15:36:49.5212213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:36:49.5484047Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 2022-09-27T15:36:49.5487845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:36:49.5551885Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 2022-09-27T15:36:49.5552532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:36:49.5696343Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 2022-09-27T15:36:49.5696975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:36:49.5894230Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 2022-09-27T15:36:49.5917269Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 2022-09-27T15:36:49.6007405Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:36:49.6007988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:36:49.6127960Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 2022-09-27T15:36:49.6128604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:36:49.6455939Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 2022-09-27T15:36:49.6456533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:36:49.6531223Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 2022-09-27T15:36:49.6574949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:36:49.6879557Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 2022-09-27T15:36:49.6887482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:36:49.6965311Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 2022-09-27T15:36:49.7000985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:36:49.7287153Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 2022-09-27T15:36:49.7326378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:36:49.7425855Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 2022-09-27T15:36:49.7447781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:36:49.7752838Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 2022-09-27T15:36:49.7782286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:36:49.7849288Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 2022-09-27T15:36:49.7905185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:36:49.8205741Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 2022-09-27T15:36:49.8216553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:36:49.8301815Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 2022-09-27T15:36:49.8337445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:36:49.8648652Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 2022-09-27T15:36:49.8654212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.8745173Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.8781442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.9088727Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:49.9094337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:36:49.9186264Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool 2022-09-27T15:36:49.9208771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:36:49.9534585Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool 2022-09-27T15:36:49.9540388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.9631180Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.9655464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.9991086Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 2022-09-27T15:36:49.9995747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:36:50.0049062Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 2022-09-27T15:36:50.0094554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.0411440Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.0416219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.0507954Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 2022-09-27T15:36:50.0528180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.0848592Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.0854408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.0946813Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 2022-09-27T15:36:50.0978784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.1237854Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.1260449Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:36:50.1268362Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:36:50.1299791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.1384724Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 2022-09-27T15:36:50.1414780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.1727383Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.1729104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.1825953Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 2022-09-27T15:36:50.1860243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.2167303Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.2168987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.2266143Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 2022-09-27T15:36:50.2308747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.2621270Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.2623151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.2690273Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 2022-09-27T15:36:50.2736814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.3047904Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.3049241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.3146487Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 2022-09-27T15:36:50.3177001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.3497765Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.3498506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.3593901Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 2022-09-27T15:36:50.3617930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.3911024Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.3914974Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 2022-09-27T15:36:50.3937079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.3951015Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:36:50.4044735Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 2022-09-27T15:36:50.4046767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.4371747Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.4372396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.4486631Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 2022-09-27T15:36:50.4490591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:36:50.4813006Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool 2022-09-27T15:36:50.4816179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:36:50.4929840Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool 2022-09-27T15:36:50.4930877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:36:50.4974687Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 2022-09-27T15:36:50.4996425Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 2022-09-27T15:36:50.5293260Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:36:50.5297363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:36:50.5363346Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 2022-09-27T15:36:50.5366379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:36:50.5728263Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 2022-09-27T15:36:50.5732143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:36:50.5803863Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 2022-09-27T15:36:50.5807007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:36:50.6076176Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 2022-09-27T15:36:50.6092161Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:36:50.6163896Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:36:50.6167853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:36:50.6244268Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 2022-09-27T15:36:50.6248293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:36:50.6615095Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 2022-09-27T15:36:50.6619374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:36:50.6653227Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 2022-09-27T15:36:50.6674355Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool 2022-09-27T15:36:50.6885921Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:36:50.6891127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:36:50.7011814Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 2022-09-27T15:36:50.7057873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:36:50.7326612Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 2022-09-27T15:36:50.7327756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:36:50.7477751Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 2022-09-27T15:36:50.7496735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:36:50.7734375Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 2022-09-27T15:36:50.7792161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:36:50.7943786Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 2022-09-27T15:36:50.7946475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:36:50.8207176Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 2022-09-27T15:36:50.8239707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:36:50.8388016Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 2022-09-27T15:36:50.8434161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:36:50.8732376Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 2022-09-27T15:36:50.8739824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:36:50.8834334Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 2022-09-27T15:36:50.8874237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:36:50.9175461Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 2022-09-27T15:36:50.9181294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:36:50.9250308Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 2022-09-27T15:36:50.9290266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:36:50.9311451Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 2022-09-27T15:36:50.9326959Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 2022-09-27T15:36:50.9606802Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:36:50.9612149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.9706420Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:50.9734466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:36:51.0047719Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 2022-09-27T15:36:51.0053124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.0148045Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.0176925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.0486349Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:51.0492829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:36:51.0639046Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 2022-09-27T15:36:51.0652960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.0932567Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool 2022-09-27T15:36:51.0938389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:36:51.1043985Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 2022-09-27T15:36:51.1085284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:36:51.1381514Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 2022-09-27T15:36:51.1387583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.1532812Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.1538538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:36:51.1808640Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 2022-09-27T15:36:51.1814787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.1961527Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.1972735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:36:51.2247219Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 2022-09-27T15:36:51.2253070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.2364757Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.2415021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.2689798Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 2022-09-27T15:36:51.2696625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.2893830Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.2899999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.3060343Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 2022-09-27T15:36:51.3075838Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 2022-09-27T15:36:51.3129466Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:36:51.3135528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.3310633Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.3329691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.3570588Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 2022-09-27T15:36:51.3576353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.3766281Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.3815641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.4012955Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 2022-09-27T15:36:51.4019227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.4206827Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.4246452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.4491741Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 2022-09-27T15:36:51.4497740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.4697200Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.4703106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.4908770Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 2022-09-27T15:36:51.4927010Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:36:51.4936048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.4941987Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.5014212Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:36:51.5036268Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 2022-09-27T15:36:51.5133538Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:36:51.5139507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.5363712Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 2022-09-27T15:36:51.5369848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:36:51.5614328Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool 2022-09-27T15:36:51.5620397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.5809137Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 2022-09-27T15:36:51.5816491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:36:51.6100846Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 2022-09-27T15:36:51.6108721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.6248980Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 2022-09-27T15:36:51.6256071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:36:51.6537444Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 2022-09-27T15:36:51.6544827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:36:51.6687402Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool 2022-09-27T15:36:51.6694858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:36:51.6908420Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 2022-09-27T15:36:51.6933024Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 2022-09-27T15:36:51.6973744Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:36:51.6978785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:36:51.7128605Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 2022-09-27T15:36:51.7134807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:36:51.7416044Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 2022-09-27T15:36:51.7422902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:36:51.7573085Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 2022-09-27T15:36:51.7580537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:36:51.7833461Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 2022-09-27T15:36:51.7857667Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 2022-09-27T15:36:51.7859534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:36:51.7868858Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 2022-09-27T15:36:51.8004622Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:36:51.8007035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:36:51.8291509Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 2022-09-27T15:36:51.8293144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:36:51.8451018Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 2022-09-27T15:36:51.8453169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:36:51.8769159Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 2022-09-27T15:36:51.8770920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:36:51.8885655Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 2022-09-27T15:36:51.8888894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:36:51.9118000Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 2022-09-27T15:36:51.9135175Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 2022-09-27T15:36:51.9250378Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:36:51.9253605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:36:51.9324344Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 2022-09-27T15:36:51.9326251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:36:51.9688648Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 2022-09-27T15:36:51.9689890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:36:51.9764405Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 2022-09-27T15:36:51.9766501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:36:52.0137666Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 2022-09-27T15:36:52.0138779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:36:52.0203877Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 2022-09-27T15:36:52.0207131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.0435013Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.0453060Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 2022-09-27T15:36:52.0583712Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:36:52.0589463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:36:52.0603407Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 2022-09-27T15:36:52.0637582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.1018071Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.1020664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:36:52.1084200Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 2022-09-27T15:36:52.1086654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:36:52.1264522Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 2022-09-27T15:36:52.1284514Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:36:52.1454802Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:36:52.1457280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.1524046Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.1526466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:36:52.1759013Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 2022-09-27T15:36:52.1771853Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 2022-09-27T15:36:52.1885240Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:36:52.1886251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.2007895Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool 2022-09-27T15:36:52.2009090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.2333835Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.2336914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:52.2450934Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 2022-09-27T15:36:52.2452045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.2762659Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.2780441Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 2022-09-27T15:36:52.2788959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:52.2805464Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 2022-09-27T15:36:52.2886537Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:36:52.2887177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.3168137Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.3207104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.3284594Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 2022-09-27T15:36:52.3321598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.3607713Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.3639424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.3757436Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 2022-09-27T15:36:52.3771198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.3912268Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.3933929Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 2022-09-27T15:36:52.4048085Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:36:52.4095850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.4168440Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 2022-09-27T15:36:52.4218371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.4537765Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.4539532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.4606930Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 2022-09-27T15:36:52.4647935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.4972952Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.4978530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.5010277Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 2022-09-27T15:36:52.5027963Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 2022-09-27T15:36:52.5066605Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:36:52.5083865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.5414244Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.5419752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.5510668Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 2022-09-27T15:36:52.5529984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.5851013Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.5856567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.5948173Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 2022-09-27T15:36:52.5967071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:36:52.6302503Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 2022-09-27T15:36:52.6308789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.6373380Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 2022-09-27T15:36:52.6412384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:36:52.6631200Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 2022-09-27T15:36:52.6648196Z [gw1] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 2022-09-27T15:36:52.6670937Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:36:52.6693652Z [gw0] [ 35%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:36:52.6734237Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:36:52.6738954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.6845731Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 2022-09-27T15:36:52.6849986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:36:52.7174370Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 2022-09-27T15:36:52.7179197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:36:52.7271508Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 2022-09-27T15:36:52.7289497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:36:52.7617914Z [gw3] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 2022-09-27T15:36:52.7623376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:36:52.7688281Z [gw2] [ 35%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 2022-09-27T15:36:52.7725826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:36:52.8057617Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 2022-09-27T15:36:52.8062277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:36:52.8129596Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 2022-09-27T15:36:52.8169477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:36:52.8498996Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 2022-09-27T15:36:52.8504150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:36:52.8568828Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 2022-09-27T15:36:52.8609107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:36:52.8793978Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 2022-09-27T15:36:52.8811167Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool 2022-09-27T15:36:52.8933933Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:36:52.8934764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:36:52.9011405Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 2022-09-27T15:36:52.9049771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:36:52.9378493Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 2022-09-27T15:36:52.9381886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:36:52.9448476Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 2022-09-27T15:36:52.9490856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.9816894Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:52.9820309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:36:52.9885859Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 2022-09-27T15:36:52.9930400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.0255933Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.0259797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:36:53.0352600Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 2022-09-27T15:36:53.0372582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.0695207Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.0698029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.0791789Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.0812474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.1135451Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.1143181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.1231698Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 2022-09-27T15:36:53.1251684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.1549554Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.1576178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.1696487Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.1726255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.2014519Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.2022249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.2166411Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.2173610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.2318830Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.2327645Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:36:53.2510748Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:36:53.2513712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.2569301Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.2612592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.2927899Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.2931690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.3024435Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.3062381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.3163386Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.3180823Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 2022-09-27T15:36:53.3367226Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:36:53.3371569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.3464600Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.3485989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.3810106Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.3813616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.3927944Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.3964644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:36:53.4246823Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 2022-09-27T15:36:53.4250530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.4398604Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 2022-09-27T15:36:53.4401589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:36:53.4727366Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 2022-09-27T15:36:53.4730900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.4822655Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 2022-09-27T15:36:53.4846772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:36:53.5207723Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 2022-09-27T15:36:53.5212046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:36:53.5247688Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool 2022-09-27T15:36:53.5291143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:36:53.5699318Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 2022-09-27T15:36:53.5705239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:36:53.5716752Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 2022-09-27T15:36:53.5726453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:36:53.6128576Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 2022-09-27T15:36:53.6184259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:36:53.6187939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:36:53.6193598Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 2022-09-27T15:36:53.6617912Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 2022-09-27T15:36:53.6624174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:36:53.6630433Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 2022-09-27T15:36:53.6634484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:36:53.7062239Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 2022-09-27T15:36:53.7065707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:36:53.7071669Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 2022-09-27T15:36:53.7076710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.7489267Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:53.7496037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.7535576Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 2022-09-27T15:36:53.7538756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:36:53.7631773Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 2022-09-27T15:36:53.7647325Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:36:53.7927627Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:36:53.7928499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.7984860Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 2022-09-27T15:36:53.7985517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:36:53.8085800Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 2022-09-27T15:36:53.8103015Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 2022-09-27T15:36:53.8370609Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:36:53.8373652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.8414102Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 2022-09-27T15:36:53.8414787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:36:53.8812892Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 2022-09-27T15:36:53.8813638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.8892302Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 2022-09-27T15:36:53.8892938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:36:53.9253891Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 2022-09-27T15:36:53.9254555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.9326812Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 2022-09-27T15:36:53.9369495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:36:53.9690669Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 2022-09-27T15:36:53.9691344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.9814302Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 2022-09-27T15:36:53.9854321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:36:54.0126744Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 2022-09-27T15:36:54.0128927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.0293129Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.0299021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.0576021Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.0578323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.0731457Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.0737355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:36:54.1010790Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool 2022-09-27T15:36:54.1011490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:36:54.1167692Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool 2022-09-27T15:36:54.1170879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:36:54.1449317Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 2022-09-27T15:36:54.1460004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:36:54.1470433Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 2022-09-27T15:36:54.1488737Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 2022-09-27T15:36:54.1612325Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:36:54.1614511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:36:54.1894419Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 2022-09-27T15:36:54.1896634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:36:54.2053620Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 2022-09-27T15:36:54.2056571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.2436278Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.2461993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:36:54.2466425Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 2022-09-27T15:36:54.2493080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.2759653Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.2760555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:36:54.2930526Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 2022-09-27T15:36:54.2931287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.3200432Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.3201382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:36:54.3323371Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 2022-09-27T15:36:54.3356533Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:36:54.3405078Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:36:54.3407993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.3639978Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.3649651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:36:54.3848210Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 2022-09-27T15:36:54.3851203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.4088215Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.4100951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:36:54.4132737Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 2022-09-27T15:36:54.4149437Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 2022-09-27T15:36:54.4295718Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:36:54.4299879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.4533233Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.4539761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:36:54.4734343Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 2022-09-27T15:36:54.4737701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.4973995Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.4979081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.5175488Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:54.5180011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.5417342Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.5421122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:36:54.5519083Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool 2022-09-27T15:36:54.5537044Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 2022-09-27T15:36:54.5647073Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:36:54.5652015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.5857569Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.5861289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.6064298Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 2022-09-27T15:36:54.6093228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:36:54.6287347Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool 2022-09-27T15:36:54.6291515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.6537513Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 2022-09-27T15:36:54.6542920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:36:54.6689342Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 2022-09-27T15:36:54.6741158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.6971273Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 2022-09-27T15:36:54.7016556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:36:54.7171671Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 2022-09-27T15:36:54.7175461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.7308949Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 2022-09-27T15:36:54.7326766Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 2022-09-27T15:36:54.7504915Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:36:54.7505532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:36:54.7610632Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 2022-09-27T15:36:54.7613246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.7890569Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 2022-09-27T15:36:54.7939158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:36:54.8050048Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 2022-09-27T15:36:54.8053110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.8334238Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 2022-09-27T15:36:54.8375652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:36:54.8506095Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 2022-09-27T15:36:54.8510933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.8848123Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 2022-09-27T15:36:54.8850821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:36:54.8940240Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 2022-09-27T15:36:54.8944274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.8951441Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 2022-09-27T15:36:54.8957619Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 2022-09-27T15:36:54.9296139Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:36:54.9298818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:36:54.9414257Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 2022-09-27T15:36:54.9418000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.9731209Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 2022-09-27T15:36:54.9733842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:36:54.9848160Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 2022-09-27T15:36:54.9851204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:36:55.0177699Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool 2022-09-27T15:36:55.0178369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:36:55.0287619Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 2022-09-27T15:36:55.0290405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:36:55.0561112Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 2022-09-27T15:36:55.0579331Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 2022-09-27T15:36:55.0612299Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:36:55.0651624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:36:55.0744844Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 2022-09-27T15:36:55.0750599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:36:55.1096308Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 2022-09-27T15:36:55.1096999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:36:55.1211527Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 2022-09-27T15:36:55.1214235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:36:55.1534597Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 2022-09-27T15:36:55.1535294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.1683920Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.1982952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:36:55.2014164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.2059822Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.2082367Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 2022-09-27T15:36:55.2448826Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:36:55.2454370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:36:55.2860229Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 2022-09-27T15:36:55.2894353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:36:55.3171428Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 2022-09-27T15:36:55.3189136Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:36:55.3327298Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:36:55.3333447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:36:55.3582340Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 2022-09-27T15:36:55.3604851Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 2022-09-27T15:36:55.3765642Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:36:55.3770604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.4207357Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.4214468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.4652873Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.4658824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.5133618Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 2022-09-27T15:36:55.5143441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.5429997Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 2022-09-27T15:36:55.5457257Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 2022-09-27T15:36:55.5616027Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:36:55.5623171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.6060626Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 2022-09-27T15:36:55.6068042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.6448041Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 2022-09-27T15:36:55.6473677Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 2022-09-27T15:36:55.6487010Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:36:55.6495288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.6542135Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 2022-09-27T15:36:55.6556229Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 2022-09-27T15:36:55.6587410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:36:55.6934208Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 2022-09-27T15:36:55.6942820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.7011082Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 2022-09-27T15:36:55.7017902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:36:55.7370166Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 2022-09-27T15:36:55.7377025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.7449480Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 2022-09-27T15:36:55.7452386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:36:55.7818573Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 2022-09-27T15:36:55.7822344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:36:55.7882757Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool 2022-09-27T15:36:55.7886077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:36:55.8155247Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 2022-09-27T15:36:55.8168241Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool 2022-09-27T15:36:55.8247416Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:36:55.8248307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:36:55.8332453Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 2022-09-27T15:36:55.8338273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.8654030Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:55.8693183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:36:55.8764984Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 2022-09-27T15:36:55.8770635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.9129698Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool 2022-09-27T15:36:55.9135777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:36:55.9163430Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 2022-09-27T15:36:55.9192179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.9575259Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 2022-09-27T15:36:55.9580559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:36:55.9602953Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 2022-09-27T15:36:55.9643590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.9880668Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 2022-09-27T15:36:55.9898198Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:36:56.0006123Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:36:56.0007859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:36:56.0082770Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 2022-09-27T15:36:56.0084984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.0392022Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.0403041Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 2022-09-27T15:36:56.0448918Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:36:56.0450844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:36:56.0571625Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 2022-09-27T15:36:56.0573585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.0937685Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.0939711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:36:56.1028495Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 2022-09-27T15:36:56.1030219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.1378635Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.1379726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:36:56.1462371Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 2022-09-27T15:36:56.1463734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.1780200Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.1819012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:36:56.1888693Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 2022-09-27T15:36:56.1890423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.2237264Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.2251808Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 2022-09-27T15:36:56.2253942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:36:56.2260103Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 2022-09-27T15:36:56.2336771Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:36:56.2338342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.2696567Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.2698611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:36:56.2764200Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 2022-09-27T15:36:56.2767021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.3127745Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.3130494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.3202954Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.3206198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:36:56.3609925Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 2022-09-27T15:36:56.3610924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.3665249Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool 2022-09-27T15:36:56.3667876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:36:56.4058230Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 2022-09-27T15:36:56.4060560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:36:56.4094629Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 2022-09-27T15:36:56.4099050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:36:56.4116391Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 2022-09-27T15:36:56.4124468Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 2022-09-27T15:36:56.4540988Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:36:56.4541766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:36:56.4616503Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 2022-09-27T15:36:56.4617186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:36:56.4951231Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 2022-09-27T15:36:56.5004115Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 2022-09-27T15:36:56.5007480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:36:56.5011511Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 2022-09-27T15:36:56.5013835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:36:56.5027793Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 2022-09-27T15:36:56.5464048Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:36:56.5465578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:36:56.5468216Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 2022-09-27T15:36:56.5469948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:36:56.5903625Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 2022-09-27T15:36:56.5905559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:36:56.5907538Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 2022-09-27T15:36:56.5908280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.6175569Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.6192840Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 2022-09-27T15:36:56.6338841Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:36:56.6339531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.6344528Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.6345287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:36:56.6772407Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 2022-09-27T15:36:56.6773071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.6785724Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.6823177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.7210628Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:56.7275198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:36:56.7279474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.7316137Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.7360369Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 2022-09-27T15:36:56.7394049Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 2022-09-27T15:36:56.7688919Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:36:56.7692358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.7700689Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.7742160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.8134959Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 2022-09-27T15:36:56.8135772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.8141652Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 2022-09-27T15:36:56.8170732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.8429786Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 2022-09-27T15:36:56.8454610Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 2022-09-27T15:36:56.8569121Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:36:56.8572833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.8580006Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 2022-09-27T15:36:56.8619923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.9051904Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 2022-09-27T15:36:56.9055550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.9062047Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 2022-09-27T15:36:56.9065553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.9358957Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 2022-09-27T15:36:56.9373023Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 2022-09-27T15:36:56.9448236Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:36:56.9456330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:36:56.9470308Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool 2022-09-27T15:36:56.9521058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.9929111Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 2022-09-27T15:36:56.9944374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:36:56.9950437Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 2022-09-27T15:36:56.9954303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.0004827Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.0021210Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:36:57.0321059Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:36:57.0390907Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 2022-09-27T15:36:57.0391480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:36:57.0395977Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 2022-09-27T15:36:57.0396600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.0402730Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.0776766Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:36:57.0777360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:36:57.0816575Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 2022-09-27T15:36:57.0817207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.1170140Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.1204321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:36:57.1257709Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 2022-09-27T15:36:57.1258320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:36:57.1409658Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 2022-09-27T15:36:57.1427270Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 2022-09-27T15:36:57.1610193Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:36:57.1646966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:36:57.1705374Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 2022-09-27T15:36:57.1705992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:36:57.2048853Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 2022-09-27T15:36:57.2080017Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:36:57.2147759Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 2022-09-27T15:36:57.2148381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:36:57.2489077Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 2022-09-27T15:36:57.2512855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:36:57.2535070Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 2022-09-27T15:36:57.2544417Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 2022-09-27T15:36:57.2573613Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:36:57.2574375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.2974221Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.2974883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:36:57.3025699Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 2022-09-27T15:36:57.3026343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:36:57.3416947Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 2022-09-27T15:36:57.3417602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:36:57.3443437Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 2022-09-27T15:36:57.3457018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.3859024Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.3859718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:36:57.3890809Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 2022-09-27T15:36:57.3891441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.4263211Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.4290650Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool 2022-09-27T15:36:57.4291234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:36:57.4342288Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 2022-09-27T15:36:57.4343286Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:36:57.4344791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:36:57.4688612Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 2022-09-27T15:36:57.4739497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.4811762Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:57.4814667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:36:57.5172092Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 2022-09-27T15:36:57.5173573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.5248942Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool 2022-09-27T15:36:57.5249948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:36:57.5378056Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 2022-09-27T15:36:57.5388973Z [gw0] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:36:57.5611352Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:36:57.5611985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:36:57.5678949Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 2022-09-27T15:36:57.5681124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:36:57.6055765Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 2022-09-27T15:36:57.6056422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:36:57.6072084Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 2022-09-27T15:36:57.6087747Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 2022-09-27T15:36:57.6098793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:36:57.6122701Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:36:57.6528688Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 2022-09-27T15:36:57.6542101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.6549100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:36:57.6564107Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 2022-09-27T15:36:57.6966693Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.6978422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.6984163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:36:57.7006748Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 2022-09-27T15:36:57.7022642Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.7044387Z [gw1] [ 36%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 2022-09-27T15:36:57.7446619Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:36:57.7455758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.7462861Z [gw3] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.7467596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.7879649Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 2022-09-27T15:36:57.7890471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.7933362Z [gw2] [ 36%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 2022-09-27T15:36:57.7938316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.8330835Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.8334643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.8346669Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 2022-09-27T15:36:57.8372340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.8428957Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 2022-09-27T15:36:57.8454147Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 2022-09-27T15:36:57.8807724Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:36:57.8819793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.8830266Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 2022-09-27T15:36:57.8836430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.9256756Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 2022-09-27T15:36:57.9261798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:36:57.9270900Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool 2022-09-27T15:36:57.9277037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.9694301Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 2022-09-27T15:36:57.9711663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:36:57.9722896Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 2022-09-27T15:36:57.9726884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.9859276Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 2022-09-27T15:36:57.9881414Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 2022-09-27T15:36:58.0137865Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:36:58.0141242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:36:58.0144707Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 2022-09-27T15:36:58.0147726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.0583807Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.0587708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:36:58.0591072Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 2022-09-27T15:36:58.0594501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.0996159Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.1025704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:36:58.1026537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:36:58.1030975Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 2022-09-27T15:36:58.1114925Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool 2022-09-27T15:36:58.1134396Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 2022-09-27T15:36:58.1462036Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:36:58.1462743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:36:58.1468953Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 2022-09-27T15:36:58.1469565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:36:58.1775791Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 2022-09-27T15:36:58.1793403Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:36:58.1856659Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:36:58.1886066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:36:58.1887818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:36:58.1902165Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 2022-09-27T15:36:58.2117985Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 2022-09-27T15:36:58.2136116Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 2022-09-27T15:36:58.2285869Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:36:58.2328613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:36:58.2363377Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 2022-09-27T15:36:58.2386764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:36:58.2777003Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 2022-09-27T15:36:58.2777710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:36:58.2786047Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 2022-09-27T15:36:58.2828082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:36:58.3219499Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 2022-09-27T15:36:58.3220197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.3263809Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.3275001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:36:58.3352552Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 2022-09-27T15:36:58.3368978Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 2022-09-27T15:36:58.3657643Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:36:58.3658252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.3687719Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.3699688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:36:58.4092911Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 2022-09-27T15:36:58.4093645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:36:58.4127145Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 2022-09-27T15:36:58.4137573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:36:58.4416988Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 2022-09-27T15:36:58.4441714Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 2022-09-27T15:36:58.4529449Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:36:58.4530264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.4541805Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.4578732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:36:58.5000685Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 2022-09-27T15:36:58.5014886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.5019127Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.5021001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:36:58.5410266Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 2022-09-27T15:36:58.5411175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.5444414Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.5472814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:36:58.5607188Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 2022-09-27T15:36:58.5621020Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 2022-09-27T15:36:58.5860616Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:36:58.5861730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.5895324Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.5907405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.6288916Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:58.6292686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.6301055Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.6339744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.6729429Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool 2022-09-27T15:36:58.6735789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.6742628Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 2022-09-27T15:36:58.6786038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:36:58.7179492Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 2022-09-27T15:36:58.7186371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.7192956Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 2022-09-27T15:36:58.7218276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:36:58.7261474Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 2022-09-27T15:36:58.7275017Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool 2022-09-27T15:36:58.7303026Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:36:58.7318656Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:36:58.7643286Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:36:58.7647729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.7654173Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 2022-09-27T15:36:58.7671655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:36:58.8089445Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 2022-09-27T15:36:58.8090445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:36:58.8107795Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool 2022-09-27T15:36:58.8109241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.8509000Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 2022-09-27T15:36:58.8538926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.8563379Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 2022-09-27T15:36:58.8574157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:36:58.8978921Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 2022-09-27T15:36:58.8979874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.9005603Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 2022-09-27T15:36:58.9013287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:36:58.9162414Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 2022-09-27T15:36:58.9177930Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 2022-09-27T15:36:58.9417740Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:36:58.9420373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.9445694Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 2022-09-27T15:36:58.9453592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:36:58.9858259Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 2022-09-27T15:36:58.9862952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:36:58.9904206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:36:58.9909679Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.0080354Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 2022-09-27T15:36:59.0102541Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 2022-09-27T15:36:59.0370603Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:36:59.0385941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:36:59.0394311Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 2022-09-27T15:36:59.0398031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.0850995Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.0863380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:36:59.0870822Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 2022-09-27T15:36:59.0875335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.1298739Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.1304714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.1311599Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.1315243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:36:59.1405092Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 2022-09-27T15:36:59.1425344Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 2022-09-27T15:36:59.1730392Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:36:59.1744853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:36:59.1750270Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 2022-09-27T15:36:59.1754415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:36:59.2180127Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 2022-09-27T15:36:59.2182975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:36:59.2221057Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 2022-09-27T15:36:59.2235086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.2588459Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.2608396Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 2022-09-27T15:36:59.2613039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:36:59.2620114Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 2022-09-27T15:36:59.2626831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.2668877Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:36:59.3050050Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool 2022-09-27T15:36:59.3054897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:36:59.3096194Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 2022-09-27T15:36:59.3106021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:36:59.3498280Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 2022-09-27T15:36:59.3504257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:36:59.3510427Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 2022-09-27T15:36:59.3535925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.3695667Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.3706590Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 2022-09-27T15:36:59.3717008Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:36:59.3719415Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:36:59.3930288Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:36:59.3933570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:36:59.3989719Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 2022-09-27T15:36:59.3992983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.4328898Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.4360382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:36:59.4448258Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 2022-09-27T15:36:59.4451803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.4683687Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.4704372Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 2022-09-27T15:36:59.4767276Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:36:59.4797574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.4886064Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 2022-09-27T15:36:59.4889095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.5207763Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.5241036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.5330254Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 2022-09-27T15:36:59.5334635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.5648865Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.5686767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.5774985Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 2022-09-27T15:36:59.5779716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.5823690Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.5845338Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 2022-09-27T15:36:59.6087874Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:36:59.6120798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.6206185Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 2022-09-27T15:36:59.6211117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.6528654Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.6562685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.6645578Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 2022-09-27T15:36:59.6650798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.6912621Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.6934329Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 2022-09-27T15:36:59.7007984Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:36:59.7013096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.7044878Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 2022-09-27T15:36:59.7085367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:36:59.7454402Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool 2022-09-27T15:36:59.7459463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.7526638Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 2022-09-27T15:36:59.7530960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:36:59.7937969Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 2022-09-27T15:36:59.7943125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.7968098Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 2022-09-27T15:36:59.7973575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:36:59.8172582Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 2022-09-27T15:36:59.8194689Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 2022-09-27T15:36:59.8409376Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:36:59.8420834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.8428183Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 2022-09-27T15:36:59.8432735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:36:59.8808719Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 2022-09-27T15:36:59.8839474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:36:59.8856110Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool 2022-09-27T15:36:59.8861086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:36:59.9248379Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 2022-09-27T15:36:59.9278944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:36:59.9289395Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 2022-09-27T15:36:59.9339208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:36:59.9438782Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 2022-09-27T15:36:59.9456968Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:36:59.9687850Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:36:59.9718162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:36:59.9788205Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 2022-09-27T15:36:59.9792483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:36:59.9878580Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 2022-09-27T15:36:59.9891630Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool 2022-09-27T15:37:00.0177390Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:37:00.0183064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:37:00.0220402Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 2022-09-27T15:37:00.0228142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:37:00.0617395Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 2022-09-27T15:37:00.0622112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:37:00.0648596Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 2022-09-27T15:37:00.0653382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:37:00.1060224Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 2022-09-27T15:37:00.1069805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.1107116Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.1111449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:37:00.1492961Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 2022-09-27T15:37:00.1498253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.1662565Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.1669160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:37:00.1934174Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 2022-09-27T15:37:00.1943239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:37:00.1995019Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 2022-09-27T15:37:00.2000855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:37:00.2198445Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 2022-09-27T15:37:00.2209188Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 2022-09-27T15:37:00.2388039Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:37:00.2411092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.2461564Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.2467164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:37:00.2808357Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 2022-09-27T15:37:00.2859142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.2913978Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.2919651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:37:00.3247304Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 2022-09-27T15:37:00.3276531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:37:00.3330404Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 2022-09-27T15:37:00.3336572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.3645241Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:00.3662347Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool 2022-09-27T15:37:00.3766594Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:37:00.3771578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:37:00.3815398Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 2022-09-27T15:37:00.3817356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.4210247Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:00.4210952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:37:00.4273145Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 2022-09-27T15:37:00.4273910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.4697942Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:00.4698634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:37:00.4699373Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 2022-09-27T15:37:00.4702216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.5128939Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:00.5129690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:37:00.5140267Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 2022-09-27T15:37:00.5141984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.5569306Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:00.5626827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.5631381Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:00.5633487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.5663439Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.5678307Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 2022-09-27T15:37:00.6057810Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:37:00.6058408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:00.6062914Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:00.6065648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:37:00.6507092Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool 2022-09-27T15:37:00.6509323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:00.6513110Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:00.6515960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:37:00.6930798Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 2022-09-27T15:37:00.6931464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:00.6959842Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:00.6978623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:37:00.7372089Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 2022-09-27T15:37:00.7374896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:00.7388008Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:00.7426364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:37:00.7528293Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 2022-09-27T15:37:00.7546375Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 2022-09-27T15:37:00.7806588Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:37:00.7844840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:37:00.7899483Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 2022-09-27T15:37:00.7900185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:00.8288120Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:00.8329910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:37:00.8339821Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 2022-09-27T15:37:00.8341881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.8776719Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 2022-09-27T15:37:00.8777483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:37:00.8780379Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 2022-09-27T15:37:00.8782373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:37:00.8820214Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 2022-09-27T15:37:00.8838414Z [gw0] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 2022-09-27T15:37:00.9228492Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:37:00.9229474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:37:00.9233749Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 2022-09-27T15:37:00.9236162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:37:00.9359932Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 2022-09-27T15:37:00.9371643Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 2022-09-27T15:37:00.9655367Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:37:00.9656290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:37:00.9680134Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 2022-09-27T15:37:00.9687490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:37:01.0091769Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 2022-09-27T15:37:01.0092662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:37:01.0170717Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 2022-09-27T15:37:01.0171561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:37:01.0265989Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 2022-09-27T15:37:01.0278896Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 2022-09-27T15:37:01.0538477Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:37:01.0540717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:37:01.0650367Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 2022-09-27T15:37:01.0651031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:37:01.0986269Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 2022-09-27T15:37:01.0986948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:37:01.1091097Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 2022-09-27T15:37:01.1091734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:37:01.1421823Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 2022-09-27T15:37:01.1423280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.1444207Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.1457761Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 2022-09-27T15:37:01.1565396Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:37:01.1567608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:37:01.1848847Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 2022-09-27T15:37:01.1849540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:37:01.2007386Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool 2022-09-27T15:37:01.2008040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:37:01.2288237Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 2022-09-27T15:37:01.2288918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.2446630Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.2448402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:37:01.2505435Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 2022-09-27T15:37:01.2518928Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 2022-09-27T15:37:01.2685291Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:37:01.2722174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:37:01.2845662Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:37:01.2878914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:37:01.3127001Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 2022-09-27T15:37:01.3164742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.3284342Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.3330720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.3440292Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:01.3449864Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 2022-09-27T15:37:01.3564530Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:37:01.3601311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.3725222Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.3762500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.4006977Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:01.4047676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.4165206Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.4208970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.4344969Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:01.4352258Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 2022-09-27T15:37:01.4444916Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:37:01.4475936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.4646082Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.4674406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.4886588Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 2022-09-27T15:37:01.4918966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.5090007Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.5100655Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 2022-09-27T15:37:01.5103529Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:37:01.5136533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.5326148Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 2022-09-27T15:37:01.5357785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.5527305Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.5574850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.5767161Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 2022-09-27T15:37:01.5800541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.5834404Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.5845514Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 2022-09-27T15:37:01.5963284Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:37:01.5992014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.6205841Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 2022-09-27T15:37:01.6239885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.6405050Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.6437914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.6649388Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 2022-09-27T15:37:01.6681801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.6846365Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.6879279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.7086545Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 2022-09-27T15:37:01.7119906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.7285197Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.7323285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.7525906Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 2022-09-27T15:37:01.7557148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:37:01.7725539Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool 2022-09-27T15:37:01.7761876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.7966252Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:01.7998318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:37:01.8165917Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 2022-09-27T15:37:01.8200316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.8407265Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 2022-09-27T15:37:01.8443618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:37:01.8606570Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 2022-09-27T15:37:01.8642846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:37:01.8845922Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool 2022-09-27T15:37:01.8874759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:37:01.9045405Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 2022-09-27T15:37:01.9083333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:37:01.9285694Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 2022-09-27T15:37:01.9318941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:37:01.9487853Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 2022-09-27T15:37:01.9520172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:37:01.9726897Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 2022-09-27T15:37:01.9756423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:37:01.9876514Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 2022-09-27T15:37:01.9884524Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 2022-09-27T15:37:01.9924493Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:37:01.9958808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:37:02.0166417Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 2022-09-27T15:37:02.0201854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:37:02.0365006Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 2022-09-27T15:37:02.0406409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:37:02.0607604Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 2022-09-27T15:37:02.0640125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:37:02.0806441Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 2022-09-27T15:37:02.0837916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:37:02.1045844Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 2022-09-27T15:37:02.1078423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:37:02.1246350Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 2022-09-27T15:37:02.1278802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:37:02.1485838Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 2022-09-27T15:37:02.1516955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:37:02.1685737Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 2022-09-27T15:37:02.1718294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:37:02.1926204Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 2022-09-27T15:37:02.1960499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:37:02.2128784Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 2022-09-27T15:37:02.2161876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:37:02.2366027Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 2022-09-27T15:37:02.2396851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:37:02.2564946Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 2022-09-27T15:37:02.2596752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:37:02.2806150Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 2022-09-27T15:37:02.2838054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.3006606Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.3038719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:37:02.3245683Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 2022-09-27T15:37:02.3281776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.3340414Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.3348759Z [gw1] [ 37%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 2022-09-27T15:37:02.3443122Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:37:02.3477478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:37:02.3686481Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 2022-09-27T15:37:02.3721670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.3885712Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.3921083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.4126928Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:02.4160743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:02.4325506Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:02.4362124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.4565220Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool 2022-09-27T15:37:02.4596392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.4806212Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.4845684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.5006126Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 2022-09-27T15:37:02.5043348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:37:02.5286391Z [gw3] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 2022-09-27T15:37:02.5326993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:37:02.5446405Z [gw2] [ 37%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 2022-09-27T15:37:02.5480103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.5727141Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.5772531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.5887157Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 2022-09-27T15:37:02.5922522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.6167207Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.6204676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:37:02.6325971Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 2022-09-27T15:37:02.6362866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.6605433Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.6641608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.6764959Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 2022-09-27T15:37:02.6795877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.7046877Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.7076629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.7206104Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 2022-09-27T15:37:02.7238389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.7308472Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.7319822Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 2022-09-27T15:37:02.7525907Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:37:02.7558949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.7684794Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 2022-09-27T15:37:02.7687874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.7964352Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.7992382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.8172728Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 2022-09-27T15:37:02.8174507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.8408399Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.8447904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.8655796Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 2022-09-27T15:37:02.8657102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.8886539Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.8887644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.9087278Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 2022-09-27T15:37:02.9089185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:37:02.9326662Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 2022-09-27T15:37:02.9328058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.9536127Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 2022-09-27T15:37:02.9537268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:37:02.9812513Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 2022-09-27T15:37:02.9815757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.9966539Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 2022-09-27T15:37:02.9968153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.0244429Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.0246162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:37:03.0405514Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool 2022-09-27T15:37:03.0406724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.0689579Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.0691120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:37:03.0885547Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 2022-09-27T15:37:03.0886435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.1124142Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.1125402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:37:03.1323883Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 2022-09-27T15:37:03.1325025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.1564201Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.1565713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:37:03.1764084Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 2022-09-27T15:37:03.1765437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:37:03.1963800Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool 2022-09-27T15:37:03.1995107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:37:03.2164284Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 2022-09-27T15:37:03.2191244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:37:03.2404849Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 2022-09-27T15:37:03.2436714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:37:03.2605261Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 2022-09-27T15:37:03.2634165Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 2022-09-27T15:37:03.2635772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:37:03.2649478Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:37:03.2844866Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 2022-09-27T15:37:03.2883544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:37:03.3044088Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 2022-09-27T15:37:03.3077367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:37:03.3285172Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 2022-09-27T15:37:03.3317428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:37:03.3485947Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 2022-09-27T15:37:03.3520246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:37:03.3725646Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 2022-09-27T15:37:03.3756985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:37:03.3925146Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 2022-09-27T15:37:03.3955909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:37:03.4165828Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 2022-09-27T15:37:03.4200320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:37:03.4365808Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 2022-09-27T15:37:03.4398542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:37:03.4605258Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 2022-09-27T15:37:03.4640114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.4846241Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.4877617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:37:03.5046425Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 2022-09-27T15:37:03.5078103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.5326244Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.5359464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.5485371Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:03.5520821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.5806013Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 2022-09-27T15:37:03.5840901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.5924533Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool 2022-09-27T15:37:03.5961181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.6287183Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 2022-09-27T15:37:03.6320067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.6428196Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.6438479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.6767631Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 2022-09-27T15:37:03.6798927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.6842875Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.6880058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.7007213Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 2022-09-27T15:37:03.7016844Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 2022-09-27T15:37:03.7245898Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:37:03.7281559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.7323393Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.7358669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.7686324Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 2022-09-27T15:37:03.7716813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.7763770Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.7794795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.8165812Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 2022-09-27T15:37:03.8198261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.8243484Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.8273419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.8607825Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 2022-09-27T15:37:03.8643930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.8724226Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.8757199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.9045302Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 2022-09-27T15:37:03.9084223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.9164045Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.9199032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.9471441Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 2022-09-27T15:37:03.9482930Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 2022-09-27T15:37:03.9500510Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:37:03.9537006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.9604196Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.9637407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.9928035Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 2022-09-27T15:37:03.9967458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:37:04.0045410Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 2022-09-27T15:37:04.0074280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:37:04.0366478Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool 2022-09-27T15:37:04.0397079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:37:04.0484130Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 2022-09-27T15:37:04.0517940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:37:04.0807275Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 2022-09-27T15:37:04.0841554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:37:04.0926733Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 2022-09-27T15:37:04.0956426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:37:04.1246233Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 2022-09-27T15:37:04.1277403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.1363380Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.1393189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:37:04.1424136Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 2022-09-27T15:37:04.1436667Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool 2022-09-27T15:37:04.1726031Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:37:04.1759866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.1802805Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.1837851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:37:04.2166217Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 2022-09-27T15:37:04.2201429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.2245387Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.2288120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:37:04.2646275Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 2022-09-27T15:37:04.2678734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.2722439Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.2756783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:37:04.3085916Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 2022-09-27T15:37:04.3115890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.3162763Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.3195606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:37:04.3526774Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 2022-09-27T15:37:04.3559738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:37:04.3644524Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 2022-09-27T15:37:04.3678133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:37:04.3966300Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 2022-09-27T15:37:04.3996094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:37:04.4124776Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 2022-09-27T15:37:04.4155375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.4445890Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.4476237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:37:04.4565435Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 2022-09-27T15:37:04.4594430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:37:04.4751500Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool 2022-09-27T15:37:04.4762852Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 2022-09-27T15:37:04.4884962Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:37:04.4916633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.5045544Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:04.5080777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.5366131Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.5399739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.5524804Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 2022-09-27T15:37:04.5558225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.5809979Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.5843783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.5965919Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 2022-09-27T15:37:04.5996414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.6287309Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.6382160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.6445956Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 2022-09-27T15:37:04.6474672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.6526702Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 2022-09-27T15:37:04.6539393Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 2022-09-27T15:37:04.6806697Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:37:04.6811598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:37:04.6927994Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 2022-09-27T15:37:04.6965986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.7247483Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 2022-09-27T15:37:04.7250679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:37:04.7406812Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 2022-09-27T15:37:04.7439993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.7474482Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 2022-09-27T15:37:04.7491920Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 2022-09-27T15:37:04.7685438Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:37:04.7688885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:37:04.7925860Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 2022-09-27T15:37:04.7928905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.8129228Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 2022-09-27T15:37:04.8130081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.8370026Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 2022-09-27T15:37:04.8371460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.8574275Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 2022-09-27T15:37:04.8574952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:37:04.8865555Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 2022-09-27T15:37:04.8866454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.9006183Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.9007268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.9326055Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 2022-09-27T15:37:04.9328197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:37:04.9466132Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool 2022-09-27T15:37:04.9468311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.9709173Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:04.9764690Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 2022-09-27T15:37:04.9767505Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:37:04.9768584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:37:04.9925467Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 2022-09-27T15:37:04.9926602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:37:05.0212418Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool 2022-09-27T15:37:05.0213130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:37:05.0408662Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 2022-09-27T15:37:05.0409406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:37:05.0690417Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 2022-09-27T15:37:05.0691014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:37:05.0891808Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 2022-09-27T15:37:05.0892458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:37:05.1170042Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 2022-09-27T15:37:05.1170729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:37:05.1370727Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 2022-09-27T15:37:05.1371380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:37:05.1609224Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 2022-09-27T15:37:05.1609876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:37:05.1856147Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 2022-09-27T15:37:05.1856797Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 2022-09-27T15:37:05.1857383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:37:05.1861867Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 2022-09-27T15:37:05.2092202Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:37:05.2092757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:37:05.2260327Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 2022-09-27T15:37:05.2290528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:37:05.2567848Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 2022-09-27T15:37:05.2570423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:37:05.2764744Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 2022-09-27T15:37:05.2765683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:37:05.3009577Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 2022-09-27T15:37:05.3010514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:37:05.3209811Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 2022-09-27T15:37:05.3210493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:37:05.3356157Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 2022-09-27T15:37:05.3377219Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 2022-09-27T15:37:05.3487465Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:37:05.3492302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.3685224Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.3690493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:37:05.3924444Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 2022-09-27T15:37:05.3941526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.3958722Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 2022-09-27T15:37:05.3969835Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.4164115Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:37:05.4166146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:37:05.4366779Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 2022-09-27T15:37:05.4411325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.4571259Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.4606788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:37:05.4846775Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 2022-09-27T15:37:05.4848112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.5051733Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.5053090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:37:05.5335737Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 2022-09-27T15:37:05.5337547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.5486842Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.5490004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.5763440Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:05.5767367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.5926086Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.5929176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.6027483Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:05.6046916Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 2022-09-27T15:37:05.6208087Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:37:05.6210567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.6406856Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.6409906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.6648569Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:05.6649907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.6848825Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 2022-09-27T15:37:05.6850658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:05.7076072Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:05.7089335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:37:05.7257416Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 2022-09-27T15:37:05.7288239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.7498505Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:05.7530341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:05.7750827Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:05.7769682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.7967284Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:05.7971730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:37:05.8251124Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 2022-09-27T15:37:05.8256631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.8303718Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:05.8318136Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 2022-09-27T15:37:05.8390155Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:37:05.8412034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:37:05.8726463Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool 2022-09-27T15:37:05.8740480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.8750510Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:05.8763908Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 2022-09-27T15:37:05.8845605Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:37:05.8854590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:37:05.9167982Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 2022-09-27T15:37:05.9177970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.9285224Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:05.9294736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:37:05.9648732Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 2022-09-27T15:37:05.9657723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.9749508Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:05.9757133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:37:06.0167573Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 2022-09-27T15:37:06.0176670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.0186630Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.0194148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:37:06.0568119Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 2022-09-27T15:37:06.0575170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.0613941Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.0619134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:37:06.1007878Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 2022-09-27T15:37:06.1013240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.1056673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:37:06.1064310Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 2022-09-27T15:37:06.1503617Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.1511213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:37:06.1519494Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 2022-09-27T15:37:06.1525396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.1532617Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.1543326Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 2022-09-27T15:37:06.1888267Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:37:06.1893089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:37:06.1941503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:37:06.1947930Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 2022-09-27T15:37:06.2380175Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool 2022-09-27T15:37:06.2384098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:37:06.2390589Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 2022-09-27T15:37:06.2395051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:37:06.2769359Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 2022-09-27T15:37:06.2810156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:37:06.2822101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.2829155Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.3268614Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 2022-09-27T15:37:06.3274332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:37:06.3280783Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 2022-09-27T15:37:06.3285038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.3471679Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.3494186Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 2022-09-27T15:37:06.3695570Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:37:06.3700322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:37:06.3706627Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 2022-09-27T15:37:06.3711080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.4048003Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.4069680Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 2022-09-27T15:37:06.4174498Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:37:06.4175583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:37:06.4179545Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 2022-09-27T15:37:06.4180535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.4584130Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.4587828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.4621064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:37:06.4625285Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.5012647Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 2022-09-27T15:37:06.5060501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:37:06.5061291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.5076164Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.5449380Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 2022-09-27T15:37:06.5493436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:37:06.5496193Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 2022-09-27T15:37:06.5497160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.5887924Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 2022-09-27T15:37:06.5892091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.5935972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:37:06.5940460Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 2022-09-27T15:37:06.6304038Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 2022-09-27T15:37:06.6322184Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool 2022-09-27T15:37:06.6412574Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:37:06.6414977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:37:06.6419570Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 2022-09-27T15:37:06.6422151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.6857070Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 2022-09-27T15:37:06.6859668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.6865491Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 2022-09-27T15:37:06.6868584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.7273575Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:06.7283427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.7287047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.7302321Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:06.7748997Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:06.7775080Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 2022-09-27T15:37:06.7781303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.7783326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.7787234Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 2022-09-27T15:37:06.7790784Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:06.8261163Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:37:06.8262824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.8268634Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:06.8271307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:37:06.8705539Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool 2022-09-27T15:37:06.8707384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:37:06.8709449Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 2022-09-27T15:37:06.8710666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.9139834Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:06.9140818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.9144662Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:06.9146569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:37:06.9579769Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 2022-09-27T15:37:06.9595879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.9598596Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:06.9600779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:37:06.9648198Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 2022-09-27T15:37:06.9668552Z [gw0] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 2022-09-27T15:37:07.0026166Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:37:07.0028409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:37:07.0033092Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 2022-09-27T15:37:07.0034477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:07.0139604Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:07.0153940Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 2022-09-27T15:37:07.0459023Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:37:07.0460567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:37:07.0464118Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 2022-09-27T15:37:07.0465773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:07.0896986Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:07.0905640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:07.0909135Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:07.0910791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:37:07.1286929Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 2022-09-27T15:37:07.1290893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:37:07.1367905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.1372571Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 2022-09-27T15:37:07.1769283Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.1825126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:07.1827487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:37:07.1833163Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 2022-09-27T15:37:07.2257553Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:07.2260805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.2314090Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.2394030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:37:07.2700569Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 2022-09-27T15:37:07.2701641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:37:07.2707122Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool 2022-09-27T15:37:07.2709770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.2945153Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.2963180Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 2022-09-27T15:37:07.3135763Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:37:07.3139272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:37:07.3143240Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 2022-09-27T15:37:07.3145831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.3536697Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.3539938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.3575538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:37:07.3580389Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 2022-09-27T15:37:07.4061767Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.4063665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:37:07.4065891Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 2022-09-27T15:37:07.4067262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.4504532Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.4505811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.4509982Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.4511748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:37:07.4650848Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 2022-09-27T15:37:07.4672746Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 2022-09-27T15:37:07.4992508Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:37:07.4998226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:37:07.5005073Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 2022-09-27T15:37:07.5009738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.5462216Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 2022-09-27T15:37:07.5467328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:37:07.5474366Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 2022-09-27T15:37:07.5479177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:37:07.5943150Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 2022-09-27T15:37:07.5948574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:37:07.5955544Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 2022-09-27T15:37:07.5960254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:37:07.6298302Z [gw3] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 2022-09-27T15:37:07.6318825Z [gw1] [ 38%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 2022-09-27T15:37:07.6370946Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:37:07.6373483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:37:07.6377977Z [gw2] [ 38%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 2022-09-27T15:37:07.6380261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:37:07.6807302Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 2022-09-27T15:37:07.6811498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.6838635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:37:07.6855273Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 2022-09-27T15:37:07.7248379Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 2022-09-27T15:37:07.7251627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:07.7282656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:37:07.7296978Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:07.7688732Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 2022-09-27T15:37:07.7692351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.7719267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.7731005Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 2022-09-27T15:37:07.8017460Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:07.8035507Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 2022-09-27T15:37:07.8123728Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:37:07.8174895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.8178405Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool 2022-09-27T15:37:07.8180536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:37:07.8611951Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool 2022-09-27T15:37:07.8615228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:37:07.8657040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.8661162Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:37:07.9097983Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 2022-09-27T15:37:07.9099982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.9103385Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:37:07.9104364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:37:07.9539360Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 2022-09-27T15:37:07.9541253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.9543447Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 2022-09-27T15:37:07.9545302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:37:07.9595242Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 2022-09-27T15:37:07.9615018Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 2022-09-27T15:37:07.9979451Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:37:07.9980147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.9983330Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 2022-09-27T15:37:07.9985375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:37:08.0385099Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 2022-09-27T15:37:08.0389834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:37:08.0419931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.0423798Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.0462575Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 2022-09-27T15:37:08.0481317Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 2022-09-27T15:37:08.0859532Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:37:08.0860572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.0867377Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.0868544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:37:08.1230169Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 2022-09-27T15:37:08.1248104Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:37:08.1339681Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:37:08.1340712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.1346094Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.1349244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:37:08.1769356Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 2022-09-27T15:37:08.1770477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:37:08.1774259Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 2022-09-27T15:37:08.1774898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.1813119Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.1820660Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 2022-09-27T15:37:08.2171761Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:37:08.2174786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:37:08.2215078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.2224563Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 2022-09-27T15:37:08.2642966Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.2644289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.2645135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.2648846Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.3050342Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.3056676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.3092930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.3109195Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.3466210Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.3482582Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:37:08.3492122Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:37:08.3492731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:08.3541052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:37:08.3543189Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool 2022-09-27T15:37:08.3931978Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:08.3954866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:08.3970321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:37:08.3985648Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:08.4105777Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 2022-09-27T15:37:08.4114400Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool 2022-09-27T15:37:08.4367805Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:37:08.4369726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:37:08.4430790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.4459092Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.4875560Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 2022-09-27T15:37:08.4876294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.4896645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:37:08.4900539Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 2022-09-27T15:37:08.5327714Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.5329840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:37:08.5359922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.5367745Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 2022-09-27T15:37:08.5768321Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 2022-09-27T15:37:08.5771718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:37:08.5809171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.5814116Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 2022-09-27T15:37:08.5833151Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 2022-09-27T15:37:08.5846914Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:37:08.6252591Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:37:08.6263390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.6270875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:37:08.6276738Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 2022-09-27T15:37:08.6648615Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 2022-09-27T15:37:08.6649585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.6685108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:37:08.6709809Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 2022-09-27T15:37:08.7093145Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 2022-09-27T15:37:08.7096956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:37:08.7152076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.7167411Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 2022-09-27T15:37:08.7339039Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:08.7347016Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 2022-09-27T15:37:08.7491680Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:37:08.7503491Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:37:08.7567803Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:37:08.7568363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.7599536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:37:08.7611607Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:37:08.8009432Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 2022-09-27T15:37:08.8012831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:37:08.8051287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:37:08.8056418Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 2022-09-27T15:37:08.8447320Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 2022-09-27T15:37:08.8449446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:37:08.8484164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:37:08.8500572Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 2022-09-27T15:37:08.8912627Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 2022-09-27T15:37:08.8913513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.8934599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.8945220Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.9261538Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:08.9269573Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:37:08.9325932Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:37:08.9327514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.9366125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.9375889Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:37:08.9769327Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool 2022-09-27T15:37:08.9770001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:37:08.9809123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:37:08.9819933Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.0192274Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 2022-09-27T15:37:09.0204340Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 2022-09-27T15:37:09.0208993Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:37:09.0215380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:37:09.0256329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.0259311Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.0649940Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 2022-09-27T15:37:09.0650669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:37:09.0701503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:37:09.0705119Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool 2022-09-27T15:37:09.0831468Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 2022-09-27T15:37:09.0840094Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:37:09.1091211Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:37:09.1096166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:37:09.1149576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.1153968Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 2022-09-27T15:37:09.1312631Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 2022-09-27T15:37:09.1319727Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 2022-09-27T15:37:09.1563288Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:37:09.1585720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:37:09.1589329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.1593175Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.1972387Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 2022-09-27T15:37:09.1973093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.2019857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:37:09.2023777Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 2022-09-27T15:37:09.2441206Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.2447582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:37:09.2450553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:37:09.2453805Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 2022-09-27T15:37:09.2598834Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 2022-09-27T15:37:09.2609497Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:37:09.2847330Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:37:09.2850821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.2891892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:37:09.2897705Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.3010761Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 2022-09-27T15:37:09.3018725Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 2022-09-27T15:37:09.3322071Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:37:09.3341454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:37:09.3345293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.3353798Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 2022-09-27T15:37:09.3758572Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.3771658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:37:09.3779868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.3785645Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 2022-09-27T15:37:09.4194785Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.4204785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.4209923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.4222041Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:09.4638398Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.4643737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.4664854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.4676140Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 2022-09-27T15:37:09.4679281Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:37:09.4685535Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool 2022-09-27T15:37:09.5051657Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:09.5052360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:37:09.5082350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.5095361Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool 2022-09-27T15:37:09.5103649Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 2022-09-27T15:37:09.5113725Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 2022-09-27T15:37:09.5490070Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:37:09.5539333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.5553564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:37:09.5557458Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 2022-09-27T15:37:09.5977720Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 2022-09-27T15:37:09.5978426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:37:09.5979045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:37:09.5999926Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 2022-09-27T15:37:09.6395181Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 2022-09-27T15:37:09.6395940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.6404293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:37:09.6416688Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 2022-09-27T15:37:09.6526228Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 2022-09-27T15:37:09.6533975Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 2022-09-27T15:37:09.6840940Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:37:09.6854774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.6863025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:37:09.6871832Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 2022-09-27T15:37:09.7252768Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 2022-09-27T15:37:09.7253681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:37:09.7305708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.7309180Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 2022-09-27T15:37:09.7383019Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 2022-09-27T15:37:09.7390798Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 2022-09-27T15:37:09.7750413Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:37:09.7770405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.7782664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:37:09.7788507Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 2022-09-27T15:37:09.7791439Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:09.7799356Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 2022-09-27T15:37:09.8166948Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:37:09.8173225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:37:09.8203722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:37:09.8218656Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 2022-09-27T15:37:09.8644882Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool 2022-09-27T15:37:09.8656147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:37:09.8659848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:37:09.8664881Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 2022-09-27T15:37:09.9129683Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 2022-09-27T15:37:09.9137433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:37:09.9140481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:37:09.9145264Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 2022-09-27T15:37:09.9374198Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 2022-09-27T15:37:09.9381752Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 2022-09-27T15:37:09.9570361Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:37:09.9629362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:37:09.9635884Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 2022-09-27T15:37:09.9640030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:37:10.0047650Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 2022-09-27T15:37:10.0067232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.0074465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:37:10.0079094Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:10.0495665Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 2022-09-27T15:37:10.0505125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:37:10.0509130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.0511310Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.0601806Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 2022-09-27T15:37:10.0612005Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 2022-09-27T15:37:10.0920973Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:37:10.0936230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:10.0939598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:37:10.0945187Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 2022-09-27T15:37:10.1369308Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:10.1370820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:10.1399687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:37:10.1414941Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:10.1442412Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 2022-09-27T15:37:10.1454968Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 2022-09-27T15:37:10.1838683Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:37:10.1843935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.1854747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.1860230Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.1870762Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:10.1878970Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 2022-09-27T15:37:10.2284064Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:37:10.2292152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.2295413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.2303908Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.2688811Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.2689486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.2731610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.2735581Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.3158199Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.3173484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.3176617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.3182396Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.3189735Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 2022-09-27T15:37:10.3198458Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool 2022-09-27T15:37:10.3628785Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:37:10.3629549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.3634731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.3640756Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.4007832Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 2022-09-27T15:37:10.4011380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.4051979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.4056429Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.4507213Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 2022-09-27T15:37:10.4507925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.4512337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.4515910Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.4917317Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 2022-09-27T15:37:10.4918008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.4926565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.4939103Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.5328048Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:10.5330340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.5372334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:37:10.5383699Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 2022-09-27T15:37:10.5433102Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool 2022-09-27T15:37:10.5442230Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 2022-09-27T15:37:10.5771917Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:37:10.5774383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:37:10.5816151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:37:10.5821351Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 2022-09-27T15:37:10.6260400Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool 2022-09-27T15:37:10.6261085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:37:10.6262031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:37:10.6265684Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 2022-09-27T15:37:10.6649546Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 2022-09-27T15:37:10.6655822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:37:10.6696955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:37:10.6710010Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 2022-09-27T15:37:10.7088934Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 2022-09-27T15:37:10.7095202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:37:10.7130109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:37:10.7140319Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 2022-09-27T15:37:10.7579454Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 2022-09-27T15:37:10.7585216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:37:10.7585823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:37:10.7589571Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 2022-09-27T15:37:10.7617108Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 2022-09-27T15:37:10.7629608Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 2022-09-27T15:37:10.7948981Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:37:10.7957396Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 2022-09-27T15:37:10.7970179Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:37:10.7970793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:37:10.8015428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:37:10.8022073Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 2022-09-27T15:37:10.8407997Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 2022-09-27T15:37:10.8409899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:37:10.8448547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:37:10.8456228Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 2022-09-27T15:37:10.8873552Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 2022-09-27T15:37:10.8880362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:37:10.8895518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.8900121Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 2022-09-27T15:37:10.9315388Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool 2022-09-27T15:37:10.9326684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.9338257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:37:10.9341597Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 2022-09-27T15:37:10.9633581Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 2022-09-27T15:37:10.9643872Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 2022-09-27T15:37:10.9730785Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:37:10.9736259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:37:10.9786648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:37:10.9794722Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 2022-09-27T15:37:11.0207439Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.0208119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:37:11.0211287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.0215084Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.0643617Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 2022-09-27T15:37:11.0653133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.0661539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:37:11.0667101Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 2022-09-27T15:37:11.0673855Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.0680381Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 2022-09-27T15:37:11.0921496Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:37:11.0932559Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 2022-09-27T15:37:11.1047021Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:37:11.1070965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.1086391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.1099370Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.1518521Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.1519360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:37:11.1535681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.1543209Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool 2022-09-27T15:37:11.1954018Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.1961160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.1976037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.1981273Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 2022-09-27T15:37:11.2408998Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.2409923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.2426958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:37:11.2443306Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 2022-09-27T15:37:11.2445335Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:37:11.2457127Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.2886621Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 2022-09-27T15:37:11.2889641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:37:11.2900415Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool 2022-09-27T15:37:11.2903219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.3206012Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 2022-09-27T15:37:11.3218147Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 2022-09-27T15:37:11.3304512Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:37:11.3311602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.3335132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:37:11.3343458Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 2022-09-27T15:37:11.3522272Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 2022-09-27T15:37:11.3537576Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 2022-09-27T15:37:11.3727113Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:37:11.3732994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.3786269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:37:11.3793979Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 2022-09-27T15:37:11.4206800Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.4228357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.4233577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:37:11.4240671Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 2022-09-27T15:37:11.4607674Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.4612051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:37:11.4665293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.4671498Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 2022-09-27T15:37:11.4688381Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.4701558Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 2022-09-27T15:37:11.5052255Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:37:11.5052888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:37:11.5093367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.5103957Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.5530462Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 2022-09-27T15:37:11.5531290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:37:11.5539217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.5543476Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 2022-09-27T15:37:11.5688436Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.5698473Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 2022-09-27T15:37:11.5864856Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:37:11.5878812Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 2022-09-27T15:37:11.5926918Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:37:11.5932184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:37:11.5973659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.5978016Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 2022-09-27T15:37:11.6424444Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.6425363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.6426360Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:11.6427197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.6850069Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.6850814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.6861196Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 2022-09-27T15:37:11.6867497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:37:11.6871258Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool 2022-09-27T15:37:11.6884628Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 2022-09-27T15:37:11.7288779Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:37:11.7295524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.7303018Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 2022-09-27T15:37:11.7303899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:37:11.7688037Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool 2022-09-27T15:37:11.7695039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.7724077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:37:11.7736867Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 2022-09-27T15:37:11.7899650Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 2022-09-27T15:37:11.7911347Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 2022-09-27T15:37:11.8000230Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:37:11.8125757Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 2022-09-27T15:37:11.8126908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.8154519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:37:11.8169453Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 2022-09-27T15:37:11.8454771Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 2022-09-27T15:37:11.8460142Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:37:11.8480434Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool 2022-09-27T15:37:11.8499927Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 2022-09-27T15:37:11.8610026Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:37:11.8644553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:37:11.8652454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.8661784Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 2022-09-27T15:37:11.8840854Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 2022-09-27T15:37:11.8956289Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:37:11.9124530Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 2022-09-27T15:37:11.9132312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.9141255Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 2022-09-27T15:37:11.9154749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:37:11.9364036Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 2022-09-27T15:37:11.9378148Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:37:11.9485668Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 2022-09-27T15:37:11.9513982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.9525266Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 2022-09-27T15:37:11.9557244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:37:11.9726411Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 2022-09-27T15:37:11.9804365Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:37:11.9923692Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 2022-09-27T15:37:11.9951686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.9962653Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:11.9990251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:37:12.0163440Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 2022-09-27T15:37:12.0245420Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:37:12.0365688Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 2022-09-27T15:37:12.0402565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.0445092Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.0482125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:37:12.0646548Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 2022-09-27T15:37:12.0724155Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:37:12.0807631Z [gw0] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 2022-09-27T15:37:12.0812936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:37:12.0821857Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 2022-09-27T15:37:12.0842470Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:37:12.0883637Z [gw2] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 2022-09-27T15:37:12.0921682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:37:12.1064828Z [gw3] [ 39%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 2022-09-27T15:37:12.1082666Z [gw1] [ 39%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:37:12.1156371Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:37:12.1247022Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 2022-09-27T15:37:12.1247632Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:37:12.1280244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:37:12.1323691Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 2022-09-27T15:37:12.1358867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:37:12.1497305Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 2022-09-27T15:37:12.1523398Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:37:12.1587993Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:37:12.1686008Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 2022-09-27T15:37:12.1687302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:37:12.1714108Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:37:12.1762736Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 2022-09-27T15:37:12.1790570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:37:12.1953422Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 2022-09-27T15:37:12.1962270Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 2022-09-27T15:37:12.2028447Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:37:12.2124526Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 2022-09-27T15:37:12.2125269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:37:12.2148434Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:37:12.2202806Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 2022-09-27T15:37:12.2231172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:37:12.2380091Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 2022-09-27T15:37:12.2401839Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 2022-09-27T15:37:12.2456678Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:37:12.2564976Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 2022-09-27T15:37:12.2565555Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:37:12.2595668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:37:12.2642316Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 2022-09-27T15:37:12.2668489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.2844364Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.2925248Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:37:12.3002561Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 2022-09-27T15:37:12.3026539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:37:12.3081837Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 2022-09-27T15:37:12.3108867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:37:12.3282867Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool 2022-09-27T15:37:12.3359352Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:37:12.3443281Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 2022-09-27T15:37:12.3468067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:37:12.3522686Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 2022-09-27T15:37:12.3549968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:37:12.3723823Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 2022-09-27T15:37:12.3881416Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:37:12.3890041Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 2022-09-27T15:37:12.3918773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.3962407Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:12.3991855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:37:12.4163859Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 2022-09-27T15:37:12.4266423Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:37:12.4323027Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool 2022-09-27T15:37:12.4351356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.4402741Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.4429528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:37:12.4602840Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 2022-09-27T15:37:12.4721441Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:37:12.4762699Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 2022-09-27T15:37:12.4790772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.4841959Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.4866104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:37:12.5043135Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 2022-09-27T15:37:12.5163288Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:37:12.5202683Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 2022-09-27T15:37:12.5230960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.5282580Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.5309142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.5483619Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 2022-09-27T15:37:12.5600827Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:37:12.5642885Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 2022-09-27T15:37:12.5672229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.5723037Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.5756362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.5847512Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 2022-09-27T15:37:12.5854353Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:37:12.5923175Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:37:12.6042381Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:37:12.6124405Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 2022-09-27T15:37:12.6153512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.6203144Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.6227367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.6363701Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 2022-09-27T15:37:12.6475870Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:37:12.6563658Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 2022-09-27T15:37:12.6591347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.6642635Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.6667330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.6804166Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 2022-09-27T15:37:12.6917692Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:37:12.7004574Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 2022-09-27T15:37:12.7035964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.7083820Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.7110719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.7243833Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 2022-09-27T15:37:12.7349719Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:37:12.7443668Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 2022-09-27T15:37:12.7471883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.7522606Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.7547320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.7683438Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 2022-09-27T15:37:12.7792327Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:37:12.7884081Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 2022-09-27T15:37:12.7911174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:37:12.7962662Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 2022-09-27T15:37:12.7987162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.8123512Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 2022-09-27T15:37:12.8227251Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:37:12.8323725Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 2022-09-27T15:37:12.8351513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:37:12.8402724Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 2022-09-27T15:37:12.8426027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.8563511Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 2022-09-27T15:37:12.8673630Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:37:12.8764118Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 2022-09-27T15:37:12.8791581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:37:12.8842694Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 2022-09-27T15:37:12.8866795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:37:12.9003284Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool 2022-09-27T15:37:12.9052137Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:37:12.9060179Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:37:12.9108288Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:37:12.9202838Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 2022-09-27T15:37:12.9231613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:37:12.9282587Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 2022-09-27T15:37:12.9306646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:37:12.9444604Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 2022-09-27T15:37:12.9581198Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:37:12.9644401Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 2022-09-27T15:37:12.9751870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:37:12.9763956Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 2022-09-27T15:37:12.9791869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:37:12.9882776Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 2022-09-27T15:37:13.0018970Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:37:13.0083499Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 2022-09-27T15:37:13.0118743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:37:13.0203331Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 2022-09-27T15:37:13.0230918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:37:13.0323762Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 2022-09-27T15:37:13.0458059Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:37:13.0523703Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 2022-09-27T15:37:13.0546871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:37:13.0684560Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 2022-09-27T15:37:13.0706852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:37:13.0762894Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 2022-09-27T15:37:13.0905385Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:37:13.0962668Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 2022-09-27T15:37:13.0985149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.1123431Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.1146916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:37:13.1201704Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 2022-09-27T15:37:13.1326806Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:37:13.1401932Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 2022-09-27T15:37:13.1426315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.1562678Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.1587147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:37:13.1641949Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 2022-09-27T15:37:13.1765012Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:37:13.1842839Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 2022-09-27T15:37:13.1867297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.2002689Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.2026659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:37:13.2081512Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 2022-09-27T15:37:13.2170111Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:37:13.2179711Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:37:13.2283316Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:37:13.2311771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.2319982Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.2443503Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 2022-09-27T15:37:13.2465097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:37:13.2522992Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 2022-09-27T15:37:13.2724218Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:37:13.2752570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.2756591Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 2022-09-27T15:37:13.2883755Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.2904987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:37:13.2962061Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 2022-09-27T15:37:13.3164483Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:37:13.3187910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.3197858Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 2022-09-27T15:37:13.3322118Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.3349045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:37:13.3402413Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 2022-09-27T15:37:13.3603768Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:37:13.3628313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.3641668Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.3762849Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 2022-09-27T15:37:13.3785006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.3842504Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.4051046Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:37:13.4054826Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 2022-09-27T15:37:13.4072667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.4204541Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.4227714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:37:13.4282749Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool 2022-09-27T15:37:13.4485584Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:37:13.4497965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.4511530Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 2022-09-27T15:37:13.4643643Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.4666761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:13.4722782Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:13.4924992Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:37:13.4948452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:37:13.5086108Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 2022-09-27T15:37:13.5119645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:13.5369594Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:13.5414841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:37:13.5526637Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 2022-09-27T15:37:13.5559573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:37:13.5807042Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 2022-09-27T15:37:13.5845151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:37:13.5966417Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 2022-09-27T15:37:13.6000284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.6246805Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.6287590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:37:13.6406005Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 2022-09-27T15:37:13.6444063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.6693831Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.6709850Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:37:13.6759344Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:37:13.6763594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:37:13.6844969Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 2022-09-27T15:37:13.6883566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.7127119Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.7162197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:37:13.7286642Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 2022-09-27T15:37:13.7326076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.7567792Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.7606142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:37:13.7704455Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 2022-09-27T15:37:13.7719889Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 2022-09-27T15:37:13.7724545Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:37:13.7755834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.8005394Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 2022-09-27T15:37:13.8032235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.8165149Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:13.8205409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.8450297Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 2022-09-27T15:37:13.8495556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.8608642Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 2022-09-27T15:37:13.8653047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.8888050Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:13.8920757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.9047518Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 2022-09-27T15:37:13.9085366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.9328110Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 2022-09-27T15:37:13.9366393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.9486143Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 2022-09-27T15:37:13.9525466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:37:13.9767826Z [gw3] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool 2022-09-27T15:37:13.9801624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.9930085Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 2022-09-27T15:37:13.9998630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:37:14.0011265Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:37:14.0207493Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:37:14.0246433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.0680339Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.0689974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.1128793Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.1141505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.1569201Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.1571098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:37:14.1984200Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool 2022-09-27T15:37:14.1994789Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 2022-09-27T15:37:14.2001971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:37:14.2024973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:37:14.2460293Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 2022-09-27T15:37:14.2468215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:37:14.2896935Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 2022-09-27T15:37:14.2901269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:37:14.2978400Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 2022-09-27T15:37:14.3016471Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 2022-09-27T15:37:14.3330547Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:37:14.3335836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:37:14.3777906Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 2022-09-27T15:37:14.3782186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:37:14.3908445Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 2022-09-27T15:37:14.3922348Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 2022-09-27T15:37:14.4249108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:37:14.4254193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:37:14.4686247Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 2022-09-27T15:37:14.4690694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:37:14.5135595Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 2022-09-27T15:37:14.5140261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:37:14.5510810Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool 2022-09-27T15:37:14.5581431Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:37:14.5582159Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:37:14.5586022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.5860439Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 2022-09-27T15:37:14.5875578Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 2022-09-27T15:37:14.6017540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:37:14.6018137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.6459252Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 2022-09-27T15:37:14.6459956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.6488652Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 2022-09-27T15:37:14.6526317Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 2022-09-27T15:37:14.6598753Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:37:14.6616331Z [gw0] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 2022-09-27T15:37:14.6890546Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:37:14.6891134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.7037761Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 2022-09-27T15:37:14.7048198Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 2022-09-27T15:37:14.7364870Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:37:14.7376347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.7494869Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 2022-09-27T15:37:14.7511767Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 2022-09-27T15:37:14.7769263Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:37:14.7805543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.7968345Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 2022-09-27T15:37:14.7984538Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 2022-09-27T15:37:14.8028246Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:37:14.8049231Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 2022-09-27T15:37:14.8205577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:37:14.8241219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.8350944Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 2022-09-27T15:37:14.8443964Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 2022-09-27T15:37:14.8646955Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:37:14.8695300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.9068353Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 2022-09-27T15:37:14.9093620Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 2022-09-27T15:37:14.9132943Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:37:14.9133691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:37:14.9240579Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool 2022-09-27T15:37:14.9614859Z [gw1] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 2022-09-27T15:37:14.9615594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:37:14.9651279Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 2022-09-27T15:37:14.9652006Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:37:15.0062674Z [gw1] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 2022-09-27T15:37:15.0063598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:37:15.0078398Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 2022-09-27T15:37:15.0097050Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 2022-09-27T15:37:15.0151776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:37:15.0154798Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:37:15.0500914Z [gw1] [ 40%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 2022-09-27T15:37:15.0501690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:37:15.0560964Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 2022-09-27T15:37:15.0934186Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:37:15.0934901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:37:15.1193394Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 2022-09-27T15:37:15.1219438Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 2022-09-27T15:37:15.1334220Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:37:15.1347521Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 2022-09-27T15:37:15.1367019Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:37:15.1371326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:37:15.1819416Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 2022-09-27T15:37:15.1826081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:37:15.1841543Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 2022-09-27T15:37:15.1864944Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 2022-09-27T15:37:15.1898314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:37:15.1926757Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 2022-09-27T15:37:15.2254198Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:37:15.2259584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:37:15.2687083Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 2022-09-27T15:37:15.2797143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:37:15.3129064Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 2022-09-27T15:37:15.3138572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:37:15.3568203Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 2022-09-27T15:37:15.3575959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.4007883Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:15.4016770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.4452000Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool 2022-09-27T15:37:15.4465911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.4891606Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 2022-09-27T15:37:15.4900895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.4918277Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 2022-09-27T15:37:15.4951186Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 2022-09-27T15:37:15.5333618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:37:15.5344129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.5773461Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 2022-09-27T15:37:15.5784829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.5978359Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 2022-09-27T15:37:15.5990760Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 2022-09-27T15:37:15.6209090Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:37:15.6231439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.6652693Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 2022-09-27T15:37:15.6666107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.7095213Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 2022-09-27T15:37:15.7107964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.7529740Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 2022-09-27T15:37:15.7540155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.8012882Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 2022-09-27T15:37:15.8023005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.8297395Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 2022-09-27T15:37:15.8313047Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 2022-09-27T15:37:15.8447688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:37:15.8458454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.8890276Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 2022-09-27T15:37:15.8900838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:37:15.9369203Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool 2022-09-27T15:37:15.9379283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:37:15.9799375Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 2022-09-27T15:37:15.9809814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:37:16.0247173Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 2022-09-27T15:37:16.0254553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:37:16.0688038Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 2022-09-27T15:37:16.0691183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:37:16.1136862Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 2022-09-27T15:37:16.1137721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:37:16.1611647Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 2022-09-27T15:37:16.1612370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:37:16.1675158Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 2022-09-27T15:37:16.1709719Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool 2022-09-27T15:37:16.1957759Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:37:16.2009608Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 2022-09-27T15:37:16.2010111Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:37:16.2046754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:37:16.2056996Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool 2022-09-27T15:37:16.2065545Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 2022-09-27T15:37:16.2453224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:37:16.2499834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:37:16.2950776Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 2022-09-27T15:37:16.2951426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:37:16.3375574Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 2022-09-27T15:37:16.3376239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:37:16.3822328Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 2022-09-27T15:37:16.3823040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:16.4256230Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:16.4256782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:37:16.4691847Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool 2022-09-27T15:37:16.4692457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:37:16.5122986Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 2022-09-27T15:37:16.5123560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:37:16.5571113Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 2022-09-27T15:37:16.5571868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:37:16.6013103Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 2022-09-27T15:37:16.6014005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.6454091Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 2022-09-27T15:37:16.6454936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.6934869Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 2022-09-27T15:37:16.6935679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.7011613Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 2022-09-27T15:37:16.7023019Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 2022-09-27T15:37:16.7379411Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:37:16.7380163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.7817188Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 2022-09-27T15:37:16.7817974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.8256161Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 2022-09-27T15:37:16.8256929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.8734872Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 2022-09-27T15:37:16.8735606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.9213155Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 2022-09-27T15:37:16.9214001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.9432417Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:16.9463455Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 2022-09-27T15:37:16.9666223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:37:16.9666932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:37:17.0092227Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool 2022-09-27T15:37:17.0093191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:37:17.0540224Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 2022-09-27T15:37:17.0541231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:37:17.0997769Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 2022-09-27T15:37:17.0998435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:37:17.1216836Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 2022-09-27T15:37:17.1227700Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 2022-09-27T15:37:17.1415153Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:37:17.1415749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:37:17.1856121Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 2022-09-27T15:37:17.1856870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:37:17.2342180Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 2022-09-27T15:37:17.2350125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:37:17.2771459Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 2022-09-27T15:37:17.2779160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:37:17.3208653Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 2022-09-27T15:37:17.3218980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:37:17.3436254Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 2022-09-27T15:37:17.3465056Z [gw1] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 2022-09-27T15:37:17.3651097Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:37:17.3661214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:37:17.4087106Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 2022-09-27T15:37:17.4097782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:37:17.4527941Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 2022-09-27T15:37:17.4538245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:37:17.4811739Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 2022-09-27T15:37:17.4838946Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 2022-09-27T15:37:17.4968012Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:37:17.4974425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.5304175Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:17.5315859Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 2022-09-27T15:37:17.5410382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:37:17.5414801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:17.5852845Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:17.5853946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:17.6336193Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:17.6336878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:17.6777134Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:17.6777813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:17.6985197Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:17.6998117Z [gw3] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 2022-09-27T15:37:17.7211975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:37:17.7212578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:17.7650846Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:17.7651532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.7679798Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:17.7697101Z [gw0] [ 40%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 2022-09-27T15:37:17.8092379Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:37:17.8093006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.8501287Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:17.8553427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:17.8972875Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:17.8973613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:17.9415917Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:17.9416573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:17.9900297Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:17.9901038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.0074165Z [gw2] [ 40%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:18.0089094Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 2022-09-27T15:37:18.0290793Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:37:18.0326220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.0335222Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:18.0350293Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 2022-09-27T15:37:18.0728627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:37:18.0765390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.1045227Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 2022-09-27T15:37:18.1078596Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 2022-09-27T15:37:18.1165903Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:37:18.1206813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:37:18.1661992Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool 2022-09-27T15:37:18.1662647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:37:18.2104935Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 2022-09-27T15:37:18.2105634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:37:18.2464355Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 2022-09-27T15:37:18.2481512Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 2022-09-27T15:37:18.2538942Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:37:18.2539510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:37:18.2932373Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 2022-09-27T15:37:18.2981632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:37:18.3208717Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 2022-09-27T15:37:18.3238321Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 2022-09-27T15:37:18.3251872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:37:18.3271741Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 2022-09-27T15:37:18.3365353Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:37:18.3401944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:37:18.3810085Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 2022-09-27T15:37:18.3848043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:37:18.4249035Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 2022-09-27T15:37:18.4292051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:37:18.4688858Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 2022-09-27T15:37:18.4730190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:37:18.4798183Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 2022-09-27T15:37:18.4815294Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 2022-09-27T15:37:18.5080716Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:37:18.5131254Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 2022-09-27T15:37:18.5171556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:37:18.5299078Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 2022-09-27T15:37:18.5462357Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:37:18.5567411Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool 2022-09-27T15:37:18.5606031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:37:18.5804172Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 2022-09-27T15:37:18.5895278Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:37:18.5918731Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 2022-09-27T15:37:18.6009639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:37:18.6039666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:37:18.6059576Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 2022-09-27T15:37:18.6169392Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 2022-09-27T15:37:18.6448262Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:37:18.6487702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.6540156Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:18.6559181Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 2022-09-27T15:37:18.6580833Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 2022-09-27T15:37:18.6602216Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:37:18.6887659Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:37:18.6926188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.7068129Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool 2022-09-27T15:37:18.7108344Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 2022-09-27T15:37:18.7368187Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:37:18.7397511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.7808130Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:18.7848038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:18.7979124Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:18.8003750Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 2022-09-27T15:37:18.8039789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:37:18.8078534Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 2022-09-27T15:37:18.8315610Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:37:18.8330187Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 2022-09-27T15:37:18.8330730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.8486447Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:18.8753130Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:37:18.8772267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.8919016Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 2022-09-27T15:37:18.8948360Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 2022-09-27T15:37:18.9145556Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:37:18.9210668Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 2022-09-27T15:37:18.9211274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.9442834Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 2022-09-27T15:37:18.9584298Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:37:18.9647879Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 2022-09-27T15:37:18.9648486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.9769771Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 2022-09-27T15:37:18.9779916Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 2022-09-27T15:37:18.9921398Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:37:19.0047709Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:37:19.0057510Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 2022-09-27T15:37:19.0074473Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 2022-09-27T15:37:19.0081687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:37:19.0111785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.0285835Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 2022-09-27T15:37:19.0464032Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:37:19.0569607Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 2022-09-27T15:37:19.0570238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.0803600Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 2022-09-27T15:37:19.0989605Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:37:19.1010885Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:37:19.1024284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.1323221Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 2022-09-27T15:37:19.1361087Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:37:19.1383425Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 2022-09-27T15:37:19.1390088Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool 2022-09-27T15:37:19.1447022Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:37:19.1447598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.1649269Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 2022-09-27T15:37:19.1845758Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:37:19.1902797Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 2022-09-27T15:37:19.1903431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.2086563Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:19.2290662Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:37:19.2327163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.2345045Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.2603748Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 2022-09-27T15:37:19.2700769Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:37:19.2719490Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 2022-09-27T15:37:19.2813160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:37:19.2813815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:37:19.2817090Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 2022-09-27T15:37:19.3043336Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 2022-09-27T15:37:19.3188876Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:37:19.3206429Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 2022-09-27T15:37:19.3211968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:37:19.3218988Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:37:19.3248493Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 2022-09-27T15:37:19.3524172Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 2022-09-27T15:37:19.3628415Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:37:19.3686888Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 2022-09-27T15:37:19.3689420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:37:19.3962477Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 2022-09-27T15:37:19.4033418Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:37:19.4130496Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 2022-09-27T15:37:19.4137875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:37:19.4363728Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 2022-09-27T15:37:19.4482463Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:37:19.4608735Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 2022-09-27T15:37:19.4612562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:37:19.4843020Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 2022-09-27T15:37:19.4911239Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:37:19.5003479Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 2022-09-27T15:37:19.5020322Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 2022-09-27T15:37:19.5045312Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:37:19.5050166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.5284932Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:19.5353604Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:37:19.5532049Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 2022-09-27T15:37:19.5540221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.5723376Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 2022-09-27T15:37:19.5788313Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:37:19.5974199Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 2022-09-27T15:37:19.5986735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.6147429Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 2022-09-27T15:37:19.6153187Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:37:19.6456115Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 2022-09-27T15:37:19.6468524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.6626564Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 2022-09-27T15:37:19.6633372Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:37:19.6829247Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool 2022-09-27T15:37:19.6852986Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 2022-09-27T15:37:19.6895848Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:37:19.6902420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.7079061Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 2022-09-27T15:37:19.7084976Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:37:19.7341749Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 2022-09-27T15:37:19.7345273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.7520287Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 2022-09-27T15:37:19.7523376Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:37:19.7809346Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 2022-09-27T15:37:19.7811779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.8009614Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:19.8010497Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:37:19.8207568Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 2022-09-27T15:37:19.8253088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:37:19.8364335Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 2022-09-27T15:37:19.8423116Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:37:19.8693691Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 2022-09-27T15:37:19.8694584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:37:19.8807552Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 2022-09-27T15:37:19.8864231Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:37:19.8877724Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 2022-09-27T15:37:19.8896018Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 2022-09-27T15:37:19.9170918Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:37:19.9171825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:37:19.9247947Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 2022-09-27T15:37:19.9303065Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:37:19.9647222Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 2022-09-27T15:37:19.9648434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:37:19.9752679Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 2022-09-27T15:37:19.9759910Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:37:20.0126813Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 2022-09-27T15:37:20.0133668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:37:20.0142191Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 2022-09-27T15:37:20.0198674Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:37:20.0608630Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 2022-09-27T15:37:20.0615062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.0623214Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.0631552Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:37:20.1007692Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 2022-09-27T15:37:20.1061836Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:37:20.1083342Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 2022-09-27T15:37:20.1088533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.1450152Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.1497030Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:37:20.1512287Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool 2022-09-27T15:37:20.1523645Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:37:20.1529147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.1967157Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:20.1974151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.2026406Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:20.2051957Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 2022-09-27T15:37:20.2446793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:37:20.2452144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.2893752Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:20.2902935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.3371937Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:20.3376463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.3705256Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 2022-09-27T15:37:20.3728247Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 2022-09-27T15:37:20.3806117Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:37:20.3806758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:37:20.4255587Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 2022-09-27T15:37:20.4256543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:37:20.4729904Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 2022-09-27T15:37:20.4735484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:37:20.5052362Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 2022-09-27T15:37:20.5159526Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 2022-09-27T15:37:20.5169655Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:37:20.5173931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:37:20.5610291Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 2022-09-27T15:37:20.5614757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:37:20.6039473Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 2022-09-27T15:37:20.6047536Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool 2022-09-27T15:37:20.6048255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:37:20.6061964Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 2022-09-27T15:37:20.6492884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:37:20.6494033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:37:20.6931718Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 2022-09-27T15:37:20.6966388Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 2022-09-27T15:37:20.6968372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:37:20.7014062Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 2022-09-27T15:37:20.7409752Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:37:20.7410513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:37:20.7850841Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 2022-09-27T15:37:20.7851783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:37:20.8336292Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 2022-09-27T15:37:20.8337371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:37:20.8777638Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 2022-09-27T15:37:20.8778720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.9212104Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:20.9212979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.9664278Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 2022-09-27T15:37:20.9664917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:37:21.0040105Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 2022-09-27T15:37:21.0051834Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool 2022-09-27T15:37:21.0090415Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:37:21.0094181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.0329278Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 2022-09-27T15:37:21.0355130Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 2022-09-27T15:37:21.0579801Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:37:21.0580385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.0968694Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 2022-09-27T15:37:21.1119809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.1445443Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 2022-09-27T15:37:21.1446751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.1887974Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 2022-09-27T15:37:21.1888632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:37:21.2326320Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 2022-09-27T15:37:21.2332647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:37:21.2772972Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 2022-09-27T15:37:21.2781788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:37:21.3218354Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 2022-09-27T15:37:21.3229192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:37:21.3619240Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 2022-09-27T15:37:21.3640006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:21.3671914Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 2022-09-27T15:37:21.3677779Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:37:21.4140418Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 2022-09-27T15:37:21.4147587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.4614840Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 2022-09-27T15:37:21.4622081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:37:21.5048139Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool 2022-09-27T15:37:21.5064570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:37:21.5074805Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 2022-09-27T15:37:21.5084182Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 2022-09-27T15:37:21.5495823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:37:21.5505764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:37:21.5929014Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 2022-09-27T15:37:21.5939111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:37:21.6147648Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 2022-09-27T15:37:21.6173128Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 2022-09-27T15:37:21.6365530Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:37:21.6371962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:37:21.6847689Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 2022-09-27T15:37:21.6853115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:37:21.7294713Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 2022-09-27T15:37:21.7300668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:37:21.7733005Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 2022-09-27T15:37:21.7738533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:37:21.8211860Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 2022-09-27T15:37:21.8221496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:37:21.8342257Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 2022-09-27T15:37:21.8369473Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 2022-09-27T15:37:21.8658452Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:37:21.8669435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:37:21.9088404Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 2022-09-27T15:37:21.9097583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:37:21.9530689Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 2022-09-27T15:37:21.9542991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:22.0012333Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:22.0023292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:37:22.0471416Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool 2022-09-27T15:37:22.0492247Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 2022-09-27T15:37:22.0500929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.0517749Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 2022-09-27T15:37:22.0941456Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:37:22.0952706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.1410358Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 2022-09-27T15:37:22.1421413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:37:22.1887612Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 2022-09-27T15:37:22.1893760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.2329282Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 2022-09-27T15:37:22.2335217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.2804564Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 2022-09-27T15:37:22.2813191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.3047809Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 2022-09-27T15:37:22.3068644Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 2022-09-27T15:37:22.3204209Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:37:22.3212401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.3613434Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 2022-09-27T15:37:22.3664565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.4095612Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 2022-09-27T15:37:22.4105379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.4526952Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 2022-09-27T15:37:22.4536983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.4822652Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 2022-09-27T15:37:22.4952580Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 2022-09-27T15:37:22.4965751Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:37:22.4968037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.5465206Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 2022-09-27T15:37:22.5466535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:37:22.5907149Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool 2022-09-27T15:37:22.5907984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:37:22.6342777Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 2022-09-27T15:37:22.6345156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:37:22.6769265Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 2022-09-27T15:37:22.6774056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:37:22.7223950Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 2022-09-27T15:37:22.7235991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:37:22.7647437Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 2022-09-27T15:37:22.7654357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:37:22.8088265Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 2022-09-27T15:37:22.8096606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:37:22.8529452Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 2022-09-27T15:37:22.8537595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:37:22.9008506Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 2022-09-27T15:37:22.9016168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:37:22.9490349Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 2022-09-27T15:37:22.9502629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:37:22.9927365Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 2022-09-27T15:37:22.9937834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:37:23.0063488Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 2022-09-27T15:37:23.0092140Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 2022-09-27T15:37:23.0168432Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:37:23.0196327Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool 2022-09-27T15:37:23.0405049Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:37:23.0415438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.0847340Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:23.0862635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.1290170Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool 2022-09-27T15:37:23.1301403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:37:23.1729833Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 2022-09-27T15:37:23.1740804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:37:23.2167071Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 2022-09-27T15:37:23.2177948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.2602285Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 2022-09-27T15:37:23.2633617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.2653110Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 2022-09-27T15:37:23.2677799Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 2022-09-27T15:37:23.3050618Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:37:23.3061079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.3532165Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 2022-09-27T15:37:23.3537138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:37:23.3969906Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 2022-09-27T15:37:23.3981816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:37:23.4406382Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 2022-09-27T15:37:23.4412974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:37:23.4848108Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 2022-09-27T15:37:23.4853782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:37:23.5328516Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 2022-09-27T15:37:23.5332905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:37:23.5562144Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 2022-09-27T15:37:23.5610208Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 2022-09-27T15:37:23.5768680Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:37:23.5779606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.6207703Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 2022-09-27T15:37:23.6218859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:37:23.6693524Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool 2022-09-27T15:37:23.6703324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:37:23.6714269Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 2022-09-27T15:37:23.6772367Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 2022-09-27T15:37:23.7124697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:37:23.7147297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:37:23.7563946Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 2022-09-27T15:37:23.7579827Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 2022-09-27T15:37:23.7588112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:37:23.7615463Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 2022-09-27T15:37:23.8009317Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:37:23.8042476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:37:23.8448287Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 2022-09-27T15:37:23.8475270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:37:23.8936083Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 2022-09-27T15:37:23.8945817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:37:23.9368005Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 2022-09-27T15:37:23.9379136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:37:23.9782082Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 2022-09-27T15:37:23.9792677Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 2022-09-27T15:37:23.9802645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:37:23.9822245Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:37:24.0249242Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 2022-09-27T15:37:24.0260131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:37:24.0697158Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 2022-09-27T15:37:24.0707169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:37:24.1127197Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 2022-09-27T15:37:24.1138733Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 2022-09-27T15:37:24.1146044Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:37:24.1154096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:24.1573396Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:24.1583475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:37:24.2010302Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool 2022-09-27T15:37:24.2020557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:37:24.2459690Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 2022-09-27T15:37:24.2474259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:37:24.2932676Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 2022-09-27T15:37:24.2942971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:37:24.3227812Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 2022-09-27T15:37:24.3255114Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 2022-09-27T15:37:24.3409102Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:37:24.3419520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.3882305Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 2022-09-27T15:37:24.3896227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.4367862Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 2022-09-27T15:37:24.4381032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.4850137Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 2022-09-27T15:37:24.4860014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.5297911Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 2022-09-27T15:37:24.5307129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:37:24.5728250Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 2022-09-27T15:37:24.5737774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.6165481Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 2022-09-27T15:37:24.6181374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.6608928Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 2022-09-27T15:37:24.6621600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.6638305Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 2022-09-27T15:37:24.6666997Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 2022-09-27T15:37:24.7049249Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:37:24.7062173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:37:24.7484351Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool 2022-09-27T15:37:24.7494464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:37:24.7927158Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 2022-09-27T15:37:24.7944600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:37:24.7959147Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 2022-09-27T15:37:24.7971713Z [gw3] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 2022-09-27T15:37:24.8376661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:37:24.8387559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:37:24.8681504Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 2022-09-27T15:37:24.8701659Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 2022-09-27T15:37:24.8851887Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:37:24.8855244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:37:24.9248656Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 2022-09-27T15:37:24.9271801Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 2022-09-27T15:37:24.9289170Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:37:24.9296755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:37:24.9773306Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 2022-09-27T15:37:24.9783330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:37:25.0169063Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 2022-09-27T15:37:25.0211951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:37:25.0695084Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 2022-09-27T15:37:25.0710806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:37:25.0979455Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 2022-09-27T15:37:25.1027220Z [gw0] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 2022-09-27T15:37:25.1174754Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:37:25.1183775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:37:25.1638634Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 2022-09-27T15:37:25.1652363Z [gw1] [ 41%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 2022-09-27T15:37:25.1662315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.1672289Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:25.2129630Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:37:25.2142983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.2574778Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool 2022-09-27T15:37:25.2584239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.3014724Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 2022-09-27T15:37:25.3028071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.3450089Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 2022-09-27T15:37:25.3462394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.3928683Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 2022-09-27T15:37:25.3938180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.4369189Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 2022-09-27T15:37:25.4379999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.4808988Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 2022-09-27T15:37:25.4819378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.5027544Z [gw2] [ 41%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 2022-09-27T15:37:25.5054454Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool 2022-09-27T15:37:25.5079340Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:37:25.5108785Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 2022-09-27T15:37:25.5251549Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:37:25.5261000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.5696380Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 2022-09-27T15:37:25.5705843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.6130803Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 2022-09-27T15:37:25.6139942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.6608058Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 2022-09-27T15:37:25.6617570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.7089213Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 2022-09-27T15:37:25.7100513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:37:25.7528927Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool 2022-09-27T15:37:25.7538177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:37:25.8055718Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 2022-09-27T15:37:25.8065295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:37:25.8448199Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 2022-09-27T15:37:25.8457748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:37:25.8895925Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 2022-09-27T15:37:25.8906597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:37:25.9371744Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 2022-09-27T15:37:25.9381300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:37:25.9668068Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 2022-09-27T15:37:25.9697578Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 2022-09-27T15:37:25.9807807Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:37:25.9815910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:37:26.0253263Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 2022-09-27T15:37:26.0263672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:37:26.0732020Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 2022-09-27T15:37:26.0745235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:37:26.1168932Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 2022-09-27T15:37:26.1178561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:37:26.1649457Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 2022-09-27T15:37:26.1661596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.2033141Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:26.2093192Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 2022-09-27T15:37:26.2103644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:37:26.2116366Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool 2022-09-27T15:37:26.2530920Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:37:26.2543800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.2968074Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:26.2977066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.3451268Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:26.3462007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.3884182Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 2022-09-27T15:37:26.3895143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.4343026Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 2022-09-27T15:37:26.4351989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.4513522Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 2022-09-27T15:37:26.4537490Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 2022-09-27T15:37:26.4773208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:37:26.4788135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.5216824Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 2022-09-27T15:37:26.5226584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.5536714Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 2022-09-27T15:37:26.5559998Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 2022-09-27T15:37:26.5646091Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:37:26.5651697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.6093539Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 2022-09-27T15:37:26.6103007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.6527848Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:26.6536188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.6608859Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 2022-09-27T15:37:26.6626963Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 2022-09-27T15:37:26.7020401Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:37:26.7026659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:37:26.7448781Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool 2022-09-27T15:37:26.7453107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:37:26.7888336Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 2022-09-27T15:37:26.7892478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:37:26.8385422Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 2022-09-27T15:37:26.8390229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:37:26.8808600Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 2022-09-27T15:37:26.8813048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:37:26.8906477Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 2022-09-27T15:37:26.8928154Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 2022-09-27T15:37:26.9248518Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:37:26.9252799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:37:27.0100049Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 2022-09-27T15:37:27.0100835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:37:27.0609064Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 2022-09-27T15:37:27.0639728Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 2022-09-27T15:37:27.0768935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:37:27.0777638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:37:27.1051897Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 2022-09-27T15:37:27.1063537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:37:27.1488718Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 2022-09-27T15:37:27.1498108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:37:27.1972978Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 2022-09-27T15:37:27.1984309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:37:27.2408009Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 2022-09-27T15:37:27.2414002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.2847934Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:27.2857885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:37:27.2918935Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool 2022-09-27T15:37:27.2940823Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 2022-09-27T15:37:27.3291125Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:37:27.3296718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:37:27.3729913Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 2022-09-27T15:37:27.3736795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:37:27.4169617Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 2022-09-27T15:37:27.4179767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:37:27.4291810Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 2022-09-27T15:37:27.4326424Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 2022-09-27T15:37:27.4616595Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:37:27.4626611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.5051983Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 2022-09-27T15:37:27.5062186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.5488534Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 2022-09-27T15:37:27.5498666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.5971443Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 2022-09-27T15:37:27.5976433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.6409862Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 2022-09-27T15:37:27.6412529Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 2022-09-27T15:37:27.6416919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.6427854Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 2022-09-27T15:37:27.6446545Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:37:27.6477736Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 2022-09-27T15:37:27.6849220Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:37:27.6891178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.7175688Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 2022-09-27T15:37:27.7186358Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 2022-09-27T15:37:27.7372772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:37:27.7377826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.7809621Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 2022-09-27T15:37:27.7814258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.8225016Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 2022-09-27T15:37:27.8243087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:37:27.8648590Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool 2022-09-27T15:37:27.8676037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:37:27.8829957Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 2022-09-27T15:37:27.8851728Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 2022-09-27T15:37:27.9090439Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:37:27.9126022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:37:27.9527897Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 2022-09-27T15:37:27.9557877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:37:27.9968887Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 2022-09-27T15:37:28.0007539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:37:28.0413017Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 2022-09-27T15:37:28.0461985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:37:28.0788062Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 2022-09-27T15:37:28.0815214Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 2022-09-27T15:37:28.0927837Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:37:28.0931848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:37:28.1384474Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 2022-09-27T15:37:28.1388168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:37:28.1806722Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 2022-09-27T15:37:28.1810816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:37:28.1922447Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 2022-09-27T15:37:28.1945897Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool 2022-09-27T15:37:28.2248234Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:37:28.2252253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:37:28.2730286Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 2022-09-27T15:37:28.2735348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:37:28.3227567Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 2022-09-27T15:37:28.3231603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.3591171Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:28.3614141Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 2022-09-27T15:37:28.3647951Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:37:28.3652908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.4085191Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool 2022-09-27T15:37:28.4110138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.4576255Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 2022-09-27T15:37:28.4580402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.5048362Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 2022-09-27T15:37:28.5052900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.5488145Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 2022-09-27T15:37:28.5492439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.5655081Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 2022-09-27T15:37:28.5676254Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 2022-09-27T15:37:28.5983952Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:37:28.5988208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.6042960Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 2022-09-27T15:37:28.6079229Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 2022-09-27T15:37:28.6412261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:37:28.6418782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.6810776Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 2022-09-27T15:37:28.6851400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:37:28.7328609Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 2022-09-27T15:37:28.7333295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.7776719Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 2022-09-27T15:37:28.7782558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.7845547Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 2022-09-27T15:37:28.7861296Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 2022-09-27T15:37:28.8249468Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:37:28.8256766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.8718575Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 2022-09-27T15:37:28.8723137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:37:28.9199583Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex128 2022-09-27T15:37:28.9204531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:37:28.9639234Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_complex64 2022-09-27T15:37:28.9645445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:37:29.0119908Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float32 2022-09-27T15:37:29.0124796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:37:29.0483536Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_float64 2022-09-27T15:37:29.0597781Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 2022-09-27T15:37:29.0603405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:37:29.0612082Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int16 2022-09-27T15:37:29.0653525Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:37:29.1038914Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 2022-09-27T15:37:29.1044949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:37:29.1106754Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int32 2022-09-27T15:37:29.1111674Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:37:29.1481625Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool 2022-09-27T15:37:29.1487359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:37:29.1496174Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int64 2022-09-27T15:37:29.1544357Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:37:29.1705428Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 2022-09-27T15:37:29.1724008Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 2022-09-27T15:37:29.1735606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:37:29.1759760Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 2022-09-27T15:37:29.1911721Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:37:29.1916242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:37:29.1974405Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_int8 2022-09-27T15:37:29.1978049Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:37:29.2420442Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 2022-09-27T15:37:29.2423895Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:37:29.2457960Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 2022-09-27T15:37:29.2461792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:37:29.2929640Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_aten_cpu_uint8 2022-09-27T15:37:29.2944283Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:37:29.2955531Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 2022-09-27T15:37:29.2964806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:29.3411628Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex128 2022-09-27T15:37:29.3423934Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:37:29.3433724Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 2022-09-27T15:37:29.3441200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:29.3886201Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_complex64 2022-09-27T15:37:29.3899544Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:37:29.3907358Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 2022-09-27T15:37:29.3914741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.4367977Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float32 2022-09-27T15:37:29.4383811Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:37:29.4393742Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 2022-09-27T15:37:29.4400249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.4801312Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_float64 2022-09-27T15:37:29.4816029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.4824498Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int16 2022-09-27T15:37:29.4829136Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:37:29.5210882Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 2022-09-27T15:37:29.5254355Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:37:29.5261024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.5272809Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int32 2022-09-27T15:37:29.5397243Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 2022-09-27T15:37:29.5416982Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 2022-09-27T15:37:29.5717421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:37:29.5725337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.5736101Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int64 2022-09-27T15:37:29.5744746Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:37:29.6198150Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 2022-09-27T15:37:29.6200723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.6208269Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_int8 2022-09-27T15:37:29.6610895Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:37:29.6622969Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 2022-09-27T15:37:29.6634152Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:37:29.6639728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.7126592Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trace_executor_nvfuser_cpu_uint8 2022-09-27T15:37:29.7133300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.7158820Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 2022-09-27T15:37:29.7201011Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool 2022-09-27T15:37:29.7426807Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:37:29.7450444Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 2022-09-27T15:37:29.7564231Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:37:29.7566930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:37:29.7747975Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool 2022-09-27T15:37:29.7774074Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 2022-09-27T15:37:29.8051874Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:37:29.8054567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:37:29.8104866Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 2022-09-27T15:37:29.8207747Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 2022-09-27T15:37:29.8526237Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:37:29.8536538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:37:29.8544170Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 2022-09-27T15:37:29.8763049Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 2022-09-27T15:37:29.8967281Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:37:29.8970270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:37:29.9022049Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 2022-09-27T15:37:29.9217639Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 2022-09-27T15:37:29.9287813Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:37:29.9306823Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 2022-09-27T15:37:29.9404400Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:37:29.9407561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:37:29.9419396Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 2022-09-27T15:37:29.9606200Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 2022-09-27T15:37:29.9704057Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:37:29.9728928Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 2022-09-27T15:37:29.9846352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:37:29.9855208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:37:30.0056902Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 2022-09-27T15:37:30.0123428Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 2022-09-27T15:37:30.0267515Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:37:30.0286261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:37:30.0606360Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 2022-09-27T15:37:30.0631694Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 2022-09-27T15:37:30.0766081Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:37:30.0771828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:37:30.1139380Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 2022-09-27T15:37:30.1166552Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 2022-09-27T15:37:30.1207493Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:37:30.1212729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:37:30.1423094Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 2022-09-27T15:37:30.1647223Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 2022-09-27T15:37:30.1652655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:37:30.1719700Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 2022-09-27T15:37:30.2019401Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:37:30.2088529Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 2022-09-27T15:37:30.2093672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:37:30.2100681Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 2022-09-27T15:37:30.2127342Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:37:30.2205216Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 2022-09-27T15:37:30.2218715Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 2022-09-27T15:37:30.2537031Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:37:30.2542458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:37:30.2580394Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 2022-09-27T15:37:30.2585150Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:37:30.2969930Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 2022-09-27T15:37:30.2975986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:30.3013925Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:30.3018760Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:37:30.3416780Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 2022-09-27T15:37:30.3422921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:37:30.3454202Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool 2022-09-27T15:37:30.3458956Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:37:30.3815766Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 2022-09-27T15:37:30.3837755Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 2022-09-27T15:37:30.3854458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:37:30.3860686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.3896012Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:30.3897560Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:37:30.3908329Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 2022-09-27T15:37:30.3925637Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 2022-09-27T15:37:30.4327394Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:37:30.4338660Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:37:30.4340221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:37:30.4374995Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 2022-09-27T15:37:30.4780514Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 2022-09-27T15:37:30.4782186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.4818684Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:30.4819295Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:37:30.5249431Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 2022-09-27T15:37:30.5253192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:37:30.5269724Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 2022-09-27T15:37:30.5271068Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:37:30.5519505Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 2022-09-27T15:37:30.5532006Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 2022-09-27T15:37:30.5685687Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:37:30.5689340Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:37:30.5690383Z [gw0] [ 42%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 2022-09-27T15:37:30.5695438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.6172547Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 2022-09-27T15:37:30.6173246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.6175779Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 2022-09-27T15:37:30.6201879Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:37:30.6555042Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 2022-09-27T15:37:30.6642339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.6647614Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:37:30.6658492Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 2022-09-27T15:37:30.6977441Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool 2022-09-27T15:37:30.6984321Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 2022-09-27T15:37:30.7007749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.7015470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:37:30.7144311Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 2022-09-27T15:37:30.7146819Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:37:30.7491698Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 2022-09-27T15:37:30.7500701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.7547527Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 2022-09-27T15:37:30.7565832Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 2022-09-27T15:37:30.7580560Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:37:30.7582332Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:37:30.7934399Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 2022-09-27T15:37:30.7978164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.7998896Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 2022-09-27T15:37:30.8018233Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:37:30.8411741Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 2022-09-27T15:37:30.8414644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.8460430Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 2022-09-27T15:37:30.8461767Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:37:30.8695138Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 2022-09-27T15:37:30.8715483Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 2022-09-27T15:37:30.8853897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:37:30.8857838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:37:30.8946273Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 2022-09-27T15:37:30.8949319Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:37:30.9189287Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 2022-09-27T15:37:30.9207397Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 2022-09-27T15:37:30.9289740Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:37:30.9291768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:37:30.9414529Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool 2022-09-27T15:37:30.9416263Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:37:30.9735757Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 2022-09-27T15:37:30.9737738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:37:30.9845900Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 2022-09-27T15:37:30.9847732Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:37:31.0207126Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 2022-09-27T15:37:31.0209141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:37:31.0326612Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 2022-09-27T15:37:31.0327884Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:37:31.0560202Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 2022-09-27T15:37:31.0572816Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 2022-09-27T15:37:31.0658332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:37:31.0660353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:37:31.0754768Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 2022-09-27T15:37:31.0764117Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 2022-09-27T15:37:31.0770471Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:37:31.0783162Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 2022-09-27T15:37:31.1084881Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:37:31.1087499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:37:31.1248873Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 2022-09-27T15:37:31.1257360Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:37:31.1262066Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 2022-09-27T15:37:31.1276137Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 2022-09-27T15:37:31.1551741Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:37:31.1576977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:37:31.1696092Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 2022-09-27T15:37:31.1715238Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 2022-09-27T15:37:31.1725723Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:37:31.1728836Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:37:31.2009762Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 2022-09-27T15:37:31.2012695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:37:31.2110502Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 2022-09-27T15:37:31.2190088Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 2022-09-27T15:37:31.2192853Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 2022-09-27T15:37:31.2194469Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:37:31.2197309Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:37:31.2489514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:37:31.2490120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:37:31.2885651Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 2022-09-27T15:37:31.2925676Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 2022-09-27T15:37:31.2963615Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:37:31.2965583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:37:31.3407452Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 2022-09-27T15:37:31.3408113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:37:31.3729147Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 2022-09-27T15:37:31.3761982Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool 2022-09-27T15:37:31.3850495Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:37:31.3851087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:37:31.4051540Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 2022-09-27T15:37:31.4062846Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 2022-09-27T15:37:31.4287199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:37:31.4287810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.4566561Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:31.4602347Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 2022-09-27T15:37:31.4724955Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:37:31.4728902Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 2022-09-27T15:37:31.4730910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:37:31.4731717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.4936776Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool 2022-09-27T15:37:31.5079547Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool 2022-09-27T15:37:31.5091522Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 2022-09-27T15:37:31.5165249Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:37:31.5165824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.5240820Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 2022-09-27T15:37:31.5344394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:37:31.5557590Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 2022-09-27T15:37:31.5574358Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 2022-09-27T15:37:31.5604959Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:37:31.5607527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.5682522Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 2022-09-27T15:37:31.5796285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:37:31.6006081Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 2022-09-27T15:37:31.6051154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.6057006Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 2022-09-27T15:37:31.6084404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:37:31.6105096Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 2022-09-27T15:37:31.6526420Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:37:31.6537024Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 2022-09-27T15:37:31.6537910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.6761785Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 2022-09-27T15:37:31.6765258Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 2022-09-27T15:37:31.6768150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:37:31.7000669Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:37:31.7022345Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 2022-09-27T15:37:31.7027126Z [gw1] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 2022-09-27T15:37:31.7029861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.7136159Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 2022-09-27T15:37:31.7136909Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:37:31.7210200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:37:31.7448201Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 2022-09-27T15:37:31.7448826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.7460209Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 2022-09-27T15:37:31.7573488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:37:31.7599038Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 2022-09-27T15:37:31.7662983Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:37:31.7929106Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 2022-09-27T15:37:31.7929773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:37:31.7950123Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 2022-09-27T15:37:31.8106414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:37:31.8144810Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 2022-09-27T15:37:31.8158128Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 2022-09-27T15:37:31.8366213Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:37:31.8367928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:37:31.8440490Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 2022-09-27T15:37:31.8560365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:37:31.8633092Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 2022-09-27T15:37:31.8646418Z [gw0] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 2022-09-27T15:37:31.8804695Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:37:31.8810777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:37:31.8920944Z [gw2] [ 42%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 2022-09-27T15:37:31.8963055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:37:31.9087089Z [gw3] [ 42%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 2022-09-27T15:37:31.9100960Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 2022-09-27T15:37:31.9247196Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:37:31.9254412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:37:31.9360782Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 2022-09-27T15:37:31.9463461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:37:31.9621142Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 2022-09-27T15:37:31.9644491Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 2022-09-27T15:37:31.9650399Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:37:31.9670119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:37:31.9688103Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool 2022-09-27T15:37:31.9709771Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:37:31.9800732Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 2022-09-27T15:37:32.0144618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:37:32.0151220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:37:32.0509550Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 2022-09-27T15:37:32.0536243Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 2022-09-27T15:37:32.0542455Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:37:32.0578255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.1017166Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:32.1025540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.1346009Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:32.1366500Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 2022-09-27T15:37:32.1447939Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:37:32.1453813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:37:32.1524049Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 2022-09-27T15:37:32.1537802Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 2022-09-27T15:37:32.1745844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:37:32.1840002Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 2022-09-27T15:37:32.1897393Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:37:32.1900730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:37:32.2333077Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool 2022-09-27T15:37:32.2339437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:37:32.2354698Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 2022-09-27T15:37:32.2367281Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool 2022-09-27T15:37:32.2380921Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool 2022-09-27T15:37:32.2385550Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:37:32.2774786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:37:32.2780624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:37:32.3012518Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 2022-09-27T15:37:32.3036954Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 2022-09-27T15:37:32.3225521Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:37:32.3226161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:37:32.3251495Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 2022-09-27T15:37:32.3273925Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 2022-09-27T15:37:32.3663276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:37:32.3666296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:37:32.3673334Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 2022-09-27T15:37:32.3707064Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 2022-09-27T15:37:32.4090407Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:37:32.4095204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:37:32.4181502Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 2022-09-27T15:37:32.4201702Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 2022-09-27T15:37:32.4343471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:37:32.4371208Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 2022-09-27T15:37:32.4534284Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:37:32.4538780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:37:32.4970824Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 2022-09-27T15:37:32.4976079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:37:32.5024460Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 2022-09-27T15:37:32.5056709Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 2022-09-27T15:37:32.5090648Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:37:32.5106165Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 2022-09-27T15:37:32.5414129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:37:32.5421068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:37:32.5737249Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 2022-09-27T15:37:32.5754517Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 2022-09-27T15:37:32.5843775Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:37:32.5852650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:37:32.6064658Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 2022-09-27T15:37:32.6081641Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 2022-09-27T15:37:32.6189717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:37:32.6207572Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 2022-09-27T15:37:32.6287921Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:37:32.6298588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:37:32.6466700Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 2022-09-27T15:37:32.6482704Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 2022-09-27T15:37:32.6636844Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:37:32.6653792Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 2022-09-27T15:37:32.6718509Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:37:32.6727580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.7022751Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:32.7073158Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 2022-09-27T15:37:32.7085992Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 2022-09-27T15:37:32.7095289Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:37:32.7160889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:37:32.7163054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.7470708Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool 2022-09-27T15:37:32.7523938Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 2022-09-27T15:37:32.7599327Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:37:32.7601648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:37:32.7908799Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 2022-09-27T15:37:32.7963386Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 2022-09-27T15:37:32.8039419Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:37:32.8040298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:37:32.8169700Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 2022-09-27T15:37:32.8193729Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 2022-09-27T15:37:32.8563745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:37:32.8574315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.8919682Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 2022-09-27T15:37:32.8922096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.9136821Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 2022-09-27T15:37:32.9155953Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 2022-09-27T15:37:32.9377930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:37:32.9383907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.9817261Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 2022-09-27T15:37:32.9823307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:37:32.9976439Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 2022-09-27T15:37:32.9987881Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 2022-09-27T15:37:33.0049603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:37:33.0060567Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 2022-09-27T15:37:33.0206292Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:37:33.0241792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.0647560Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.0688213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.0701726Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.0710304Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 2022-09-27T15:37:33.0839095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:37:33.0848306Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 2022-09-27T15:37:33.1087704Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:37:33.1126735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:37:33.1236265Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 2022-09-27T15:37:33.1248284Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 2022-09-27T15:37:33.1576467Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:37:33.1582371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.1633465Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 2022-09-27T15:37:33.1646240Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 2022-09-27T15:37:33.2005121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:37:33.2010447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:37:33.2444259Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 2022-09-27T15:37:33.2454056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:37:33.2895587Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 2022-09-27T15:37:33.2904081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.3335571Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 2022-09-27T15:37:33.3345622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.3762895Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 2022-09-27T15:37:33.3774519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.4216261Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 2022-09-27T15:37:33.4226511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:37:33.4255384Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool 2022-09-27T15:37:33.4269545Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 2022-09-27T15:37:33.4693399Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:37:33.4702666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:37:33.5127218Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 2022-09-27T15:37:33.5137022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:37:33.5240126Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 2022-09-27T15:37:33.5253263Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 2022-09-27T15:37:33.5527403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:37:33.5567103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:37:33.5967721Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 2022-09-27T15:37:33.6000057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:37:33.6407566Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 2022-09-27T15:37:33.6441653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:37:33.6848105Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 2022-09-27T15:37:33.6881230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:37:33.7271939Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 2022-09-27T15:37:33.7283446Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool 2022-09-27T15:37:33.7371369Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:37:33.7376891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:37:33.7819472Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 2022-09-27T15:37:33.7824079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:37:33.8259223Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 2022-09-27T15:37:33.8263748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:37:33.8699876Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 2022-09-27T15:37:33.8704011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:37:33.8830116Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 2022-09-27T15:37:33.8850849Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 2022-09-27T15:37:33.9032785Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:37:33.9049780Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 2022-09-27T15:37:33.9134262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:37:33.9139149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.9575523Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:33.9580174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:37:34.0016510Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool 2022-09-27T15:37:34.0025795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:37:34.0458452Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 2022-09-27T15:37:34.0467720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:37:34.0901992Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 2022-09-27T15:37:34.0911396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:37:34.1326860Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 2022-09-27T15:37:34.1344316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.1776596Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.1787487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.2211891Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.2224654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.2655448Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.2665865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.3096365Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.3105691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.3538869Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 2022-09-27T15:37:34.3547299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.3591923Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 2022-09-27T15:37:34.3612619Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 2022-09-27T15:37:34.3976242Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:37:34.3980904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.4120558Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 2022-09-27T15:37:34.4134623Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 2022-09-27T15:37:34.4246373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:37:34.4271429Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 2022-09-27T15:37:34.4417658Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:37:34.4421123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.4861145Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 2022-09-27T15:37:34.4868067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:37:34.5336650Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 2022-09-27T15:37:34.5341373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:37:34.5778677Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 2022-09-27T15:37:34.5782514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:37:34.6215315Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 2022-09-27T15:37:34.6219488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:37:34.6654377Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 2022-09-27T15:37:34.6658684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:37:34.7088497Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 2022-09-27T15:37:34.7094172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:37:34.7490199Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 2022-09-27T15:37:34.7522394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:37:34.7757368Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 2022-09-27T15:37:34.7770255Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 2022-09-27T15:37:34.7928524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:37:34.7966977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:34.8259066Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:34.8284461Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 2022-09-27T15:37:34.8367379Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:37:34.8399943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.8808619Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 2022-09-27T15:37:34.8839621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.9248719Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 2022-09-27T15:37:34.9280636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.9689694Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 2022-09-27T15:37:34.9721561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.9967445Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 2022-09-27T15:37:34.9978931Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 2022-09-27T15:37:35.0127706Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:37:35.0160921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.0569066Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 2022-09-27T15:37:35.0600750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.1049805Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 2022-09-27T15:37:35.1086359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.1413328Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 2022-09-27T15:37:35.1424483Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 2022-09-27T15:37:35.1484990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:37:35.1531504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.2046555Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 2022-09-27T15:37:35.2047175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:37:35.2445553Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool 2022-09-27T15:37:35.2446220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:37:35.2881276Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 2022-09-27T15:37:35.2886503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:37:35.3295835Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 2022-09-27T15:37:35.3302113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:37:35.3444165Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 2022-09-27T15:37:35.3463560Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 2022-09-27T15:37:35.3734870Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:37:35.3735507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:37:35.4220460Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 2022-09-27T15:37:35.4221399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:37:35.4656740Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 2022-09-27T15:37:35.4657408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:37:35.4712805Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 2022-09-27T15:37:35.4726669Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 2022-09-27T15:37:35.4942263Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:37:35.4954198Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 2022-09-27T15:37:35.5095342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:37:35.5098665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:37:35.5535131Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 2022-09-27T15:37:35.5536104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:37:35.5900284Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 2022-09-27T15:37:35.5913002Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 2022-09-27T15:37:35.5968291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:37:35.5970713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:37:35.6416517Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 2022-09-27T15:37:35.6418077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:37:35.6588468Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 2022-09-27T15:37:35.6605534Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool 2022-09-27T15:37:35.6857740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:37:35.6861962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:37:35.7300220Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 2022-09-27T15:37:35.7303865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.7579292Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:35.7591591Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 2022-09-27T15:37:35.7601618Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 2022-09-27T15:37:35.7604531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:37:35.7737300Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:37:35.7738247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:37:35.8178114Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool 2022-09-27T15:37:35.8180117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.8351611Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 2022-09-27T15:37:35.8366514Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 2022-09-27T15:37:35.8607190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:37:35.8616272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:37:35.8925948Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 2022-09-27T15:37:35.8952069Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 2022-09-27T15:37:35.9047747Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:37:35.9053746Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 2022-09-27T15:37:35.9063517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.9079348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:37:35.9489433Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 2022-09-27T15:37:35.9524526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.9784511Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 2022-09-27T15:37:35.9797171Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 2022-09-27T15:37:35.9928456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:37:35.9975924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.0425033Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 2022-09-27T15:37:36.0430268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.0517065Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 2022-09-27T15:37:36.0529690Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 2022-09-27T15:37:36.0897170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:37:36.0903169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.1027031Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 2022-09-27T15:37:36.1050775Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 2022-09-27T15:37:36.1213416Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:37:36.1226293Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 2022-09-27T15:37:36.1334630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:37:36.1341195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.1817339Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 2022-09-27T15:37:36.1823667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.1939519Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 2022-09-27T15:37:36.1959183Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 2022-09-27T15:37:36.2257261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:37:36.2262765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.2621458Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 2022-09-27T15:37:36.2634469Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 2022-09-27T15:37:36.2693762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:37:36.2699576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.3126523Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 2022-09-27T15:37:36.3135741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.3528944Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 2022-09-27T15:37:36.3568602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:37:36.3604091Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool 2022-09-27T15:37:36.3619960Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 2022-09-27T15:37:36.3968863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:37:36.4002107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:37:36.4290062Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 2022-09-27T15:37:36.4302447Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool 2022-09-27T15:37:36.4408844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:37:36.4457316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:37:36.4646032Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 2022-09-27T15:37:36.4673302Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 2022-09-27T15:37:36.4895503Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:37:36.4910507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:37:36.4921190Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 2022-09-27T15:37:36.4931054Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 2022-09-27T15:37:36.5236632Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:37:36.5251437Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 2022-09-27T15:37:36.5327409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:37:36.5336493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:37:36.5769786Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 2022-09-27T15:37:36.5778870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:37:36.5983399Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 2022-09-27T15:37:36.5996443Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 2022-09-27T15:37:36.6208535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:37:36.6217532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:37:36.6654288Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 2022-09-27T15:37:36.6663203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:37:36.6673039Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 2022-09-27T15:37:36.6682565Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 2022-09-27T15:37:36.7129873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:37:36.7139097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:37:36.7569533Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 2022-09-27T15:37:36.7578781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:37:36.7851424Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 2022-09-27T15:37:36.7864342Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 2022-09-27T15:37:36.8015123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:37:36.8024247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:37:36.8456996Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 2022-09-27T15:37:36.8467158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:37:36.8524214Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 2022-09-27T15:37:36.8552640Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 2022-09-27T15:37:36.8571019Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:37:36.8592543Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 2022-09-27T15:37:36.8888692Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:37:36.8893381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.9239078Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:36.9287897Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 2022-09-27T15:37:36.9327177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:37:36.9347245Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool 2022-09-27T15:37:36.9772809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:37:36.9777432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.0210723Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 2022-09-27T15:37:37.0215099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:37:37.0660120Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 2022-09-27T15:37:37.0666738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.0674367Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 2022-09-27T15:37:37.0695316Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 2022-09-27T15:37:37.1092519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:37:37.1097081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:37:37.1529334Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 2022-09-27T15:37:37.1533472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.1547148Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 2022-09-27T15:37:37.1561487Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 2022-09-27T15:37:37.1968238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:37:37.1972666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.2207154Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 2022-09-27T15:37:37.2229014Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 2022-09-27T15:37:37.2243415Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:37:37.2258131Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 2022-09-27T15:37:37.2417655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:37:37.2427602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.2440679Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 2022-09-27T15:37:37.2450973Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 2022-09-27T15:37:37.2851358Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:37:37.2856355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.3288671Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 2022-09-27T15:37:37.3292999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.3441295Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 2022-09-27T15:37:37.3468332Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 2022-09-27T15:37:37.3728999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:37:37.3733731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.3777586Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 2022-09-27T15:37:37.3800418Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 2022-09-27T15:37:37.4138528Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:37:37.4154839Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool 2022-09-27T15:37:37.4204216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:37:37.4209848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.4650898Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 2022-09-27T15:37:37.4656889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.5292865Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 2022-09-27T15:37:37.5306803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:37:37.5317550Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool 2022-09-27T15:37:37.5335144Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool 2022-09-27T15:37:37.5363587Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:37:37.5373243Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 2022-09-27T15:37:37.5776590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:37:37.5790285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:37:37.5802731Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 2022-09-27T15:37:37.5812449Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 2022-09-27T15:37:37.6216886Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:37:37.6226706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:37:37.6661044Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 2022-09-27T15:37:37.6671842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:37:37.6853144Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 2022-09-27T15:37:37.6873890Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 2022-09-27T15:37:37.7090609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:37:37.7091347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:37:37.7533831Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 2022-09-27T15:37:37.7534776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:37:37.7722654Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 2022-09-27T15:37:37.7742212Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 2022-09-27T15:37:37.7950412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:37:37.7967305Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 2022-09-27T15:37:37.7976048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:37:37.8003624Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 2022-09-27T15:37:37.8367476Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:37:37.8400583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:37:37.8600177Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 2022-09-27T15:37:37.8618663Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 2022-09-27T15:37:37.8807076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:37:37.8840437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:37:37.9266920Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 2022-09-27T15:37:37.9287833Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 2022-09-27T15:37:37.9295155Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:37:37.9299307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:37:37.9488466Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 2022-09-27T15:37:37.9505632Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 2022-09-27T15:37:37.9687860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:37:37.9725606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:37:37.9859162Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 2022-09-27T15:37:37.9884564Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 2022-09-27T15:37:38.0127777Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:37:38.0157081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:37:38.0406519Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 2022-09-27T15:37:38.0424343Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 2022-09-27T15:37:38.0567963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:37:38.0604327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.0689807Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:38.0707589Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 2022-09-27T15:37:38.1049345Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:37:38.1050683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.1351027Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool 2022-09-27T15:37:38.1363533Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 2022-09-27T15:37:38.1452038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:37:38.1480916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:38.1812485Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 2022-09-27T15:37:38.1830564Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 2022-09-27T15:37:38.1884083Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:37:38.1912064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:37:38.1931131Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 2022-09-27T15:37:38.1939156Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 2022-09-27T15:37:38.2269003Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:37:38.2282373Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 2022-09-27T15:37:38.2373397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:37:38.2375802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:38.2676438Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 2022-09-27T15:37:38.2694637Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 2022-09-27T15:37:38.2847710Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:37:38.2850145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.3142607Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 2022-09-27T15:37:38.3166405Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 2022-09-27T15:37:38.3327451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:37:38.3329701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.3459116Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 2022-09-27T15:37:38.3479593Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 2022-09-27T15:37:38.3769757Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:37:38.3772135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.3944796Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 2022-09-27T15:37:38.3963875Z [gw1] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 2022-09-27T15:37:38.4191197Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:37:38.4207158Z [gw3] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 2022-09-27T15:37:38.4214531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.4221460Z [gw2] [ 43%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 2022-09-27T15:37:38.4439190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:37:38.4459855Z [gw0] [ 43%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 2022-09-27T15:37:38.4500726Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:37:38.4690475Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 2022-09-27T15:37:38.4692684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.4699253Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 2022-09-27T15:37:38.4991292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:37:38.5015032Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 2022-09-27T15:37:38.5098171Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:37:38.5124227Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 2022-09-27T15:37:38.5130442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.5139167Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 2022-09-27T15:37:38.5571965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:37:38.5578914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.5648589Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 2022-09-27T15:37:38.5674007Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 2022-09-27T15:37:38.5906304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:37:38.5930046Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 2022-09-27T15:37:38.6009544Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:37:38.6012857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.6104405Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 2022-09-27T15:37:38.6126276Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 2022-09-27T15:37:38.6221136Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:37:38.6254973Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 2022-09-27T15:37:38.6490465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:37:38.6497240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.6810401Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 2022-09-27T15:37:38.6844693Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 2022-09-27T15:37:38.6907038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:37:38.6930189Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 2022-09-27T15:37:38.6963788Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:37:38.6971581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:37:38.7411981Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool 2022-09-27T15:37:38.7428797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:37:38.7444343Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 2022-09-27T15:37:38.7448540Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 2022-09-27T15:37:38.7510989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:37:38.7531255Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 2022-09-27T15:37:38.7730617Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:37:38.7889987Z [gw3] [ 44%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 2022-09-27T15:37:38.7890560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:37:38.7963342Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 2022-09-27T15:37:38.8287163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:37:38.8332427Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 2022-09-27T15:37:38.8333068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:37:38.8341923Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 2022-09-27T15:37:38.8444594Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:37:38.8455401Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 2022-09-27T15:37:38.8610491Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:37:38.8774922Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 2022-09-27T15:37:38.8775562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:37:38.8783943Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 2022-09-27T15:37:38.8812794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:37:38.8837402Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 2022-09-27T15:37:38.8846162Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 2022-09-27T15:37:38.9209699Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:37:38.9220908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:37:38.9249029Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 2022-09-27T15:37:38.9272232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:37:38.9340781Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool 2022-09-27T15:37:38.9356289Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 2022-09-27T15:37:38.9583452Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:37:38.9606495Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 2022-09-27T15:37:38.9652066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:37:38.9684321Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 2022-09-27T15:37:38.9719405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:37:38.9806908Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 2022-09-27T15:37:38.9852038Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:37:38.9869231Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 2022-09-27T15:37:39.0025132Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:37:39.0045247Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool 2022-09-27T15:37:39.0093456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:37:39.0140888Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 2022-09-27T15:37:39.0164428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:37:39.0285526Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 2022-09-27T15:37:39.0530353Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:37:39.0537584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:37:39.0566778Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 2022-09-27T15:37:39.0606332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:37:39.0656987Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float16 2022-09-27T15:37:39.0725185Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 2022-09-27T15:37:39.0967197Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:37:39.0974919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:37:39.1041301Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 2022-09-27T15:37:39.1041946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:37:39.1048692Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 2022-09-27T15:37:39.1165442Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 2022-09-27T15:37:39.1363232Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:37:39.1373572Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 2022-09-27T15:37:39.1403327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:37:39.1442568Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 2022-09-27T15:37:39.1463158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:37:39.1604852Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float64 2022-09-27T15:37:39.1776636Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:37:39.1803961Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 2022-09-27T15:37:39.1844915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:37:39.1884308Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 2022-09-27T15:37:39.1904797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:37:39.2044862Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int16 2022-09-27T15:37:39.2217866Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:37:39.2243887Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 2022-09-27T15:37:39.2278543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.2322963Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:39.2343917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:37:39.2485353Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int32 2022-09-27T15:37:39.2687549Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:37:39.2718559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.2747472Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool 2022-09-27T15:37:39.2764139Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 2022-09-27T15:37:39.2787953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:37:39.2925794Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int64 2022-09-27T15:37:39.2977700Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:37:39.2989053Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 2022-09-27T15:37:39.3125593Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:37:39.3155826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:39.3183428Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 2022-09-27T15:37:39.3203239Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 2022-09-27T15:37:39.3226862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:37:39.3408384Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_int8 2022-09-27T15:37:39.3567370Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:37:39.3600747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:39.3645019Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 2022-09-27T15:37:39.3668120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:37:39.3676626Z [gw3] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_uint8 2022-09-27T15:37:39.3844622Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 2022-09-27T15:37:39.4005502Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:37:39.4037070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:39.4050733Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 2022-09-27T15:37:39.4083030Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 2022-09-27T15:37:39.4342779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:37:39.4445137Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:37:39.4482486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.4861646Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 2022-09-27T15:37:39.4893820Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 2022-09-27T15:37:39.4898800Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool 2022-09-27T15:37:39.4928556Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:37:39.4939330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.4943683Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 2022-09-27T15:37:39.5156969Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:37:39.5366455Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 2022-09-27T15:37:39.5370449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.5375867Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 2022-09-27T15:37:39.5453699Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:37:39.5850086Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 2022-09-27T15:37:39.5853865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.5860088Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 2022-09-27T15:37:39.5934229Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:37:39.6289371Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool 2022-09-27T15:37:39.6293225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.6299571Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 2022-09-27T15:37:39.6394085Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:37:39.6408533Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 2022-09-27T15:37:39.6430521Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 2022-09-27T15:37:39.6727053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:37:39.6732659Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:37:39.6774705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.6874542Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 2022-09-27T15:37:39.7207190Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 2022-09-27T15:37:39.7209168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.7238804Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 2022-09-27T15:37:39.7312179Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:37:39.7685786Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 2022-09-27T15:37:39.7689373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.7718111Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 2022-09-27T15:37:39.7732375Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:37:39.8133236Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 2022-09-27T15:37:39.8135241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:37:39.8161109Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 2022-09-27T15:37:39.8166086Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:37:39.8562570Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 2022-09-27T15:37:39.8600523Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:37:39.8617205Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 2022-09-27T15:37:39.8620661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:37:39.8968526Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 2022-09-27T15:37:39.9100816Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:37:39.9107892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:37:39.9116589Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 2022-09-27T15:37:39.9303942Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 2022-09-27T15:37:39.9321832Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool 2022-09-27T15:37:39.9404385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:37:39.9522101Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:37:39.9579654Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 2022-09-27T15:37:39.9580275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:37:39.9967892Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 2022-09-27T15:37:39.9968479Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:37:40.0052431Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 2022-09-27T15:37:40.0053047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:37:40.0322619Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 2022-09-27T15:37:40.0430556Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:37:40.0494729Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 2022-09-27T15:37:40.0541014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:37:40.0802001Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 2022-09-27T15:37:40.0912490Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:37:40.1007880Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 2022-09-27T15:37:40.1011968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.1323321Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.1461845Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:37:40.1462596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.1553979Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.1600200Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:37:40.1617805Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 2022-09-27T15:37:40.1684819Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:37:40.1928452Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:37:40.1929281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.1976529Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.2125295Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool 2022-09-27T15:37:40.2369758Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:37:40.2373370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.2394382Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.2678440Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 2022-09-27T15:37:40.2807814Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:37:40.2808998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.3014704Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.3102994Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 2022-09-27T15:37:40.3286411Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:37:40.3288475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.3494376Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.3524965Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 2022-09-27T15:37:40.3726120Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:37:40.3728514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.3781681Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.3967725Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 2022-09-27T15:37:40.4186015Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:37:40.4188755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:37:40.4223031Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 2022-09-27T15:37:40.4522023Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 2022-09-27T15:37:40.4650036Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:37:40.4656070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:37:40.4680413Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 2022-09-27T15:37:40.5003727Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 2022-09-27T15:37:40.5049224Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:37:40.5063939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:40.5089808Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 2022-09-27T15:37:40.5099265Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:40.5107255Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 2022-09-27T15:37:40.5329467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:37:40.5498895Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:37:40.5528761Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 2022-09-27T15:37:40.5532591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:40.5807908Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:40.5973066Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:37:40.6005605Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 2022-09-27T15:37:40.6009864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:40.6363797Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:40.6417836Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:37:40.6449409Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 2022-09-27T15:37:40.6453738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.6688605Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:40.6785325Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:37:40.6800859Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 2022-09-27T15:37:40.6897109Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:37:40.6926429Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 2022-09-27T15:37:40.6930001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.7127147Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:37:40.7241616Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:37:40.7411791Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:37:40.7417907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.7694822Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:37:40.7698355Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:37:40.7889737Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool 2022-09-27T15:37:40.7892978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.7991243Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:40.8005600Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 2022-09-27T15:37:40.8101147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:37:40.8206563Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:37:40.8327073Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 2022-09-27T15:37:40.8330491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.8528574Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:40.8640010Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:37:40.8748562Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 2022-09-27T15:37:40.8772278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.9007967Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:40.9088701Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:37:40.9111310Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 2022-09-27T15:37:40.9126984Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 2022-09-27T15:37:40.9244967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:37:40.9248417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.9547628Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 2022-09-27T15:37:40.9550934Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:37:40.9689366Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 2022-09-27T15:37:40.9693921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:37:40.9985847Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool 2022-09-27T15:37:40.9988920Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:37:41.0126603Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 2022-09-27T15:37:41.0129959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:37:41.0490031Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 2022-09-27T15:37:41.0493376Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:37:41.0606499Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 2022-09-27T15:37:41.0609769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:37:41.0643420Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 2022-09-27T15:37:41.0657212Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 2022-09-27T15:37:41.0888965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:37:41.0891728Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:37:41.1091179Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 2022-09-27T15:37:41.1095054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:37:41.1245915Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 2022-09-27T15:37:41.1335955Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:37:41.1528233Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 2022-09-27T15:37:41.1528994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:37:41.1725527Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 2022-09-27T15:37:41.1810554Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:37:41.1977427Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 2022-09-27T15:37:41.1978051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:37:41.2205950Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 2022-09-27T15:37:41.2267161Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:37:41.2281504Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 2022-09-27T15:37:41.2294959Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 2022-09-27T15:37:41.2306011Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:37:41.2319222Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 2022-09-27T15:37:41.2454936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:37:41.2456031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:37:41.2727483Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 2022-09-27T15:37:41.2728447Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:37:41.2928553Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 2022-09-27T15:37:41.2929833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:37:41.3086680Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 2022-09-27T15:37:41.3230714Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:37:41.3408144Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 2022-09-27T15:37:41.3409112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:37:41.3524024Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 2022-09-27T15:37:41.3648465Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:37:41.3893130Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 2022-09-27T15:37:41.3893858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:37:41.4009163Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 2022-09-27T15:37:41.4021314Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 2022-09-27T15:37:41.4080080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:37:41.4099033Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:37:41.4332806Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 2022-09-27T15:37:41.4333816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:37:41.4481009Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 2022-09-27T15:37:41.4583957Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:37:41.4739250Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 2022-09-27T15:37:41.4774676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:37:41.4886721Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 2022-09-27T15:37:41.5003889Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:37:41.5204194Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 2022-09-27T15:37:41.5209616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.5324324Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:41.5442619Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:37:41.5478054Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 2022-09-27T15:37:41.5490776Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 2022-09-27T15:37:41.5645711Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:37:41.5684367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:41.5811217Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool 2022-09-27T15:37:41.5966618Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 2022-09-27T15:37:41.5973299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:37:41.6087631Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:37:41.6126810Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 2022-09-27T15:37:41.6172934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.6361926Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 2022-09-27T15:37:41.6557631Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:37:41.6644489Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 2022-09-27T15:37:41.6646266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:37:41.6759287Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 2022-09-27T15:37:41.7068097Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:37:41.7072952Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 2022-09-27T15:37:41.7098882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.7203393Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 2022-09-27T15:37:41.7542796Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:37:41.7547342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.7560842Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 2022-09-27T15:37:41.7568001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:37:41.7662763Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 2022-09-27T15:37:41.7692578Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 2022-09-27T15:37:41.8052002Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:37:41.8053275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.8165597Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 2022-09-27T15:37:41.8201346Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 2022-09-27T15:37:41.8470161Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:37:41.8529568Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 2022-09-27T15:37:41.8530195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:41.8721811Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 2022-09-27T15:37:41.8972840Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:37:41.9183673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:41.9184341Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 2022-09-27T15:37:41.9194415Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 2022-09-27T15:37:41.9227492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:37:41.9260441Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 2022-09-27T15:37:41.9436225Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:37:41.9456026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:41.9899799Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 2022-09-27T15:37:41.9900750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:41.9932816Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 2022-09-27T15:37:42.0031080Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 2022-09-27T15:37:42.0031618Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:37:42.0032124Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool 2022-09-27T15:37:42.0368604Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:37:42.0369206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:42.0768684Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 2022-09-27T15:37:42.0811853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:42.0969622Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 2022-09-27T15:37:42.0985732Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 2022-09-27T15:37:42.1248059Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:37:42.1248763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.1729545Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 2022-09-27T15:37:42.1730209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:37:42.1821021Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool 2022-09-27T15:37:42.1836487Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 2022-09-27T15:37:42.1924458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:37:42.1951277Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 2022-09-27T15:37:42.2164101Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:37:42.2165950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:37:42.2650389Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 2022-09-27T15:37:42.2651711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:37:42.2848447Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 2022-09-27T15:37:42.2874831Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 2022-09-27T15:37:42.3093183Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:37:42.3094620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:37:42.3258433Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 2022-09-27T15:37:42.3281860Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 2022-09-27T15:37:42.3526147Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:37:42.3532026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:37:42.3774681Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 2022-09-27T15:37:42.3839549Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 2022-09-27T15:37:42.3931747Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:37:42.3969069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:37:42.4405566Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 2022-09-27T15:37:42.4410838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:37:42.4554723Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 2022-09-27T15:37:42.4626150Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 2022-09-27T15:37:42.4632453Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:37:42.4648175Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 2022-09-27T15:37:42.4808828Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:37:42.4846866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:37:42.5196319Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 2022-09-27T15:37:42.5285182Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 2022-09-27T15:37:42.5290443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:37:42.5408277Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 2022-09-27T15:37:42.5568754Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:37:42.5585615Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool 2022-09-27T15:37:42.5722838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:37:42.5728604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:37:42.5772310Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 2022-09-27T15:37:42.5843039Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 2022-09-27T15:37:42.6172168Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:37:42.6178931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:37:42.6287983Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 2022-09-27T15:37:42.6301019Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 2022-09-27T15:37:42.6644992Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:37:42.6651575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:37:42.6994572Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 2022-09-27T15:37:42.7007242Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 2022-09-27T15:37:42.7098083Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:37:42.7103719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.7316651Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:42.7446110Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 2022-09-27T15:37:42.7542943Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:37:42.7549261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:37:42.7911170Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool 2022-09-27T15:37:42.7927598Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 2022-09-27T15:37:42.7969834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:37:42.7978503Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 2022-09-27T15:37:42.8348194Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:37:42.8366140Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool 2022-09-27T15:37:42.8407480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:37:42.8417966Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 2022-09-27T15:37:42.8848963Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:37:42.8854706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:37:42.8954571Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 2022-09-27T15:37:42.8967037Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 2022-09-27T15:37:42.9287969Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:37:42.9293960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:37:42.9369859Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 2022-09-27T15:37:42.9396570Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 2022-09-27T15:37:42.9496180Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:37:42.9509220Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 2022-09-27T15:37:42.9732296Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:37:42.9737738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.0041505Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 2022-09-27T15:37:43.0056701Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 2022-09-27T15:37:43.0136983Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:37:43.0170777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.0617214Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 2022-09-27T15:37:43.0622466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:37:43.0668414Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 2022-09-27T15:37:43.0690955Z [gw3] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 2022-09-27T15:37:43.0819652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:37:43.0844829Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 2022-09-27T15:37:43.1061958Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:37:43.1067379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:37:43.1316094Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 2022-09-27T15:37:43.1400489Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 2022-09-27T15:37:43.1462780Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:37:43.1495811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:37:43.1971451Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 2022-09-27T15:37:43.1977174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:37:43.2188005Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 2022-09-27T15:37:43.2200484Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 2022-09-27T15:37:43.2409379Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:37:43.2415191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:37:43.2848250Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 2022-09-27T15:37:43.2853713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.2970789Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 2022-09-27T15:37:43.2982684Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 2022-09-27T15:37:43.3290562Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:37:43.3296783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:37:43.3394169Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool 2022-09-27T15:37:43.3409480Z [gw0] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 2022-09-27T15:37:43.3524000Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:37:43.3548755Z [gw1] [ 44%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 2022-09-27T15:37:43.3727979Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:37:43.3733965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:37:43.3864995Z [gw2] [ 44%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 2022-09-27T15:37:43.3879882Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 2022-09-27T15:37:43.4207559Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:37:43.4213946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:37:43.4265397Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 2022-09-27T15:37:43.4282083Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 2022-09-27T15:37:43.4646292Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:37:43.4651067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:37:43.5088188Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 2022-09-27T15:37:43.5098478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:37:43.5252752Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 2022-09-27T15:37:43.5270609Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 2022-09-27T15:37:43.5340880Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:37:43.5521285Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 2022-09-27T15:37:43.5530779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:37:43.5638061Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 2022-09-27T15:37:43.5650760Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 2022-09-27T15:37:43.5752247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:37:43.5761559Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:37:43.6002831Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool 2022-09-27T15:37:43.6003467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:37:43.6204891Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 2022-09-27T15:37:43.6211065Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:37:43.6407807Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 2022-09-27T15:37:43.6453797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:37:43.6622157Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 2022-09-27T15:37:43.6676437Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:37:43.6817957Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 2022-09-27T15:37:43.6830733Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 2022-09-27T15:37:43.6883182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:37:43.6887365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:37:43.7122670Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 2022-09-27T15:37:43.7126829Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:37:43.7326934Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 2022-09-27T15:37:43.7329160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:37:43.7541475Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 2022-09-27T15:37:43.7607125Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:37:43.7766119Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 2022-09-27T15:37:43.7771480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:37:43.7794470Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 2022-09-27T15:37:43.7811316Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 2022-09-27T15:37:43.8074701Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:37:43.8080682Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:37:43.8206590Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 2022-09-27T15:37:43.8211490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:37:43.8451498Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 2022-09-27T15:37:43.8462676Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 2022-09-27T15:37:43.8467982Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:37:43.8508691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:37:43.8620305Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 2022-09-27T15:37:43.8652687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.8962482Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:43.8984023Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:37:43.9086164Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 2022-09-27T15:37:43.9092394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.9433883Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool 2022-09-27T15:37:43.9438981Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:37:43.9530973Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 2022-09-27T15:37:43.9534356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:37:43.9914350Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 2022-09-27T15:37:43.9919101Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:37:43.9969523Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 2022-09-27T15:37:43.9974923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:37:44.0169581Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 2022-09-27T15:37:44.0182208Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 2022-09-27T15:37:44.0343470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:37:44.0351315Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:37:44.0408707Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 2022-09-27T15:37:44.0414348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:37:44.0796642Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 2022-09-27T15:37:44.0802640Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:37:44.0850959Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 2022-09-27T15:37:44.0855540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:37:44.1239095Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 2022-09-27T15:37:44.1244056Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:37:44.1298591Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 2022-09-27T15:37:44.1303424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.1640747Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 2022-09-27T15:37:44.1669406Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 2022-09-27T15:37:44.1713550Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:37:44.1723909Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:37:44.1738889Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool 2022-09-27T15:37:44.1743891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.1884471Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 2022-09-27T15:37:44.1899636Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 2022-09-27T15:37:44.2168747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:37:44.2181451Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:37:44.2184932Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 2022-09-27T15:37:44.2186565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.2608406Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 2022-09-27T15:37:44.2622742Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:37:44.2625271Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 2022-09-27T15:37:44.2628597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.3047296Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 2022-09-27T15:37:44.3048237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.3127159Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 2022-09-27T15:37:44.3132082Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:37:44.3535177Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 2022-09-27T15:37:44.3542460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.3555068Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 2022-09-27T15:37:44.3570742Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 2022-09-27T15:37:44.3574806Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:37:44.3588705Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 2022-09-27T15:37:44.4001522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:37:44.4011996Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:37:44.4018837Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 2022-09-27T15:37:44.4023792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.4444013Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 2022-09-27T15:37:44.4453154Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:37:44.4458973Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 2022-09-27T15:37:44.4463419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.4920240Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 2022-09-27T15:37:44.4924038Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:37:44.4937383Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 2022-09-27T15:37:44.4942138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:37:44.5307538Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool 2022-09-27T15:37:44.5311519Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 2022-09-27T15:37:44.5329125Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:37:44.5334542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:37:44.5350994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:37:44.5369573Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 2022-09-27T15:37:44.5804093Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 2022-09-27T15:37:44.5804710Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:37:44.5816234Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 2022-09-27T15:37:44.5816990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:37:44.5933704Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 2022-09-27T15:37:44.5950194Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 2022-09-27T15:37:44.6291169Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:37:44.6297118Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:37:44.6303795Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 2022-09-27T15:37:44.6308872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:37:44.6731580Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 2022-09-27T15:37:44.6737378Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:37:44.6744782Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 2022-09-27T15:37:44.6749746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:37:44.7164926Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 2022-09-27T15:37:44.7178462Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:37:44.7184473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:37:44.7492643Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 2022-09-27T15:37:44.7524876Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 2022-09-27T15:37:44.7607958Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:37:44.7614087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:37:44.7907312Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 2022-09-27T15:37:44.7915126Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 2022-09-27T15:37:44.7929314Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool 2022-09-27T15:37:44.7962394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:37:44.8055634Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:37:44.8060325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:37:44.8487399Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 2022-09-27T15:37:44.8492326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:37:44.8527828Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 2022-09-27T15:37:44.8546699Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 2022-09-27T15:37:44.8598845Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:37:44.8618069Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool 2022-09-27T15:37:44.8931532Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:37:44.8937090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:37:44.9069360Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 2022-09-27T15:37:44.9183635Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 2022-09-27T15:37:44.9408910Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:37:44.9414681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:37:44.9849074Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 2022-09-27T15:37:44.9855172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:37:44.9919451Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 2022-09-27T15:37:44.9958214Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 2022-09-27T15:37:45.0295369Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:37:45.0300769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:45.0533810Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:45.0559594Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 2022-09-27T15:37:45.0727610Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:37:45.0733816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:37:45.1112059Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool 2022-09-27T15:37:45.1139330Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 2022-09-27T15:37:45.1146477Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:37:45.1181076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:45.1614292Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 2022-09-27T15:37:45.1619892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:45.1693530Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 2022-09-27T15:37:45.1718686Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 2022-09-27T15:37:45.2050848Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:37:45.2060128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:45.2098606Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 2022-09-27T15:37:45.2124605Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 2022-09-27T15:37:45.2486799Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:37:45.2495878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:37:45.2520236Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 2022-09-27T15:37:45.2562914Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 2022-09-27T15:37:45.2929217Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:37:45.2939872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:37:45.2950374Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 2022-09-27T15:37:45.3003318Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 2022-09-27T15:37:45.3367664Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:37:45.3376829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.3390893Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 2022-09-27T15:37:45.3444521Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 2022-09-27T15:37:45.3812709Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:37:45.3818295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:37:45.3877608Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 2022-09-27T15:37:45.3905793Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 2022-09-27T15:37:45.4009913Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:37:45.4254040Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 2022-09-27T15:37:45.4258225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:37:45.4383517Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 2022-09-27T15:37:45.4388199Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:37:45.4728972Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool 2022-09-27T15:37:45.4737619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:37:45.4833074Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 2022-09-27T15:37:45.4838634Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:37:45.5214509Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 2022-09-27T15:37:45.5221789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:37:45.5256548Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 2022-09-27T15:37:45.5264041Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:37:45.5713434Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 2022-09-27T15:37:45.5718527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:45.5725461Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 2022-09-27T15:37:45.5730184Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:37:45.6128224Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 2022-09-27T15:37:45.6133224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.6196150Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 2022-09-27T15:37:45.6200555Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:37:45.6568478Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 2022-09-27T15:37:45.6573156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:37:45.6638062Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool 2022-09-27T15:37:45.6644040Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:37:45.6911169Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 2022-09-27T15:37:45.6929074Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 2022-09-27T15:37:45.7004199Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:37:45.7004810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:37:45.7102339Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 2022-09-27T15:37:45.7105619Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:37:45.7486723Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 2022-09-27T15:37:45.7543296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:37:45.7546355Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 2022-09-27T15:37:45.7568402Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:37:45.7927155Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 2022-09-27T15:37:45.7995468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:37:45.7999174Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 2022-09-27T15:37:45.8001393Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:37:45.8158965Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 2022-09-27T15:37:45.8180739Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 2022-09-27T15:37:45.8407448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:37:45.8413965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:37:45.8465518Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 2022-09-27T15:37:45.8474085Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:37:45.8806561Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 2022-09-27T15:37:45.8848058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:37:45.8911004Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 2022-09-27T15:37:45.8916860Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:37:45.9360292Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 2022-09-27T15:37:45.9368583Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:37:45.9375364Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 2022-09-27T15:37:45.9380561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:37:45.9687506Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 2022-09-27T15:37:45.9726904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:37:45.9801120Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 2022-09-27T15:37:45.9806573Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:37:46.0166730Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu 2022-09-27T15:37:46.0171571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:37:46.0239671Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 2022-09-27T15:37:46.0577019Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:37:46.0609782Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu 2022-09-27T15:37:46.0617197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:37:46.0623222Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 2022-09-27T15:37:46.0783530Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:37:46.1045057Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu 2022-09-27T15:37:46.1065809Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 2022-09-27T15:37:46.1084070Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:37:46.1088203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:37:46.1132604Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 2022-09-27T15:37:46.1136707Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:37:46.1532584Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu 2022-09-27T15:37:46.1536659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:37:46.1542133Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 2022-09-27T15:37:46.1645579Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:37:46.1973876Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu 2022-09-27T15:37:46.1977825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:46.1983464Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:46.2006081Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:37:46.2408004Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu 2022-09-27T15:37:46.2409723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:37:46.2418118Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool 2022-09-27T15:37:46.2457346Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:37:46.2846238Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu 2022-09-27T15:37:46.2847979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:37:46.2856562Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 2022-09-27T15:37:46.2903986Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:37:46.3285994Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu 2022-09-27T15:37:46.3289784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:37:46.3298138Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 2022-09-27T15:37:46.3335109Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:37:46.3727379Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu 2022-09-27T15:37:46.3732370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:37:46.3740622Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 2022-09-27T15:37:46.3906525Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:37:46.4178643Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu 2022-09-27T15:37:46.4205748Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool 2022-09-27T15:37:46.4211044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:37:46.4217679Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 2022-09-27T15:37:46.4221142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:37:46.4274771Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:37:46.4705530Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu 2022-09-27T15:37:46.4707833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:37:46.4712812Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 2022-09-27T15:37:46.4713659Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:37:46.5126527Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu 2022-09-27T15:37:46.5127932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:37:46.5202175Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 2022-09-27T15:37:46.5202816Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:37:46.5568456Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu 2022-09-27T15:37:46.5645464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:37:46.5650157Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 2022-09-27T15:37:46.5650755Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:37:46.5752721Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu 2022-09-27T15:37:46.5774299Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 2022-09-27T15:37:46.6058205Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:37:46.6061826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:37:46.6072770Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 2022-09-27T15:37:46.6076094Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:37:46.6489714Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu 2022-09-27T15:37:46.6537879Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:37:46.6542214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:37:46.6549703Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 2022-09-27T15:37:46.6978979Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu 2022-09-27T15:37:46.6983274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:37:46.6990158Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 2022-09-27T15:37:46.6994387Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:37:46.7466335Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu 2022-09-27T15:37:46.7471071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:37:46.7477814Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 2022-09-27T15:37:46.7481731Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:37:46.7616562Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu 2022-09-27T15:37:46.7641159Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 2022-09-27T15:37:46.7898083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:37:46.7905639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:37:46.7909563Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:37:46.7911871Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:37:46.8337090Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu 2022-09-27T15:37:46.8339308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:37:46.8360207Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool 2022-09-27T15:37:46.8399860Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:37:46.8783806Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu 2022-09-27T15:37:46.8784758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:37:46.8787994Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 2022-09-27T15:37:46.8789800Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:37:46.8921218Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu 2022-09-27T15:37:46.8943292Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 2022-09-27T15:37:46.9258707Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:37:46.9261789Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:37:46.9268462Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu 2022-09-27T15:37:46.9271991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:37:46.9739921Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 2022-09-27T15:37:46.9752639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:37:46.9758369Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 2022-09-27T15:37:46.9761852Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:37:47.0174270Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu 2022-09-27T15:37:47.0183041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:37:47.0188531Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 2022-09-27T15:37:47.0191782Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:37:47.0617662Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu 2022-09-27T15:37:47.0620884Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:37:47.0626954Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu 2022-09-27T15:37:47.0629627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:37:47.1052284Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 2022-09-27T15:37:47.1069867Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:37:47.1078109Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu 2022-09-27T15:37:47.1081296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:37:47.1534176Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 2022-09-27T15:37:47.1549902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:37:47.1556346Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 2022-09-27T15:37:47.1558788Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:37:47.1768083Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu 2022-09-27T15:37:47.1788548Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 2022-09-27T15:37:47.1972124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:37:47.1977416Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:37:47.1984795Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu 2022-09-27T15:37:47.2024244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:37:47.2407258Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 2022-09-27T15:37:47.2454262Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:37:47.2457990Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu 2022-09-27T15:37:47.2483338Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:37:47.2756096Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 2022-09-27T15:37:47.2775107Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 2022-09-27T15:37:47.2891075Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:37:47.2893827Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:37:47.2903675Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu 2022-09-27T15:37:47.2927136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:37:47.3330601Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 2022-09-27T15:37:47.3333707Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:37:47.3337956Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu 2022-09-27T15:37:47.3366687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:37:47.3775406Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 2022-09-27T15:37:47.3779122Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:37:47.3783060Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu 2022-09-27T15:37:47.3810829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:47.4216417Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:47.4222230Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:37:47.4227799Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu 2022-09-27T15:37:47.4259132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:37:47.4645921Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:37:47.4656360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:37:47.4659598Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:37:47.4686497Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu 2022-09-27T15:37:47.5117655Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:37:47.5128529Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:37:47.5135905Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu 2022-09-27T15:37:47.5140664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:37:47.5524188Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:37:47.5539337Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:37:47.5553106Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu 2022-09-27T15:37:47.5599701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:37:47.6013562Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:37:47.6016667Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:37:47.6023015Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu 2022-09-27T15:37:47.6026316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:37:47.6064948Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:37:47.6083974Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 2022-09-27T15:37:47.6437648Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:37:47.6451170Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:37:47.6455269Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu 2022-09-27T15:37:47.6457881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:37:47.6858604Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:37:47.6862327Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:37:47.6876364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:37:47.6891076Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu 2022-09-27T15:37:47.7281710Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:37:47.7296615Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:37:47.7299941Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu 2022-09-27T15:37:47.7342362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:37:47.7685515Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:37:47.7727800Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:37:47.7733404Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu 2022-09-27T15:37:47.7775564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:37:47.7890999Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:37:47.7909538Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 2022-09-27T15:37:47.8126758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:37:47.8162036Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:37:47.8170814Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu 2022-09-27T15:37:47.8217452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:37:47.8567170Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:37:47.8623586Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:37:47.8627716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:37:47.8664803Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu 2022-09-27T15:37:47.9098236Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:37:47.9108557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:37:47.9113315Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:37:47.9113882Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:37:47.9326859Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu 2022-09-27T15:37:47.9346958Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 2022-09-27T15:37:47.9534793Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:37:47.9535299Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:37:47.9537758Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:47.9573773Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 2022-09-27T15:37:47.9928409Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu 2022-09-27T15:37:47.9977040Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:48.0005368Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 2022-09-27T15:37:48.0053003Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:37:48.0405877Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu 2022-09-27T15:37:48.0475071Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:48.0478988Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 2022-09-27T15:37:48.0602575Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:37:48.0975669Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu 2022-09-27T15:37:48.0978710Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:48.0981527Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 2022-09-27T15:37:48.0984256Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:37:48.1442008Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu 2022-09-27T15:37:48.1445198Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:48.1448045Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:48.1551031Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:37:48.1815581Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu 2022-09-27T15:37:48.1818929Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:48.1856387Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 2022-09-27T15:37:48.1912332Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:37:48.2249044Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu 2022-09-27T15:37:48.2250415Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:48.2360780Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 2022-09-27T15:37:48.2385540Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:37:48.2646350Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu 2022-09-27T15:37:48.2686814Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:48.2755982Z [gw2] [ 45%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 2022-09-27T15:37:48.2786159Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:37:48.3098878Z [gw0] [ 45%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu 2022-09-27T15:37:48.3105300Z [gw1] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 2022-09-27T15:37:48.3125180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:37:48.3232947Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:37:48.3240085Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:37:48.3687449Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu 2022-09-27T15:37:48.3688324Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:37:48.4137710Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu 2022-09-27T15:37:48.4142978Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:37:48.4572262Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu 2022-09-27T15:37:48.4573215Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:37:48.5007182Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu 2022-09-27T15:37:48.5008570Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:37:48.5495703Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu 2022-09-27T15:37:48.5496660Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:37:48.5571975Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu 2022-09-27T15:37:48.5593889Z [gw3] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 2022-09-27T15:37:48.5925047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:37:48.5928069Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:37:48.6327237Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu 2022-09-27T15:37:48.6366097Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:37:48.6841877Z [gw0] [ 45%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:37:48.7055300Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:37:48.7263013Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu 2022-09-27T15:37:48.7265915Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:37:48.7543242Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:37:48.7562923Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 2022-09-27T15:37:48.7760328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:37:48.7971806Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:37:48.8166925Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:37:48.8220384Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:37:48.8655400Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu 2022-09-27T15:37:48.8668305Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:37:48.8739262Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu 2022-09-27T15:37:48.8782877Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 2022-09-27T15:37:48.9088255Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:37:48.9094084Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:37:48.9526706Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu 2022-09-27T15:37:48.9535825Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:37:48.9981123Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu 2022-09-27T15:37:48.9990673Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:37:49.0436510Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu 2022-09-27T15:37:49.0446206Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:37:49.0601652Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu 2022-09-27T15:37:49.0626547Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 2022-09-27T15:37:49.0858112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:37:49.0865618Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:37:49.1298388Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu 2022-09-27T15:37:49.1299141Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:37:49.1730881Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu 2022-09-27T15:37:49.1731461Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:37:49.2167360Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu 2022-09-27T15:37:49.2168307Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:37:49.2645827Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu 2022-09-27T15:37:49.2650032Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:37:49.3096757Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu 2022-09-27T15:37:49.3102609Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:37:49.3448433Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu 2022-09-27T15:37:49.3474827Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 2022-09-27T15:37:49.3529102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:37:49.3538092Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:37:49.3970347Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu 2022-09-27T15:37:49.3982063Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:37:49.3995340Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu 2022-09-27T15:37:49.4013889Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 2022-09-27T15:37:49.4428428Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:37:49.4429115Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:37:49.4809754Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu 2022-09-27T15:37:49.4854842Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:37:49.5313992Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu 2022-09-27T15:37:49.5319289Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:37:49.5755979Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu 2022-09-27T15:37:49.5763974Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:37:49.6179920Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu 2022-09-27T15:37:49.6185493Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:37:49.6643601Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu 2022-09-27T15:37:49.6655756Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:37:49.6683348Z [gw0] [ 46%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu 2022-09-27T15:37:49.6709557Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 2022-09-27T15:37:49.7008134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:37:49.7037118Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:37:49.7449231Z [gw0] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu 2022-09-27T15:37:49.7479868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:37:49.7929916Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 2022-09-27T15:37:49.7935337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:37:49.8368539Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 2022-09-27T15:37:49.8374233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:37:49.8808804Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 2022-09-27T15:37:49.8814208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:37:49.9247928Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 2022-09-27T15:37:49.9253451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:37:49.9357306Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 2022-09-27T15:37:49.9369490Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 2022-09-27T15:37:49.9430585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:37:49.9455535Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 2022-09-27T15:37:49.9692088Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:37:49.9696234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:37:50.0127653Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 2022-09-27T15:37:50.0131252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:37:50.0334700Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 2022-09-27T15:37:50.0357082Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 2022-09-27T15:37:50.0565217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:37:50.0569777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:37:50.1006439Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 2022-09-27T15:37:50.1009492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:37:50.1448174Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 2022-09-27T15:37:50.1450536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:37:50.1887695Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 2022-09-27T15:37:50.1890156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:37:50.2327319Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 2022-09-27T15:37:50.2329726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:37:50.2700246Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 2022-09-27T15:37:50.2712347Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 2022-09-27T15:37:50.2765940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:37:50.2769195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:50.3209122Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:50.3215638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:37:50.3647139Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 2022-09-27T15:37:50.3652032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:37:50.3678499Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 2022-09-27T15:37:50.3691942Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 2022-09-27T15:37:50.4251367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:37:50.4260874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:37:50.4648029Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 2022-09-27T15:37:50.4657527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:37:50.4960047Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 2022-09-27T15:37:50.4972369Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 2022-09-27T15:37:50.5031655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:37:50.5049477Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 2022-09-27T15:37:50.5085476Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:37:50.5285100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:37:50.5615956Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 2022-09-27T15:37:50.5618825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:37:50.6060227Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 2022-09-27T15:37:50.6062989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:37:50.6161285Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 2022-09-27T15:37:50.6172886Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 2022-09-27T15:37:50.6494064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:37:50.6495206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:37:50.6650891Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 2022-09-27T15:37:50.6676250Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 2022-09-27T15:37:50.6933807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:37:50.6942762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:37:50.7373608Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 2022-09-27T15:37:50.7382685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:37:50.7806595Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 2022-09-27T15:37:50.7815829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:37:50.8023340Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 2022-09-27T15:37:50.8046827Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 2022-09-27T15:37:50.8253935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:37:50.8262943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:37:50.8695778Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 2022-09-27T15:37:50.8702289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:37:50.9041515Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool 2022-09-27T15:37:50.9064726Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 2022-09-27T15:37:50.9136011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:37:50.9142546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:37:50.9335272Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 2022-09-27T15:37:50.9346982Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 2022-09-27T15:37:50.9567919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:37:50.9575329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:37:51.0008495Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 2022-09-27T15:37:51.0015323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:37:51.0333835Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 2022-09-27T15:37:51.0347310Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 2022-09-27T15:37:51.0446017Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:37:51.0451616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:37:51.0895348Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 2022-09-27T15:37:51.0901489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:37:51.1338953Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 2022-09-27T15:37:51.1344807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:37:51.1595700Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 2022-09-27T15:37:51.1613064Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 2022-09-27T15:37:51.1620454Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool 2022-09-27T15:37:51.1641612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:37:51.1766568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:37:51.1772443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:37:51.2213188Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 2022-09-27T15:37:51.2219410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:37:51.2647765Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 2022-09-27T15:37:51.2653892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:37:51.3092878Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 2022-09-27T15:37:51.3099076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:51.3530960Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:51.3536105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:37:51.4014644Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool 2022-09-27T15:37:51.4020330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:37:51.4066052Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 2022-09-27T15:37:51.4093011Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 2022-09-27T15:37:51.4453728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:37:51.4459770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:37:51.4896922Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 2022-09-27T15:37:51.4901806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:37:51.5337767Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 2022-09-27T15:37:51.5343770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:37:51.5769549Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 2022-09-27T15:37:51.5775736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:37:51.5821023Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 2022-09-27T15:37:51.5843611Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 2022-09-27T15:37:51.6209722Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:37:51.6210401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:37:51.6652001Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 2022-09-27T15:37:51.6652987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:37:51.6821903Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 2022-09-27T15:37:51.6851591Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 2022-09-27T15:37:51.7088510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:37:51.7096712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:37:51.7529324Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 2022-09-27T15:37:51.7538761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:37:51.7929403Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 2022-09-27T15:37:51.7966463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:37:51.8368396Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 2022-09-27T15:37:51.8409459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:37:51.8807745Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool 2022-09-27T15:37:51.8848836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:37:51.8881684Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 2022-09-27T15:37:51.8907200Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 2022-09-27T15:37:51.9298530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:37:51.9303272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:37:51.9728215Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 2022-09-27T15:37:51.9734665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:37:52.0042385Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 2022-09-27T15:37:52.0063714Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 2022-09-27T15:37:52.0166681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:37:52.0171502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:37:52.0617244Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 2022-09-27T15:37:52.0622910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:37:52.1055013Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 2022-09-27T15:37:52.1061646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:37:52.1175997Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 2022-09-27T15:37:52.1197846Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 2022-09-27T15:37:52.1314035Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:37:52.1338244Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 2022-09-27T15:37:52.1492759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:37:52.1499050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:37:52.1930628Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 2022-09-27T15:37:52.1938487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:37:52.2378570Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 2022-09-27T15:37:52.2383205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:37:52.2506827Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 2022-09-27T15:37:52.2520251Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool 2022-09-27T15:37:52.2831876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:37:52.2844748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:52.3102443Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:52.3125407Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 2022-09-27T15:37:52.3247647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:37:52.3252979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:37:52.3697589Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool 2022-09-27T15:37:52.3702431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:52.4135728Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 2022-09-27T15:37:52.4142068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:52.4566386Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 2022-09-27T15:37:52.4584137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:37:52.4946485Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 2022-09-27T15:37:52.4966046Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 2022-09-27T15:37:52.4975891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:37:52.5011938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:37:52.5457242Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 2022-09-27T15:37:52.5462584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:37:52.5896881Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 2022-09-27T15:37:52.5902972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:37:52.5950277Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 2022-09-27T15:37:52.5965004Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 2022-09-27T15:37:52.6332257Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:37:52.6339097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:37:52.6750952Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 2022-09-27T15:37:52.6771795Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 2022-09-27T15:37:52.6780032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:37:52.6789159Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 2022-09-27T15:37:52.7210486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:37:52.7218509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:52.7418032Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 2022-09-27T15:37:52.7432537Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 2022-09-27T15:37:52.7656820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:37:52.7664665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:52.8129045Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 2022-09-27T15:37:52.8141249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:37:52.8618102Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool 2022-09-27T15:37:52.8626546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:37:52.9096479Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 2022-09-27T15:37:52.9097390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:37:52.9310141Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 2022-09-27T15:37:52.9367253Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 2022-09-27T15:37:52.9527493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:37:52.9528347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:37:52.9976894Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 2022-09-27T15:37:52.9977859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:37:53.0415125Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 2022-09-27T15:37:53.0416080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:37:53.0864300Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 2022-09-27T15:37:53.0865005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:37:53.0973246Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 2022-09-27T15:37:53.0995195Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 2022-09-27T15:37:53.1132043Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:37:53.1152331Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 2022-09-27T15:37:53.1289317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:37:53.1289931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:37:53.1737693Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 2022-09-27T15:37:53.1738389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:37:53.1835298Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 2022-09-27T15:37:53.1859749Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 2022-09-27T15:37:53.2174637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:37:53.2175232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:37:53.2454773Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 2022-09-27T15:37:53.2478355Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 2022-09-27T15:37:53.2615885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:37:53.2616485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:37:53.2943832Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 2022-09-27T15:37:53.2963702Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 2022-09-27T15:37:53.3051122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:37:53.3056882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:37:53.3067721Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 2022-09-27T15:37:53.3077621Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 2022-09-27T15:37:53.3496226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:37:53.3496839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:53.3653585Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:53.3677787Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 2022-09-27T15:37:53.3916473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:37:53.3930367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:53.4318650Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool 2022-09-27T15:37:53.4319293Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 2022-09-27T15:37:53.4356053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:37:53.4395789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:53.4838540Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 2022-09-27T15:37:53.4839228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:53.4998601Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 2022-09-27T15:37:53.4999299Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool 2022-09-27T15:37:53.5278429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:37:53.5279061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:53.5478531Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 2022-09-27T15:37:53.5479571Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 2022-09-27T15:37:53.5598288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:37:53.5636076Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 2022-09-27T15:37:53.5700570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:37:53.5701190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:53.5856594Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 2022-09-27T15:37:53.5870445Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 2022-09-27T15:37:53.5888468Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:37:53.5955081Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 2022-09-27T15:37:53.6127521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:37:53.6134384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:53.6213126Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 2022-09-27T15:37:53.6402359Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 2022-09-27T15:37:53.6575126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:37:53.6580351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:53.6970797Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 2022-09-27T15:37:53.7018584Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 2022-09-27T15:37:53.7023192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:37:53.7028442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:53.7450596Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 2022-09-27T15:37:53.7455441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:53.7531990Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 2022-09-27T15:37:53.7612106Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 2022-09-27T15:37:53.7887290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:37:53.7893249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:53.8336427Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 2022-09-27T15:37:53.8342327Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:53.8373887Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 2022-09-27T15:37:53.8396863Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool 2022-09-27T15:37:53.8424810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:37:53.8453020Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 2022-09-27T15:37:53.8504828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:37:53.8517299Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 2022-09-27T15:37:53.8775301Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:37:53.8781853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:53.8822872Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 2022-09-27T15:37:53.8890248Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 2022-09-27T15:37:53.9249109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:37:53.9255440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:37:53.9672057Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 2022-09-27T15:37:53.9686395Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 2022-09-27T15:37:53.9729162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:37:53.9734414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:37:54.0098286Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 2022-09-27T15:37:54.0114502Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 2022-09-27T15:37:54.0174415Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:37:54.0175021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:37:54.0324329Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 2022-09-27T15:37:54.0351794Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 2022-09-27T15:37:54.0494237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:37:54.0592355Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:37:54.0613551Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 2022-09-27T15:37:54.0622418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:37:54.0623081Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 2022-09-27T15:37:54.0760242Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:37:54.0775820Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool 2022-09-27T15:37:54.0839152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:37:54.1007748Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool 2022-09-27T15:37:54.1038337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:37:54.1136709Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 2022-09-27T15:37:54.1284000Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:37:54.1295281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:37:54.1501667Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:37:54.1502521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:54.1721647Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:54.1738782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:37:54.1898917Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:37:54.1922182Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 2022-09-27T15:37:54.1929969Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:37:54.1933538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:37:54.2163883Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 2022-09-27T15:37:54.2179238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:37:54.2326464Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:37:54.2359456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:37:54.2568204Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 2022-09-27T15:37:54.2649111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:37:54.2657391Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 2022-09-27T15:37:54.2667352Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 2022-09-27T15:37:54.2767261Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:37:54.2773739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:37:54.2796241Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 2022-09-27T15:37:54.3006454Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 2022-09-27T15:37:54.3086774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:37:54.3094350Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:37:54.3210341Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 2022-09-27T15:37:54.3273774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:37:54.3276974Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 2022-09-27T15:37:54.3447185Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 2022-09-27T15:37:54.3528497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:37:54.3538315Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 2022-09-27T15:37:54.3646765Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:37:54.3686860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:37:54.3689625Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 2022-09-27T15:37:54.3926328Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 2022-09-27T15:37:54.3940877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:37:54.3948091Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 2022-09-27T15:37:54.3987242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:37:54.4002272Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 2022-09-27T15:37:54.4084454Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:37:54.4112706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:37:54.4146980Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool 2022-09-27T15:37:54.4366784Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 2022-09-27T15:37:54.4424371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:37:54.4444028Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 2022-09-27T15:37:54.4524669Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:37:54.4555472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:37:54.4581144Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 2022-09-27T15:37:54.4810671Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 2022-09-27T15:37:54.4886450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:37:54.4899453Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 2022-09-27T15:37:54.4964410Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:37:54.4998448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:37:54.5247875Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 2022-09-27T15:37:54.5378202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:37:54.5405385Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 2022-09-27T15:37:54.5451756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:37:54.5685873Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 2022-09-27T15:37:54.5770572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:37:54.5858149Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:37:54.5884500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:37:54.6148854Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 2022-09-27T15:37:54.6329237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:37:54.6333564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:37:54.6564519Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 2022-09-27T15:37:54.6596448Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 2022-09-27T15:37:54.6806321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:37:54.6807482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:37:54.6941343Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 2022-09-27T15:37:54.6982791Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool 2022-09-27T15:37:54.7255252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:37:54.7256597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:37:54.7413500Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 2022-09-27T15:37:54.7439038Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 2022-09-27T15:37:54.7694819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:37:54.7702840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:37:54.7714983Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 2022-09-27T15:37:54.7846762Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 2022-09-27T15:37:54.8130009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:37:54.8133112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:37:54.8140818Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 2022-09-27T15:37:54.8363976Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 2022-09-27T15:37:54.8492583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:37:54.8575171Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 2022-09-27T15:37:54.8582246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:37:54.8589346Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 2022-09-27T15:37:54.8774826Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 2022-09-27T15:37:54.8778198Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:37:54.9009628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:37:54.9012516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:54.9022743Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:54.9242056Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 2022-09-27T15:37:54.9364456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:37:54.9449275Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 2022-09-27T15:37:54.9454134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:37:54.9547783Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool 2022-09-27T15:37:54.9558286Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 2022-09-27T15:37:54.9667900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:37:54.9896426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:37:54.9901044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:37:54.9970963Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 2022-09-27T15:37:55.0084846Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:37:55.0326766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:37:55.0332587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:37:55.0624084Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 2022-09-27T15:37:55.0651516Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool 2022-09-27T15:37:55.0773814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:37:55.0777755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:37:55.1168731Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 2022-09-27T15:37:55.1198181Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 2022-09-27T15:37:55.1207778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:37:55.1211859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:37:55.1652112Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 2022-09-27T15:37:55.1655816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:37:55.1689032Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 2022-09-27T15:37:55.1695249Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 2022-09-27T15:37:55.1711547Z [gw1] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool 2022-09-27T15:37:55.1714845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:37:55.2078980Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:37:55.2088740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:37:55.2229500Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 2022-09-27T15:37:55.2257818Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 2022-09-27T15:37:55.2573934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:37:55.2577480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:37:55.2863000Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 2022-09-27T15:37:55.2892050Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 2022-09-27T15:37:55.3050137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:37:55.3059520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:37:55.3067910Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 2022-09-27T15:37:55.3119841Z [gw3] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 2022-09-27T15:37:55.3474451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:37:55.3494220Z [gw2] [ 46%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 2022-09-27T15:37:55.3503413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:37:55.3521184Z [gw0] [ 46%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 2022-09-27T15:37:55.3935375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:37:55.3942769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:37:55.4112006Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 2022-09-27T15:37:55.4140162Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 2022-09-27T15:37:55.4374050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:37:55.4381444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:37:55.4738005Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 2022-09-27T15:37:55.4778835Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 2022-09-27T15:37:55.4813165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:37:55.4820201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:37:55.5253530Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool 2022-09-27T15:37:55.5261651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:37:55.5570323Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 2022-09-27T15:37:55.5641576Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 2022-09-27T15:37:55.5698751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:37:55.5705508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:37:55.5868737Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 2022-09-27T15:37:55.5908002Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool 2022-09-27T15:37:55.6128889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:37:55.6136659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:37:55.6570502Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 2022-09-27T15:37:55.6578468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:37:55.6618054Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 2022-09-27T15:37:55.6647186Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 2022-09-27T15:37:55.7016637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:37:55.7024215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:37:55.7382986Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 2022-09-27T15:37:55.7451650Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 2022-09-27T15:37:55.7457780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:37:55.7464071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:37:55.7849257Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 2022-09-27T15:37:55.7897703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:37:55.8117109Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 2022-09-27T15:37:55.8132436Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 2022-09-27T15:37:55.8312200Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:37:55.8330681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:37:55.8399791Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 2022-09-27T15:37:55.8428574Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 2022-09-27T15:37:55.8683825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:37:55.8699117Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 2022-09-27T15:37:55.8764979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:37:55.8765547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:37:55.9084540Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 2022-09-27T15:37:55.9095554Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 2022-09-27T15:37:55.9214911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:37:55.9215484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:37:55.9650599Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 2022-09-27T15:37:55.9651317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:55.9880194Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:55.9891952Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 2022-09-27T15:37:56.0088399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:37:56.0088996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:37:56.0332807Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool 2022-09-27T15:37:56.0344458Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 2022-09-27T15:37:56.0529389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:37:56.0530049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:37:56.0972180Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 2022-09-27T15:37:56.0972864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:37:56.1006828Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 2022-09-27T15:37:56.1026841Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 2022-09-27T15:37:56.1077869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:37:56.1106324Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:37:56.1417489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:37:56.1418343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:37:56.1520728Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 2022-09-27T15:37:56.1552274Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool 2022-09-27T15:37:56.1847719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:37:56.1848992Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 2022-09-27T15:37:56.1850627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:37:56.1964587Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 2022-09-27T15:37:56.1977331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:37:56.2006378Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 2022-09-27T15:37:56.2182112Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:37:56.2294835Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 2022-09-27T15:37:56.2295479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:37:56.2431590Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 2022-09-27T15:37:56.2648697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:37:56.2730879Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 2022-09-27T15:37:56.2731523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:37:56.2898894Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 2022-09-27T15:37:56.3082955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:37:56.3176922Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 2022-09-27T15:37:56.3177556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:37:56.3307594Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 2022-09-27T15:37:56.3611926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:37:56.3612532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:37:56.3657685Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 2022-09-27T15:37:56.3723862Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 2022-09-27T15:37:56.3915307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:37:56.3935249Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 2022-09-27T15:37:56.4048502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:37:56.4049186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:37:56.4055431Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 2022-09-27T15:37:56.4165540Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 2022-09-27T15:37:56.4456980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:37:56.4534870Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 2022-09-27T15:37:56.4535778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:37:56.4665504Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 2022-09-27T15:37:56.4824514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:37:56.4977959Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 2022-09-27T15:37:56.4978865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:56.5174202Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 2022-09-27T15:37:56.5337234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:37:56.5412125Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 2022-09-27T15:37:56.5413092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:37:56.5591222Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 2022-09-27T15:37:56.5850972Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:37:56.5852355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:37:56.6092913Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 2022-09-27T15:37:56.6121991Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool 2022-09-27T15:37:56.6192241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:37:56.6209921Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 2022-09-27T15:37:56.6292153Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:37:56.6293318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:37:56.6468308Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 2022-09-27T15:37:56.6505121Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 2022-09-27T15:37:56.6544506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:37:56.6571127Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 2022-09-27T15:37:56.6727507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:37:56.6728618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:37:56.6764560Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 2022-09-27T15:37:56.6926692Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:37:56.6976004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:37:56.7003497Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 2022-09-27T15:37:56.7052748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:37:56.7172415Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool 2022-09-27T15:37:56.7174448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:37:56.7442098Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 2022-09-27T15:37:56.7472272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:37:56.7570031Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 2022-09-27T15:37:56.7582574Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 2022-09-27T15:37:56.7587775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:37:56.7601399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:56.7861103Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:56.7865062Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 2022-09-27T15:37:56.7932380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:37:56.8008697Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 2022-09-27T15:37:56.8045642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:56.8061311Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 2022-09-27T15:37:56.8284772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:37:56.8286575Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 2022-09-27T15:37:56.8356280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:37:56.8467641Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 2022-09-27T15:37:56.8492030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:56.8496451Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 2022-09-27T15:37:56.8617261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:37:56.8648034Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 2022-09-27T15:37:56.8686049Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:37:56.8754300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:37:56.8788629Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 2022-09-27T15:37:56.8967254Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 2022-09-27T15:37:56.8969216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:56.8975733Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 2022-09-27T15:37:56.9162435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:37:56.9197805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:37:56.9252197Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 2022-09-27T15:37:56.9407606Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 2022-09-27T15:37:56.9409062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:56.9415510Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 2022-09-27T15:37:56.9649473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:37:56.9651419Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 2022-09-27T15:37:56.9704528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:37:56.9848030Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 2022-09-27T15:37:56.9848668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:56.9857469Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 2022-09-27T15:37:57.0045701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:37:57.0131961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:37:57.0161855Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 2022-09-27T15:37:57.0284940Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 2022-09-27T15:37:57.0286430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:37:57.0295557Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 2022-09-27T15:37:57.0487554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:37:57.0574229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:37:57.0658562Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 2022-09-27T15:37:57.0687841Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool 2022-09-27T15:37:57.0732202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:37:57.0740493Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool 2022-09-27T15:37:57.0925788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:37:57.0975811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:37:57.1012569Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 2022-09-27T15:37:57.1146202Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 2022-09-27T15:37:57.1153167Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 2022-09-27T15:37:57.1179783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:37:57.1182024Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 2022-09-27T15:37:57.1185212Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:37:57.1386465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:37:57.1390557Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 2022-09-27T15:37:57.1463269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:37:57.1603501Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 2022-09-27T15:37:57.1615722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:37:57.1761002Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 2022-09-27T15:37:57.1805450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:37:57.1952843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:37:57.2090994Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 2022-09-27T15:37:57.2094855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:37:57.2149097Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 2022-09-27T15:37:57.2163291Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 2022-09-27T15:37:57.2320035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:37:57.2530389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:37:57.2578667Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:37:57.2582539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:37:57.2721316Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 2022-09-27T15:37:57.2848849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:37:57.2870373Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool 2022-09-27T15:37:57.2887620Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 2022-09-27T15:37:57.3048409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:37:57.3052320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:37:57.3147169Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 2022-09-27T15:37:57.3230777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:37:57.3252599Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 2022-09-27T15:37:57.3333538Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:37:57.3409698Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 2022-09-27T15:37:57.3425706Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 2022-09-27T15:37:57.3482779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:37:57.3488246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:37:57.3640235Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 2022-09-27T15:37:57.3850207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:37:57.3931265Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 2022-09-27T15:37:57.3937331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:37:57.4035340Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 2022-09-27T15:37:57.4167783Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:37:57.4183385Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 2022-09-27T15:37:57.4204276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:37:57.4364251Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 2022-09-27T15:37:57.4369970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:37:57.4460991Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 2022-09-27T15:37:57.4691170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:37:57.4704001Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 2022-09-27T15:37:57.4719171Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 2022-09-27T15:37:57.4852476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:37:57.4856800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:57.4926434Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:57.5106618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:37:57.5125500Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 2022-09-27T15:37:57.5130103Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 2022-09-27T15:37:57.5329082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:37:57.5329671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:37:57.5481509Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool 2022-09-27T15:37:57.5519195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:37:57.5554050Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 2022-09-27T15:37:57.5587148Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 2022-09-27T15:37:57.5694579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:37:57.5762941Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool 2022-09-27T15:37:57.5764516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:37:57.5834265Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 2022-09-27T15:37:57.5950063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:37:57.6003774Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 2022-09-27T15:37:57.6105300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:37:57.6174482Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 2022-09-27T15:37:57.6206340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:37:57.6243290Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 2022-09-27T15:37:57.6333392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:37:57.6351944Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 2022-09-27T15:37:57.6393425Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:37:57.6443434Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 2022-09-27T15:37:57.6545593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:37:57.6643535Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 2022-09-27T15:37:57.6645894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:37:57.6684765Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 2022-09-27T15:37:57.6832530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:37:57.6890209Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 2022-09-27T15:37:57.7056671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:37:57.7084717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:37:57.7106085Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 2022-09-27T15:37:57.7124317Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 2022-09-27T15:37:57.7277746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:37:57.7326453Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 2022-09-27T15:37:57.7469794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:37:57.7526980Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 2022-09-27T15:37:57.7529230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:37:57.7564066Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 2022-09-27T15:37:57.7708112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:37:57.7764997Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 2022-09-27T15:37:57.7920084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:37:57.7960972Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 2022-09-27T15:37:57.7963251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:37:57.8004236Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 2022-09-27T15:37:57.8205599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:37:57.8388663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:37:57.8413420Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:37:57.8416186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:37:57.8423843Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 2022-09-27T15:37:57.8441824Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 2022-09-27T15:37:57.8473150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:37:57.8490821Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 2022-09-27T15:37:57.8622996Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:37:57.8643455Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 2022-09-27T15:37:57.8758836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:37:57.8785843Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool 2022-09-27T15:37:57.8805284Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 2022-09-27T15:37:57.8850300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:37:57.8882473Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 2022-09-27T15:37:57.8923219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:37:57.9055659Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:37:57.9117127Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool 2022-09-27T15:37:57.9134439Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 2022-09-27T15:37:57.9285104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:37:57.9287105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:37:57.9324013Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 2022-09-27T15:37:57.9441993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:37:57.9567633Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:37:57.9585913Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 2022-09-27T15:37:57.9599310Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool 2022-09-27T15:37:57.9611775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:37:57.9722428Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 2022-09-27T15:37:57.9723639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:37:57.9764590Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool 2022-09-27T15:37:57.9795560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:37:57.9880471Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 2022-09-27T15:37:57.9966370Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:37:58.0003800Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 2022-09-27T15:37:58.0045620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:37:58.0165152Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 2022-09-27T15:37:58.0169072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:37:58.0198242Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 2022-09-27T15:37:58.0243577Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 2022-09-27T15:37:58.0245535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:37:58.0386027Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:37:58.0417882Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 2022-09-27T15:37:58.0482533Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 2022-09-27T15:37:58.0562872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:37:58.0596804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:37:58.0684317Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 2022-09-27T15:37:58.0687709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:37:58.0731342Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:37:58.0822157Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 2022-09-27T15:37:58.0902701Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 2022-09-27T15:37:58.0922254Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 2022-09-27T15:37:58.1043257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:37:58.1072701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:37:58.1125479Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 2022-09-27T15:37:58.1126320Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:37:58.1169873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:37:58.1233552Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 2022-09-27T15:37:58.1340225Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 2022-09-27T15:37:58.1361787Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 2022-09-27T15:37:58.1483442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:37:58.1514256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:37:58.1564405Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 2022-09-27T15:37:58.1565607Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:37:58.1607368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:37:58.1671128Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 2022-09-27T15:37:58.1771656Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 2022-09-27T15:37:58.1802164Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 2022-09-27T15:37:58.1963548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:37:58.1993178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:37:58.2008561Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 2022-09-27T15:37:58.2010200Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:37:58.2046375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:37:58.2111020Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 2022-09-27T15:37:58.2214474Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 2022-09-27T15:37:58.2282186Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 2022-09-27T15:37:58.2478202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:37:58.2482062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:37:58.2483071Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:37:58.2485377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:37:58.2529452Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 2022-09-27T15:37:58.2594040Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 2022-09-27T15:37:58.2660160Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 2022-09-27T15:37:58.2721359Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 2022-09-27T15:37:58.2933421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:37:58.2934554Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:37:58.2935810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:37:58.2939473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:37:58.3012135Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 2022-09-27T15:37:58.3013903Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 2022-09-27T15:37:58.3107486Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool 2022-09-27T15:37:58.3161764Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 2022-09-27T15:37:58.3361823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:37:58.3362550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:37:58.3364244Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:37:58.3365184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:37:58.3367752Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 2022-09-27T15:37:58.3442225Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 2022-09-27T15:37:58.3536018Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 2022-09-27T15:37:58.3642507Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 2022-09-27T15:37:58.3840105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:37:58.3843267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:58.3846372Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:37:58.3847910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:37:58.3854309Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:58.3890087Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 2022-09-27T15:37:58.4084649Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 2022-09-27T15:37:58.4204388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:37:58.4210277Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:37:58.4312045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:37:58.4460931Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool 2022-09-27T15:37:58.4523112Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 2022-09-27T15:37:58.4677492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:37:58.4685080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:37:58.4893250Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 2022-09-27T15:37:58.4964740Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 2022-09-27T15:37:58.5125583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:37:58.5131195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:37:58.5358526Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 2022-09-27T15:37:58.5403155Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 2022-09-27T15:37:58.5571971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:37:58.5577667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:37:58.6006357Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 2022-09-27T15:37:58.6011712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:37:58.6088745Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 2022-09-27T15:37:58.6122136Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 2022-09-27T15:37:58.6448372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:37:58.6453126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:37:58.6579471Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 2022-09-27T15:37:58.6604771Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 2022-09-27T15:37:58.6887023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:37:58.6933756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:37:58.7368973Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 2022-09-27T15:37:58.7377576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:37:58.7771629Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 2022-09-27T15:37:58.7824062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:58.8223754Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 2022-09-27T15:37:58.8262599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:37:58.8469256Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 2022-09-27T15:37:58.8497196Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 2022-09-27T15:37:58.8685069Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:37:58.8693751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:37:58.9133853Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool 2022-09-27T15:37:58.9143192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:37:58.9153494Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 2022-09-27T15:37:58.9200582Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool 2022-09-27T15:37:58.9434620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:37:58.9449844Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 2022-09-27T15:37:58.9574520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:37:58.9583441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:37:59.0013407Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 2022-09-27T15:37:59.0023662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:37:59.0453250Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 2022-09-27T15:37:59.0463347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:37:59.0807020Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 2022-09-27T15:37:59.0833386Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool 2022-09-27T15:37:59.0890284Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:37:59.0899474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:37:59.1327343Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 2022-09-27T15:37:59.1337688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:37:59.1769244Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 2022-09-27T15:37:59.1779184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:37:59.2215805Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 2022-09-27T15:37:59.2225776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:37:59.2559233Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 2022-09-27T15:37:59.2577679Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool 2022-09-27T15:37:59.2651512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:37:59.2652104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:37:59.3101465Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 2022-09-27T15:37:59.3102266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:37:59.3531711Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 2022-09-27T15:37:59.3532349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:59.3969578Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 2022-09-27T15:37:59.4002834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:37:59.4408827Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool 2022-09-27T15:37:59.4452359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:37:59.4891900Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 2022-09-27T15:37:59.4899792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:37:59.5005680Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 2022-09-27T15:37:59.5020065Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 2022-09-27T15:37:59.5370838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:37:59.5378535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:37:59.5496171Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 2022-09-27T15:37:59.5522432Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 2022-09-27T15:37:59.5817006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:37:59.5829306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:37:59.6145424Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 2022-09-27T15:37:59.6161695Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 2022-09-27T15:37:59.6204179Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:37:59.6243058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:37:59.6650856Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 2022-09-27T15:37:59.6703284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:37:59.7139066Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 2022-09-27T15:37:59.7147627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:37:59.7610511Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 2022-09-27T15:37:59.7619523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:37:59.8202130Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 2022-09-27T15:37:59.8209175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:37:59.8538027Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 2022-09-27T15:37:59.8544913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:37:59.8976052Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 2022-09-27T15:37:59.8983996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:37:59.9411578Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 2022-09-27T15:37:59.9419803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:37:59.9849255Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 2022-09-27T15:37:59.9859839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:37:59.9967439Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 2022-09-27T15:37:59.9982451Z [gw1] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 2022-09-27T15:38:00.0289370Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:38:00.0295247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:38:00.0730728Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 2022-09-27T15:38:00.0731408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:38:00.0898712Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 2022-09-27T15:38:00.0932319Z [gw2] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 2022-09-27T15:38:00.1171861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:38:00.1172528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:38:00.1650918Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 2022-09-27T15:38:00.1651573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:38:00.2026543Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 2022-09-27T15:38:00.2050495Z [gw3] [ 47%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 2022-09-27T15:38:00.2130886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:38:00.2135604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:38:00.2613778Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 2022-09-27T15:38:00.2614488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:38:00.3009347Z [gw0] [ 47%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 2022-09-27T15:38:00.3037710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:00.3490949Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:00.3530005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:38:00.3972198Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 2022-09-27T15:38:00.3983125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:38:00.4447027Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 2022-09-27T15:38:00.4456777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:38:00.4848285Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 2022-09-27T15:38:00.4883646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:38:00.5005221Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 2022-09-27T15:38:00.5078210Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 2022-09-27T15:38:00.5327995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:38:00.5334793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:38:00.5464027Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 2022-09-27T15:38:00.5476460Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 2022-09-27T15:38:00.5810181Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:38:00.5817436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:38:00.6249087Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 2022-09-27T15:38:00.6260199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:38:00.6687806Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 2022-09-27T15:38:00.6696982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:38:00.7169522Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 2022-09-27T15:38:00.7179223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:38:00.7221867Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 2022-09-27T15:38:00.7237233Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 2022-09-27T15:38:00.7608358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:38:00.7617786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:38:00.8047746Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool 2022-09-27T15:38:00.8057204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:38:00.8195870Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 2022-09-27T15:38:00.8221567Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 2022-09-27T15:38:00.8382441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:38:00.8402828Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 2022-09-27T15:38:00.8484154Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:38:00.8493213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:38:00.8973201Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 2022-09-27T15:38:00.8987101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:38:00.9406940Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 2022-09-27T15:38:00.9414291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:38:00.9847078Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 2022-09-27T15:38:00.9854253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:38:01.0033136Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 2022-09-27T15:38:01.0072555Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 2022-09-27T15:38:01.0287283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:38:01.0294160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:38:01.0727241Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 2022-09-27T15:38:01.0736774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:38:01.1166760Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 2022-09-27T15:38:01.1176539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:38:01.1317414Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 2022-09-27T15:38:01.1344245Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 2022-09-27T15:38:01.1608235Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:38:01.1617819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:38:01.2049877Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 2022-09-27T15:38:01.2059617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:38:01.2486751Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 2022-09-27T15:38:01.2496240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:01.2927046Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:01.2936930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:38:01.3027272Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool 2022-09-27T15:38:01.3042225Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 2022-09-27T15:38:01.3368012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:38:01.3376823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:38:01.3491870Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:38:01.3507210Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 2022-09-27T15:38:01.3806781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:38:01.3813647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:38:01.4167322Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:38:01.4191032Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 2022-09-27T15:38:01.4242955Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:38:01.4249341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:38:01.4647882Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 2022-09-27T15:38:01.4699280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:38:01.5130087Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 2022-09-27T15:38:01.5139668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:38:01.5566816Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 2022-09-27T15:38:01.5576254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:38:01.5810894Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 2022-09-27T15:38:01.5823665Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 2022-09-27T15:38:01.6006095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:38:01.6010802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:38:01.6447182Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 2022-09-27T15:38:01.6452614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:38:01.6895461Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 2022-09-27T15:38:01.6905746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:38:01.7332809Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 2022-09-27T15:38:01.7342872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:38:01.7578679Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:38:01.7594073Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 2022-09-27T15:38:01.7743874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:38:01.7766029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:38:01.8034361Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 2022-09-27T15:38:01.8048675Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 2022-09-27T15:38:01.8182788Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:38:01.8208064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:38:01.8651385Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool 2022-09-27T15:38:01.8660779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:38:01.8879294Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 2022-09-27T15:38:01.8904999Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 2022-09-27T15:38:01.9086283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:38:01.9095119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:38:01.9530041Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 2022-09-27T15:38:01.9539825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:38:01.9970932Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 2022-09-27T15:38:01.9981607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:38:01.9992446Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 2022-09-27T15:38:02.0003934Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 2022-09-27T15:38:02.0412604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:38:02.0421760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:38:02.0602698Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 2022-09-27T15:38:02.0652188Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 2022-09-27T15:38:02.0679511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:38:02.0711961Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 2022-09-27T15:38:02.0846531Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:38:02.0850469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:38:02.1291678Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 2022-09-27T15:38:02.1298546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:38:02.1345573Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 2022-09-27T15:38:02.1364246Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 2022-09-27T15:38:02.1674780Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:38:02.1687085Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 2022-09-27T15:38:02.1733437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:38:02.1802788Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 2022-09-27T15:38:02.2118119Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:38:02.2130394Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 2022-09-27T15:38:02.2177763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:38:02.2283073Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 2022-09-27T15:38:02.2599256Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:38:02.2610192Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 2022-09-27T15:38:02.2612030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:02.2627962Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:02.2684033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:38:02.2722689Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 2022-09-27T15:38:02.3050355Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:38:02.3050928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:38:02.3076447Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool 2022-09-27T15:38:02.3163827Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 2022-09-27T15:38:02.3344018Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:38:02.3359654Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 2022-09-27T15:38:02.3492421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:38:02.3532056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:38:02.3784746Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 2022-09-27T15:38:02.3827144Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 2022-09-27T15:38:02.3932820Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:38:02.3970474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:38:02.4118616Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 2022-09-27T15:38:02.4134169Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool 2022-09-27T15:38:02.4243396Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:38:02.4263058Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:38:02.4419007Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:38:02.4419723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:38:02.4524849Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 2022-09-27T15:38:02.4763538Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:38:02.4809251Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:38:02.4848774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:38:02.4952615Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 2022-09-27T15:38:02.5054781Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:38:02.5069608Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 2022-09-27T15:38:02.5149866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:38:02.5199476Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:02.5228282Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:38:02.5245095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:38:02.5276639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:38:02.5420712Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 2022-09-27T15:38:02.5565869Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:38:02.5687064Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:38:02.5720716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:38:02.5902071Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 2022-09-27T15:38:02.5925474Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:38:02.5940566Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 2022-09-27T15:38:02.6003548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:38:02.6170976Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:02.6182568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:38:02.6315371Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 2022-09-27T15:38:02.6445197Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:38:02.6611874Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:38:02.6621895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:38:02.6723138Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 2022-09-27T15:38:02.6783066Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:38:02.6794083Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 2022-09-27T15:38:02.6884649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:38:02.7039229Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:38:02.7053755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:38:02.7208592Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 2022-09-27T15:38:02.7402571Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:38:02.7458156Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:38:02.7473740Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 2022-09-27T15:38:02.7495480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:38:02.7504984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:38:02.7520756Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 2022-09-27T15:38:02.7937154Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:38:02.7948580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:38:02.7961563Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool 2022-09-27T15:38:02.7970746Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:38:02.8186640Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:38:02.8203220Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 2022-09-27T15:38:02.8211354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:38:02.8371961Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:38:02.8382710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:38:02.8487482Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 2022-09-27T15:38:02.8657593Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:38:02.8813202Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:38:02.8833425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:38:02.8845961Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 2022-09-27T15:38:02.8973153Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:38:02.8988438Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 2022-09-27T15:38:02.9084715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:38:02.9252610Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:38:02.9263708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:38:02.9409715Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 2022-09-27T15:38:02.9604004Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:38:02.9663971Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:38:02.9680072Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 2022-09-27T15:38:02.9693504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:38:02.9702959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:38:02.9851754Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 2022-09-27T15:38:03.0043386Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:38:03.0135222Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:38:03.0145709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:38:03.0169910Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 2022-09-27T15:38:03.0371285Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:38:03.0414786Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 2022-09-27T15:38:03.0481572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:38:03.0585428Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:03.0596149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:38:03.0672070Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 2022-09-27T15:38:03.0727483Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:38:03.0747659Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:38:03.0844451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:38:03.0988190Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:03.1019389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:38:03.1037076Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 2022-09-27T15:38:03.1121138Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:38:03.1133800Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 2022-09-27T15:38:03.1363389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:38:03.1456577Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:03.1457197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:38:03.1502463Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 2022-09-27T15:38:03.1726594Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:38:03.1807081Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:03.1824293Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 2022-09-27T15:38:03.1892566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:38:03.1893153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:38:03.2080710Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 2022-09-27T15:38:03.2164485Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:38:03.2333359Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:03.2334064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:03.2458306Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:03.2575138Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:38:03.2598181Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 2022-09-27T15:38:03.2604835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:38:03.2755025Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:03.2769302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:38:03.2838975Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool 2022-09-27T15:38:03.2844509Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 2022-09-27T15:38:03.3082882Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:38:03.3087334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:38:03.3216005Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:03.3220532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:38:03.3252261Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 2022-09-27T15:38:03.3256788Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool 2022-09-27T15:38:03.3566778Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:38:03.3567414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:38:03.3658114Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:03.3660621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:38:03.3750926Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 2022-09-27T15:38:03.3764022Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 2022-09-27T15:38:03.3966927Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:38:03.3971047Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:03.4096032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:38:03.4096950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:38:03.4216424Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 2022-09-27T15:38:03.4229731Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 2022-09-27T15:38:03.4484447Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:38:03.4492980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:38:03.4496650Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:38:03.4535171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:38:03.4658905Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 2022-09-27T15:38:03.4836328Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 2022-09-27T15:38:03.4854227Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:38:03.4886025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:38:03.4930578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:38:03.4968203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:38:03.5249017Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 2022-09-27T15:38:03.5323446Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 2022-09-27T15:38:03.5403263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:38:03.5404268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:38:03.5719265Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 2022-09-27T15:38:03.5763570Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 2022-09-27T15:38:03.5815359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:38:03.5848077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:38:03.6129089Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 2022-09-27T15:38:03.6204390Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 2022-09-27T15:38:03.6284151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:38:03.6285259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:38:03.6548848Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 2022-09-27T15:38:03.6690856Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 2022-09-27T15:38:03.6697854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:38:03.6734550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:38:03.6997695Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 2022-09-27T15:38:03.7146518Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 2022-09-27T15:38:03.7166722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:38:03.7199417Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 2022-09-27T15:38:03.7400536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:38:03.7607237Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 2022-09-27T15:38:03.7608304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:38:03.7640260Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool 2022-09-27T15:38:03.7837110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:38:03.7952302Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 2022-09-27T15:38:03.8006091Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 2022-09-27T15:38:03.8045983Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:38:03.8052852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:38:03.8078031Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 2022-09-27T15:38:03.8084180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:38:03.8487517Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 2022-09-27T15:38:03.8496095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:38:03.8519451Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 2022-09-27T15:38:03.8526405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:38:03.8928263Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool 2022-09-27T15:38:03.8936116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:38:03.8963823Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 2022-09-27T15:38:03.8970241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:38:03.9328410Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 2022-09-27T15:38:03.9345396Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:38:03.9347436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:38:03.9356468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:38:03.9405904Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 2022-09-27T15:38:03.9406486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:38:03.9766767Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 2022-09-27T15:38:03.9811040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:38:03.9841275Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 2022-09-27T15:38:03.9873979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:38:04.0073824Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 2022-09-27T15:38:04.0094846Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool 2022-09-27T15:38:04.0244191Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:38:04.0249078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:38:04.0284901Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 2022-09-27T15:38:04.0351331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:38:04.0688311Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 2022-09-27T15:38:04.0693247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:38:04.0765423Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 2022-09-27T15:38:04.0830380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:38:04.1110053Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 2022-09-27T15:38:04.1140892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:04.1206877Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:04.1273384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:38:04.1565887Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 2022-09-27T15:38:04.1571125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:38:04.1686105Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool 2022-09-27T15:38:04.1750704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:38:04.2003851Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 2022-09-27T15:38:04.2008187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:38:04.2199348Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 2022-09-27T15:38:04.2203959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:38:04.2448036Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 2022-09-27T15:38:04.2452479Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:38:04.2646807Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 2022-09-27T15:38:04.2647467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:38:04.2891407Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 2022-09-27T15:38:04.2892125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:38:04.3044312Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 2022-09-27T15:38:04.3108496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:38:04.3298393Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 2022-09-27T15:38:04.3314870Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:38:04.3323462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:38:04.3324745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:38:04.3562161Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 2022-09-27T15:38:04.3562821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:38:04.3765069Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 2022-09-27T15:38:04.3769083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:38:04.4044368Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 2022-09-27T15:38:04.4049494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:38:04.4204492Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool 2022-09-27T15:38:04.4208082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:38:04.4298012Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 2022-09-27T15:38:04.4311343Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 2022-09-27T15:38:04.4524058Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:38:04.4525772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:38:04.4648185Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 2022-09-27T15:38:04.4655147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:38:04.4967743Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 2022-09-27T15:38:04.4972422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:38:04.5084512Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 2022-09-27T15:38:04.5089746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:38:04.5325737Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 2022-09-27T15:38:04.5395221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:38:04.5585467Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 2022-09-27T15:38:04.5594577Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:38:04.5815000Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool 2022-09-27T15:38:04.5815917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:38:04.5823802Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool 2022-09-27T15:38:04.5881913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:38:04.5965963Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 2022-09-27T15:38:04.6009636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:38:04.6320674Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 2022-09-27T15:38:04.6324718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:38:04.6391022Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 2022-09-27T15:38:04.6405605Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 2022-09-27T15:38:04.6409949Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:38:04.6447082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:38:04.6766222Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 2022-09-27T15:38:04.6777375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:38:04.6866194Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 2022-09-27T15:38:04.6886808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:38:04.7239547Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 2022-09-27T15:38:04.7244272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:38:04.7290886Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 2022-09-27T15:38:04.7330316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:38:04.7339511Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 2022-09-27T15:38:04.7351859Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 2022-09-27T15:38:04.7721010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:38:04.7726621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:38:04.7736695Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 2022-09-27T15:38:04.7790411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:38:04.8165238Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 2022-09-27T15:38:04.8171862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:38:04.8204854Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 2022-09-27T15:38:04.8248948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:38:04.8602708Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 2022-09-27T15:38:04.8608142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:38:04.8732618Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 2022-09-27T15:38:04.8737487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:38:04.8834252Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 2022-09-27T15:38:04.8851659Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 2022-09-27T15:38:04.9081543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:38:04.9169586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:38:04.9174350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:38:04.9222418Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 2022-09-27T15:38:04.9241300Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 2022-09-27T15:38:04.9610233Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:38:04.9612502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:38:05.0056278Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 2022-09-27T15:38:05.0060429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:05.0248246Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 2022-09-27T15:38:05.0267094Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 2022-09-27T15:38:05.0446645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:38:05.0492126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:38:05.0927541Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool 2022-09-27T15:38:05.0932493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:38:05.1365839Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 2022-09-27T15:38:05.1370608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:38:05.1806519Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 2022-09-27T15:38:05.1809931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:38:05.2107853Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 2022-09-27T15:38:05.2125131Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 2022-09-27T15:38:05.2245572Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:38:05.2249045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:38:05.2261127Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 2022-09-27T15:38:05.2287749Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 2022-09-27T15:38:05.2685059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:38:05.2688440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:38:05.3126965Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 2022-09-27T15:38:05.3130486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:38:05.3568755Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 2022-09-27T15:38:05.3572700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:38:05.4010525Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 2022-09-27T15:38:05.4011177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:38:05.4109822Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 2022-09-27T15:38:05.4121469Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 2022-09-27T15:38:05.4489731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:38:05.4490324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:38:05.4964188Z [gw0] [ 48%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 2022-09-27T15:38:05.5635358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:38:05.5662351Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 2022-09-27T15:38:05.6090315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:38:05.6121663Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 2022-09-27T15:38:05.6207257Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:38:05.6243467Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 2022-09-27T15:38:05.6472961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:38:05.6763195Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 2022-09-27T15:38:05.6805539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:38:05.7203655Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 2022-09-27T15:38:05.7245465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:38:05.7642878Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 2022-09-27T15:38:06.0290682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:38:06.0307295Z [gw2] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 2022-09-27T15:38:06.0316595Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 2022-09-27T15:38:06.0456189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:38:06.0990899Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:38:06.1005103Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool 2022-09-27T15:38:06.4703736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:38:06.4830029Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 2022-09-27T15:38:06.7447534Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:38:06.7492304Z [gw3] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 2022-09-27T15:38:06.9266020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:38:06.9295041Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 2022-09-27T15:38:06.9422122Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:38:06.9842549Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 2022-09-27T15:38:06.9873375Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:38:07.0283081Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool 2022-09-27T15:38:07.0498618Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:38:07.0762630Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 2022-09-27T15:38:07.0827377Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:38:07.1210102Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 2022-09-27T15:38:07.1287761Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:38:07.1311315Z [gw0] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 2022-09-27T15:38:07.1327593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:38:07.1722561Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 2022-09-27T15:38:07.1771698Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:38:07.2203587Z [gw1] [ 48%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 2022-09-27T15:38:07.2255866Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:38:07.2393994Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 2022-09-27T15:38:07.2416610Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 2022-09-27T15:38:07.2643228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:38:07.2677056Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:38:07.3009724Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 2022-09-27T15:38:07.3050087Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:38:07.3070797Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool 2022-09-27T15:38:07.3101145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:38:07.3585475Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 2022-09-27T15:38:07.3589563Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:38:07.4025938Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 2022-09-27T15:38:07.4030584Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:38:07.4442916Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 2022-09-27T15:38:07.4512213Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:38:07.4962862Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 2022-09-27T15:38:07.4979230Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:38:07.5443417Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 2022-09-27T15:38:07.7004057Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:38:07.7016169Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool 2022-09-27T15:38:07.7285048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:38:07.7307408Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 2022-09-27T15:38:08.1120603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:38:08.1164813Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 2022-09-27T15:38:08.3767112Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:38:08.3793981Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 2022-09-27T15:38:08.5527141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:38:08.5552284Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool 2022-09-27T15:38:08.7174854Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:38:08.7205558Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 2022-09-27T15:38:08.8650960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:38:08.8674067Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 2022-09-27T15:38:08.9250119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:38:08.9276798Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 2022-09-27T15:38:09.5187681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:38:09.5226277Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 2022-09-27T15:38:09.6965442Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:38:09.7005083Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool 2022-09-27T15:38:10.5470382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:38:10.5498710Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 2022-09-27T15:38:10.6864325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:38:10.6890012Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 2022-09-27T15:38:10.8712964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:38:10.8738340Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 2022-09-27T15:38:11.1506670Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:38:11.1523172Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 2022-09-27T15:38:11.2114478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:38:11.2137426Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 2022-09-27T15:38:11.7149319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:38:11.7186853Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 2022-09-27T15:38:11.8275564Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:38:11.8304078Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 2022-09-27T15:38:12.1553636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:38:12.1580347Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 2022-09-27T15:38:12.2148805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:38:12.2172801Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 2022-09-27T15:38:12.3968904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:38:12.3992271Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 2022-09-27T15:38:12.7547375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:38:12.7601059Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 2022-09-27T15:38:13.1819641Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:38:13.1860642Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 2022-09-27T15:38:13.2420028Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:38:13.2441455Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 2022-09-27T15:38:13.2483033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:38:13.2841180Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 2022-09-27T15:38:13.2864576Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 2022-09-27T15:38:13.2962003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:38:13.3254315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:38:13.3401520Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:38:13.3641082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:38:13.3840949Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool 2022-09-27T15:38:13.4123498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:38:13.4321679Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:38:13.4556299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:38:13.4762795Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:38:13.4971937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:38:13.5202428Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 2022-09-27T15:38:13.5318666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:38:13.5642814Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 2022-09-27T15:38:13.5768251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:38:13.6082984Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 2022-09-27T15:38:13.6373311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:38:13.6520602Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 2022-09-27T15:38:13.6630058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:38:13.6961741Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 2022-09-27T15:38:13.7092586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:38:13.7401487Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 2022-09-27T15:38:13.7640314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:38:13.7842935Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 2022-09-27T15:38:13.8053899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:38:13.8165811Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:38:13.8204295Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 2022-09-27T15:38:13.8521498Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:38:13.8648691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:38:13.8886553Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:38:13.9322619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:38:13.9408447Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool 2022-09-27T15:38:13.9758732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:38:13.9780766Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 2022-09-27T15:38:13.9878975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:38:13.9928806Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 2022-09-27T15:38:14.0288670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:38:14.0365640Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 2022-09-27T15:38:14.0530629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:38:14.0883589Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 2022-09-27T15:38:14.1056813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:38:14.1322789Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 2022-09-27T15:38:14.1442565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:38:14.1762537Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 2022-09-27T15:38:14.1823518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:38:14.1844843Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 2022-09-27T15:38:14.1855837Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:38:14.2202537Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 2022-09-27T15:38:14.2409175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:38:14.2511305Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 2022-09-27T15:38:14.2531644Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 2022-09-27T15:38:14.2564671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:38:14.2890079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:38:14.3080979Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 2022-09-27T15:38:14.3288561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:38:14.3521911Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 2022-09-27T15:38:14.3729544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:38:14.3962333Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 2022-09-27T15:38:14.4326504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:38:14.4412893Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 2022-09-27T15:38:14.4480695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:38:14.4500311Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 2022-09-27T15:38:14.4852192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:38:14.5017069Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool 2022-09-27T15:38:14.5432571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:38:14.5558383Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 2022-09-27T15:38:14.5581434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:38:14.5619077Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 2022-09-27T15:38:14.6075631Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:38:14.6094587Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 2022-09-27T15:38:14.6712188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:38:14.6843387Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 2022-09-27T15:38:14.7370287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:38:14.7394253Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 2022-09-27T15:38:14.7911503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:38:14.7938428Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 2022-09-27T15:38:14.8549952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:38:14.8574580Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 2022-09-27T15:38:14.9118771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:38:14.9152888Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 2022-09-27T15:38:14.9509736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:38:14.9544930Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 2022-09-27T15:38:14.9811234Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:38:14.9837188Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 2022-09-27T15:38:15.0354579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:38:15.0446207Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 2022-09-27T15:38:15.1194319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:38:15.1238805Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 2022-09-27T15:38:15.1893289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:38:15.1969128Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 2022-09-27T15:38:15.1980102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:38:15.2000017Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 2022-09-27T15:38:15.4091023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:38:15.4110726Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 2022-09-27T15:38:15.5395277Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:38:15.5571364Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 2022-09-27T15:38:15.7173084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:38:15.7204172Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 2022-09-27T15:38:15.7714830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:38:15.7743044Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 2022-09-27T15:38:15.7811704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:38:15.7829640Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 2022-09-27T15:38:15.9240703Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:38:15.9279803Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 2022-09-27T15:38:16.1300383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:38:16.1314482Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 2022-09-27T15:38:16.3752329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:38:16.3776306Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 2022-09-27T15:38:16.6240050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:38:16.6289684Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 2022-09-27T15:38:16.6307830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:38:16.6346760Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 2022-09-27T15:38:16.6735244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:38:16.6770089Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:38:16.8554706Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:38:16.8594719Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 2022-09-27T15:38:16.9516038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:38:16.9544942Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 2022-09-27T15:38:16.9704627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:38:16.9741816Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool 2022-09-27T15:38:17.0992750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:38:17.1028147Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 2022-09-27T15:38:17.3121034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:38:17.3160666Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 2022-09-27T15:38:17.3481102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:38:17.3514973Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 2022-09-27T15:38:17.5426502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:38:17.5458463Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 2022-09-27T15:38:17.6681763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:38:17.6712336Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool 2022-09-27T15:38:17.8212689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:38:17.8240176Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 2022-09-27T15:38:17.9054101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:38:17.9081626Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 2022-09-27T15:38:17.9632621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:38:17.9659894Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 2022-09-27T15:38:18.1127138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:38:18.1157303Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 2022-09-27T15:38:18.1229933Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:38:18.1250871Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 2022-09-27T15:38:18.1262265Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 2022-09-27T15:38:18.1277913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:38:18.3783116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:38:18.3803259Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 2022-09-27T15:38:18.5206133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:38:18.5223038Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 2022-09-27T15:38:18.6836112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:38:18.6863823Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 2022-09-27T15:38:18.6928543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:38:18.6971867Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 2022-09-27T15:38:18.8957275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:38:18.8979643Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 2022-09-27T15:38:18.9171307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:38:18.9259664Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 2022-09-27T15:38:18.9408980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:38:18.9422273Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 2022-09-27T15:38:19.0640051Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:38:19.0680236Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 2022-09-27T15:38:19.2376577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:38:19.2456842Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 2022-09-27T15:38:19.3796907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:38:19.3810759Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 2022-09-27T15:38:19.5286529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:38:19.5313312Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 2022-09-27T15:38:19.6006212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:38:19.6028545Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 2022-09-27T15:38:19.9882195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:38:20.0017920Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 2022-09-27T15:38:20.0257355Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:38:20.0301039Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 2022-09-27T15:38:20.0695754Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:38:20.0805326Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 2022-09-27T15:38:20.2491830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:38:20.2519899Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 2022-09-27T15:38:20.2546160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:38:20.2581122Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 2022-09-27T15:38:20.3054906Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:38:20.3088091Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 2022-09-27T15:38:20.3811696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:38:20.3844624Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 2022-09-27T15:38:20.4692624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:38:20.4720383Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 2022-09-27T15:38:20.5113006Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:38:20.5144606Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 2022-09-27T15:38:20.5779952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:38:20.5805627Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 2022-09-27T15:38:20.6067044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:38:20.6095434Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:38:20.6146869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:38:20.6173141Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 2022-09-27T15:38:20.6448749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:38:20.6471064Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 2022-09-27T15:38:20.7436938Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:38:20.7463428Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 2022-09-27T15:38:20.7974244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:38:20.8001164Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 2022-09-27T15:38:20.8292021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:38:20.8334647Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 2022-09-27T15:38:21.0034792Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:38:21.0077822Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 2022-09-27T15:38:21.0271273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:38:21.0308183Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 2022-09-27T15:38:21.0553556Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:38:21.0606711Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 2022-09-27T15:38:21.0642672Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool 2022-09-27T15:38:21.0841318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:38:21.0882427Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:38:21.1322212Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool 2022-09-27T15:38:21.1403288Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:38:21.1407228Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 2022-09-27T15:38:21.1419897Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 2022-09-27T15:38:21.1762361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:38:21.1836742Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:38:21.2242738Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 2022-09-27T15:38:21.2310874Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:38:21.2376230Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 2022-09-27T15:38:21.2401151Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 2022-09-27T15:38:21.2723277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:38:21.2781893Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:38:21.3087628Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 2022-09-27T15:38:21.3114173Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:38:21.3135981Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 2022-09-27T15:38:21.3202265Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:38:21.3567749Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 2022-09-27T15:38:21.3687743Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:38:21.3833448Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 2022-09-27T15:38:21.3865946Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 2022-09-27T15:38:21.4123715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:38:21.4158993Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:38:21.4604554Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 2022-09-27T15:38:21.4695328Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:38:21.5044420Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 2022-09-27T15:38:21.5150242Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:38:21.5524096Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 2022-09-27T15:38:21.5635237Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:38:21.5751806Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 2022-09-27T15:38:21.5763835Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 2022-09-27T15:38:21.5777015Z [gw2] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 2022-09-27T15:38:21.5777549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:38:21.6043984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:38:21.6072938Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:38:21.6483815Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 2022-09-27T15:38:21.7770682Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:38:21.7788368Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool 2022-09-27T15:38:21.8861616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:38:21.8893579Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:38:22.0652960Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:38:22.0680523Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 2022-09-27T15:38:22.2411580Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:38:22.2451611Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 2022-09-27T15:38:22.2940639Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:38:22.2969995Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 2022-09-27T15:38:22.5688636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:38:22.5734015Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 2022-09-27T15:38:22.7687817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:38:22.7720310Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 2022-09-27T15:38:23.0450764Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:38:23.0484490Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool 2022-09-27T15:38:23.1109161Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:38:23.1221107Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 2022-09-27T15:38:23.2525151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:38:23.2542156Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 2022-09-27T15:38:23.5062516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:38:23.5095280Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 2022-09-27T15:38:23.8617561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:38:23.8659993Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 2022-09-27T15:38:23.9884691Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:38:23.9902286Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 2022-09-27T15:38:24.4003487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:38:24.4034625Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 2022-09-27T15:38:24.4349611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:38:24.4387053Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 2022-09-27T15:38:24.7890334Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:38:24.7907559Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 2022-09-27T15:38:24.8537766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:38:24.8552945Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 2022-09-27T15:38:24.8569089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:38:24.8594986Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 2022-09-27T15:38:25.0890042Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:38:25.0917198Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 2022-09-27T15:38:25.1330090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:38:25.1352054Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 2022-09-27T15:38:25.4560387Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:38:25.4578253Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 2022-09-27T15:38:25.4815490Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:38:25.4915662Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 2022-09-27T15:38:25.8313503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:38:25.8341695Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 2022-09-27T15:38:25.9294887Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:38:25.9323395Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool 2022-09-27T15:38:26.2488241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:38:26.2516581Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 2022-09-27T15:38:26.5189658Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:38:26.5244328Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 2022-09-27T15:38:26.6883397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:38:26.6947038Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 2022-09-27T15:38:26.6977517Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 2022-09-27T15:38:26.7013828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:38:26.9342282Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:38:26.9362588Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 2022-09-27T15:38:26.9826821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:38:26.9866767Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 2022-09-27T15:38:27.0749294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:38:27.0770886Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 2022-09-27T15:38:27.1119131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:38:27.1150640Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 2022-09-27T15:38:27.2391903Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:38:27.2408600Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 2022-09-27T15:38:27.4038081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:38:27.4064441Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 2022-09-27T15:38:27.4833084Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:38:27.4850132Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 2022-09-27T15:38:27.5395676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:38:27.5411831Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 2022-09-27T15:38:27.7082773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:38:27.7096588Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 2022-09-27T15:38:27.7150478Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:38:27.7177273Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 2022-09-27T15:38:27.7494153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:38:27.7643182Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 2022-09-27T15:38:27.8045980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:38:27.8085051Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool 2022-09-27T15:38:27.8719459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:38:27.8764568Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 2022-09-27T15:38:27.8794177Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 2022-09-27T15:38:27.8852065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:38:27.9872604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:38:27.9908487Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 2022-09-27T15:38:28.0439853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:38:28.0482769Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 2022-09-27T15:38:28.0812419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:38:28.0887172Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 2022-09-27T15:38:28.1212851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:38:28.1327951Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 2022-09-27T15:38:28.1841031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:38:28.1889710Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 2022-09-27T15:38:28.2440557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:38:28.2468376Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 2022-09-27T15:38:28.2521585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:38:28.2562944Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 2022-09-27T15:38:28.3164501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:38:28.3225023Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 2022-09-27T15:38:28.3823571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:38:28.3837897Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 2022-09-27T15:38:28.3889733Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:38:28.3905715Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 2022-09-27T15:38:28.4494065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:38:28.4510861Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 2022-09-27T15:38:28.5052532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:38:28.5092482Z [gw0] [ 49%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 2022-09-27T15:38:28.6327024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:38:28.6356981Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 2022-09-27T15:38:28.7131484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:38:28.7159034Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:38:28.9212024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:38:28.9229411Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 2022-09-27T15:38:28.9811730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:38:28.9830163Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 2022-09-27T15:38:29.2237036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:38:29.2256350Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 2022-09-27T15:38:29.2350061Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:38:29.2441128Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 2022-09-27T15:38:29.3765258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:38:29.3795244Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 2022-09-27T15:38:29.5193806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:38:29.5213684Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 2022-09-27T15:38:29.6475579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:38:29.6500589Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool 2022-09-27T15:38:29.6595566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:38:29.6625028Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 2022-09-27T15:38:29.8262473Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:38:29.8276300Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 2022-09-27T15:38:30.0667942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:38:30.0721182Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 2022-09-27T15:38:30.1571807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:38:30.1605607Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 2022-09-27T15:38:30.3155194Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:38:30.3183086Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 2022-09-27T15:38:30.4521886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:38:30.4555721Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 2022-09-27T15:38:30.5177080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:38:30.5196318Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 2022-09-27T15:38:30.5802478Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:38:30.5827236Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 2022-09-27T15:38:30.6964218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:38:30.6990907Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 2022-09-27T15:38:30.7876494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:38:30.7890847Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 2022-09-27T15:38:30.8060832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:38:30.8083997Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 2022-09-27T15:38:30.8125039Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:38:30.8149792Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 2022-09-27T15:38:30.9168311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:38:30.9194824Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 2022-09-27T15:38:30.9812358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:38:30.9852578Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 2022-09-27T15:38:31.0249028Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:38:31.0276458Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 2022-09-27T15:38:31.1476854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:38:31.1503547Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 2022-09-27T15:38:31.1672596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:38:31.1696626Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 2022-09-27T15:38:31.2997944Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:38:31.3037018Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 2022-09-27T15:38:31.3246412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:38:31.3319120Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 2022-09-27T15:38:31.3354719Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 2022-09-27T15:38:31.3467441Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:38:31.3570162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:38:31.3811461Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool 2022-09-27T15:38:31.3839222Z [gw0] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool 2022-09-27T15:38:31.3960962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:38:31.4009086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:38:31.4403086Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 2022-09-27T15:38:31.4459585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:38:31.4475191Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 2022-09-27T15:38:31.4496451Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 2022-09-27T15:38:31.4807466Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:38:31.4917969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:38:31.5248220Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 2022-09-27T15:38:31.5363547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:38:31.5414356Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 2022-09-27T15:38:31.5449990Z [gw1] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 2022-09-27T15:38:31.5463594Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:38:31.5727697Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 2022-09-27T15:38:31.5835418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:38:31.5877314Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 2022-09-27T15:38:31.5879369Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:38:31.6201904Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool 2022-09-27T15:38:31.6316291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:38:31.6320941Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:38:31.6336069Z [gw1] [ 49%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 2022-09-27T15:38:31.6605734Z [gw3] [ 49%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 2022-09-27T15:38:31.6758733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:38:31.6764070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:38:31.6804257Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 2022-09-27T15:38:31.6823956Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 2022-09-27T15:38:31.6842969Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 2022-09-27T15:38:31.7045859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:38:31.7147492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:38:31.7173813Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 2022-09-27T15:38:31.7184640Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:38:31.7490547Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 2022-09-27T15:38:31.7611500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:38:31.7620091Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:38:31.7648439Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 2022-09-27T15:38:31.7927807Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 2022-09-27T15:38:31.8033407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:38:31.8045054Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 2022-09-27T15:38:31.8070193Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:38:31.8364860Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 2022-09-27T15:38:31.8464160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:38:31.8483675Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 2022-09-27T15:38:31.8507845Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:38:31.8807522Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 2022-09-27T15:38:31.8926792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:38:31.9092378Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:38:31.9179099Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 2022-09-27T15:38:31.9190003Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 2022-09-27T15:38:31.9398095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:38:31.9406070Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:38:31.9487891Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 2022-09-27T15:38:31.9504565Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 2022-09-27T15:38:31.9838093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:38:31.9840238Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:38:32.0278896Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 2022-09-27T15:38:32.0283184Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:38:32.0703011Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 2022-09-27T15:38:32.0709952Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool 2022-09-27T15:38:32.0716695Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:38:32.0737827Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 2022-09-27T15:38:32.1165131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:38:32.1170297Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:38:32.1600516Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:38:32.1605213Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:38:32.2042969Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bool 2022-09-27T15:38:32.2047330Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:38:32.2478818Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex128 2022-09-27T15:38:32.2483007Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:38:32.2919750Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 2022-09-27T15:38:32.2925208Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:38:32.3381245Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 2022-09-27T15:38:32.3381972Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:38:32.3799392Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 2022-09-27T15:38:32.3800346Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:38:32.3895391Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float32 2022-09-27T15:38:32.3932271Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 2022-09-27T15:38:32.4244112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:38:32.4250594Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:38:32.4492404Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 2022-09-27T15:38:32.4513793Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 2022-09-27T15:38:32.4678335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:38:32.4687141Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:38:32.5119341Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 2022-09-27T15:38:32.5128615Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:38:32.5558648Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 2022-09-27T15:38:32.5567876Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:38:32.5998745Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 2022-09-27T15:38:32.6007894Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:38:32.6437760Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 2022-09-27T15:38:32.6446941Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:38:32.6923435Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_uint8 2022-09-27T15:38:32.7018594Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:38:32.7287694Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 2022-09-27T15:38:32.7382010Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:38:32.7804953Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool 2022-09-27T15:38:32.7822723Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:38:32.7833787Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 2022-09-27T15:38:32.7858493Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 2022-09-27T15:38:32.8243538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:38:32.8277837Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:38:32.8683596Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 2022-09-27T15:38:32.8718175Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:38:32.9123287Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 2022-09-27T15:38:32.9153719Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:38:32.9563579Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 2022-09-27T15:38:32.9592393Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:38:33.0003306Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 2022-09-27T15:38:33.0029098Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:38:33.0443378Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 2022-09-27T15:38:33.0461707Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:38:33.0882479Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 2022-09-27T15:38:33.0909540Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:38:33.0990633Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 2022-09-27T15:38:33.1031230Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 2022-09-27T15:38:33.1322907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:38:33.1355804Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:38:33.1763639Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 2022-09-27T15:38:33.1788066Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:38:33.2203507Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 2022-09-27T15:38:33.2224582Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:38:33.2511189Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 2022-09-27T15:38:33.2538608Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 2022-09-27T15:38:33.2640480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:38:33.2661861Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:38:33.3083908Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 2022-09-27T15:38:33.3108512Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:38:33.3135687Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool 2022-09-27T15:38:33.3162777Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 2022-09-27T15:38:33.3522624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:38:33.3561768Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:38:33.3996924Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 2022-09-27T15:38:33.3997750Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:38:33.4434819Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 2022-09-27T15:38:33.4435464Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:38:33.4584098Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 2022-09-27T15:38:33.4596552Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 2022-09-27T15:38:33.4854456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:38:33.4892893Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:38:33.5234170Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 2022-09-27T15:38:33.5317702Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:38:33.5333426Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 2022-09-27T15:38:33.5354056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:38:33.5664691Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 2022-09-27T15:38:33.5782183Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:38:33.6161168Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 2022-09-27T15:38:33.6210558Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:38:33.6608069Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 2022-09-27T15:38:33.6609026Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:38:33.6609868Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 2022-09-27T15:38:33.6641481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:38:33.6760207Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 2022-09-27T15:38:33.6790350Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 2022-09-27T15:38:33.7002819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:38:33.7079853Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:38:33.7452173Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 2022-09-27T15:38:33.7486428Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:38:33.7508976Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 2022-09-27T15:38:33.7530062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:38:33.7882328Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 2022-09-27T15:38:33.7961865Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:38:33.8356260Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 2022-09-27T15:38:33.8404630Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:38:33.8417304Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 2022-09-27T15:38:33.8427981Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 2022-09-27T15:38:33.8802729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:38:33.8839243Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:38:33.9183864Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool 2022-09-27T15:38:33.9200250Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 2022-09-27T15:38:33.9202436Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:38:33.9299659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:38:33.9724629Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 2022-09-27T15:38:33.9737316Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:38:34.0020178Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 2022-09-27T15:38:34.0037213Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 2022-09-27T15:38:34.0050872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:38:34.0191508Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:38:34.0482942Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 2022-09-27T15:38:34.0493590Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 2022-09-27T15:38:34.0508120Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:38:34.0688421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:38:34.0926339Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 2022-09-27T15:38:34.1053298Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:38:34.1388452Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 2022-09-27T15:38:34.1400794Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool 2022-09-27T15:38:34.1418845Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:38:34.1477183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:38:34.1884207Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 2022-09-27T15:38:34.1941591Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:38:34.2323200Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 2022-09-27T15:38:34.2358500Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:38:34.2755209Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 2022-09-27T15:38:34.2794972Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:38:34.3203273Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 2022-09-27T15:38:34.3234467Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:38:34.3672120Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 2022-09-27T15:38:34.3684069Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:38:34.4114154Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 2022-09-27T15:38:34.5634433Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:38:34.5668808Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 2022-09-27T15:38:34.6100558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:38:34.6150069Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 2022-09-27T15:38:35.0296585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:38:35.0323348Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 2022-09-27T15:38:35.3440492Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:38:35.3467519Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 2022-09-27T15:38:35.4387397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:38:35.4422247Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 2022-09-27T15:38:35.4808538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:38:35.4831260Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 2022-09-27T15:38:35.6736499Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:38:35.6760508Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 2022-09-27T15:38:35.9121724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:38:35.9146413Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 2022-09-27T15:38:35.9729646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:38:35.9746934Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 2022-09-27T15:38:36.0328015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:38:36.0354432Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 2022-09-27T15:38:36.1248144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:38:36.1294875Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 2022-09-27T15:38:36.2004008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:38:36.2038857Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 2022-09-27T15:38:36.2917043Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:38:36.2974882Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 2022-09-27T15:38:36.4466492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:38:36.4507714Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 2022-09-27T15:38:36.5777750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:38:36.5818022Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 2022-09-27T15:38:36.6947161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:38:36.6975731Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 2022-09-27T15:38:36.7372407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:38:36.7415045Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 2022-09-27T15:38:36.7681407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:38:36.7713168Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:38:36.8905673Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:38:36.8962421Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 2022-09-27T15:38:37.1076504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:38:37.1090422Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:38:37.1635596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:38:37.1651774Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 2022-09-27T15:38:37.2345439Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:38:37.2371445Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool 2022-09-27T15:38:37.3964848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:38:37.3991338Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:38:37.4356577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:38:37.4400030Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 2022-09-27T15:38:37.5361795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:38:37.5391753Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:38:37.6192750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:38:37.6227389Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 2022-09-27T15:38:37.6275303Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:38:37.6720103Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:38:37.6730516Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:38:37.6761827Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:38:37.6787329Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 2022-09-27T15:38:37.7204651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:38:37.7215083Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:38:37.7723434Z [gw1] [ 50%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:38:37.8124156Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:38:37.8154364Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 2022-09-27T15:38:37.8778130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:38:37.8793799Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 2022-09-27T15:38:37.9541509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:38:37.9569113Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 2022-09-27T15:38:38.1792478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:38:38.1806025Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 2022-09-27T15:38:38.2597605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:38:38.2620330Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:38:38.3191484Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:38:38.3199778Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 2022-09-27T15:38:38.3212052Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 2022-09-27T15:38:38.3233009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:38:38.5903782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:38:38.5925636Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 2022-09-27T15:38:38.5978502Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:38:38.6000259Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 2022-09-27T15:38:38.6987618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:38:38.6999442Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 2022-09-27T15:38:38.7315818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:38:38.7339866Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 2022-09-27T15:38:38.8603846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:38:38.8628182Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:38:38.9989207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:38:39.0041629Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 2022-09-27T15:38:39.0849038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:38:39.0887531Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool 2022-09-27T15:38:39.1262419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:38:39.1296995Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 2022-09-27T15:38:39.1654152Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:38:39.1681370Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 2022-09-27T15:38:39.1807403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:38:39.1830556Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 2022-09-27T15:38:39.2123667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:38:39.2150835Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:38:39.2598750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:38:39.2619852Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 2022-09-27T15:38:39.2688684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:38:39.2715562Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 2022-09-27T15:38:39.2842024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:38:39.2865620Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:38:39.3421811Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:38:39.3444770Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:38:39.3631482Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:38:39.3660355Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 2022-09-27T15:38:39.4394690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:38:39.4414437Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 2022-09-27T15:38:39.4489934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:38:39.4516599Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 2022-09-27T15:38:39.5232012Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:38:39.5255963Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:38:39.5338429Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:38:39.5364418Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 2022-09-27T15:38:39.6034183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:38:39.6053679Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 2022-09-27T15:38:39.6509997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:38:39.6529522Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 2022-09-27T15:38:39.6871904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:38:39.6897625Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 2022-09-27T15:38:39.7099256Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:38:39.7118073Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 2022-09-27T15:38:39.7296640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:38:39.7317713Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 2022-09-27T15:38:39.7634637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:38:39.7650108Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 2022-09-27T15:38:39.8109305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:38:39.8129385Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 2022-09-27T15:38:39.8307627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:38:39.8326819Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 2022-09-27T15:38:39.8537364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:38:39.8603821Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 2022-09-27T15:38:39.9736444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:38:39.9758833Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 2022-09-27T15:38:39.9999831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:38:40.0019708Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 2022-09-27T15:38:40.1169476Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:38:40.1275064Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 2022-09-27T15:38:40.2749909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:38:40.2800321Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 2022-09-27T15:38:40.3611034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:38:40.3631838Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:38:40.3958238Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:38:40.3984539Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 2022-09-27T15:38:40.5525073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:38:40.5561159Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 2022-09-27T15:38:40.7880976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:38:40.7916018Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 2022-09-27T15:38:40.8143883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:38:40.8362184Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 2022-09-27T15:38:40.8446883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:38:40.8837794Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool 2022-09-27T15:38:40.8891542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:38:40.8898195Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 2022-09-27T15:38:40.8924850Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:38:40.9280505Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:38:40.9334905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:38:40.9647748Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 2022-09-27T15:38:40.9766951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:38:41.0088054Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 2022-09-27T15:38:41.0202892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:38:41.0527808Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 2022-09-27T15:38:41.0640533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:38:41.1042124Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 2022-09-27T15:38:41.1081485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:38:41.1406034Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 2022-09-27T15:38:41.1517941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:38:41.1847198Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 2022-09-27T15:38:41.1961016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:38:41.2329295Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 2022-09-27T15:38:41.2435814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:38:41.2843199Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 2022-09-27T15:38:41.2884054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:38:41.3247461Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 2022-09-27T15:38:41.3362539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:38:41.3689055Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 2022-09-27T15:38:41.3804138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:38:41.4166467Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:38:41.4229194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:38:41.4261943Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:38:41.4289909Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:38:41.4606337Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool 2022-09-27T15:38:41.4726456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:38:41.5161460Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 2022-09-27T15:38:41.5239420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:38:41.5602969Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 2022-09-27T15:38:41.5682982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:38:41.6082837Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 2022-09-27T15:38:41.6143701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:38:41.6525302Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 2022-09-27T15:38:41.6772455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:38:41.6962236Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 2022-09-27T15:38:41.7136119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:38:41.7365667Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 2022-09-27T15:38:41.7501442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:38:41.7847851Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 2022-09-27T15:38:41.7978951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:38:41.8363840Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 2022-09-27T15:38:41.8499976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:38:41.8675807Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 2022-09-27T15:38:41.8700778Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:38:41.8723095Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:38:41.8879778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:38:41.9283773Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 2022-09-27T15:38:41.9334124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:38:41.9722169Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 2022-09-27T15:38:41.9795102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:38:42.0162010Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 2022-09-27T15:38:42.0218957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:38:42.0579717Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool 2022-09-27T15:38:42.0813543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:38:42.1081192Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 2022-09-27T15:38:42.1289176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:38:42.1520630Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 2022-09-27T15:38:42.1681576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:38:42.1961831Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 2022-09-27T15:38:42.2048804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:38:42.2361539Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 2022-09-27T15:38:42.2529876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:38:42.2840473Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 2022-09-27T15:38:42.3049955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:38:42.3281712Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 2022-09-27T15:38:42.3432045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:38:42.3760786Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 2022-09-27T15:38:42.3866903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:38:42.4241684Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 2022-09-27T15:38:42.4335248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:38:42.4643614Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 2022-09-27T15:38:42.4887751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:38:42.5120928Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 2022-09-27T15:38:42.5311575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:38:42.5324722Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:38:42.5354397Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 2022-09-27T15:38:42.5561503Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:38:42.5770303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:38:42.5994559Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 2022-09-27T15:38:42.6015883Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 2022-09-27T15:38:42.6039961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:38:42.6212971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:38:42.6482558Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool 2022-09-27T15:38:42.6650733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:38:42.6841737Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 2022-09-27T15:38:42.6925917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:38:42.7248153Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 2022-09-27T15:38:42.7384727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:38:42.7689245Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 2022-09-27T15:38:42.7827258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:38:42.8248985Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 2022-09-27T15:38:42.8252566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:38:42.8688136Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 2022-09-27T15:38:42.8694899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:38:42.9084489Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 2022-09-27T15:38:42.9254380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:38:42.9449181Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 2022-09-27T15:38:42.9581889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:38:42.9942132Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 2022-09-27T15:38:42.9969646Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:38:43.0000341Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:38:43.0170160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:38:43.0402417Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 2022-09-27T15:38:43.0446048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:38:43.0841812Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 2022-09-27T15:38:43.1048288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:38:43.1322163Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 2022-09-27T15:38:43.1529158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:38:43.1761447Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 2022-09-27T15:38:43.1970061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:38:43.2202632Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool 2022-09-27T15:38:43.2290951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:38:43.2643153Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 2022-09-27T15:38:43.2695918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:38:43.3082479Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 2022-09-27T15:38:43.3135761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:38:43.3562664Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 2022-09-27T15:38:43.3612204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:38:43.4002656Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 2022-09-27T15:38:43.4053485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:38:43.4283597Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 2022-09-27T15:38:43.4305933Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:38:43.4482984Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:38:43.4531852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:38:43.4963043Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 2022-09-27T15:38:43.5007986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:38:43.5402364Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 2022-09-27T15:38:43.5448593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:38:43.5882548Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 2022-09-27T15:38:43.5933909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:38:43.6363080Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 2022-09-27T15:38:43.6410744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:38:43.6803106Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 2022-09-27T15:38:43.6850785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:38:43.7243196Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 2022-09-27T15:38:44.0890412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:38:44.0934180Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:38:44.3715860Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:38:44.3742657Z [gw3] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool 2022-09-27T15:38:44.4863476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:38:44.4905959Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 2022-09-27T15:38:44.7779893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:38:44.7798248Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:38:44.9163814Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:38:44.9193666Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 2022-09-27T15:38:45.1618572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:38:45.1649321Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:38:45.3551366Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:38:45.3588132Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:38:45.4074248Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:38:45.4095414Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 2022-09-27T15:38:45.4905302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:38:45.4933486Z [gw2] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 2022-09-27T15:38:45.5046877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:38:45.5080082Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:38:45.6460952Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:38:45.6477488Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:38:45.6682991Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:38:45.6962094Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:38:45.7250123Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:38:45.7324577Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:38:45.7813679Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:38:45.7833861Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:38:45.7887854Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:38:45.7910640Z [gw0] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:38:45.8062361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:38:45.8323024Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:38:45.8531599Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:38:45.8762427Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:38:45.8890185Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:38:45.9241912Z [gw1] [ 50%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:38:45.9955294Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:38:45.9975554Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 2022-09-27T15:38:46.0331897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:38:46.0367562Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:38:46.0409920Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:38:46.0806934Z [gw1] [ 51%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:38:46.1651926Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:38:46.1669866Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:38:46.2103629Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:38:46.2144547Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:38:46.2715143Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:38:46.2766852Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:38:46.3022989Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:38:46.3056669Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 2022-09-27T15:38:46.3257488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:38:46.3280027Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:38:46.4270903Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:38:46.4308263Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:38:46.4826847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:38:46.4850288Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:38:46.5357696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:38:46.5366369Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:38:46.6141154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:38:46.6173542Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:38:46.8693259Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:38:46.8705670Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:38:46.8906679Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:38:46.8928913Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:38:47.0392369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:38:47.0418969Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 2022-09-27T15:38:47.0610579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:38:47.0633283Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 2022-09-27T15:38:47.1291991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:38:47.1363123Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:38:47.2289509Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:38:47.2316714Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 2022-09-27T15:38:47.2761619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:38:47.2792231Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:38:47.3055098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:38:47.3323063Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:38:47.3627701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:38:47.3658155Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:38:47.3684821Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:38:47.3723114Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:38:47.4957135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:38:47.4978029Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:38:47.6117461Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:38:47.6142567Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:38:47.6260214Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:38:47.6285868Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:38:47.7282324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:38:47.7306857Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 2022-09-27T15:38:47.7321628Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:38:47.7335227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:38:47.8339207Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:38:47.8349706Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 2022-09-27T15:38:47.8500878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:38:47.8522798Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:38:48.2632725Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:38:48.2675505Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:38:48.4282089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:38:48.4312865Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 2022-09-27T15:38:48.4823519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:38:48.4852188Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 2022-09-27T15:38:48.7032750Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:38:48.7056556Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:38:49.1652069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:38:49.1691740Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:38:49.1967799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:38:49.1988217Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 2022-09-27T15:38:49.2536313Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:38:49.2565233Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:38:49.2920884Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:38:49.3005667Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:38:49.3571456Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:38:49.3600522Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:38:49.4450374Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:38:49.4478414Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:38:49.4530031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:38:49.4546945Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:38:49.5275087Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:38:49.5291335Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:38:49.5313495Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:38:49.5403625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:38:49.6018757Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:38:49.6167793Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:38:49.6463723Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:38:49.6491485Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:38:49.6792110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:38:49.6808821Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:38:49.7149851Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:38:49.7205030Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:38:49.7524926Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:38:49.7553132Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:38:49.7564466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:38:49.7644597Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:38:49.8299847Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:38:49.8447640Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:38:49.8560734Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:38:49.8583574Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:38:49.9154746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:38:49.9176060Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:38:49.9685655Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:38:49.9708076Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:38:49.9930526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:38:49.9948416Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:38:50.0678590Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:38:50.0705230Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:38:50.0810717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:38:50.0881481Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:38:50.1537180Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:38:50.1582009Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:38:50.1612685Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 2022-09-27T15:38:50.1642637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:38:50.1693509Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:38:50.2087485Z [gw1] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:38:50.2136621Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:38:50.2603757Z [gw1] [ 51%] XFAIL test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:38:50.5469912Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:38:50.5496858Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:38:50.7881343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:38:50.7919014Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:38:50.9361887Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:38:50.9382058Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:38:51.2448087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:38:51.2470552Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:38:51.3271737Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:38:51.3291932Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:38:51.3933122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:38:51.3961538Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:38:51.4509384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:38:51.4538901Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:38:51.5149407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:38:51.5154970Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:38:51.5666701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:38:51.5679254Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:38:51.5979941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:38:51.6085897Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:38:51.6351748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:38:51.6368897Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:38:51.6489197Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:38:51.6564240Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:38:51.6689784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:38:51.7008980Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:38:51.7174723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:38:51.7461435Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:38:51.7615789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:38:51.7950045Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:38:51.8259517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:38:51.8279806Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 2022-09-27T15:38:51.8549158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:38:51.8573683Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:38:51.8647900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:38:51.8670260Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 2022-09-27T15:38:51.8855309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:38:51.9007186Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:38:51.9237631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:38:51.9448644Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:38:52.0609314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:38:52.0623219Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:38:52.5706044Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:38:52.5751760Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:38:52.8171227Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:38:52.8198522Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 2022-09-27T15:38:53.0071229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:38:53.0093224Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:38:53.0826336Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:38:53.0852599Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:38:53.4218557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:38:53.4241360Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:38:53.4927063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:38:53.4935681Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 2022-09-27T15:38:53.5389917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:38:53.5398972Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:38:53.7040287Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:38:53.7063120Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 2022-09-27T15:38:53.7613511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:38:53.7635761Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:38:53.9951316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:38:53.9968916Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:38:54.0751914Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:38:54.0774019Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:38:54.6024765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:38:54.6063357Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:38:54.6079982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:38:54.6104717Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:38:54.9009775Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:38:54.9174665Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 2022-09-27T15:38:55.1325917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:38:55.1358463Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:38:55.1962613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:38:55.1984247Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:38:55.2478350Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:38:55.2503292Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 2022-09-27T15:38:55.4479825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:38:55.4507258Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:38:55.7546552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:38:55.7587791Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:38:55.9505492Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:38:55.9529322Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:38:56.2811609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:38:56.2853663Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 2022-09-27T15:38:56.2885201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:38:56.2921865Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 2022-09-27T15:38:56.4798132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:38:56.4823155Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:38:56.5888840Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:38:56.5936931Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 2022-09-27T15:38:56.6665857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:38:56.6703070Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:38:56.7278800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:38:56.7314955Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:38:56.7687316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:38:56.7724838Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:38:56.7877585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:38:56.8282895Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:38:56.8354313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:38:56.8691224Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:38:56.8801312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:38:56.9163724Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:38:56.9262454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:38:56.9567175Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:38:56.9703157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:38:57.0048340Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:38:57.0193435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:38:57.0563379Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:38:57.0653693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:38:57.0666884Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:38:57.0692356Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 2022-09-27T15:38:57.0962831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:38:57.0971454Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 2022-09-27T15:38:57.0981390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:38:57.1096892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:38:57.1193108Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:38:57.1216512Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:38:57.1523190Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:38:57.1608171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:38:57.1888256Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:38:57.2019480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:38:57.2325711Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:38:57.2456906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:38:57.2832314Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:38:57.4074234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:38:57.4105209Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:38:57.5206904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:38:57.5233468Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:38:57.5321603Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:38:57.5349674Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:38:57.7953877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:38:57.7985102Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:38:58.0492244Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:38:58.0527853Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:38:58.3571056Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:38:58.3593655Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 2022-09-27T15:38:58.3944186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:38:58.3956952Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:38:58.6037780Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:38:58.6061862Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:38:58.7206120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:38:58.7233121Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:38:58.8943604Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:38:58.8984393Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool 2022-09-27T15:38:59.0244709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:38:59.0255407Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:38:59.1194098Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:38:59.1365850Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 2022-09-27T15:38:59.2759975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:38:59.2782568Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:38:59.3870580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:38:59.3890201Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:38:59.6646053Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:38:59.6673969Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 2022-09-27T15:38:59.7433028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:38:59.7450815Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 2022-09-27T15:38:59.9121001Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:38:59.9146267Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:39:00.0697944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:39:00.0736372Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool 2022-09-27T15:39:00.1336181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:39:00.1358474Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 2022-09-27T15:39:00.2478441Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:39:00.2511334Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 2022-09-27T15:39:00.3166763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:39:00.3187642Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 2022-09-27T15:39:00.4476045Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:39:00.4497539Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 2022-09-27T15:39:00.6411365Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:39:00.6447128Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 2022-09-27T15:39:00.7695153Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:39:00.7743897Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 2022-09-27T15:39:00.9034405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:39:00.9063880Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 2022-09-27T15:39:00.9312883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:39:00.9339574Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 2022-09-27T15:39:01.1163102Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:39:01.1205244Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:39:01.1804654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:39:01.1846700Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:39:01.4020848Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:39:01.4044649Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 2022-09-27T15:39:01.5043386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:39:01.5067220Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 2022-09-27T15:39:01.6455552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:39:01.6479475Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:39:01.6771083Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:39:01.6802020Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 2022-09-27T15:39:01.9872985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:39:01.9902416Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 2022-09-27T15:39:02.0307900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:39:02.0327195Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 2022-09-27T15:39:02.0962168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:39:02.0986665Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:39:02.1594747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:39:02.1684083Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 2022-09-27T15:39:02.3013326Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:39:02.3028310Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 2022-09-27T15:39:02.5983331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:39:02.5998301Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 2022-09-27T15:39:02.6641284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:39:02.6774096Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 2022-09-27T15:39:02.7154387Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:39:02.7186329Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 2022-09-27T15:39:02.8465677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:39:02.8493893Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:39:02.9771352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:39:02.9925902Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 2022-09-27T15:39:03.1076961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:39:03.1131270Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 2022-09-27T15:39:03.2227178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:39:03.2258662Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:39:03.2554210Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:39:03.2714288Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 2022-09-27T15:39:03.5147278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:39:03.5175306Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 2022-09-27T15:39:03.7197579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:39:03.7225474Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:39:03.7338069Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:39:03.7608453Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 2022-09-27T15:39:03.7729232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:39:03.7766034Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:39:03.8941586Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:39:03.8957387Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 2022-09-27T15:39:04.3404522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:39:04.3448890Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:39:04.4241696Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:39:04.4264539Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool 2022-09-27T15:39:04.4457862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:39:04.4479104Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 2022-09-27T15:39:04.7177681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:39:04.7206276Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:39:05.1487069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:39:05.1538194Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 2022-09-27T15:39:05.1589087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:39:05.1627611Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:39:05.7599853Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:05.7612874Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 2022-09-27T15:39:05.7684199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:39:05.7731721Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 2022-09-27T15:39:05.8222997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:39:05.8268590Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:05.9983151Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:39:06.0014941Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 2022-09-27T15:39:06.2598373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:39:06.2654767Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:39:06.3158569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:39:06.3191145Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 2022-09-27T15:39:06.3971449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:39:06.3990580Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool 2022-09-27T15:39:06.6151129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:39:06.6173127Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 2022-09-27T15:39:06.7266949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:39:06.7359497Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:39:06.9504896Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:39:06.9541226Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 2022-09-27T15:39:07.3304926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:39:07.3378057Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 2022-09-27T15:39:07.3863414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:39:07.3914062Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:39:07.4516905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:39:07.4558224Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:39:07.6934552Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:39:07.7039019Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 2022-09-27T15:39:08.0421309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:39:08.0453505Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 2022-09-27T15:39:08.0508712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:39:08.0540542Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 2022-09-27T15:39:08.2448159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:39:08.2524168Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 2022-09-27T15:39:08.5062712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:39:08.5104927Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool 2022-09-27T15:39:08.6600958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:39:08.6635491Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:39:08.7291389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:39:08.7332371Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 2022-09-27T15:39:08.7426474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:39:08.7469224Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:39:08.8165075Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:08.8190777Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 2022-09-27T15:39:09.1063361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:39:09.1124077Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 2022-09-27T15:39:09.1330383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:39:09.1359482Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:39:09.2880793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:39:09.3022317Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:39:09.4320166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:39:09.4375355Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 2022-09-27T15:39:09.5250087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:39:09.5277400Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:39:09.5753939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:39:09.5781514Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 2022-09-27T15:39:09.6110775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:39:09.6133743Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:09.7082148Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:09.7163153Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 2022-09-27T15:39:09.7181917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:39:09.7211586Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:39:09.8252910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:39:09.8305888Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:39:09.9134668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:39:09.9172244Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:10.0019460Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:39:10.0058549Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:39:10.0292395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:39:10.0304208Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 2022-09-27T15:39:10.2203603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:39:10.2242168Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:39:10.3091596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:39:10.3120408Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 2022-09-27T15:39:10.3910995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:39:10.3958535Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:39:10.4127730Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:39:10.4143438Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 2022-09-27T15:39:10.4159176Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:39:10.4173078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:39:10.5875070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:39:10.5949253Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 2022-09-27T15:39:10.7775601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:39:10.7817159Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:39:10.8852122Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:39:10.8867618Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 2022-09-27T15:39:10.9970178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:39:10.9990126Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:39:11.0831314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:39:11.0861072Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:39:11.1650687Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:39:11.1818637Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 2022-09-27T15:39:11.2544881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:39:11.2576253Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 2022-09-27T15:39:11.3121768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:39:11.3162722Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 2022-09-27T15:39:11.4624377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:39:11.4651013Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 2022-09-27T15:39:11.5748716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:39:11.5789678Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:39:11.6836616Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:39:11.6877620Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 2022-09-27T15:39:11.7585329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:39:11.7603395Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 2022-09-27T15:39:11.8069399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:39:11.8092944Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 2022-09-27T15:39:11.8473702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:39:11.8561141Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool 2022-09-27T15:39:11.9034600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:39:11.9058514Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 2022-09-27T15:39:11.9162722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:39:11.9188175Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:39:11.9518098Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:39:11.9551433Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 2022-09-27T15:39:12.0172797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:39:12.0198768Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 2022-09-27T15:39:12.0266488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:39:12.0306998Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 2022-09-27T15:39:12.0643680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:39:12.0664648Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 2022-09-27T15:39:12.0864889Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:39:12.0888821Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 2022-09-27T15:39:12.1084053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:39:12.1153448Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 2022-09-27T15:39:12.1636530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:39:12.1771990Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 2022-09-27T15:39:12.2131465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:39:12.2284946Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 2022-09-27T15:39:12.2496776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:39:12.2763337Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 2022-09-27T15:39:12.3012004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:39:12.3100101Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 2022-09-27T15:39:12.3201550Z [gw1] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:39:12.3265995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:39:12.3291785Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 2022-09-27T15:39:12.3321121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:39:12.3490872Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:39:12.3565728Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 2022-09-27T15:39:12.3850822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:39:12.4045432Z [gw3] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 2022-09-27T15:39:12.5152886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:39:12.5180179Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 2022-09-27T15:39:12.6726655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:39:12.6753942Z [gw2] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 2022-09-27T15:39:12.8404423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:39:12.8449842Z [gw0] [ 51%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 2022-09-27T15:39:13.0596751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:39:13.0624136Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:39:13.1452277Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:39:13.1490934Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:39:13.5455903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:39:13.5483374Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:39:13.5850058Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:39:13.6047473Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 2022-09-27T15:39:13.7507235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:39:13.7535826Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:39:14.0335055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:39:14.0386177Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 2022-09-27T15:39:14.2729769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:39:14.2756770Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:39:14.4123296Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:39:14.4168629Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 2022-09-27T15:39:14.6018361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:39:14.6045055Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:39:14.9244974Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:39:14.9303019Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:39:14.9968621Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:39:15.0015039Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:39:15.1844056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:39:15.1875689Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:39:15.3109186Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:39:15.3160215Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:39:15.4714876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:39:15.4747115Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:39:15.5333329Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:39:15.5360536Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 2022-09-27T15:39:15.6226687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:39:15.6252643Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:39:15.7317961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:39:15.7360033Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:39:15.9017139Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:39:15.9051873Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 2022-09-27T15:39:16.1227002Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:39:16.1257841Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 2022-09-27T15:39:16.2885035Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:39:16.2927925Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 2022-09-27T15:39:16.4326489Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:39:16.4361553Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 2022-09-27T15:39:16.4562673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:39:16.4593367Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 2022-09-27T15:39:16.5329549Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:39:16.5354065Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:39:16.6749020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:16.6783528Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 2022-09-27T15:39:16.8230851Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:39:16.8255405Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 2022-09-27T15:39:16.8312722Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:39:16.8330207Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool 2022-09-27T15:39:16.8339729Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 2022-09-27T15:39:16.8701424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:39:16.8757796Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:39:16.9231433Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool 2022-09-27T15:39:16.9236407Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:39:16.9678590Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 2022-09-27T15:39:16.9687954Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:39:17.0120397Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 2022-09-27T15:39:17.0125737Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:39:17.0264886Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 2022-09-27T15:39:17.0286291Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 2022-09-27T15:39:17.0565931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:39:17.0570710Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:39:17.0989285Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 2022-09-27T15:39:17.0993984Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:39:17.1428776Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 2022-09-27T15:39:17.1433083Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:39:17.1843331Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 2022-09-27T15:39:17.1867689Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:39:17.2282262Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 2022-09-27T15:39:17.2288790Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:39:17.2314064Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:39:17.2323239Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 2022-09-27T15:39:17.2790523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:39:17.2795395Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:39:17.3076924Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 2022-09-27T15:39:17.3103648Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 2022-09-27T15:39:17.3278059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:39:17.3283164Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:39:17.3508364Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 2022-09-27T15:39:17.3530255Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 2022-09-27T15:39:17.3684840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:39:17.3698072Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:39:17.4165953Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 2022-09-27T15:39:17.5390972Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:39:17.5460448Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 2022-09-27T15:39:17.6331858Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:39:17.6361096Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool 2022-09-27T15:39:17.7291606Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:39:17.7321009Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 2022-09-27T15:39:17.7469030Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:39:17.7496689Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 2022-09-27T15:39:17.8371477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:39:17.8400156Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 2022-09-27T15:39:17.9357107Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:39:17.9380735Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 2022-09-27T15:39:17.9739891Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:39:17.9776904Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 2022-09-27T15:39:18.0087668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:39:18.0125463Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:39:18.0268498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:39:18.0286549Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 2022-09-27T15:39:18.1234968Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:39:18.1256463Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 2022-09-27T15:39:18.1491808Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:39:18.1515375Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 2022-09-27T15:39:18.2311219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:39:18.2356544Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 2022-09-27T15:39:18.3115654Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:39:18.3179198Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 2022-09-27T15:39:18.4062569Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:39:18.4085912Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 2022-09-27T15:39:18.4859125Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:39:18.4889760Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 2022-09-27T15:39:18.4913360Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 2022-09-27T15:39:18.5096037Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:39:18.5812131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:39:18.5843949Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 2022-09-27T15:39:18.6242168Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:39:18.6277946Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:39:18.6553977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:39:18.6577398Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 2022-09-27T15:39:18.8703431Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:39:18.8751195Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 2022-09-27T15:39:18.9048288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:39:18.9071706Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 2022-09-27T15:39:18.9226968Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:39:18.9263691Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 2022-09-27T15:39:19.2493611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:39:19.2552662Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 2022-09-27T15:39:19.5518376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:39:19.5568159Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:39:19.5781808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:19.5806884Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 2022-09-27T15:39:19.5928858Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:39:19.5949152Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 2022-09-27T15:39:20.2004883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:39:20.2056856Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 2022-09-27T15:39:20.2728513Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:39:20.2776298Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:39:20.3121330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:20.3168388Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 2022-09-27T15:39:20.5896343Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:39:20.5956745Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:39:20.8563068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:39:20.8604618Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 2022-09-27T15:39:21.1239380Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:39:21.1283693Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:39:21.1505230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:39:21.1542088Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 2022-09-27T15:39:21.2122878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:39:21.2170983Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 2022-09-27T15:39:21.4546921Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:39:21.4583247Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 2022-09-27T15:39:21.7321562Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:39:21.7363943Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 2022-09-27T15:39:21.7938504Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:39:21.7973685Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:39:21.9703156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:39:21.9727287Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 2022-09-27T15:39:22.1398497Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:39:22.1413711Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:39:22.1423930Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 2022-09-27T15:39:22.1450560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:39:22.1709711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:39:22.1744031Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 2022-09-27T15:39:22.3281919Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:39:22.3316804Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 2022-09-27T15:39:22.4927495Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:39:22.4972736Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 2022-09-27T15:39:22.6074095Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:39:22.6094439Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:39:22.6604838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:39:22.6627126Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:39:22.6661115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:39:22.6703722Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 2022-09-27T15:39:22.8419233Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:39:22.8442253Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 2022-09-27T15:39:23.0213163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:39:23.0238799Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:39:23.3272712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:39:23.3299474Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 2022-09-27T15:39:23.4570610Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:39:23.4593973Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:39:23.6469775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:39:23.6496032Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 2022-09-27T15:39:23.8670388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:39:23.8693252Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:39:24.2670735Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:39:24.2708090Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:39:24.6179756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:39:24.6222995Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 2022-09-27T15:39:24.7427522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:39:24.7450531Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:39:24.8786983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:39:24.8817393Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 2022-09-27T15:39:25.0918385Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:39:25.0941019Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:39:25.2518231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:39:25.2547527Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 2022-09-27T15:39:25.2839785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:39:25.2876692Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 2022-09-27T15:39:25.5011682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:39:25.5052125Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:39:25.6768291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:39:25.6796133Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:39:25.9411882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:39:25.9448144Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 2022-09-27T15:39:25.9513571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:39:25.9553084Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:39:26.0659937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:39:26.0685528Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 2022-09-27T15:39:26.2004953Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:39:26.2032260Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:39:26.2357723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:39:26.2443809Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 2022-09-27T15:39:26.3470312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:39:26.3497873Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 2022-09-27T15:39:26.3930158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:39:26.3952892Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 2022-09-27T15:39:26.4285235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:39:26.4442879Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 2022-09-27T15:39:26.4924368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:39:26.4961652Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 2022-09-27T15:39:26.5512815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:39:26.5535178Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 2022-09-27T15:39:26.5590195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:39:26.6075758Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 2022-09-27T15:39:26.6076337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:39:26.6507310Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool 2022-09-27T15:39:26.6513455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:39:26.6992142Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 2022-09-27T15:39:26.6998225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:39:26.7078978Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 2022-09-27T15:39:26.7112987Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 2022-09-27T15:39:26.7426197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:39:26.7433663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:39:26.7867310Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 2022-09-27T15:39:26.7875861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:39:26.8300713Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 2022-09-27T15:39:26.8337590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:39:26.8667839Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 2022-09-27T15:39:26.8691889Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 2022-09-27T15:39:26.8783380Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:39:26.8789564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:39:26.9265133Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 2022-09-27T15:39:26.9272313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:39:26.9748772Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 2022-09-27T15:39:26.9756570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:39:27.0186993Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 2022-09-27T15:39:27.0194583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:39:27.0627969Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 2022-09-27T15:39:27.0635504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:39:27.1073380Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 2022-09-27T15:39:27.1080346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:39:27.1158305Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 2022-09-27T15:39:27.1180048Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 2022-09-27T15:39:27.1522571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:39:27.2659609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:39:27.2681902Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 2022-09-27T15:39:27.3966013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:39:27.3992792Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 2022-09-27T15:39:27.4279743Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:39:27.4302259Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 2022-09-27T15:39:27.6586381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:39:27.6628684Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool 2022-09-27T15:39:27.7911796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:39:27.7934412Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 2022-09-27T15:39:27.9428324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:39:27.9468736Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 2022-09-27T15:39:27.9987802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:39:28.0026747Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 2022-09-27T15:39:28.1773390Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:39:28.1800193Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 2022-09-27T15:39:28.1832576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:39:28.1859641Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 2022-09-27T15:39:28.3607471Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:39:28.3649596Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 2022-09-27T15:39:28.5975773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:39:28.6015958Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 2022-09-27T15:39:28.6888055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:39:28.6929276Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 2022-09-27T15:39:28.7512377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:39:28.7547840Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 2022-09-27T15:39:28.8442805Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:39:28.8487925Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 2022-09-27T15:39:29.0374179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:39:29.0392172Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 2022-09-27T15:39:29.1376786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:39:29.1417904Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 2022-09-27T15:39:29.2321069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:39:29.2347275Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 2022-09-27T15:39:29.4324660Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:39:29.4351373Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 2022-09-27T15:39:29.4936343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:39:29.4978040Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 2022-09-27T15:39:29.6589901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:39:29.6614089Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 2022-09-27T15:39:29.7692674Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:39:29.7715707Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 2022-09-27T15:39:29.9988683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:39:30.0030993Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 2022-09-27T15:39:30.0689235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:39:30.0736651Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 2022-09-27T15:39:30.1534644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:39:30.1582495Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 2022-09-27T15:39:30.2527722Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:39:30.2551213Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 2022-09-27T15:39:30.3940092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:39:30.4011275Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 2022-09-27T15:39:30.6117072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:39:30.6162185Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 2022-09-27T15:39:30.6949835Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:39:30.6996218Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool 2022-09-27T15:39:30.7767083Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:39:30.7777888Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 2022-09-27T15:39:30.7802252Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 2022-09-27T15:39:30.7816913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:39:30.8250213Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:39:30.8267986Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 2022-09-27T15:39:30.8292086Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 2022-09-27T15:39:30.8300499Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:39:30.8716500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:39:30.8739839Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 2022-09-27T15:39:30.9125559Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:39:30.9161347Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 2022-09-27T15:39:30.9790829Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:39:30.9832599Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 2022-09-27T15:39:31.0510522Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:39:31.0542159Z [gw1] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 2022-09-27T15:39:31.0606133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:39:31.1005655Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 2022-09-27T15:39:31.1014539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:39:31.1448001Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 2022-09-27T15:39:31.1457245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:39:31.1891731Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 2022-09-27T15:39:31.1900432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:39:31.2326998Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 2022-09-27T15:39:31.2336932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:39:31.2767204Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 2022-09-27T15:39:31.2777251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:39:31.3207857Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 2022-09-27T15:39:31.3218096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:39:31.3367820Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 2022-09-27T15:39:31.3392476Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 2022-09-27T15:39:31.3646630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:39:31.3656731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:39:31.4087662Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 2022-09-27T15:39:31.4093762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:31.4526462Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:31.4535625Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool 2022-09-27T15:39:31.4540617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:39:31.4547730Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool 2022-09-27T15:39:31.4970248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:39:31.4976427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:39:31.4991381Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 2022-09-27T15:39:31.5014908Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 2022-09-27T15:39:31.5324590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:39:31.5358274Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 2022-09-27T15:39:31.5413883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:39:31.5418672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:39:31.5807632Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 2022-09-27T15:39:31.5850520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:39:31.6269146Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 2022-09-27T15:39:31.6306980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:39:31.6767435Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 2022-09-27T15:39:31.6773503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:39:31.7207845Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 2022-09-27T15:39:31.7214018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:39:31.7512212Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 2022-09-27T15:39:31.7556779Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 2022-09-27T15:39:31.7646156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:39:31.7649931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:39:31.8100284Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 2022-09-27T15:39:31.8106395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:39:31.8528843Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 2022-09-27T15:39:31.8569596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:39:31.8654579Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 2022-09-27T15:39:31.8666955Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 2022-09-27T15:39:31.9008372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:39:31.9014761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:39:31.9449592Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool 2022-09-27T15:39:31.9454669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:39:31.9891075Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 2022-09-27T15:39:31.9891782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:39:32.0339085Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 2022-09-27T15:39:32.0339751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:39:32.0508839Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 2022-09-27T15:39:32.0559930Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 2022-09-27T15:39:32.0726077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:39:32.0767043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:39:32.1214154Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 2022-09-27T15:39:32.1214836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:39:32.1691432Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 2022-09-27T15:39:32.1692107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:39:32.2009008Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 2022-09-27T15:39:32.2021722Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 2022-09-27T15:39:32.2128024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:39:32.2128638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:39:32.2607261Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 2022-09-27T15:39:32.2609483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:39:32.3048283Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 2022-09-27T15:39:32.3051237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:32.3489772Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:32.3490527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:39:32.3774403Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool 2022-09-27T15:39:32.3785770Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 2022-09-27T15:39:32.3975423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:39:32.3976034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:39:32.4422668Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 2022-09-27T15:39:32.4423367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:39:32.4709557Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 2022-09-27T15:39:32.4742562Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 2022-09-27T15:39:32.4848942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:39:32.4849631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:39:32.5118659Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 2022-09-27T15:39:32.5142113Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 2022-09-27T15:39:32.5328321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:39:32.5330801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:39:32.5768699Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 2022-09-27T15:39:32.5772834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:39:32.5787325Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 2022-09-27T15:39:32.5806420Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 2022-09-27T15:39:32.6187951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:39:32.6191772Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 2022-09-27T15:39:32.6195623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:39:32.6219359Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 2022-09-27T15:39:32.6649671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:39:32.6650313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:39:32.7130643Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 2022-09-27T15:39:32.7131324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:39:32.7572937Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 2022-09-27T15:39:32.7573630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:39:32.7796261Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 2022-09-27T15:39:32.7874690Z [gw0] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 2022-09-27T15:39:32.8007034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:39:32.8010748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:39:32.8450313Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool 2022-09-27T15:39:32.8451037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:39:32.8889342Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 2022-09-27T15:39:32.8890030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:39:32.9324906Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 2022-09-27T15:39:32.9325544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:39:32.9769737Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 2022-09-27T15:39:32.9770710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:39:33.0207408Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 2022-09-27T15:39:33.0216001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:39:33.0256182Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 2022-09-27T15:39:33.0281278Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 2022-09-27T15:39:33.0651567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:39:33.0659220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:39:33.1088710Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 2022-09-27T15:39:33.1094964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:39:33.1528987Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 2022-09-27T15:39:33.1535077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:39:33.1701077Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 2022-09-27T15:39:33.1722878Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 2022-09-27T15:39:33.1968065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:39:33.1972530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:39:33.2408329Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 2022-09-27T15:39:33.2412939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:39:33.2848765Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 2022-09-27T15:39:33.2852724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:39:33.3289781Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 2022-09-27T15:39:33.3293964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:33.3731812Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:33.3736286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:39:33.4170809Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool 2022-09-27T15:39:33.4176406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:39:33.4585766Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 2022-09-27T15:39:33.4596415Z [gw2] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 2022-09-27T15:39:33.4606543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:39:33.4610758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:39:33.5093068Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 2022-09-27T15:39:33.5097364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:39:33.5528687Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 2022-09-27T15:39:33.5533374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:39:33.5967194Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 2022-09-27T15:39:33.5971642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:39:33.6408401Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 2022-09-27T15:39:33.6413018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:39:33.6852016Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 2022-09-27T15:39:33.6856401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:39:33.7289377Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 2022-09-27T15:39:33.7293558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:39:33.7734482Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 2022-09-27T15:39:33.7738616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:39:33.8168833Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 2022-09-27T15:39:33.8172982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:39:33.8267538Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 2022-09-27T15:39:33.8289690Z [gw3] [ 52%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:39:33.8611165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:39:33.8615460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:39:33.9048847Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 2022-09-27T15:39:33.9054191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:39:33.9498237Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 2022-09-27T15:39:33.9502611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:39:33.9938639Z [gw1] [ 52%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 2022-09-27T15:39:33.9943185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:39:34.0042235Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 2022-09-27T15:39:34.0062379Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 2022-09-27T15:39:34.0369540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:39:34.0372005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:39:34.0812487Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 2022-09-27T15:39:34.0814931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:39:34.1249470Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 2022-09-27T15:39:34.1252964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:39:34.1537030Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 2022-09-27T15:39:34.1567050Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 2022-09-27T15:39:34.1686524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:39:34.1694405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:39:34.2089094Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 2022-09-27T15:39:34.2126286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:39:34.2528959Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 2022-09-27T15:39:34.2565758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:39:34.2969034Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 2022-09-27T15:39:34.3009288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:39:34.3448678Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 2022-09-27T15:39:34.3458932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:39:34.3887742Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 2022-09-27T15:39:34.3893486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:39:34.4334407Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool 2022-09-27T15:39:34.4341194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:39:34.4778151Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 2022-09-27T15:39:34.4785373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:39:34.4845167Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 2022-09-27T15:39:34.4866697Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 2022-09-27T15:39:34.5215565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:39:34.5219960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:39:34.5652813Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 2022-09-27T15:39:34.5655252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:39:34.6094255Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 2022-09-27T15:39:34.6101160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:39:34.6532610Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 2022-09-27T15:39:34.6540130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:39:34.6980965Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 2022-09-27T15:39:34.6988059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:39:34.7411361Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 2022-09-27T15:39:34.7417773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:39:34.7880122Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 2022-09-27T15:39:34.7901445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:34.8327831Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:34.8334317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:39:34.8774256Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool 2022-09-27T15:39:34.8780689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:39:34.8836482Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 2022-09-27T15:39:34.8855196Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:39:34.9220704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:39:34.9227170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:39:34.9483119Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 2022-09-27T15:39:34.9506412Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 2022-09-27T15:39:34.9650054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:39:34.9654612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:39:35.0089056Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 2022-09-27T15:39:35.0093365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:39:35.0529400Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 2022-09-27T15:39:35.0533643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:39:35.0872851Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 2022-09-27T15:39:35.0903663Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 2022-09-27T15:39:35.0969244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:39:35.0973958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:39:35.1406925Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 2022-09-27T15:39:35.1412075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:39:35.1846972Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 2022-09-27T15:39:35.1847817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:39:35.2291422Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 2022-09-27T15:39:35.2296836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:39:35.2725839Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 2022-09-27T15:39:35.2730999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:39:35.3175268Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool 2022-09-27T15:39:35.3179838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:39:35.3609754Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 2022-09-27T15:39:35.3615476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:39:35.4020888Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 2022-09-27T15:39:35.4032098Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 2022-09-27T15:39:35.4050401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:39:35.4063689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:39:35.4488375Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 2022-09-27T15:39:35.4494825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:39:35.4932519Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 2022-09-27T15:39:35.4937929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:39:35.5371447Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 2022-09-27T15:39:35.5377300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:39:35.5815966Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 2022-09-27T15:39:35.5820670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:39:35.6250949Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 2022-09-27T15:39:35.6256305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:35.6687885Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:35.6693348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:39:35.7088242Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool 2022-09-27T15:39:35.7135545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:39:35.7572833Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 2022-09-27T15:39:35.7578064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:39:35.8008100Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 2022-09-27T15:39:35.8013583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:39:35.8179397Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 2022-09-27T15:39:35.8203297Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 2022-09-27T15:39:35.8209980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:39:35.8241842Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:39:35.8454464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:39:35.8455164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:39:35.8910422Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 2022-09-27T15:39:35.8911109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:39:35.9336222Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 2022-09-27T15:39:35.9337267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:39:35.9782627Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 2022-09-27T15:39:35.9783816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:39:35.9906882Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 2022-09-27T15:39:35.9925392Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 2022-09-27T15:39:36.0220147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:39:36.0222851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:39:36.0667557Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 2022-09-27T15:39:36.0668341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:39:36.1090824Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 2022-09-27T15:39:36.1091555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:39:36.1532370Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 2022-09-27T15:39:36.1537418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:39:36.1969046Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 2022-09-27T15:39:36.1973680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:39:36.2414725Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 2022-09-27T15:39:36.2419738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:39:36.2849404Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 2022-09-27T15:39:36.2854264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:36.3291040Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:36.3297972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:39:36.3699339Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:39:36.3749772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:39:36.4178154Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:39:36.4184830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:39:36.4621613Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 2022-09-27T15:39:36.4628237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:39:36.5056326Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 2022-09-27T15:39:36.5063616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:39:36.5495500Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 2022-09-27T15:39:36.5504235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:39:36.5928788Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 2022-09-27T15:39:36.5934613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:39:36.6378099Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 2022-09-27T15:39:36.6384931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:39:36.6816356Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 2022-09-27T15:39:36.6823206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:39:36.7248304Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 2022-09-27T15:39:36.7253309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:39:36.7578116Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 2022-09-27T15:39:36.7603897Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 2022-09-27T15:39:36.7691105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:39:36.7696209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:39:36.8001681Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 2022-09-27T15:39:36.8018773Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:39:36.8127376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:39:36.8133192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:36.8576339Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:36.8583714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:39:36.9015999Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:39:36.9023214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:39:36.9456596Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:39:36.9463808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:39:36.9896635Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 2022-09-27T15:39:36.9903254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:39:37.0440436Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 2022-09-27T15:39:37.0441140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:39:37.0774835Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 2022-09-27T15:39:37.0775845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:39:37.1216927Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 2022-09-27T15:39:37.1223257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:39:37.1651196Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 2022-09-27T15:39:37.1651938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:39:37.2097500Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 2022-09-27T15:39:37.2103767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:39:37.2533322Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 2022-09-27T15:39:37.2538192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:39:37.2776524Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 2022-09-27T15:39:37.2807893Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool 2022-09-27T15:39:37.2970413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:39:37.2971032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:39:37.3219973Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 2022-09-27T15:39:37.3249252Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 2022-09-27T15:39:37.3411549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:39:37.3412198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:39:37.3805576Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 2022-09-27T15:39:37.3841489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:39:37.4295365Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 2022-09-27T15:39:37.4299480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:39:37.4735648Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 2022-09-27T15:39:37.4746599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:39:37.5176588Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 2022-09-27T15:39:37.5189097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:39:37.5614721Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 2022-09-27T15:39:37.5626238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:39:37.5653630Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 2022-09-27T15:39:37.5678617Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:39:37.6056899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:39:37.6063820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:39:37.6465167Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 2022-09-27T15:39:37.6503917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:39:37.6947944Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 2022-09-27T15:39:37.6948648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:39:37.6960319Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 2022-09-27T15:39:37.6985492Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 2022-09-27T15:39:37.7328494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:39:37.7370416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:39:37.7771121Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 2022-09-27T15:39:37.7813860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:39:37.8254530Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 2022-09-27T15:39:37.8266422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:39:37.8692288Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 2022-09-27T15:39:37.8703499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:39:37.9129878Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 2022-09-27T15:39:37.9143532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:39:37.9579097Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 2022-09-27T15:39:37.9593376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:39:38.0018127Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 2022-09-27T15:39:38.0030180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:39:38.0449190Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 2022-09-27T15:39:38.0461095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:38.0888306Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:38.0900234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:39:38.1266743Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 2022-09-27T15:39:38.1284559Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 2022-09-27T15:39:38.1292442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:39:38.1343988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:39:38.1771802Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 2022-09-27T15:39:38.1777003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:39:38.2338991Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 2022-09-27T15:39:38.2348226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:39:38.2652764Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 2022-09-27T15:39:38.2658151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:39:38.3086679Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 2022-09-27T15:39:38.3097177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:39:38.3534528Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 2022-09-27T15:39:38.3538896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:39:38.3968904Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 2022-09-27T15:39:38.3973215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:39:38.4409953Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 2022-09-27T15:39:38.4414410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:39:38.4851802Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 2022-09-27T15:39:38.4862070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:39:38.4872416Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 2022-09-27T15:39:38.4878146Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 2022-09-27T15:39:38.5092890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:39:38.5115027Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 2022-09-27T15:39:38.5290497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:39:38.5294841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:39:38.5729471Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 2022-09-27T15:39:38.5733671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:39:38.6173980Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 2022-09-27T15:39:38.6178349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:39:38.6616886Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 2022-09-27T15:39:38.6622215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:39:38.7055619Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 2022-09-27T15:39:38.7059813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:39:38.7495946Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 2022-09-27T15:39:38.7500513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:39:38.7933948Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 2022-09-27T15:39:38.7938245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:38.8416485Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:38.8420911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:39:38.8856788Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 2022-09-27T15:39:38.8861165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:39:38.9298557Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 2022-09-27T15:39:38.9303230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:39:38.9582719Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 2022-09-27T15:39:38.9604833Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 2022-09-27T15:39:38.9729375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:39:38.9734286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:39:39.0168544Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 2022-09-27T15:39:39.0173563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:39:39.0611934Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 2022-09-27T15:39:39.0616408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:39:39.0733376Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 2022-09-27T15:39:39.0762291Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 2022-09-27T15:39:39.1056652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:39:39.1062847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:39:39.1488365Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 2022-09-27T15:39:39.1494546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:39:39.1846135Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 2022-09-27T15:39:39.1869334Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:39:39.1966417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:39:39.1972099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:39:39.2368267Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 2022-09-27T15:39:39.2422407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:39:39.2849354Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 2022-09-27T15:39:39.2855220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:39:39.3289061Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 2022-09-27T15:39:39.3339109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:39:39.3768603Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool 2022-09-27T15:39:39.3775036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:39:39.4210847Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 2022-09-27T15:39:39.4217291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:39:39.4690029Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 2022-09-27T15:39:39.4697159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:39:39.5131275Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 2022-09-27T15:39:39.5137628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:39:39.5290850Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 2022-09-27T15:39:39.5311309Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 2022-09-27T15:39:39.5566259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:39:39.5572485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:39:39.6048250Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 2022-09-27T15:39:39.6054323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:39:39.6532850Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 2022-09-27T15:39:39.6544470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:39:39.6968989Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 2022-09-27T15:39:39.6989614Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:39:39.7002146Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 2022-09-27T15:39:39.7009542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:39:39.7020801Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 2022-09-27T15:39:39.7026808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:39:39.7455146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:39:39.7462829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:39:39.7933399Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 2022-09-27T15:39:39.7942803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:39.8372550Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:39.8382430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:39:39.8819089Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool 2022-09-27T15:39:39.8828873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:39:39.9257258Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 2022-09-27T15:39:39.9268889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:39:39.9689534Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 2022-09-27T15:39:39.9699698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:39:40.0167993Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 2022-09-27T15:39:40.0177828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:39:40.0657955Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 2022-09-27T15:39:40.0667867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:39:40.1095406Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 2022-09-27T15:39:40.1107266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:39:40.1382079Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 2022-09-27T15:39:40.1404927Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 2022-09-27T15:39:40.1526178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:39:40.1535794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:39:40.1964770Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 2022-09-27T15:39:40.1987281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:39:40.2258830Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 2022-09-27T15:39:40.2281734Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 2022-09-27T15:39:40.2406666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:39:40.2411838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:39:40.2881712Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 2022-09-27T15:39:40.2886740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:39:40.3100549Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 2022-09-27T15:39:40.3121962Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:39:40.3376161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:39:40.3382326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:39:40.3814426Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool 2022-09-27T15:39:40.3824093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:39:40.4254132Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 2022-09-27T15:39:40.4263120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:39:40.4660092Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 2022-09-27T15:39:40.4700290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:39:40.5172327Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 2022-09-27T15:39:40.5179477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:39:40.5612106Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 2022-09-27T15:39:40.5620645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:39:40.6048134Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 2022-09-27T15:39:40.6056086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:39:40.6464927Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 2022-09-27T15:39:40.6512763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:39:40.6928215Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 2022-09-27T15:39:40.6937601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:40.7368185Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:40.7378205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:39:40.7661817Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool 2022-09-27T15:39:40.7684514Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 2022-09-27T15:39:40.7738418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:39:40.7803889Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 2022-09-27T15:39:40.7811790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:39:40.7819872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:39:40.8251571Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 2022-09-27T15:39:40.8261503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:39:40.8691776Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 2022-09-27T15:39:40.8701331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:39:40.9128855Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 2022-09-27T15:39:40.9138579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:39:40.9569553Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 2022-09-27T15:39:40.9579036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:39:41.0003760Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 2022-09-27T15:39:41.0015135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:39:41.0442124Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 2022-09-27T15:39:41.0453098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:39:41.0853072Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 2022-09-27T15:39:41.0900213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:39:41.1330216Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 2022-09-27T15:39:41.1341379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:39:41.1761625Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool 2022-09-27T15:39:41.1771038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:39:41.2208914Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 2022-09-27T15:39:41.2218669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:39:41.2326724Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 2022-09-27T15:39:41.2347986Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 2022-09-27T15:39:41.2648006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:39:41.2653212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:39:41.3095667Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 2022-09-27T15:39:41.3102053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:39:41.3570465Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 2022-09-27T15:39:41.3578744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:39:41.3822988Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 2022-09-27T15:39:41.3850738Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool 2022-09-27T15:39:41.3966102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:39:41.4006735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:39:41.4457560Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 2022-09-27T15:39:41.4467475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:39:41.4863541Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 2022-09-27T15:39:41.4886152Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:39:41.4893530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:39:41.4933783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:39:41.5188688Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 2022-09-27T15:39:41.5207828Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 2022-09-27T15:39:41.5371371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:39:41.5371992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:39:41.5589050Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 2022-09-27T15:39:41.5601662Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 2022-09-27T15:39:41.5810298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:39:41.5813229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:41.6248677Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:41.6252047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:39:41.6525399Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool 2022-09-27T15:39:41.6546253Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 2022-09-27T15:39:41.6687347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:39:41.6690442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:39:41.7131750Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 2022-09-27T15:39:41.7132443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:39:41.7572151Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 2022-09-27T15:39:41.7575403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:39:41.7831900Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 2022-09-27T15:39:41.7851757Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 2022-09-27T15:39:41.8047564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:39:41.8049593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:39:41.8488999Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 2022-09-27T15:39:41.8491977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:39:41.8931875Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 2022-09-27T15:39:41.8932547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:39:41.9308830Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 2022-09-27T15:39:41.9368875Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 2022-09-27T15:39:41.9369494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:39:41.9383517Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 2022-09-27T15:39:41.9810282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:39:41.9811049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:39:42.0295977Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 2022-09-27T15:39:42.0298284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:39:42.0764288Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 2022-09-27T15:39:42.0773390Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 2022-09-27T15:39:42.0780347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:39:42.0792292Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 2022-09-27T15:39:42.1160008Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:39:42.1192818Z [gw2] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 2022-09-27T15:39:42.1214680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:39:42.1219656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:39:42.1694917Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool 2022-09-27T15:39:42.1698119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:39:42.1930308Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 2022-09-27T15:39:42.1954835Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:39:42.2087340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:39:42.2108957Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 2022-09-27T15:39:42.2172174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:39:42.2176419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:39:42.2607142Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 2022-09-27T15:39:42.2645615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:39:42.3087765Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 2022-09-27T15:39:42.3119727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:39:42.3355130Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 2022-09-27T15:39:42.3369380Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 2022-09-27T15:39:42.3525110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:39:42.3558417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:39:42.4006211Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 2022-09-27T15:39:42.4040123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:39:42.4445752Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 2022-09-27T15:39:42.4482353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:39:42.4591816Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 2022-09-27T15:39:42.4605648Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 2022-09-27T15:39:42.4928114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:39:42.4960617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:39:42.5368187Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 2022-09-27T15:39:42.5400747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:39:42.5820857Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 2022-09-27T15:39:42.5839716Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 2022-09-27T15:39:42.5848696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:39:42.5880879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:42.5944873Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:42.6320670Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 2022-09-27T15:39:42.6335329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:39:42.6405335Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool 2022-09-27T15:39:42.6424625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:39:42.6799834Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 2022-09-27T15:39:42.6813400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:39:42.6884725Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 2022-09-27T15:39:42.6904090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:39:42.7206794Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 2022-09-27T15:39:42.7243001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:39:42.7334108Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 2022-09-27T15:39:42.7338664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:39:42.7729769Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 2022-09-27T15:39:42.7738724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:39:42.7748206Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 2022-09-27T15:39:42.7830723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:39:42.8168005Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 2022-09-27T15:39:42.8175816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:39:42.8186009Z [gw1] [ 53%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 2022-09-27T15:39:42.8260676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:39:42.8346312Z [gw0] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 2022-09-27T15:39:42.8363749Z [gw3] [ 53%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:39:42.8719306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:39:42.8727615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:39:42.8735501Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 2022-09-27T15:39:42.8741273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:39:42.9085673Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 2022-09-27T15:39:42.9092265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:39:42.9143594Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 2022-09-27T15:39:42.9419772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:39:42.9490153Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 2022-09-27T15:39:42.9531719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:39:42.9563149Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 2022-09-27T15:39:42.9694253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:39:43.0006071Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool 2022-09-27T15:39:43.0014644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:39:43.0041730Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 2022-09-27T15:39:43.0188995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:39:43.0449860Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 2022-09-27T15:39:43.0457533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:39:43.0505345Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 2022-09-27T15:39:43.0637029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:39:43.0886388Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 2022-09-27T15:39:43.0895234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:39:43.0945264Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 2022-09-27T15:39:43.1071525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:39:43.1326089Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 2022-09-27T15:39:43.1334950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:39:43.1420968Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 2022-09-27T15:39:43.1510171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:39:43.1769465Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 2022-09-27T15:39:43.1776631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:39:43.1865785Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 2022-09-27T15:39:43.1949113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:39:43.2248754Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 2022-09-27T15:39:43.2254148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:43.2402769Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:43.2424362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:39:43.2688889Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 2022-09-27T15:39:43.2696533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:39:43.2826243Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 2022-09-27T15:39:43.2901300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:39:43.3127849Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 2022-09-27T15:39:43.3134946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:39:43.3307022Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 2022-09-27T15:39:43.3386362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:39:43.3612427Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 2022-09-27T15:39:43.3620352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:39:43.3791282Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 2022-09-27T15:39:43.3867282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:39:43.4047491Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 2022-09-27T15:39:43.4055307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:39:43.4225806Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool 2022-09-27T15:39:43.4296695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:39:43.4453109Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 2022-09-27T15:39:43.4499640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:39:43.4707700Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 2022-09-27T15:39:43.4797175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:39:43.4900479Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 2022-09-27T15:39:43.4934980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:39:43.5190737Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 2022-09-27T15:39:43.5340356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:39:43.5378868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:39:43.5813583Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 2022-09-27T15:39:43.5821222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:39:43.6241731Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 2022-09-27T15:39:43.6252016Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:39:43.6265467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:39:43.6290333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:39:43.6531526Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 2022-09-27T15:39:43.6578577Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 2022-09-27T15:39:43.6732733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:39:43.6737807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:39:43.7169607Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 2022-09-27T15:39:43.7174760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:39:43.7650082Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 2022-09-27T15:39:43.7657755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:39:43.8128202Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 2022-09-27T15:39:43.8133436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:39:43.8571335Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 2022-09-27T15:39:43.8576232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:39:43.9007982Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 2022-09-27T15:39:43.9015030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:43.9047306Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:43.9076704Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool 2022-09-27T15:39:43.9489445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:39:43.9494615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:39:43.9933953Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool 2022-09-27T15:39:43.9938927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:39:44.0369866Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 2022-09-27T15:39:44.0375966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:39:44.0846885Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 2022-09-27T15:39:44.0857932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:39:44.1287103Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 2022-09-27T15:39:44.1298134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:39:44.1727349Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 2022-09-27T15:39:44.1738209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:39:44.2167756Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 2022-09-27T15:39:44.2178437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:39:44.2608481Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 2022-09-27T15:39:44.2619325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:39:44.2820789Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 2022-09-27T15:39:44.2848928Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 2022-09-27T15:39:44.3050005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:39:44.3061583Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 2022-09-27T15:39:44.3069718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:39:44.3078593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:39:44.3496081Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 2022-09-27T15:39:44.3508735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:39:44.3935258Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 2022-09-27T15:39:44.3948201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:39:44.4352060Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 2022-09-27T15:39:44.4362252Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:39:44.4374474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:39:44.4397203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:39:44.4816422Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 2022-09-27T15:39:44.4821685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:39:44.5249242Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool 2022-09-27T15:39:44.5253784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:39:44.5697594Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 2022-09-27T15:39:44.5703059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:39:44.6141702Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 2022-09-27T15:39:44.6145651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:39:44.6364699Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 2022-09-27T15:39:44.6377682Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 2022-09-27T15:39:44.6576795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:39:44.6583357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:39:44.7010883Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 2022-09-27T15:39:44.7015283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:39:44.7409668Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 2022-09-27T15:39:44.7456995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:39:44.7849963Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 2022-09-27T15:39:44.7899836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:39:44.8289860Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 2022-09-27T15:39:44.8342404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:39:44.8771822Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 2022-09-27T15:39:44.8780634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:39:44.9221392Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 2022-09-27T15:39:44.9249002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:39:44.9653016Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 2022-09-27T15:39:44.9662862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:44.9888215Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:44.9909468Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 2022-09-27T15:39:45.0094969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:39:45.0100784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:39:45.0536439Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool 2022-09-27T15:39:45.0540978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:39:45.0975726Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 2022-09-27T15:39:45.0976514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:39:45.1416222Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 2022-09-27T15:39:45.1424506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:39:45.1855525Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 2022-09-27T15:39:45.1863488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:39:45.2241346Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 2022-09-27T15:39:45.2314713Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 2022-09-27T15:39:45.2319337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:39:45.2325635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:39:45.2759844Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 2022-09-27T15:39:45.2767258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:39:45.3169705Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 2022-09-27T15:39:45.3175318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:39:45.3610500Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 2022-09-27T15:39:45.3620785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:39:45.4058454Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 2022-09-27T15:39:45.4069614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:39:45.4097263Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 2022-09-27T15:39:45.4116114Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 2022-09-27T15:39:45.4502919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:39:45.4503523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:39:45.4935469Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 2022-09-27T15:39:45.4936513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:39:45.4950434Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 2022-09-27T15:39:45.4980648Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:39:45.5071747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:39:45.5082529Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 2022-09-27T15:39:45.5328900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:39:45.5376387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:39:45.5769623Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool 2022-09-27T15:39:45.5807937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:39:45.5844548Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 2022-09-27T15:39:45.5862041Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 2022-09-27T15:39:45.6209371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:39:45.6248559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:39:45.6649940Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 2022-09-27T15:39:45.6686863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:39:45.6803180Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 2022-09-27T15:39:45.6821141Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 2022-09-27T15:39:45.7089114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:39:45.7129855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:39:45.7444071Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 2022-09-27T15:39:45.7460086Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 2022-09-27T15:39:45.7524711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:39:45.7560611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:39:45.7969346Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 2022-09-27T15:39:45.8005297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:39:45.8376737Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 2022-09-27T15:39:45.8392484Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 2022-09-27T15:39:45.8404125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:39:45.8443504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:39:45.8848518Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 2022-09-27T15:39:45.8881341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:39:45.9177655Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 2022-09-27T15:39:45.9194337Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 2022-09-27T15:39:45.9285980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:39:45.9318646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:39:45.9729443Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 2022-09-27T15:39:45.9764013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:39:46.0213267Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 2022-09-27T15:39:46.0214074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:46.0658431Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:46.0666523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:39:46.1089226Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool 2022-09-27T15:39:46.1100257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:39:46.1533444Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 2022-09-27T15:39:46.1546094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:39:46.1969258Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 2022-09-27T15:39:46.1973244Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 2022-09-27T15:39:46.1974212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:39:46.1990201Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 2022-09-27T15:39:46.2408754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:39:46.2412614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:39:46.2847493Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 2022-09-27T15:39:46.2851193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:39:46.3128849Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 2022-09-27T15:39:46.3154901Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool 2022-09-27T15:39:46.3285684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:39:46.3290940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:39:46.3769207Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 2022-09-27T15:39:46.3773485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:39:46.4329865Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 2022-09-27T15:39:46.4330537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:39:46.4758860Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 2022-09-27T15:39:46.4759592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:39:46.4804235Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 2022-09-27T15:39:46.4876253Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool 2022-09-27T15:39:46.5158277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:39:46.5158921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:39:46.5569550Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 2022-09-27T15:39:46.5571207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:39:46.6049806Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 2022-09-27T15:39:46.6050992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:39:46.6487330Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool 2022-09-27T15:39:46.6493007Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:39:46.6969836Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 2022-09-27T15:39:46.6975907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:39:46.7407854Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 2022-09-27T15:39:46.7413275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:39:46.7894232Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 2022-09-27T15:39:46.7894987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:39:46.8039352Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 2022-09-27T15:39:46.8064061Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:39:46.8334877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:39:46.8335529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:39:46.8510108Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 2022-09-27T15:39:46.8533034Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 2022-09-27T15:39:46.8768246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:39:46.8775444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:39:46.9202239Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 2022-09-27T15:39:46.9208019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:39:46.9681050Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 2022-09-27T15:39:46.9686971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:39:47.0123151Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 2022-09-27T15:39:47.0133041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:39:47.0564474Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 2022-09-27T15:39:47.0573552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:39:47.1051068Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 2022-09-27T15:39:47.1060505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:47.1484712Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:47.1493389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:39:47.1869738Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool 2022-09-27T15:39:47.1900606Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 2022-09-27T15:39:47.1908895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:39:47.1934063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:39:47.2371672Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 2022-09-27T15:39:47.2380127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:39:47.2808034Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 2022-09-27T15:39:47.2816307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:39:47.3287218Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 2022-09-27T15:39:47.3296146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:39:47.3541532Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 2022-09-27T15:39:47.3568646Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:39:47.3765339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:39:47.3774013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:39:47.4250871Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 2022-09-27T15:39:47.4259774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:39:47.4686768Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 2022-09-27T15:39:47.4695730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:39:47.5171804Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 2022-09-27T15:39:47.5180829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:39:47.5647568Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 2022-09-27T15:39:47.5656469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:39:47.5698576Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 2022-09-27T15:39:47.5723892Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 2022-09-27T15:39:47.6126536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:39:47.6136416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:39:47.6564701Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 2022-09-27T15:39:47.6575348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:39:47.7013482Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 2022-09-27T15:39:47.7029062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:39:47.7499980Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 2022-09-27T15:39:47.7509473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:39:47.7973505Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 2022-09-27T15:39:47.7985985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:39:47.8205380Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 2022-09-27T15:39:47.8224914Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 2022-09-27T15:39:47.8407870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:39:47.8408803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:39:47.8887735Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 2022-09-27T15:39:47.8896341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:39:47.9366569Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 2022-09-27T15:39:47.9375808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:39:47.9727915Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 2022-09-27T15:39:47.9754853Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 2022-09-27T15:39:47.9845710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:39:47.9855005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:39:48.0036824Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 2022-09-27T15:39:48.0067687Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:39:48.0328869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:39:48.0338044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:39:48.0746691Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 2022-09-27T15:39:48.0782590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:39:48.1202264Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 2022-09-27T15:39:48.1208071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:48.1680749Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:48.1692359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:39:48.2035611Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 2022-09-27T15:39:48.2056330Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 2022-09-27T15:39:48.2165254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:39:48.2181030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:39:48.2606660Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 2022-09-27T15:39:48.2611906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:39:48.3047359Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 2022-09-27T15:39:48.3056414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:39:48.3528088Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 2022-09-27T15:39:48.3538935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:39:48.3971237Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 2022-09-27T15:39:48.3981158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:39:48.4241276Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 2022-09-27T15:39:48.4267740Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 2022-09-27T15:39:48.4447254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:39:48.4456678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:39:48.4928436Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 2022-09-27T15:39:48.4938073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:39:48.5375414Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 2022-09-27T15:39:48.5386398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:39:48.5815863Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 2022-09-27T15:39:48.5827230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:39:48.6084180Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 2022-09-27T15:39:48.6102782Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 2022-09-27T15:39:48.6293461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:39:48.6294238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:39:48.6739214Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool 2022-09-27T15:39:48.6739938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:39:48.7217112Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 2022-09-27T15:39:48.7217947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:39:48.7652579Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 2022-09-27T15:39:48.7653321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:39:48.8010078Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 2022-09-27T15:39:48.8028755Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 2022-09-27T15:39:48.8106943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:39:48.8151605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:39:48.8578404Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 2022-09-27T15:39:48.8579109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:39:48.8709403Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 2022-09-27T15:39:48.8735004Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:39:48.9019651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:39:48.9020296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:39:48.9406768Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 2022-09-27T15:39:48.9436046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:39:48.9853800Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 2022-09-27T15:39:48.9871165Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 2022-09-27T15:39:48.9884432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:39:48.9915226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:49.0325880Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:49.0366119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:39:49.0765755Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool 2022-09-27T15:39:49.0805209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:39:49.0820996Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 2022-09-27T15:39:49.0849308Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 2022-09-27T15:39:49.1250275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:39:49.1260120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:39:49.1688617Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 2022-09-27T15:39:49.1700057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:39:49.2131850Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 2022-09-27T15:39:49.2132754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:39:49.2571049Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 2022-09-27T15:39:49.2571898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:39:49.3008378Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 2022-09-27T15:39:49.3009412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:39:49.3450886Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 2022-09-27T15:39:49.3451742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:39:49.3887066Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 2022-09-27T15:39:49.3888119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:39:49.4330703Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 2022-09-27T15:39:49.4331364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:39:49.4654234Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool 2022-09-27T15:39:49.4671149Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:39:49.4770317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:39:49.4770919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:39:49.5252639Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 2022-09-27T15:39:49.5253328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:39:49.5728366Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 2022-09-27T15:39:49.5729058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:39:49.6170347Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 2022-09-27T15:39:49.6170981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:39:49.6614129Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 2022-09-27T15:39:49.6614762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:39:49.7050857Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 2022-09-27T15:39:49.7051507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:39:49.7489568Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 2022-09-27T15:39:49.7490205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:39:49.7928387Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 2022-09-27T15:39:49.7929003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:39:49.8409547Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 2022-09-27T15:39:49.8410182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:49.8850474Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:49.8851158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:39:49.9332539Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool 2022-09-27T15:39:49.9333894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:39:49.9825424Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 2022-09-27T15:39:49.9835645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:39:50.0286929Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 2022-09-27T15:39:50.0296670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:39:50.0530343Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 2022-09-27T15:39:50.0553541Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 2022-09-27T15:39:50.0728101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:39:50.0735333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:39:50.1167216Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 2022-09-27T15:39:50.1175627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:39:50.1607346Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 2022-09-27T15:39:50.1616200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:39:50.1917032Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 2022-09-27T15:39:50.1940090Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:39:50.2046212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:39:50.2051943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:39:50.2486933Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 2022-09-27T15:39:50.2492393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:39:50.2931684Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 2022-09-27T15:39:50.2940969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:39:50.3367358Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 2022-09-27T15:39:50.3376426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:39:50.3808400Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool 2022-09-27T15:39:50.3815117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:39:50.4247496Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 2022-09-27T15:39:50.4254846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:39:50.4687679Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 2022-09-27T15:39:50.4696907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:39:50.5127503Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 2022-09-27T15:39:50.5137268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:39:50.5567420Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 2022-09-27T15:39:50.5576775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:39:50.6010744Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 2022-09-27T15:39:50.6016356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:39:50.6449535Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 2022-09-27T15:39:50.6450217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:39:50.6886506Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 2022-09-27T15:39:50.6895990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:39:50.7325903Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 2022-09-27T15:39:50.7335166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:39:50.7767062Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 2022-09-27T15:39:50.7776961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:39:50.8207188Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 2022-09-27T15:39:50.8216330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:39:50.8646334Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 2022-09-27T15:39:50.8655678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:50.9089239Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:50.9095026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:39:50.9526950Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool 2022-09-27T15:39:50.9532861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:39:50.9818392Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 2022-09-27T15:39:50.9841570Z [gw3] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:39:50.9965375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:39:50.9970887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:39:51.0407299Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 2022-09-27T15:39:51.0417623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:39:51.0846145Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 2022-09-27T15:39:51.0858538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:39:51.0871744Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 2022-09-27T15:39:51.0878146Z [gw2] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 2022-09-27T15:39:51.1286331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:39:51.1291920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:39:51.1726249Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 2022-09-27T15:39:51.1731755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:39:51.2168005Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 2022-09-27T15:39:51.2173752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:39:51.2608657Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 2022-09-27T15:39:51.2614359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:39:51.3007565Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 2022-09-27T15:39:51.3045266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:39:51.3530601Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 2022-09-27T15:39:51.3539890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:39:51.3968181Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 2022-09-27T15:39:51.3976517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:39:51.4409398Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 2022-09-27T15:39:51.4417946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:39:51.4848549Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 2022-09-27T15:39:51.4859554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:39:51.5291493Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool 2022-09-27T15:39:51.5302227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:39:51.5319106Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 2022-09-27T15:39:51.5330463Z [gw0] [ 54%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 2022-09-27T15:39:51.5734308Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:39:51.5744278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:39:51.6207695Z [gw1] [ 54%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 2022-09-27T15:39:51.6218465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:39:51.6688481Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 2022-09-27T15:39:51.6699136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:39:51.7168305Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 2022-09-27T15:39:51.7178646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:39:51.7307512Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 2022-09-27T15:39:51.7335299Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:39:51.7473625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:39:51.7607284Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 2022-09-27T15:39:51.7612219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:39:51.7837208Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 2022-09-27T15:39:51.7950970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:39:51.8087847Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool 2022-09-27T15:39:51.8092287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:39:51.8322631Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 2022-09-27T15:39:51.8392346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:39:51.8528943Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 2022-09-27T15:39:51.8531817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:39:51.8696006Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 2022-09-27T15:39:51.8819193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:39:51.8964993Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 2022-09-27T15:39:51.8966647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:51.9201468Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:51.9260215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:39:51.9406398Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 2022-09-27T15:39:51.9407114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:39:51.9567153Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool 2022-09-27T15:39:51.9706449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:39:51.9851036Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 2022-09-27T15:39:51.9858501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:39:51.9867296Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 2022-09-27T15:39:51.9886070Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 2022-09-27T15:39:52.0005622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:39:52.0137297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:39:52.0292349Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 2022-09-27T15:39:52.0305190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:39:52.0483406Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 2022-09-27T15:39:52.0610281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:39:52.0726623Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 2022-09-27T15:39:52.0728450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:39:52.1003689Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 2022-09-27T15:39:52.1079532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:39:52.1206009Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 2022-09-27T15:39:52.1208110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:39:52.1441997Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 2022-09-27T15:39:52.1516329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:39:52.1690581Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 2022-09-27T15:39:52.1692919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:39:52.1882245Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 2022-09-27T15:39:52.1958653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:39:52.2126455Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 2022-09-27T15:39:52.2128712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:39:52.2362671Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 2022-09-27T15:39:52.2437828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:39:52.2606396Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 2022-09-27T15:39:52.2608871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:39:52.2803526Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 2022-09-27T15:39:52.2881923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:39:52.3049121Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 2022-09-27T15:39:52.3049782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:39:52.3282981Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 2022-09-27T15:39:52.3489017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:39:52.3489611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:39:52.3544164Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 2022-09-27T15:39:52.3645725Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 2022-09-27T15:39:52.3975886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:39:52.3985780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:39:52.4061732Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 2022-09-27T15:39:52.4099820Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool 2022-09-27T15:39:52.4413079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:39:52.4418213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:39:52.4625048Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 2022-09-27T15:39:52.4658263Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 2022-09-27T15:39:52.4891080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:39:52.4895133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:39:52.5160259Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 2022-09-27T15:39:52.5192007Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 2022-09-27T15:39:52.5325264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:39:52.5327382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:39:52.5701976Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 2022-09-27T15:39:52.5715169Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 2022-09-27T15:39:52.5763616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:39:52.5765475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:39:52.6094397Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 2022-09-27T15:39:52.6112901Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 2022-09-27T15:39:52.6124861Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 2022-09-27T15:39:52.6139097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:39:52.6242684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:39:52.6247956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:52.6565128Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:52.6581202Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 2022-09-27T15:39:52.6645138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:39:52.6678019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:39:52.6780842Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 2022-09-27T15:39:52.7006510Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 2022-09-27T15:39:52.7120955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:39:52.7121554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:39:52.7194572Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 2022-09-27T15:39:52.7209558Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 2022-09-27T15:39:52.7244709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:39:52.7485218Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 2022-09-27T15:39:52.7523917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:39:52.7559521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:39:52.7723259Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 2022-09-27T15:39:52.7969170Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 2022-09-27T15:39:52.7969776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:39:52.8013287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:39:52.8174380Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 2022-09-27T15:39:52.8411623Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 2022-09-27T15:39:52.8412275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:39:52.8447923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:39:52.8646894Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 2022-09-27T15:39:52.8886398Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 2022-09-27T15:39:52.8887196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:39:52.8920449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:39:52.9111142Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:39:52.9375520Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 2022-09-27T15:39:52.9377704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:39:52.9434647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:39:52.9448056Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 2022-09-27T15:39:52.9454497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:39:52.9603560Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool 2022-09-27T15:39:52.9844038Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 2022-09-27T15:39:52.9847869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:39:52.9855260Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 2022-09-27T15:39:52.9949787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:39:53.0286728Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool 2022-09-27T15:39:53.0290846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:39:53.0298717Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 2022-09-27T15:39:53.0409504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:39:53.0725810Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 2022-09-27T15:39:53.0729744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:39:53.0736919Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 2022-09-27T15:39:53.0849010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:39:53.1169080Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 2022-09-27T15:39:53.1174919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:39:53.1182262Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 2022-09-27T15:39:53.1283951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:39:53.1607412Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 2022-09-27T15:39:53.1615268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:39:53.1623857Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 2022-09-27T15:39:53.1723367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:39:53.2046856Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 2022-09-27T15:39:53.2052020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:39:53.2059456Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 2022-09-27T15:39:53.2170461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:39:53.2527168Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 2022-09-27T15:39:53.2531810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:39:53.2539135Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 2022-09-27T15:39:53.2593094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:39:53.2963575Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 2022-09-27T15:39:53.2973763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:39:53.3018527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:39:53.3033028Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 2022-09-27T15:39:53.3143327Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 2022-09-27T15:39:53.3162006Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 2022-09-27T15:39:53.3366146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:39:53.3445079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:39:53.3449551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:39:53.3467725Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 2022-09-27T15:39:53.3859546Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 2022-09-27T15:39:53.3883510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:39:53.3893358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:39:53.3907113Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 2022-09-27T15:39:53.4246742Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 2022-09-27T15:39:53.4329555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:39:53.4334843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:53.4351177Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:53.4756857Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 2022-09-27T15:39:53.4766538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:39:53.4911034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:39:53.4921366Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:39:53.5201031Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 2022-09-27T15:39:53.5205536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:39:53.5210476Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:39:53.5650054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:39:53.5696525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:39:53.6054360Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:39:53.6075055Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 2022-09-27T15:39:53.6163261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:39:53.6167974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:39:53.6512126Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:39:53.6534989Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool 2022-09-27T15:39:53.6607150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:39:53.6613122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:39:53.7065076Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:39:53.7085683Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 2022-09-27T15:39:53.7163564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:39:53.7170000Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:39:53.7531110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:39:53.7536186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:39:53.7905723Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:39:53.7933194Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 2022-09-27T15:39:53.7967727Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:39:53.7975756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:39:53.8407249Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:39:53.8417050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:39:53.8455677Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:39:53.8484415Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 2022-09-27T15:39:53.8848953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:39:53.8860015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:39:53.9031311Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:39:53.9059973Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 2022-09-27T15:39:53.9328446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:39:53.9337827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:39:53.9558673Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:39:53.9589735Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 2022-09-27T15:39:53.9763962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:39:53.9772954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:39:54.0088842Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 2022-09-27T15:39:54.0115821Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 2022-09-27T15:39:54.0128298Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 2022-09-27T15:39:54.0147904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:39:54.0203665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:39:54.0211959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:39:54.0652682Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool 2022-09-27T15:39:54.0662390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:39:54.0991940Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 2022-09-27T15:39:54.1018657Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 2022-09-27T15:39:54.1125404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:39:54.1133755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:39:54.1459372Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 2022-09-27T15:39:54.1485254Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 2022-09-27T15:39:54.1565893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:39:54.1574847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:39:54.1961655Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 2022-09-27T15:39:54.1988450Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 2022-09-27T15:39:54.2007049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:39:54.2015230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:39:54.2447874Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 2022-09-27T15:39:54.2458970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:39:54.2490242Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 2022-09-27T15:39:54.2519052Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 2022-09-27T15:39:54.2887038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:39:54.2899996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:39:54.2912366Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 2022-09-27T15:39:54.2924884Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 2022-09-27T15:39:54.3020487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:39:54.3047074Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 2022-09-27T15:39:54.3366936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:39:54.3376123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:39:54.3810254Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 2022-09-27T15:39:54.3821484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:39:54.4208693Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 2022-09-27T15:39:54.4237802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:39:54.4689341Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 2022-09-27T15:39:54.4722548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:39:54.5167735Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 2022-09-27T15:39:54.5178252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:54.5608149Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:54.5619342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:39:54.6048601Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool 2022-09-27T15:39:54.6059457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:39:54.6348778Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 2022-09-27T15:39:54.6371373Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 2022-09-27T15:39:54.6526551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:39:54.6532503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:39:54.6971588Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 2022-09-27T15:39:54.6978663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:39:54.7408261Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 2022-09-27T15:39:54.7416905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:39:54.7847364Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 2022-09-27T15:39:54.7854741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:39:54.8286499Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 2022-09-27T15:39:54.8293069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:39:54.8726630Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 2022-09-27T15:39:54.8732907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:39:54.9154196Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 2022-09-27T15:39:54.9167224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:39:54.9606012Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 2022-09-27T15:39:54.9613562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:39:55.0049978Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 2022-09-27T15:39:55.0056583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:39:55.0510709Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 2022-09-27T15:39:55.0527715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:39:55.0965386Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 2022-09-27T15:39:55.0971593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:39:55.1415459Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool 2022-09-27T15:39:55.1446019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:39:55.1858559Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 2022-09-27T15:39:55.1885624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:39:55.2326000Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 2022-09-27T15:39:55.2332222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:39:55.2805085Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 2022-09-27T15:39:55.2811431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:39:55.3249825Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 2022-09-27T15:39:55.3256937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:39:55.3604212Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 2022-09-27T15:39:55.3629992Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 2022-09-27T15:39:55.3682420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:39:55.3691001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:39:55.3736490Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 2022-09-27T15:39:55.3777383Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 2022-09-27T15:39:55.4099363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:39:55.4118908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:39:55.4605895Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 2022-09-27T15:39:55.4615446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:39:55.4869425Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 2022-09-27T15:39:55.4875898Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 2022-09-27T15:39:55.5020457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:39:55.5062863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:55.5497424Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:55.5500030Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool 2022-09-27T15:39:55.5517130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:39:55.5535781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:39:55.6014963Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool 2022-09-27T15:39:55.6024820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:39:55.6170745Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 2022-09-27T15:39:55.6186481Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 2022-09-27T15:39:55.6495967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:39:55.6505146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:39:55.6860582Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 2022-09-27T15:39:55.6877990Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 2022-09-27T15:39:55.6972500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:39:55.6981348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:39:55.7446857Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 2022-09-27T15:39:55.7456653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:39:55.7541232Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 2022-09-27T15:39:55.7556451Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 2022-09-27T15:39:55.7921449Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:39:55.7929873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:39:55.8226473Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 2022-09-27T15:39:55.8241199Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool 2022-09-27T15:39:55.8365951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:39:55.8374196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:39:55.8806256Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 2022-09-27T15:39:55.8814058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:39:55.8825974Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 2022-09-27T15:39:55.8852767Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 2022-09-27T15:39:55.9205537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:39:55.9274251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:39:55.9647686Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 2022-09-27T15:39:55.9679908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:39:55.9687059Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 2022-09-27T15:39:55.9698371Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 2022-09-27T15:39:56.0087426Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:39:56.0122797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:39:56.0239555Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool 2022-09-27T15:39:56.0250354Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 2022-09-27T15:39:56.0391092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:39:56.0408612Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 2022-09-27T15:39:56.0526604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:39:56.0569517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:39:56.0765119Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 2022-09-27T15:39:56.0776476Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 2022-09-27T15:39:56.0967590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:39:56.1008901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:39:56.1276861Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 2022-09-27T15:39:56.1291271Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 2022-09-27T15:39:56.1407064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:39:56.1456044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:39:56.1791356Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 2022-09-27T15:39:56.1802819Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 2022-09-27T15:39:56.1844915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:39:56.1885269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:39:56.2287381Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 2022-09-27T15:39:56.2329522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:39:56.2364401Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 2022-09-27T15:39:56.2378414Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 2022-09-27T15:39:56.2689622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:39:56.2725043Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 2022-09-27T15:39:56.2754035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:39:56.2803614Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 2022-09-27T15:39:56.3099708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:39:56.3166297Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool 2022-09-27T15:39:56.3196673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:39:56.3245159Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 2022-09-27T15:39:56.3580105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:39:56.3592485Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 2022-09-27T15:39:56.3608462Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:39:56.3645370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:39:56.3659777Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 2022-09-27T15:39:56.3682261Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 2022-09-27T15:39:56.4040051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:39:56.4086056Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 2022-09-27T15:39:56.4092276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:39:56.4122170Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 2022-09-27T15:39:56.4486775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:39:56.4504362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:39:56.4530374Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 2022-09-27T15:39:56.4561360Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 2022-09-27T15:39:56.4895581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:39:56.5010485Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 2022-09-27T15:39:56.5014906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:39:56.5015559Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 2022-09-27T15:39:56.5335333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:39:56.5430554Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 2022-09-27T15:39:56.5450681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:56.5482873Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:56.5859230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:39:56.5902394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:39:56.6227186Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool 2022-09-27T15:39:56.6270121Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 2022-09-27T15:39:56.6296486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:39:56.6327680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:39:56.6785664Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 2022-09-27T15:39:56.6821546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:39:56.6875353Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 2022-09-27T15:39:56.6892950Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 2022-09-27T15:39:56.7183076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:39:56.7207853Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 2022-09-27T15:39:56.7259223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:39:56.7403520Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 2022-09-27T15:39:56.7698348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:39:56.7705055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:39:56.7712332Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 2022-09-27T15:39:56.7858638Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 2022-09-27T15:39:56.8117810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:39:56.8138350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:39:56.8221226Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 2022-09-27T15:39:56.8325082Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 2022-09-27T15:39:56.8568091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:39:56.8573213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:39:56.8687030Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 2022-09-27T15:39:56.8763679Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 2022-09-27T15:39:56.8977436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:39:56.9020376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:39:56.9465118Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 2022-09-27T15:39:56.9507930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:39:56.9925925Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 2022-09-27T15:39:56.9931201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:39:57.0412029Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 2022-09-27T15:39:57.0417723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:39:57.0852465Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 2022-09-27T15:39:57.0857859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:39:57.1051532Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 2022-09-27T15:39:57.1069665Z [gw2] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 2022-09-27T15:39:57.1244847Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:39:57.1251353Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 2022-09-27T15:39:57.1265986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:39:57.1300296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:39:57.1688182Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 2022-09-27T15:39:57.1717490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:39:57.2128343Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool 2022-09-27T15:39:57.2167977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:39:57.2320613Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 2022-09-27T15:39:57.2328186Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool 2022-09-27T15:39:57.2568457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:39:57.2609824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:39:57.3008144Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 2022-09-27T15:39:57.3044024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:39:57.3420041Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 2022-09-27T15:39:57.3429514Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 2022-09-27T15:39:57.3446382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:39:57.3478298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:39:57.3888142Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 2022-09-27T15:39:57.3929900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:39:57.4033342Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 2022-09-27T15:39:57.4051920Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 2022-09-27T15:39:57.4371707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:39:57.4372329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:39:57.4813095Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 2022-09-27T15:39:57.4813730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:39:57.4893612Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 2022-09-27T15:39:57.4910007Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 2022-09-27T15:39:57.5255050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:39:57.5255864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:39:57.5731410Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 2022-09-27T15:39:57.5732264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:39:57.6171297Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 2022-09-27T15:39:57.6172088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:39:57.6361405Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 2022-09-27T15:39:57.6374559Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 2022-09-27T15:39:57.6612543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:39:57.6613337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:39:57.7061014Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 2022-09-27T15:39:57.7061833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:57.7500507Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:57.7501319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:39:57.7730594Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool 2022-09-27T15:39:57.7762263Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 2022-09-27T15:39:57.7978613Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:39:57.7986057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:39:57.8432153Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 2022-09-27T15:39:57.8432986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:39:57.8433788Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 2022-09-27T15:39:57.8441801Z [gw3] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 2022-09-27T15:39:57.8891720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:39:57.8892578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:39:57.9135222Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 2022-09-27T15:39:57.9148852Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 2022-09-27T15:39:57.9286910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:39:57.9343048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:39:57.9779013Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 2022-09-27T15:39:57.9786629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:39:58.0217968Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 2022-09-27T15:39:58.0225137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:39:58.0561613Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 2022-09-27T15:39:58.0591332Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 2022-09-27T15:39:58.0695615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:39:58.0703439Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:39:58.1135127Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 2022-09-27T15:39:58.1140001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:39:58.1578227Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 2022-09-27T15:39:58.1582879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:39:58.1923721Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 2022-09-27T15:39:58.1949045Z [gw0] [ 55%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 2022-09-27T15:39:58.2010699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:39:58.2015227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:39:58.2495719Z [gw1] [ 55%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 2022-09-27T15:39:58.2499277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:39:58.2975629Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 2022-09-27T15:39:58.2980449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:39:58.3260943Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 2022-09-27T15:39:58.3283945Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 2022-09-27T15:39:58.3415272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:39:58.3420704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:39:58.3855271Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool 2022-09-27T15:39:58.3861340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:39:58.4248635Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 2022-09-27T15:39:58.4277925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:39:58.4505773Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 2022-09-27T15:39:58.4513800Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 2022-09-27T15:39:58.4686297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:39:58.4727257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:39:58.4971265Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 2022-09-27T15:39:58.4981857Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 2022-09-27T15:39:58.5127919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:39:58.5164550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:39:58.5499077Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 2022-09-27T15:39:58.5503980Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 2022-09-27T15:39:58.5564100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:39:58.5601954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:39:58.5899572Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 2022-09-27T15:39:58.5914338Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 2022-09-27T15:39:58.6006133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:39:58.6045031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:39:58.6447899Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 2022-09-27T15:39:58.6483223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:39:58.6492519Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 2022-09-27T15:39:58.6502725Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 2022-09-27T15:39:58.6708257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:39:58.6884541Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 2022-09-27T15:39:58.6914669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:39:58.6962589Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 2022-09-27T15:39:58.7197340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:39:58.7364966Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool 2022-09-27T15:39:58.7371422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:58.7434266Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:58.7816697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:39:58.7822258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:39:58.7831004Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool 2022-09-27T15:39:58.7855658Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 2022-09-27T15:39:58.8246885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:39:58.8250984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:39:58.8400241Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 2022-09-27T15:39:58.8426338Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 2022-09-27T15:39:58.8688452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:39:58.8691890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:39:58.8964280Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 2022-09-27T15:39:58.8984812Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 2022-09-27T15:39:58.9122544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:39:58.9127343Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 2022-09-27T15:39:58.9134084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:39:58.9138318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:39:58.9519925Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 2022-09-27T15:39:58.9527672Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 2022-09-27T15:39:58.9569244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:39:58.9582098Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 2022-09-27T15:39:59.0008687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:39:59.0014686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:39:59.0112004Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 2022-09-27T15:39:59.0132276Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 2022-09-27T15:39:59.0404051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:39:59.0416195Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 2022-09-27T15:39:59.0439051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:39:59.0565504Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 2022-09-27T15:39:59.0836806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:39:59.0845026Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 2022-09-27T15:39:59.0893066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:39:59.1096458Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 2022-09-27T15:39:59.1342435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:39:59.1343599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:39:59.1482294Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 2022-09-27T15:39:59.1515948Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 2022-09-27T15:39:59.1772075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:39:59.1772671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:39:59.2057912Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 2022-09-27T15:39:59.2102584Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 2022-09-27T15:39:59.2212947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:39:59.2213991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:39:59.2665405Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool 2022-09-27T15:39:59.2666389Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 2022-09-27T15:39:59.2666974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:39:59.2698954Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 2022-09-27T15:39:59.2988505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:39:59.3004584Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 2022-09-27T15:39:59.3091429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:39:59.3184322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:39:59.3187462Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 2022-09-27T15:39:59.3190261Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 2022-09-27T15:39:59.3529896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:39:59.3530507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:39:59.3970519Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 2022-09-27T15:39:59.3974761Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 2022-09-27T15:39:59.3975333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:39:59.4087252Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 2022-09-27T15:39:59.4409228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:39:59.4409811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:39:59.4738446Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 2022-09-27T15:39:59.4756145Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool 2022-09-27T15:39:59.4887511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:39:59.4889098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:39:59.5327116Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 2022-09-27T15:39:59.5329667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:39:59.5662524Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 2022-09-27T15:39:59.5682624Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 2022-09-27T15:39:59.5767400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:39:59.5769326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:39:59.6173948Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 2022-09-27T15:39:59.6203241Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 2022-09-27T15:39:59.6210069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:39:59.6222084Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 2022-09-27T15:39:59.6651589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:39:59.6652254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:39:59.6693299Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 2022-09-27T15:39:59.6728251Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 2022-09-27T15:39:59.7131767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:39:59.7144698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:39:59.7269195Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 2022-09-27T15:39:59.7298612Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 2022-09-27T15:39:59.7573976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:39:59.7584507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:59.7875894Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 2022-09-27T15:39:59.7913953Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 2022-09-27T15:39:59.8055064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:39:59.8066750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:39:59.8076744Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool 2022-09-27T15:39:59.8092283Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 2022-09-27T15:39:59.8425612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:39:59.8448447Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 2022-09-27T15:39:59.8496914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:39:59.8497527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:39:59.8878471Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 2022-09-27T15:39:59.8906433Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 2022-09-27T15:39:59.8937966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:39:59.8938547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:39:59.9021172Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 2022-09-27T15:39:59.9032748Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 2022-09-27T15:39:59.9120387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:39:59.9326282Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 2022-09-27T15:39:59.9354841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:39:59.9389205Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 2022-09-27T15:39:59.9400319Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 2022-09-27T15:39:59.9443764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:39:59.9536540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:39:59.9765448Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool 2022-09-27T15:39:59.9794700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:39:59.9864421Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 2022-09-27T15:39:59.9876534Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 2022-09-27T15:39:59.9883821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:40:00.0002165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:40:00.0207617Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 2022-09-27T15:40:00.0239484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:40:00.0314653Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 2022-09-27T15:40:00.0328136Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 2022-09-27T15:40:00.0334175Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:40:00.0451066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:40:00.0647567Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 2022-09-27T15:40:00.0691481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:40:00.0763925Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 2022-09-27T15:40:00.0885121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:40:00.1124317Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 2022-09-27T15:40:00.1129758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:40:00.1221920Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 2022-09-27T15:40:00.1327747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:40:00.1567285Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 2022-09-27T15:40:00.1572835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:40:00.1670495Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 2022-09-27T15:40:00.1767401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:40:00.2005883Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 2022-09-27T15:40:00.2011016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:40:00.2034616Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 2022-09-27T15:40:00.2050947Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 2022-09-27T15:40:00.2106914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:40:00.2210610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:40:00.2487330Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 2022-09-27T15:40:00.2492351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:40:00.2528154Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 2022-09-27T15:40:00.2649567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:40:00.2928373Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 2022-09-27T15:40:00.2933246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:40:00.2965540Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 2022-09-27T15:40:00.3090899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:40:00.3191382Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 2022-09-27T15:40:00.3212560Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 2022-09-27T15:40:00.3376626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:40:00.3377227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:40:00.3482160Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 2022-09-27T15:40:00.3525930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:40:00.3849194Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 2022-09-27T15:40:00.3850042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:40:00.3885366Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 2022-09-27T15:40:00.4009153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:40:00.4252727Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 2022-09-27T15:40:00.4290335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:40:00.4353074Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 2022-09-27T15:40:00.4456364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:40:00.4559771Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 2022-09-27T15:40:00.4578709Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 2022-09-27T15:40:00.4725796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:40:00.4727241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:00.4856228Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:00.4902765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:40:00.5167349Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 2022-09-27T15:40:00.5170346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:40:00.5324997Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 2022-09-27T15:40:00.5332923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:40:00.5648661Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool 2022-09-27T15:40:00.5651985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:40:00.5695638Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 2022-09-27T15:40:00.5777956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:40:00.6088084Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 2022-09-27T15:40:00.6093465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:40:00.6148868Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 2022-09-27T15:40:00.6222445Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 2022-09-27T15:40:00.6225019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:40:00.6237558Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 2022-09-27T15:40:00.6253770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:40:00.6268845Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 2022-09-27T15:40:00.6529624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:40:00.6533026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:40:00.6562789Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool 2022-09-27T15:40:00.6651479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:40:00.6968148Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 2022-09-27T15:40:00.6968900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:40:00.7004195Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 2022-09-27T15:40:00.7088963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:40:00.7409906Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 2022-09-27T15:40:00.7410551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:40:00.7502586Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 2022-09-27T15:40:00.7577283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:40:00.7653303Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 2022-09-27T15:40:00.7680304Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 2022-09-27T15:40:00.7845674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:40:00.7852416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:40:00.7942082Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 2022-09-27T15:40:00.8012540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:40:00.8286304Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 2022-09-27T15:40:00.8291754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:40:00.8381727Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 2022-09-27T15:40:00.8449723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:40:00.8767344Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 2022-09-27T15:40:00.8773240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:40:00.8806545Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 2022-09-27T15:40:00.8894332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:40:00.9145895Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 2022-09-27T15:40:00.9171080Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 2022-09-27T15:40:00.9204891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:40:00.9210461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:40:00.9267019Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 2022-09-27T15:40:00.9330683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:40:00.9649661Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 2022-09-27T15:40:00.9653365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:40:00.9685847Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 2022-09-27T15:40:00.9776407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:40:00.9994454Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 2022-09-27T15:40:01.0012140Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 2022-09-27T15:40:01.0044010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:40:01.0074359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:40:01.0161115Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 2022-09-27T15:40:01.0214814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:40:01.0465624Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 2022-09-27T15:40:01.0480026Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 2022-09-27T15:40:01.0524417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:40:01.0554375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:40:01.0575175Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 2022-09-27T15:40:01.0967778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:40:01.0998196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:40:01.1447250Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 2022-09-27T15:40:01.1485602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:01.1752159Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:01.1778114Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 2022-09-27T15:40:01.1935479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:40:01.1938533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:40:01.2367119Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool 2022-09-27T15:40:01.2371410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:40:01.2812289Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 2022-09-27T15:40:01.2817805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:40:01.3068344Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 2022-09-27T15:40:01.3093619Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 2022-09-27T15:40:01.3247266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:40:01.3252347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:40:01.3688235Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 2022-09-27T15:40:01.3693006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:40:01.4127462Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 2022-09-27T15:40:01.4133149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:40:01.4224343Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 2022-09-27T15:40:01.4242821Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 2022-09-27T15:40:01.4613112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:40:01.4613690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:40:01.5092852Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 2022-09-27T15:40:01.5093498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:40:01.5568417Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 2022-09-27T15:40:01.5569056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:40:01.5636190Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 2022-09-27T15:40:01.5652518Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 2022-09-27T15:40:01.6007694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:40:01.6019317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:40:01.6575354Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 2022-09-27T15:40:01.6585573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:40:01.6888821Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 2022-09-27T15:40:01.6897434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:40:01.7327409Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 2022-09-27T15:40:01.7335668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:40:01.7619343Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 2022-09-27T15:40:01.7647726Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 2022-09-27T15:40:01.7767003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:40:01.7773380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:40:01.8207586Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 2022-09-27T15:40:01.8215653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:40:01.8244658Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 2022-09-27T15:40:01.8260696Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool 2022-09-27T15:40:01.8662149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:40:01.8669573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:40:01.9131405Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 2022-09-27T15:40:01.9139429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:40:01.9568558Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 2022-09-27T15:40:01.9571286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:40:02.0016534Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 2022-09-27T15:40:02.0017160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:40:02.0449595Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 2022-09-27T15:40:02.0458704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:40:02.0888162Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 2022-09-27T15:40:02.0897572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:40:02.1023795Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 2022-09-27T15:40:02.1050102Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool 2022-09-27T15:40:02.1327984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:40:02.1337702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:40:02.1767777Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 2022-09-27T15:40:02.1776637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:40:02.2204467Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 2022-09-27T15:40:02.2219494Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 2022-09-27T15:40:02.2226684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:02.2252075Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:02.2594671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:40:02.2609685Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 2022-09-27T15:40:02.2643064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:40:02.2651468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:40:02.3087661Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 2022-09-27T15:40:02.3101289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:40:02.3236885Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 2022-09-27T15:40:02.3250894Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 2022-09-27T15:40:02.3529845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:40:02.3530493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:40:02.3963096Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 2022-09-27T15:40:02.3966655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:40:02.4161915Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 2022-09-27T15:40:02.4188734Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 2022-09-27T15:40:02.4410152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:40:02.4418855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:40:02.4851252Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 2022-09-27T15:40:02.4860721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:40:02.5254079Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 2022-09-27T15:40:02.5272563Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 2022-09-27T15:40:02.5292127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:40:02.5297572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:40:02.5727676Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 2022-09-27T15:40:02.5735456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:40:02.6052317Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 2022-09-27T15:40:02.6079264Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 2022-09-27T15:40:02.6164855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:40:02.6171311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:40:02.6557521Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 2022-09-27T15:40:02.6579394Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 2022-09-27T15:40:02.6615521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:40:02.6621869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:40:02.7048761Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 2022-09-27T15:40:02.7055783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:40:02.7480404Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 2022-09-27T15:40:02.7486230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:40:02.7761666Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bfloat16 2022-09-27T15:40:02.7789138Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 2022-09-27T15:40:02.7918919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:40:02.7924369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:40:02.7981278Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_bool 2022-09-27T15:40:02.8003721Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 2022-09-27T15:40:02.8362702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:40:02.8370091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:40:02.8428536Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex128 2022-09-27T15:40:02.8447530Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 2022-09-27T15:40:02.8806053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:40:02.8814193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:40:02.9239222Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex32 2022-09-27T15:40:02.9245900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:40:02.9686473Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_complex64 2022-09-27T15:40:02.9687304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:40:03.0053983Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float16 2022-09-27T15:40:03.0118829Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 2022-09-27T15:40:03.0119432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:40:03.0126713Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float32 2022-09-27T15:40:03.0568252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:40:03.0568798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:40:03.0678535Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_float64 2022-09-27T15:40:03.0694365Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 2022-09-27T15:40:03.0998763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:40:03.0999433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:40:03.1438856Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int16 2022-09-27T15:40:03.1441901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:40:03.1881383Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int32 2022-09-27T15:40:03.1884524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:40:03.2168254Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int64 2022-09-27T15:40:03.2195982Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 2022-09-27T15:40:03.2313731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:40:03.2323042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:40:03.2757525Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_int8 2022-09-27T15:40:03.2767280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:40:03.2814370Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_aten_cpu_uint8 2022-09-27T15:40:03.2828865Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 2022-09-27T15:40:03.3197866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:40:03.3204568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:03.3637790Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:03.3643309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:40:03.4077393Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_bool 2022-09-27T15:40:03.4083950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:40:03.4516855Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex128 2022-09-27T15:40:03.4525731Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:40:03.4607555Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex32 2022-09-27T15:40:03.4624554Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 2022-09-27T15:40:03.4876145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:40:03.4953876Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 2022-09-27T15:40:03.4960767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:40:03.4970367Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_complex64 2022-09-27T15:40:03.5403709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:40:03.5404415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:40:03.5840240Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float16 2022-09-27T15:40:03.5841169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:40:03.6280586Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float32 2022-09-27T15:40:03.6281436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:40:03.6724104Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_float64 2022-09-27T15:40:03.6724938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:40:03.7107182Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int16 2022-09-27T15:40:03.7160953Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 2022-09-27T15:40:03.7161682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:40:03.7164002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:40:03.7309167Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int32 2022-09-27T15:40:03.7332785Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 2022-09-27T15:40:03.7597852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:40:03.7601845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:40:03.8039407Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int64 2022-09-27T15:40:03.8045071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:40:03.8302765Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_int8 2022-09-27T15:40:03.8324953Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 2022-09-27T15:40:03.8480654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:40:03.8484839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:40:03.8918549Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_executor_nvfuser_cpu_uint8 2022-09-27T15:40:03.8924271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:40:03.9358959Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bfloat16 2022-09-27T15:40:03.9364446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:40:03.9805607Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_bool 2022-09-27T15:40:03.9815238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:40:04.0238174Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex128 2022-09-27T15:40:04.0248191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:40:04.0482291Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex32 2022-09-27T15:40:04.0498646Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 2022-09-27T15:40:04.0677364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:40:04.0686770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:40:04.1121647Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_complex64 2022-09-27T15:40:04.1131722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:40:04.1501916Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float16 2022-09-27T15:40:04.1523982Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool 2022-09-27T15:40:04.1530322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:40:04.1565527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:40:04.1972563Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float32 2022-09-27T15:40:04.2012877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:40:04.2439868Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_float64 2022-09-27T15:40:04.2447848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:40:04.2689019Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int16 2022-09-27T15:40:04.2725430Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool 2022-09-27T15:40:04.2879067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:40:04.2887161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:40:04.2945419Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int32 2022-09-27T15:40:04.2966091Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 2022-09-27T15:40:04.3318997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:40:04.3325025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:40:04.3760314Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int64 2022-09-27T15:40:04.3769546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:40:04.3986526Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_int8 2022-09-27T15:40:04.4034842Z [gw0] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 2022-09-27T15:40:04.4199917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:40:04.4210128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:40:04.4641149Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_aten_cpu_uint8 2022-09-27T15:40:04.4651856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:04.4896616Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:04.4924141Z [gw3] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 2022-09-27T15:40:04.5078644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:40:04.5088051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:40:04.5522562Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_bool 2022-09-27T15:40:04.5531884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:40:04.5814298Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex128 2022-09-27T15:40:04.5826527Z [gw2] [ 56%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 2022-09-27T15:40:04.5965888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:40:04.5974981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:40:04.6399683Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex32 2022-09-27T15:40:04.6405495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:40:04.6839054Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_complex64 2022-09-27T15:40:04.6845817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:40:04.7279984Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float16 2022-09-27T15:40:04.7284728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:40:04.7472945Z [gw1] [ 56%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float32 2022-09-27T15:40:04.7495966Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 2022-09-27T15:40:04.7718643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:40:04.7726455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:40:04.8159761Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_float64 2022-09-27T15:40:04.8172004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:40:04.8605531Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int16 2022-09-27T15:40:04.8617320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:40:04.9038929Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int32 2022-09-27T15:40:04.9039615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:40:04.9491707Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int64 2022-09-27T15:40:04.9492523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:40:04.9831688Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_int8 2022-09-27T15:40:04.9864947Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 2022-09-27T15:40:04.9918784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:40:04.9919445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:40:05.0116282Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_empty_strided_executor_nvfuser_cpu_uint8 2022-09-27T15:40:05.0146719Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 2022-09-27T15:40:05.0369363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:40:05.0377757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:40:05.0821485Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 2022-09-27T15:40:05.0830929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:40:05.1250988Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool 2022-09-27T15:40:05.1260297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:40:05.1689023Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 2022-09-27T15:40:05.1699420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:40:05.1888994Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 2022-09-27T15:40:05.1918248Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 2022-09-27T15:40:05.2128628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:40:05.2137236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:40:05.2569290Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 2022-09-27T15:40:05.2576062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:40:05.3007760Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 2022-09-27T15:40:05.3017162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:40:05.3448256Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 2022-09-27T15:40:05.3458617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:40:05.3591372Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 2022-09-27T15:40:05.3617714Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 2022-09-27T15:40:05.3885168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:40:05.3894392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:40:05.4330204Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 2022-09-27T15:40:05.4339988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:40:05.4676921Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 2022-09-27T15:40:05.4701653Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 2022-09-27T15:40:05.4765250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:40:05.4770716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:40:05.5212035Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 2022-09-27T15:40:05.5217857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:40:05.5647818Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 2022-09-27T15:40:05.5653569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:40:05.6087812Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 2022-09-27T15:40:05.6093616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:05.6527633Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:05.6536237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:40:05.6968467Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool 2022-09-27T15:40:05.6977640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:40:05.7412204Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 2022-09-27T15:40:05.7416495Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 2022-09-27T15:40:05.7417048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:40:05.7422268Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 2022-09-27T15:40:05.7427705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:40:05.7436662Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 2022-09-27T15:40:05.7845725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:40:05.7851087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:40:05.8298237Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 2022-09-27T15:40:05.8307578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:40:05.8705155Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 2022-09-27T15:40:05.8744330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:40:05.9176180Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 2022-09-27T15:40:05.9183269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:40:05.9605178Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 2022-09-27T15:40:05.9610371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:40:05.9905552Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 2022-09-27T15:40:05.9928485Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 2022-09-27T15:40:06.0052310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:40:06.0058289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:40:06.0211841Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 2022-09-27T15:40:06.0233666Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 2022-09-27T15:40:06.0487710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:40:06.0490583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:40:06.0886725Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 2022-09-27T15:40:06.0933812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:40:06.1372727Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 2022-09-27T15:40:06.1379994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:40:06.1436626Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 2022-09-27T15:40:06.1451807Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 2022-09-27T15:40:06.1810305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:40:06.1817046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:40:06.2249014Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 2022-09-27T15:40:06.2254145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:40:06.2694763Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool 2022-09-27T15:40:06.2702104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:40:06.2844992Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 2022-09-27T15:40:06.2871743Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool 2022-09-27T15:40:06.2904933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:40:06.2921413Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 2022-09-27T15:40:06.3135700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:40:06.3141174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:40:06.3567439Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 2022-09-27T15:40:06.3572343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:40:06.4015812Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 2022-09-27T15:40:06.4019069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:40:06.4461522Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 2022-09-27T15:40:06.4468610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:40:06.4859899Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 2022-09-27T15:40:06.4873996Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 2022-09-27T15:40:06.4885758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:40:06.4887390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:40:06.5329909Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 2022-09-27T15:40:06.5336666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:40:06.5769329Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 2022-09-27T15:40:06.5775991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:40:06.6144803Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 2022-09-27T15:40:06.6220550Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 2022-09-27T15:40:06.6223655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:40:06.6228205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:40:06.6646041Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 2022-09-27T15:40:06.6652929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:40:06.7102340Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 2022-09-27T15:40:06.7112594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:40:06.7181659Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 2022-09-27T15:40:06.7190077Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 2022-09-27T15:40:06.7540900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:40:06.7543357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:06.7979965Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:06.7980674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:40:06.8411900Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool 2022-09-27T15:40:06.8413803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:40:06.8857673Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 2022-09-27T15:40:06.8858495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:40:06.9012894Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 2022-09-27T15:40:06.9031182Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 2022-09-27T15:40:06.9296370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:40:06.9297116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:40:06.9730629Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 2022-09-27T15:40:06.9731346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:40:06.9752511Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 2022-09-27T15:40:06.9771622Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 2022-09-27T15:40:07.0174639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:40:07.0180794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:40:07.0619800Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 2022-09-27T15:40:07.0627657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:40:07.1054738Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 2022-09-27T15:40:07.1061529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:40:07.1490814Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 2022-09-27T15:40:07.1491544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:40:07.1929401Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 2022-09-27T15:40:07.1930065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:40:07.2368399Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 2022-09-27T15:40:07.2370762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:40:07.2527454Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 2022-09-27T15:40:07.2546492Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 2022-09-27T15:40:07.2811862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:40:07.2812503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:40:07.3253118Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 2022-09-27T15:40:07.3253829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:40:07.3698574Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 2022-09-27T15:40:07.3700282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:40:07.4128870Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool 2022-09-27T15:40:07.4130750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:40:07.4569320Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 2022-09-27T15:40:07.4575551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:40:07.4652579Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 2022-09-27T15:40:07.4670400Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 2022-09-27T15:40:07.5006545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:40:07.5011951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:40:07.5148000Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 2022-09-27T15:40:07.5181272Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 2022-09-27T15:40:07.5447811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:40:07.5452458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:40:07.5887962Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 2022-09-27T15:40:07.5896874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:40:07.6327536Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 2022-09-27T15:40:07.6338447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:40:07.6726955Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 2022-09-27T15:40:07.6775477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:40:07.7167592Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 2022-09-27T15:40:07.7214994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:40:07.7655202Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 2022-09-27T15:40:07.7662679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:40:07.7909059Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 2022-09-27T15:40:07.7921444Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 2022-09-27T15:40:07.8092704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:40:07.8098755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:40:07.8534371Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 2022-09-27T15:40:07.8543630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:40:07.8975058Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 2022-09-27T15:40:07.8984288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:07.9414105Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:07.9423085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:40:07.9532040Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool 2022-09-27T15:40:07.9588572Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 2022-09-27T15:40:07.9862801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:40:07.9871839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:40:08.0288111Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 2022-09-27T15:40:08.0297861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:40:08.0595827Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 2022-09-27T15:40:08.0610621Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 2022-09-27T15:40:08.0733173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:40:08.0733796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:40:08.1179872Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 2022-09-27T15:40:08.1181378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:40:08.1621352Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 2022-09-27T15:40:08.1622140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:40:08.2060263Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 2022-09-27T15:40:08.2061083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:40:08.2500755Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 2022-09-27T15:40:08.2501457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:40:08.2944881Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 2022-09-27T15:40:08.2945698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:40:08.3421327Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 2022-09-27T15:40:08.3422019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:40:08.3851310Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 2022-09-27T15:40:08.3852005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:40:08.3904382Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 2022-09-27T15:40:08.3916754Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 2022-09-27T15:40:08.4297219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:40:08.4297878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:40:08.4740635Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 2022-09-27T15:40:08.4741300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:40:08.5237289Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 2022-09-27T15:40:08.5237961Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 2022-09-27T15:40:08.5238506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:40:08.5239051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:40:08.5648558Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 2022-09-27T15:40:08.5649554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:40:08.6085129Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 2022-09-27T15:40:08.6095676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:08.6395492Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:08.6418095Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool 2022-09-27T15:40:08.6484313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:40:08.6531943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:40:08.6927449Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 2022-09-27T15:40:08.6976020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:40:08.7420830Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 2022-09-27T15:40:08.7421527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:40:08.7854554Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 2022-09-27T15:40:08.7855229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:40:08.8264306Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 2022-09-27T15:40:08.8278160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:40:08.8687680Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 2022-09-27T15:40:08.8726487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:08.9222151Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:08.9222909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:40:08.9546424Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 2022-09-27T15:40:08.9574290Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 2022-09-27T15:40:08.9651295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:40:08.9661057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.0087622Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.0098357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.0528347Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.0539048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:40:09.0924948Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 2022-09-27T15:40:09.0976637Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 2022-09-27T15:40:09.0977306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:40:09.0998959Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 2022-09-27T15:40:09.1367338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:40:09.1399899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.1847884Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.1888941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.2139214Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.2157574Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 2022-09-27T15:40:09.2330110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:40:09.2330767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.2783380Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.2784188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.3217468Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.3218181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:40:09.3657679Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 2022-09-27T15:40:09.3658352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:40:09.4006983Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 2022-09-27T15:40:09.4024149Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 2022-09-27T15:40:09.4089328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:40:09.4097461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.4534952Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.4545149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.4969374Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.4981045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.5325948Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.5353468Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 2022-09-27T15:40:09.5413454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:40:09.5422502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.5851442Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.5862189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:40:09.6294965Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 2022-09-27T15:40:09.6305478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:40:09.6696447Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 2022-09-27T15:40:09.6744653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.6797886Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.6820124Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 2022-09-27T15:40:09.7169983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:40:09.7173374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.7608154Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.7613842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.8054665Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 2022-09-27T15:40:09.8064543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.8536849Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 2022-09-27T15:40:09.8547074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:40:09.8977706Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 2022-09-27T15:40:09.8978429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:40:09.9158872Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 2022-09-27T15:40:09.9190519Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 2022-09-27T15:40:09.9409124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:40:09.9415026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.9856268Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:09.9864295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.9972906Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 2022-09-27T15:40:09.9985606Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 2022-09-27T15:40:10.0293326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:40:10.0299612Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:40:10.0735196Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 2022-09-27T15:40:10.0742557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:40:10.1135006Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 2022-09-27T15:40:10.1205143Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 2022-09-27T15:40:10.1212607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:40:10.1223901Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 2022-09-27T15:40:10.1650582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:40:10.1657897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:40:10.1920967Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 2022-09-27T15:40:10.1944798Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 2022-09-27T15:40:10.2085440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:40:10.2093770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:10.2528937Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:10.2539000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:40:10.2966849Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 2022-09-27T15:40:10.2976753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:40:10.3413211Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 2022-09-27T15:40:10.3424231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:40:10.3677400Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 2022-09-27T15:40:10.3699659Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 2022-09-27T15:40:10.3845500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:40:10.3852509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:40:10.4286912Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 2022-09-27T15:40:10.4295720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:40:10.4772293Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 2022-09-27T15:40:10.4782688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:40:10.5046835Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 2022-09-27T15:40:10.5059362Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 2022-09-27T15:40:10.5206080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:40:10.5215793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:40:10.5648011Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 2022-09-27T15:40:10.5659312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:40:10.5676784Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 2022-09-27T15:40:10.5698675Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 2022-09-27T15:40:10.6089090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:40:10.6094643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:40:10.6528805Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 2022-09-27T15:40:10.6529533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:10.6967537Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:10.6977671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:40:10.7407572Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 2022-09-27T15:40:10.7417796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:40:10.7813289Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 2022-09-27T15:40:10.7867058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:40:10.8288478Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 2022-09-27T15:40:10.8298786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:40:10.8380030Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 2022-09-27T15:40:10.8405279Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 2022-09-27T15:40:10.8692423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:40:10.8744566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:40:10.9152502Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 2022-09-27T15:40:10.9185137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:40:10.9260682Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 2022-09-27T15:40:10.9286316Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 2022-09-27T15:40:10.9609562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:40:10.9619716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:40:11.0048568Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 2022-09-27T15:40:11.0059105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:40:11.0489056Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 2022-09-27T15:40:11.0499760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:40:11.0928678Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 2022-09-27T15:40:11.0940127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:11.1369475Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:11.1380194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:40:11.1808672Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 2022-09-27T15:40:11.1818283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:40:11.1976745Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 2022-09-27T15:40:11.2035279Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 2022-09-27T15:40:11.2247606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:40:11.2254108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:40:11.2687436Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 2022-09-27T15:40:11.2693821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:40:11.3127098Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 2022-09-27T15:40:11.3136621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:40:11.3330704Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 2022-09-27T15:40:11.3354266Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool 2022-09-27T15:40:11.3567504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:40:11.3577376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:40:11.4010682Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 2022-09-27T15:40:11.4020642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:40:11.4271221Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 2022-09-27T15:40:11.4288955Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 2022-09-27T15:40:11.4447744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:40:11.4457354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:40:11.4889644Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 2022-09-27T15:40:11.4899772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:11.5329280Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 2022-09-27T15:40:11.5339312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:40:11.5728498Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 2022-09-27T15:40:11.5759797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:40:11.6250802Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 2022-09-27T15:40:11.6251533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:40:11.6698406Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 2022-09-27T15:40:11.6699139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:40:11.7164961Z [gw1] [ 57%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 2022-09-27T15:40:11.8354537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:40:11.8386403Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 2022-09-27T15:40:12.1451949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:40:12.1473068Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 2022-09-27T15:40:12.1528358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:40:12.1549761Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 2022-09-27T15:40:12.3063450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:40:12.3091234Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 2022-09-27T15:40:12.3734137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:40:12.3753197Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 2022-09-27T15:40:12.5984895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:40:12.6011653Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 2022-09-27T15:40:12.7557880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:40:12.7584646Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 2022-09-27T15:40:12.8075320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:40:12.8098253Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 2022-09-27T15:40:12.9696780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:40:12.9736712Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 2022-09-27T15:40:12.9914182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:40:12.9934386Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 2022-09-27T15:40:13.2667954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:40:13.2711240Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool 2022-09-27T15:40:13.3011688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:40:13.3038227Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 2022-09-27T15:40:13.6976629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:40:13.7000233Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 2022-09-27T15:40:13.7705153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:40:13.7724079Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 2022-09-27T15:40:13.8640837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:40:13.8667990Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 2022-09-27T15:40:14.0592218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:40:14.0619120Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 2022-09-27T15:40:14.0690038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:40:14.1118086Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 2022-09-27T15:40:14.1124142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:40:14.1564891Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool 2022-09-27T15:40:14.1570612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:40:14.2004789Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 2022-09-27T15:40:14.2011017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:40:14.2442122Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 2022-09-27T15:40:14.2474990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:40:14.2857960Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 2022-09-27T15:40:14.2921448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:40:14.3326365Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 2022-09-27T15:40:14.3403595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:40:14.3739689Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 2022-09-27T15:40:14.3796661Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 2022-09-27T15:40:14.3858010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:40:14.3874790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:40:14.4188734Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 2022-09-27T15:40:14.4214653Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 2022-09-27T15:40:14.4294351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:40:14.4354497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:40:14.4726476Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 2022-09-27T15:40:14.4791208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:40:14.5168015Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 2022-09-27T15:40:14.5232045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:40:14.5607482Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 2022-09-27T15:40:14.5667550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:40:14.6046831Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 2022-09-27T15:40:14.6195101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:40:14.6214732Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 2022-09-27T15:40:14.6298199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:40:14.6525768Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 2022-09-27T15:40:14.6849162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:40:14.7005948Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool 2022-09-27T15:40:14.7322225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:40:14.7447095Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 2022-09-27T15:40:14.7766035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:40:14.8003082Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 2022-09-27T15:40:14.8291611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:40:14.8482559Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 2022-09-27T15:40:14.8610200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:40:14.8623329Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 2022-09-27T15:40:14.8642762Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 2022-09-27T15:40:14.8846370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:40:14.9068169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:40:14.9326410Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 2022-09-27T15:40:14.9389497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:40:14.9411555Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 2022-09-27T15:40:14.9506838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:40:14.9883736Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 2022-09-27T15:40:14.9995603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:40:15.0248724Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 2022-09-27T15:40:15.0443038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:40:15.0456657Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 2022-09-27T15:40:15.0468217Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 2022-09-27T15:40:15.0842620Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:40:15.0918256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:40:15.0928241Z [gw2] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 2022-09-27T15:40:15.0946380Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 2022-09-27T15:40:15.1206211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:40:15.1349087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:40:15.1370759Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 2022-09-27T15:40:15.1388370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:40:15.1688413Z [gw3] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 2022-09-27T15:40:15.2243893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:40:15.2266307Z [gw0] [ 57%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 2022-09-27T15:40:15.3026990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:40:15.3050982Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 2022-09-27T15:40:15.4708139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:40:15.4741504Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 2022-09-27T15:40:15.4764302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:40:15.4790347Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 2022-09-27T15:40:15.6025096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:40:15.6051816Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 2022-09-27T15:40:15.6405540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:40:15.6428549Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 2022-09-27T15:40:16.1006524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:40:16.1047517Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 2022-09-27T15:40:16.1239003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:40:16.1264008Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 2022-09-27T15:40:16.1307264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:40:16.1338354Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool 2022-09-27T15:40:16.3636652Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:40:16.3660070Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 2022-09-27T15:40:16.4276947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:40:16.4289001Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:40:16.4557961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:40:16.4602534Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:40:16.4635967Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 2022-09-27T15:40:16.4800952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:40:16.5012116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:40:16.5056035Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:40:16.5085818Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 2022-09-27T15:40:16.5202120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:40:16.5288756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:40:16.5293974Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool 2022-09-27T15:40:16.5389354Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:40:16.5412950Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 2022-09-27T15:40:16.5558105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:40:16.5682039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:40:16.5712816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:40:16.5729610Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 2022-09-27T15:40:16.5982145Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:40:16.6123609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:40:16.6134171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:40:16.6164818Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 2022-09-27T15:40:16.6564265Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:40:16.6564930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:40:16.6613063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:40:16.6727931Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:40:16.6860005Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 2022-09-27T15:40:16.7031114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:40:16.7038185Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 2022-09-27T15:40:16.7083981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:40:16.7259642Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:40:16.7283063Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 2022-09-27T15:40:16.7359136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:40:16.7406549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:40:16.7528927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:40:16.7724317Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 2022-09-27T15:40:16.7792114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:40:16.7814785Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool 2022-09-27T15:40:16.7865245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:40:16.8167384Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 2022-09-27T15:40:16.8319032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:40:16.8683369Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 2022-09-27T15:40:16.8772285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:40:16.9163245Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 2022-09-27T15:40:16.9189217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:40:16.9208357Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 2022-09-27T15:40:16.9237275Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 2022-09-27T15:40:16.9603003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:40:16.9631372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:40:17.0041764Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 2022-09-27T15:40:17.0074536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:40:17.0402331Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 2022-09-27T15:40:17.0462846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:40:17.0887873Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 2022-09-27T15:40:17.0892962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:40:17.1324763Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool 2022-09-27T15:40:17.1333378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:40:17.1638757Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 2022-09-27T15:40:17.1655972Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 2022-09-27T15:40:17.1763518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:40:17.1768383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:40:17.2206024Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 2022-09-27T15:40:17.2210983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:40:17.2645362Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 2022-09-27T15:40:17.2650316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:40:17.3125781Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 2022-09-27T15:40:17.3131417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:40:17.3458566Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 2022-09-27T15:40:17.3473004Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 2022-09-27T15:40:17.3531287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:40:17.3625089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:40:17.4017346Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 2022-09-27T15:40:17.4024981Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 2022-09-27T15:40:17.4030617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:40:17.4086111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:40:17.4482674Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 2022-09-27T15:40:17.4511344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:40:17.4555735Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 2022-09-27T15:40:17.4577716Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 2022-09-27T15:40:17.4928294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:40:17.4934341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:40:17.5363069Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 2022-09-27T15:40:17.5382629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:40:17.5751377Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 2022-09-27T15:40:17.5827880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:40:17.5990848Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 2022-09-27T15:40:17.6123075Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool 2022-09-27T15:40:17.6166662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:40:17.6249885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:40:17.6258376Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool 2022-09-27T15:40:17.6268595Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 2022-09-27T15:40:17.6647822Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:40:17.6742085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:40:17.7088357Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 2022-09-27T15:40:17.7189415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:40:17.7528481Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 2022-09-27T15:40:17.7619791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:40:17.7966944Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 2022-09-27T15:40:17.8051243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:40:17.8406576Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 2022-09-27T15:40:17.8494876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:40:17.8633609Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 2022-09-27T15:40:17.8655782Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 2022-09-27T15:40:17.8810656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:40:17.8823754Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool 2022-09-27T15:40:17.8843005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:40:17.8924046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:40:17.9353800Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 2022-09-27T15:40:17.9370838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:40:17.9726754Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 2022-09-27T15:40:17.9809284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:40:18.0167040Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 2022-09-27T15:40:18.0248977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:40:18.0607063Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 2022-09-27T15:40:18.0691079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:40:18.1081335Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 2022-09-27T15:40:18.1154395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:40:18.1486526Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 2022-09-27T15:40:18.1583832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:40:18.1965791Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool 2022-09-27T15:40:18.2038890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:40:18.2295403Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 2022-09-27T15:40:18.2312110Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 2022-09-27T15:40:18.2441050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:40:18.2453890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:40:18.2473200Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 2022-09-27T15:40:18.2494207Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 2022-09-27T15:40:18.2806406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:40:18.2920797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:40:18.3246777Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 2022-09-27T15:40:18.3353578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:40:18.3729148Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 2022-09-27T15:40:18.3784004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:40:18.4204160Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 2022-09-27T15:40:18.4228800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:40:18.4568814Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 2022-09-27T15:40:18.4659447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:40:18.4676140Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 2022-09-27T15:40:18.4692683Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 2022-09-27T15:40:18.4880176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:40:18.4905223Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 2022-09-27T15:40:18.5048422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:40:18.5152275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:40:18.5563814Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 2022-09-27T15:40:18.5591666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:40:18.5929174Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 2022-09-27T15:40:18.6015973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:40:18.6410577Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 2022-09-27T15:40:18.6509103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:40:18.6884651Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 2022-09-27T15:40:18.7341317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:40:18.7393407Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 2022-09-27T15:40:18.7775657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:40:18.7801021Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 2022-09-27T15:40:18.9500738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:40:18.9521790Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 2022-09-27T15:40:19.0490579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:40:19.0515806Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 2022-09-27T15:40:19.1288489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:40:19.1321169Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 2022-09-27T15:40:19.1704639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:40:19.1727498Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 2022-09-27T15:40:19.3705781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:40:19.3755158Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 2022-09-27T15:40:19.4707766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:40:19.4730098Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 2022-09-27T15:40:19.5414628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:40:19.5437259Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 2022-09-27T15:40:19.5568634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:40:19.5591769Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 2022-09-27T15:40:19.7206495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:40:19.7249063Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 2022-09-27T15:40:19.7434188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:40:19.7808092Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 2022-09-27T15:40:19.7817968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:40:19.8242812Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool 2022-09-27T15:40:19.8264360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:40:19.8684734Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 2022-09-27T15:40:19.8731341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:40:19.9123958Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 2022-09-27T15:40:19.9165738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:40:19.9528310Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 2022-09-27T15:40:19.9540007Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 2022-09-27T15:40:19.9555901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:40:19.9590779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:40:19.9929328Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 2022-09-27T15:40:20.0017907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:40:20.0369169Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 2022-09-27T15:40:20.0454337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:40:20.0584653Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 2022-09-27T15:40:20.0598730Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 2022-09-27T15:40:20.0807953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:40:20.0875722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:40:20.1247742Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 2022-09-27T15:40:20.1314592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:40:20.1688088Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 2022-09-27T15:40:20.1753773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:40:20.2128289Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 2022-09-27T15:40:20.2202376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:40:20.2648142Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 2022-09-27T15:40:20.2654029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:40:20.3123122Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 2022-09-27T15:40:20.3199436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:40:20.3223566Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 2022-09-27T15:40:20.3817208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:40:20.3965162Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 2022-09-27T15:40:20.8465692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:40:20.8488737Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 2022-09-27T15:40:20.8680614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:40:20.8742987Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 2022-09-27T15:40:20.8983241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:40:20.9009274Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 2022-09-27T15:40:21.1641849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:40:21.1808534Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool 2022-09-27T15:40:21.1837905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:40:21.1875630Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 2022-09-27T15:40:21.4291622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:40:21.4315139Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 2022-09-27T15:40:21.5650912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:40:21.5800652Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool 2022-09-27T15:40:22.0488060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:40:22.0501531Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 2022-09-27T15:40:22.0511068Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 2022-09-27T15:40:22.0534680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:40:22.1284079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:40:22.1300439Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 2022-09-27T15:40:22.1646696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:40:22.1673764Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 2022-09-27T15:40:22.3436217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:40:22.3464368Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 2022-09-27T15:40:22.4699228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:40:22.4726472Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 2022-09-27T15:40:22.5493274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:40:22.5515756Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 2022-09-27T15:40:22.6390821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:40:22.6421084Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 2022-09-27T15:40:22.8426689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:40:22.8472147Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 2022-09-27T15:40:23.0330580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:40:23.0352510Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 2022-09-27T15:40:23.1075408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:40:23.1110298Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 2022-09-27T15:40:23.1351093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:40:23.1526149Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool 2022-09-27T15:40:23.1691171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:40:23.1935332Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 2022-09-27T15:40:23.1956689Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 2022-09-27T15:40:23.1989072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:40:23.2166939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:40:23.2430872Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 2022-09-27T15:40:23.2749857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:40:23.2846479Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 2022-09-27T15:40:23.3249499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:40:23.3284181Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 2022-09-27T15:40:23.3677440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:40:23.3727456Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 2022-09-27T15:40:23.3747326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:40:23.3791064Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 2022-09-27T15:40:23.4090338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:40:23.4164893Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 2022-09-27T15:40:23.4410296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:40:23.4622742Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 2022-09-27T15:40:23.4642961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:40:23.4668151Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 2022-09-27T15:40:23.4763823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:40:23.5079403Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 2022-09-27T15:40:23.5291337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:40:23.5489259Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 2022-09-27T15:40:23.6091852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:40:23.6141258Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool 2022-09-27T15:40:23.6713781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:40:23.6745314Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 2022-09-27T15:40:23.7189857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:40:23.7232308Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 2022-09-27T15:40:23.8190156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:40:23.8241716Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool 2022-09-27T15:40:24.3145379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:40:24.3169304Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 2022-09-27T15:40:24.3251408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:40:24.3265989Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 2022-09-27T15:40:24.3365269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:40:24.3606763Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 2022-09-27T15:40:24.4033397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:40:24.4084785Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 2022-09-27T15:40:24.4609986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:40:24.4646971Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 2022-09-27T15:40:24.4958157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:40:24.4997771Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 2022-09-27T15:40:24.5214365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:40:24.5256659Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 2022-09-27T15:40:24.5819505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:40:24.5846661Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 2022-09-27T15:40:24.6386975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:40:24.6407929Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 2022-09-27T15:40:24.7017420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:40:24.7053009Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool 2022-09-27T15:40:24.7462904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:40:24.7485330Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 2022-09-27T15:40:24.7539713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:40:24.7567502Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 2022-09-27T15:40:24.8047506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:40:24.8069340Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 2022-09-27T15:40:24.8727518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:40:24.8762219Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 2022-09-27T15:40:24.9387522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:40:24.9431818Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 2022-09-27T15:40:24.9842672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:40:24.9864990Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 2022-09-27T15:40:25.0186102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:40:25.0212959Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 2022-09-27T15:40:25.0867985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:40:25.0891212Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 2022-09-27T15:40:25.1575782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:40:25.1597561Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 2022-09-27T15:40:25.1801017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:40:25.1828443Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 2022-09-27T15:40:25.2399772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:40:25.2417577Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 2022-09-27T15:40:25.2574037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:40:25.2601688Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 2022-09-27T15:40:25.2782271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:40:25.2844228Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 2022-09-27T15:40:25.2907054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:40:25.3170675Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:40:25.3192761Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 2022-09-27T15:40:25.3370143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:40:25.3376502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:40:25.3759118Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool 2022-09-27T15:40:25.3809810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:40:25.4206938Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 2022-09-27T15:40:25.4285331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:40:25.4648109Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 2022-09-27T15:40:25.4733695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:40:25.4828685Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 2022-09-27T15:40:25.4849739Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 2022-09-27T15:40:25.5204082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:40:25.5210915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:40:25.5646914Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 2022-09-27T15:40:25.5649915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:40:25.6086641Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 2022-09-27T15:40:25.6089823Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 2022-09-27T15:40:25.6092521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:40:25.6093078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:40:25.6283654Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 2022-09-27T15:40:25.6302473Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 2022-09-27T15:40:25.6525668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:40:25.6530240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:40:25.6967067Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 2022-09-27T15:40:25.6969856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:40:25.7406513Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 2022-09-27T15:40:25.7407752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:40:25.7460303Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 2022-09-27T15:40:25.7477182Z [gw2] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 2022-09-27T15:40:25.7764286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:40:25.7776578Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 2022-09-27T15:40:25.7884506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:40:25.7887014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:40:25.8361596Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 2022-09-27T15:40:25.8385577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:40:25.8750588Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 2022-09-27T15:40:25.9340672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:40:25.9370999Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 2022-09-27T15:40:25.9497465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:40:25.9543363Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool 2022-09-27T15:40:25.9923876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:40:25.9963436Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 2022-09-27T15:40:26.0259688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:40:26.0408207Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 2022-09-27T15:40:26.0778721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:40:26.0886664Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 2022-09-27T15:40:26.1168482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:40:26.1191663Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 2022-09-27T15:40:26.1245344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:40:26.1324602Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 2022-09-27T15:40:26.1429738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:40:26.1457025Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 2022-09-27T15:40:26.1773736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:40:26.1800135Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 2022-09-27T15:40:26.2232173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:40:26.2274438Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 2022-09-27T15:40:26.3067836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:40:26.3123482Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 2022-09-27T15:40:26.3634034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:40:26.3678005Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 2022-09-27T15:40:26.4230612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:40:26.4293711Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 2022-09-27T15:40:26.4336346Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 2022-09-27T15:40:26.4374880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:40:26.5034870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:40:26.5066441Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool 2022-09-27T15:40:26.5399706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:40:26.5423822Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool 2022-09-27T15:40:26.5559411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:40:26.5577848Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 2022-09-27T15:40:26.6099616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:40:26.6210894Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 2022-09-27T15:40:26.6829090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:40:26.6844225Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 2022-09-27T15:40:26.7563258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:40:26.7582045Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 2022-09-27T15:40:26.7854324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:40:26.8014036Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 2022-09-27T15:40:26.8372531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:40:26.8441903Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 2022-09-27T15:40:26.8924524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:40:26.8956302Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 2022-09-27T15:40:26.9772517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:40:26.9842030Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 2022-09-27T15:40:27.0368514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:40:27.0384638Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 2022-09-27T15:40:27.1064251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:40:27.1084968Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 2022-09-27T15:40:27.1688512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:40:27.1710224Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 2022-09-27T15:40:27.2251360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:40:27.2274205Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool 2022-09-27T15:40:27.2304172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:40:27.2346493Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 2022-09-27T15:40:27.3000768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:40:27.3083056Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 2022-09-27T15:40:27.3891084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:40:27.3916291Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 2022-09-27T15:40:27.5074650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:40:27.5132929Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 2022-09-27T15:40:27.5960869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:40:27.5987776Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 2022-09-27T15:40:27.6279965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:40:27.6307638Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 2022-09-27T15:40:27.7331600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:40:27.7363219Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 2022-09-27T15:40:27.7712757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:40:27.7746077Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 2022-09-27T15:40:27.8486207Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:40:27.8529239Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 2022-09-27T15:40:27.9504275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:40:27.9562731Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 2022-09-27T15:40:27.9922597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:40:28.0009148Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 2022-09-27T15:40:28.0754319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:40:28.0770833Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 2022-09-27T15:40:28.1763709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:40:28.1789883Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 2022-09-27T15:40:28.2062395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:40:28.2207198Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool 2022-09-27T15:40:28.2395547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:40:28.2672368Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 2022-09-27T15:40:28.2681950Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 2022-09-27T15:40:28.2706007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:40:28.2765974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:40:28.3162141Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 2022-09-27T15:40:28.3391808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:40:28.3617841Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 2022-09-27T15:40:28.3701957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:40:28.3752958Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 2022-09-27T15:40:28.3760321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:40:28.4084287Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 2022-09-27T15:40:28.4250193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:40:28.4483134Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 2022-09-27T15:40:28.4714971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:40:28.4882896Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 2022-09-27T15:40:28.5129961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:40:28.5391691Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 2022-09-27T15:40:28.5508118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:40:28.5533881Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 2022-09-27T15:40:28.5555246Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 2022-09-27T15:40:28.5728200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:40:28.5938162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:40:28.6201714Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 2022-09-27T15:40:28.6622446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:40:28.6670959Z [gw1] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool 2022-09-27T15:40:28.6768314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:40:28.6861280Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool 2022-09-27T15:40:28.7215437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:40:28.7284017Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 2022-09-27T15:40:28.7811224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:40:28.7843844Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 2022-09-27T15:40:28.8332671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:40:28.8359955Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 2022-09-27T15:40:28.9010913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:40:28.9040062Z [gw3] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 2022-09-27T15:40:28.9307017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:40:28.9351572Z [gw0] [ 58%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 2022-09-27T15:40:28.9669041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:40:28.9683069Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 2022-09-27T15:40:28.9970137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:40:29.0202857Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 2022-09-27T15:40:29.0411094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:40:29.0642563Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 2022-09-27T15:40:29.0851651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:40:29.1122771Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 2022-09-27T15:40:29.1279615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:40:29.1330714Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 2022-09-27T15:40:29.1341389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:40:29.1562815Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 2022-09-27T15:40:29.1770906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:40:29.2002120Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 2022-09-27T15:40:29.2213375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:40:29.2366528Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 2022-09-27T15:40:29.2939906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:40:29.2967760Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 2022-09-27T15:40:29.3078193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:40:29.3100978Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool 2022-09-27T15:40:29.3557454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:40:29.3657884Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 2022-09-27T15:40:29.4371659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:40:29.4388978Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 2022-09-27T15:40:29.4519989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:40:29.4548778Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 2022-09-27T15:40:29.4613315Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:40:29.4636387Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 2022-09-27T15:40:29.5482347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:40:29.5524167Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 2022-09-27T15:40:29.6724980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:40:29.6740887Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 2022-09-27T15:40:29.7811831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:40:29.8043034Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 2022-09-27T15:40:29.8106157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:40:29.8121519Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 2022-09-27T15:40:29.8134996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:40:29.8286805Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 2022-09-27T15:40:29.8920862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:40:29.8935447Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 2022-09-27T15:40:29.9951529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:40:29.9965439Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 2022-09-27T15:40:30.0836182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:40:30.0849699Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 2022-09-27T15:40:30.1810999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:40:30.1824630Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 2022-09-27T15:40:30.3351516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:40:30.3382228Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool 2022-09-27T15:40:30.3612334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:40:30.3631155Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 2022-09-27T15:40:30.4920018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:40:30.4947973Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 2022-09-27T15:40:30.5291350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:40:30.5322632Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 2022-09-27T15:40:30.6633415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:40:30.6717625Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 2022-09-27T15:40:30.7082874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:40:30.7122923Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 2022-09-27T15:40:30.8477040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:40:30.8500250Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 2022-09-27T15:40:31.0218635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:40:31.0236688Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 2022-09-27T15:40:31.2275763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:40:31.2321680Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 2022-09-27T15:40:31.2630394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:40:31.2671846Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 2022-09-27T15:40:31.4310412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:40:31.4358253Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 2022-09-27T15:40:31.4609989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:40:31.4812484Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 2022-09-27T15:40:31.4908224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:40:31.5323086Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool 2022-09-27T15:40:31.5366310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:40:31.5736741Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 2022-09-27T15:40:31.5806076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:40:31.6204771Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 2022-09-27T15:40:31.6245451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:40:31.6642766Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 2022-09-27T15:40:31.6675535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:40:31.7043389Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 2022-09-27T15:40:31.7118127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:40:31.7523011Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 2022-09-27T15:40:31.7572856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:40:31.7962259Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 2022-09-27T15:40:31.7981483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:40:31.8403257Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 2022-09-27T15:40:31.8436442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:40:31.8476228Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 2022-09-27T15:40:31.8503536Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 2022-09-27T15:40:31.8806978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:40:31.8870164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:40:31.9139397Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 2022-09-27T15:40:31.9157408Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 2022-09-27T15:40:31.9281642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:40:31.9301311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:40:31.9648310Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 2022-09-27T15:40:31.9749892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:40:32.0163453Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 2022-09-27T15:40:32.0452411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:40:32.0483815Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 2022-09-27T15:40:32.1097412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:40:32.1407504Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 2022-09-27T15:40:32.2040478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:40:32.2069645Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 2022-09-27T15:40:32.2973463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:40:32.3009623Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 2022-09-27T15:40:32.4587283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:40:32.4631784Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 2022-09-27T15:40:32.6040359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:40:32.6090243Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 2022-09-27T15:40:32.8416365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:40:32.8468248Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool 2022-09-27T15:40:32.8651848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:40:32.8750779Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 2022-09-27T15:40:32.9384149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:40:32.9426057Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 2022-09-27T15:40:33.0612664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:40:33.0651365Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 2022-09-27T15:40:33.2591929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:40:33.2632021Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 2022-09-27T15:40:33.5176991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:40:33.5196478Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 2022-09-27T15:40:33.6709184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:40:33.6749041Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 2022-09-27T15:40:34.0322810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:40:34.0365013Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 2022-09-27T15:40:34.0478292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:40:34.0520124Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 2022-09-27T15:40:34.3813061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:40:34.3849573Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 2022-09-27T15:40:34.7507244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:40:34.7531284Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 2022-09-27T15:40:35.0167805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:40:35.0212125Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 2022-09-27T15:40:35.0253914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:40:35.0274878Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 2022-09-27T15:40:35.4336480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:40:35.4378181Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 2022-09-27T15:40:35.5217403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:40:35.5248809Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool 2022-09-27T15:40:35.5251069Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 2022-09-27T15:40:35.5272973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:40:35.6765238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:40:35.6801989Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 2022-09-27T15:40:36.0533718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:40:36.0589256Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 2022-09-27T15:40:36.1750158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:40:36.1781355Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 2022-09-27T15:40:36.3811560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:40:36.3855457Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 2022-09-27T15:40:36.5437035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:40:36.5478555Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 2022-09-27T15:40:36.6760884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:40:36.6784739Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 2022-09-27T15:40:36.7253921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:40:36.7277727Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 2022-09-27T15:40:36.8466197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:40:36.8493701Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 2022-09-27T15:40:36.9208171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:40:36.9239799Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 2022-09-27T15:40:37.0655819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:40:37.0703718Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 2022-09-27T15:40:37.1696244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:40:37.1728701Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 2022-09-27T15:40:37.3992597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:40:37.4008567Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 2022-09-27T15:40:37.5117735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:40:37.5163816Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 2022-09-27T15:40:37.8947863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:40:37.8978898Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 2022-09-27T15:40:37.9319466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:40:37.9352628Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 2022-09-27T15:40:38.1891394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:40:38.1915975Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 2022-09-27T15:40:38.3236111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:40:38.3255977Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 2022-09-27T15:40:38.5630590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:40:38.5772078Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 2022-09-27T15:40:38.7256074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:40:38.7300451Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 2022-09-27T15:40:38.8239737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:40:38.8272607Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 2022-09-27T15:40:38.9252215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:40:38.9286260Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 2022-09-27T15:40:39.0855747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:40:39.0880011Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 2022-09-27T15:40:39.1647896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:40:39.1679056Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 2022-09-27T15:40:39.2586874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:40:39.2642147Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 2022-09-27T15:40:39.3640610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:40:39.3685698Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 2022-09-27T15:40:39.8392117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:40:39.8435151Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 2022-09-27T15:40:39.9001288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:40:39.9101146Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 2022-09-27T15:40:39.9117350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:40:39.9152771Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 2022-09-27T15:40:40.1976882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:40:40.2021800Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 2022-09-27T15:40:40.4995951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:40:40.5076515Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool 2022-09-27T15:40:40.6253843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:40:40.6289385Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 2022-09-27T15:40:40.7159945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:40:40.7271340Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 2022-09-27T15:40:40.8020141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:40:40.8055402Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 2022-09-27T15:40:40.9122633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:40:40.9146607Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 2022-09-27T15:40:40.9959531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:40:41.0015411Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 2022-09-27T15:40:41.1542545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:40:41.1580221Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 2022-09-27T15:40:41.3150604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:40:41.3166021Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 2022-09-27T15:40:41.3182732Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 2022-09-27T15:40:41.3204562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:40:41.4802840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:40:41.4845065Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 2022-09-27T15:40:41.4895521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:40:41.5318383Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 2022-09-27T15:40:41.5328138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:40:41.5515722Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool 2022-09-27T15:40:41.5530804Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 2022-09-27T15:40:41.5810967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:40:41.5835823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:40:41.6221139Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex128 2022-09-27T15:40:41.6221787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:40:41.6636121Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex32 2022-09-27T15:40:41.6642543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:40:41.7075579Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_complex64 2022-09-27T15:40:41.7081856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:40:41.7521362Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 2022-09-27T15:40:41.7527921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:40:41.7739234Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float32 2022-09-27T15:40:41.7763417Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 2022-09-27T15:40:41.7957823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:40:41.7964837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:40:41.8398779Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 2022-09-27T15:40:41.8406468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:40:41.8838283Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int16 2022-09-27T15:40:41.8847770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:40:41.9278154Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int32 2022-09-27T15:40:41.9289462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:40:41.9718539Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 2022-09-27T15:40:41.9728204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:40:42.0157270Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 2022-09-27T15:40:42.0163803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:40:42.0599826Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 2022-09-27T15:40:42.0605751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:40:42.1043003Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bfloat16 2022-09-27T15:40:42.1052367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:40:42.1467058Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_bool 2022-09-27T15:40:42.1493549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:40:42.1668189Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex128 2022-09-27T15:40:42.1680841Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 2022-09-27T15:40:42.1915495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:40:42.1925491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:40:42.2369291Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex32 2022-09-27T15:40:42.2380005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:40:42.2497678Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_complex64 2022-09-27T15:40:42.2524670Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 2022-09-27T15:40:42.2797541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:40:42.2807050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:40:42.3237944Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float16 2022-09-27T15:40:42.3247918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:40:42.3677344Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float32 2022-09-27T15:40:42.3686843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:40:42.4122732Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_float64 2022-09-27T15:40:42.4133940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:40:42.4557027Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int16 2022-09-27T15:40:42.4563605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:40:42.4997929Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int32 2022-09-27T15:40:42.5007374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:40:42.5437499Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int64 2022-09-27T15:40:42.5446701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:40:42.5878649Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_int8 2022-09-27T15:40:42.5890564Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 2022-09-27T15:40:42.5898639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:40:42.5907174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:40:42.6353826Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_strided_cpu_uint8 2022-09-27T15:40:42.6364896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:40:42.6786706Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 2022-09-27T15:40:42.6797154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:40:42.7235684Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool 2022-09-27T15:40:42.7246055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:40:42.7744706Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 2022-09-27T15:40:42.7759731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:40:42.8117518Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 2022-09-27T15:40:42.8127977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:40:42.8552506Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 2022-09-27T15:40:42.8562970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:40:42.8807679Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 2022-09-27T15:40:42.8830765Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 2022-09-27T15:40:42.8990580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:40:42.9000929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:40:42.9432982Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 2022-09-27T15:40:42.9443676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:40:42.9866312Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 2022-09-27T15:40:42.9877054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:40:43.0195777Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 2022-09-27T15:40:43.0220297Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 2022-09-27T15:40:43.0306982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:40:43.0312805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:40:43.0746074Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 2022-09-27T15:40:43.0756049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:40:43.1187319Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 2022-09-27T15:40:43.1198442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:40:43.1626641Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 2022-09-27T15:40:43.1636474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:40:43.2043038Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 2022-09-27T15:40:43.2063891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:40:43.2505088Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 2022-09-27T15:40:43.2515031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:40:43.2953586Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool 2022-09-27T15:40:43.2964947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:40:43.3394023Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 2022-09-27T15:40:43.3404555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:40:43.3465366Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 2022-09-27T15:40:43.3491420Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 2022-09-27T15:40:43.3767577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:40:43.3823314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:40:43.4206921Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 2022-09-27T15:40:43.4263781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:40:43.4503992Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 2022-09-27T15:40:43.4533453Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 2022-09-27T15:40:43.4658011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:40:43.4668547Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 2022-09-27T15:40:43.4689183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:40:43.4702654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:40:43.5123361Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 2022-09-27T15:40:43.5141823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:40:43.5316898Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 2022-09-27T15:40:43.5339896Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool 2022-09-27T15:40:43.5525235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:40:43.5570878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:40:43.5967245Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 2022-09-27T15:40:43.6019633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:40:43.6141655Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 2022-09-27T15:40:43.6150808Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 2022-09-27T15:40:43.6406335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:40:43.6451222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:40:43.6846988Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 2022-09-27T15:40:43.6894494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:40:43.6943655Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 2022-09-27T15:40:43.6958520Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 2022-09-27T15:40:43.7154679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:40:43.7164401Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool 2022-09-27T15:40:43.7286090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:40:43.7332834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:40:43.7727518Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 2022-09-27T15:40:43.7787055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:40:43.8061865Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 2022-09-27T15:40:43.8074700Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 2022-09-27T15:40:43.8166129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:40:43.8221118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:40:43.8274459Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool 2022-09-27T15:40:43.8283524Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 2022-09-27T15:40:43.8607892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:40:43.8669914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:40:43.8888589Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 2022-09-27T15:40:43.8906747Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 2022-09-27T15:40:43.9047319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:40:43.9126529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:40:43.9486759Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 2022-09-27T15:40:43.9563285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:40:43.9705795Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 2022-09-27T15:40:43.9719347Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 2022-09-27T15:40:43.9926277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:40:43.9997318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:40:44.0309653Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 2022-09-27T15:40:44.0324728Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 2022-09-27T15:40:44.0362940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:40:44.0380129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:40:44.0395248Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 2022-09-27T15:40:44.0449350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:40:44.0467544Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 2022-09-27T15:40:44.0479441Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 2022-09-27T15:40:44.0861654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:40:44.0869028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:40:44.1198714Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 2022-09-27T15:40:44.1208904Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 2022-09-27T15:40:44.1298046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:40:44.1306841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:40:44.1686466Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 2022-09-27T15:40:44.1742735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:40:44.1854666Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 2022-09-27T15:40:44.1867356Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 2022-09-27T15:40:44.2095003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:40:44.2110142Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 2022-09-27T15:40:44.2125294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:40:44.2196020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:40:44.2516602Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 2022-09-27T15:40:44.2528436Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 2022-09-27T15:40:44.2564884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:40:44.2628785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:40:44.3008199Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 2022-09-27T15:40:44.3077440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:40:44.3177929Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 2022-09-27T15:40:44.3190018Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 2022-09-27T15:40:44.3342188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:40:44.3562834Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:40:44.3605827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:40:44.3890609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:40:44.3902825Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool 2022-09-27T15:40:44.3923916Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 2022-09-27T15:40:44.4122046Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:40:44.4203802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:40:44.4562093Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 2022-09-27T15:40:44.4646985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:40:44.5042784Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 2022-09-27T15:40:44.5121227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:40:44.5523067Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 2022-09-27T15:40:44.5628073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:40:44.5961214Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 2022-09-27T15:40:44.6068009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:40:44.6401275Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 2022-09-27T15:40:44.6520627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:40:44.6534990Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 2022-09-27T15:40:44.6557560Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 2022-09-27T15:40:44.6842784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:40:44.6948739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:40:44.7283278Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 2022-09-27T15:40:44.7405468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:40:44.7762918Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 2022-09-27T15:40:44.7866668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:40:44.8202496Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 2022-09-27T15:40:44.8290566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:40:44.8629888Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 2022-09-27T15:40:44.8635123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:40:44.8706658Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 2022-09-27T15:40:44.8727390Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 2022-09-27T15:40:44.9017166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:40:44.9069082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:40:44.9375023Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool 2022-09-27T15:40:44.9402100Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 2022-09-27T15:40:44.9508855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:40:44.9518536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:40:44.9949296Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 2022-09-27T15:40:44.9958645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:40:45.0392093Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 2022-09-27T15:40:45.0401561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:40:45.0825777Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 2022-09-27T15:40:45.0832227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:40:45.1268580Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 2022-09-27T15:40:45.1274899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:40:45.1708558Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 2022-09-27T15:40:45.1717680Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 2022-09-27T15:40:45.1725215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:40:45.1733174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:40:45.2144860Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 2022-09-27T15:40:45.2154346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:40:45.2586287Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 2022-09-27T15:40:45.2595405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:40:45.2972966Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 2022-09-27T15:40:45.3064303Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 2022-09-27T15:40:45.3073819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:40:45.3085292Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 2022-09-27T15:40:45.3549180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:40:45.3559289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:40:45.4003182Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 2022-09-27T15:40:45.5437611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:40:45.5542441Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool 2022-09-27T15:40:45.8304987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:40:45.8325943Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 2022-09-27T15:40:45.8779911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:40:45.8813939Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 2022-09-27T15:40:45.8970937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:40:45.8995614Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 2022-09-27T15:40:46.2121072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:40:46.2145973Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 2022-09-27T15:40:46.3198229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:40:46.3220586Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 2022-09-27T15:40:46.3900358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:40:46.3932206Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool 2022-09-27T15:40:46.5573052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:40:46.5602719Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 2022-09-27T15:40:46.7292073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:40:46.7310474Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 2022-09-27T15:40:46.8180156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:40:46.8207065Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 2022-09-27T15:40:47.0417882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:40:47.0445333Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 2022-09-27T15:40:47.1777785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:40:47.1804450Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 2022-09-27T15:40:47.1838986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:40:47.2278342Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_bfloat16 2022-09-27T15:40:47.2288656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:40:47.2491622Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:40:47.2518649Z [gw2] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 2022-09-27T15:40:47.2719976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:40:47.2730153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:40:47.3243494Z [gw1] [ 59%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:40:47.3623226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:40:47.3640919Z [gw0] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 2022-09-27T15:40:47.5034071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:40:47.5057916Z [gw3] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 2022-09-27T15:40:47.7241897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:40:47.7421651Z [gw1] [ 59%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 2022-09-27T15:40:47.8501957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:40:47.8548893Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 2022-09-27T15:40:47.9195600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:40:47.9223916Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 2022-09-27T15:40:48.0505473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:40:48.0533564Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 2022-09-27T15:40:48.0830532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:40:48.0846204Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 2022-09-27T15:40:48.2322471Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:40:48.2350490Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 2022-09-27T15:40:48.4251872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:40:48.4278639Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 2022-09-27T15:40:48.4294316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:40:48.4321862Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 2022-09-27T15:40:48.5416687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:40:48.5540985Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 2022-09-27T15:40:48.5851448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:40:48.6002188Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 2022-09-27T15:40:48.6096369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:40:48.6483091Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:40:48.6491810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:40:48.6921545Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:40:48.7612054Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:40:48.7653460Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 2022-09-27T15:40:48.7664404Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 2022-09-27T15:40:48.7689993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:40:48.8266946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:40:48.8284231Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 2022-09-27T15:40:48.8891747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:40:48.8914478Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 2022-09-27T15:40:49.0835159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:40:49.0888307Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool 2022-09-27T15:40:49.1440927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:40:49.1477751Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 2022-09-27T15:40:49.2669518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:40:49.2700343Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 2022-09-27T15:40:49.3484693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:40:49.3545140Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 2022-09-27T15:40:49.5021574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:40:49.5067470Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 2022-09-27T15:40:49.6449881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:40:49.6479093Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:40:49.6739927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:40:49.6783289Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 2022-09-27T15:40:49.9966171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:40:49.9998005Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 2022-09-27T15:40:50.0497370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:40:50.0528295Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:40:50.2371736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:40:50.2403448Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 2022-09-27T15:40:50.4693993Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:40:50.4737412Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 2022-09-27T15:40:50.4771795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:40:50.4938711Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 2022-09-27T15:40:50.7150476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:40:50.7333188Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 2022-09-27T15:40:50.8262851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:40:50.8303806Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:40:51.0096536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:40:51.0144595Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool 2022-09-27T15:40:51.1325919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:40:51.1526217Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:40:51.1563832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:40:51.1588552Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 2022-09-27T15:40:51.2078865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:40:51.2101552Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 2022-09-27T15:40:51.3632292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:40:51.3655426Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 2022-09-27T15:40:51.4773375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:40:51.4803765Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 2022-09-27T15:40:51.5565245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:40:51.5597747Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 2022-09-27T15:40:51.6388764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:40:51.6402840Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 2022-09-27T15:40:51.7567311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:40:51.7744187Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 2022-09-27T15:40:51.8050813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:40:51.8076053Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 2022-09-27T15:40:51.9008723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:40:51.9024565Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 2022-09-27T15:40:51.9044296Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 2022-09-27T15:40:51.9053226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:40:52.0363532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:40:52.0405184Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:40:52.1676091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:40:52.1718835Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:40:52.2079593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:40:52.2125713Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 2022-09-27T15:40:52.2347486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:40:52.2643486Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:40:52.2730086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:52.3083096Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:40:52.3158714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:40:52.3523121Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 2022-09-27T15:40:52.3558943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:40:52.3963141Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:40:52.4011286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:40:52.4401442Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:40:52.4408409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:40:52.4801353Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 2022-09-27T15:40:52.4859094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:40:52.4964083Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:40:52.5009080Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 2022-09-27T15:40:52.5235080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:40:52.5285009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:40:52.5722935Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:40:52.5791329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:40:52.6163491Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 2022-09-27T15:40:52.6186321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:40:52.6363683Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:40:52.6382700Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:40:52.6603903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:40:52.6630256Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:40:52.7043607Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:40:52.8187499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:40:52.8233789Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 2022-09-27T15:40:53.0057748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:40:53.0141917Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 2022-09-27T15:40:53.0845817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:40:53.0872880Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:40:53.1044752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:40:53.1066676Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 2022-09-27T15:40:53.1891341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:40:53.2062841Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:40:53.2880147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:40:53.2904261Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 2022-09-27T15:40:53.3006112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:40:53.3036182Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:40:53.3704236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:40:53.3731159Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 2022-09-27T15:40:53.5016865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:40:53.5041887Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 2022-09-27T15:40:53.5316520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:40:53.5342918Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 2022-09-27T15:40:53.5752825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:40:53.5787595Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 2022-09-27T15:40:53.6490171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:40:53.6525326Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 2022-09-27T15:40:53.6824789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:40:53.6852841Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:40:53.7661782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:40:53.7858291Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 2022-09-27T15:40:53.9916859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:40:53.9946554Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 2022-09-27T15:40:54.2342461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:40:54.2374318Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 2022-09-27T15:40:54.2751223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:40:54.2798016Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:40:54.3637261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:40:54.3723029Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 2022-09-27T15:40:54.7212439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:40:54.7259694Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 2022-09-27T15:40:54.7416805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:40:54.7763362Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 2022-09-27T15:40:54.7788418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:40:54.7854841Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool 2022-09-27T15:40:54.7885313Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 2022-09-27T15:40:54.8015884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:40:54.8245801Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 2022-09-27T15:40:54.8254995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:40:54.8435241Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 2022-09-27T15:40:54.8474767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:40:54.8686050Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:40:54.8705295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:40:54.8883266Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 2022-09-27T15:40:54.8935931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:40:54.9067895Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:40:54.9076912Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:40:54.9101625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:40:54.9141856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:40:54.9292174Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 2022-09-27T15:40:54.9373855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:40:54.9486397Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 2022-09-27T15:40:54.9558284Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:40:54.9729354Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 2022-09-27T15:40:54.9793487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:40:54.9926531Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:40:55.0016223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:40:55.0069724Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 2022-09-27T15:40:55.0078274Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 2022-09-27T15:40:55.0164375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:40:55.0217021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:55.0364562Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:40:55.0428923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:40:55.0605942Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 2022-09-27T15:40:55.0654126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:40:55.0806179Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 2022-09-27T15:40:55.0865305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:40:55.1045544Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 2022-09-27T15:40:55.1097073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:40:55.1246112Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:40:55.1308349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:40:55.1397760Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 2022-09-27T15:40:55.1408270Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:40:55.1483002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:40:55.1533576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:40:55.1684348Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:40:55.1743346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:40:55.1924888Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 2022-09-27T15:40:55.1975445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:40:55.2124786Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 2022-09-27T15:40:55.2185328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:40:55.2369091Z [gw3] [ 60%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 2022-09-27T15:40:55.2429489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:40:55.2567273Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 2022-09-27T15:40:55.2807193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:40:55.2865885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:40:55.3084111Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 2022-09-27T15:40:55.3101955Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 2022-09-27T15:40:55.3247023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:40:55.3309499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:40:55.3735068Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 2022-09-27T15:40:55.3755170Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool 2022-09-27T15:40:55.3770319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:40:55.3785327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:40:55.3952242Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 2022-09-27T15:40:55.3967733Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:40:55.4046001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:40:55.4058843Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 2022-09-27T15:40:55.4146689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:40:55.4236871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:40:55.4540942Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:40:55.4552558Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 2022-09-27T15:40:55.4564857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:40:55.4667060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:40:55.5027027Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:40:55.5035794Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 2022-09-27T15:40:55.5043040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:40:55.5524962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:40:55.5540667Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 2022-09-27T15:40:55.5951466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:40:55.5976219Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 2022-09-27T15:40:55.6429509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:40:55.6455344Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 2022-09-27T15:40:55.6927444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:40:55.6954907Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 2022-09-27T15:40:55.7404726Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:40:55.7432430Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 2022-09-27T15:40:55.7650294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:40:55.7664162Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:40:55.7919465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:40:55.7946868Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 2022-09-27T15:40:55.8062515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:40:55.8105711Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 2022-09-27T15:40:55.8429613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:40:55.8457486Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 2022-09-27T15:40:55.8489939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:40:55.8916964Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 2022-09-27T15:40:55.8923101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:40:55.9223505Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 2022-09-27T15:40:55.9249093Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:40:55.9356886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:40:55.9362931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:40:55.9782668Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 2022-09-27T15:40:55.9794159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:40:56.0228542Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 2022-09-27T15:40:56.0247980Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:40:56.0270243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:40:56.0286706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:40:56.0718920Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 2022-09-27T15:40:56.0729334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:40:56.1159827Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 2022-09-27T15:40:56.1171666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:40:56.1517091Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 2022-09-27T15:40:56.1549115Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 2022-09-27T15:40:56.1571352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:40:56.1599370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:40:56.2081051Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 2022-09-27T15:40:56.2092833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:40:56.2564335Z [gw3] [ 60%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 2022-09-27T15:40:56.2616137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:40:56.2799499Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 2022-09-27T15:40:56.2829650Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 2022-09-27T15:40:56.2928263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:40:56.3034107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:40:56.3183843Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool 2022-09-27T15:40:56.3201904Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:40:56.3365713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:40:56.3490273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:40:56.3860393Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 2022-09-27T15:40:56.3933060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:40:56.4165606Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 2022-09-27T15:40:56.4193421Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 2022-09-27T15:40:56.4286553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:40:56.4407150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:40:56.4843963Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 2022-09-27T15:40:56.4897359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:40:56.5278042Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 2022-09-27T15:40:56.5324310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:40:56.5369047Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 2022-09-27T15:40:56.5400243Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 2022-09-27T15:40:56.5646334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:40:56.5755524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:40:56.6087350Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 2022-09-27T15:40:56.6198861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:40:56.6569627Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 2022-09-27T15:40:56.6629036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:40:56.6655249Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 2022-09-27T15:40:56.6672258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:40:56.7083236Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 2022-09-27T15:40:56.7111159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:40:56.7448150Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 2022-09-27T15:40:56.7560127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:40:56.7855933Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 2022-09-27T15:40:56.7876816Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:40:56.7885301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:40:56.7991724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:40:56.8327896Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 2022-09-27T15:40:56.9305236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:40:56.9443977Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 2022-09-27T15:40:57.0384276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:40:57.0406938Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool 2022-09-27T15:40:57.0904706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:40:57.0923587Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 2022-09-27T15:40:57.1465176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:40:57.1487892Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 2022-09-27T15:40:57.1897713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:40:57.1925104Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 2022-09-27T15:40:57.2602423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:40:57.2704000Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 2022-09-27T15:40:57.3279706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:40:57.3309665Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:40:57.3446617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:40:57.3469677Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 2022-09-27T15:40:57.4283991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:40:57.4308240Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 2022-09-27T15:40:57.4641073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:40:57.4667595Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 2022-09-27T15:40:57.5026453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:40:57.5053309Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 2022-09-27T15:40:57.5804096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:40:57.5845019Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 2022-09-27T15:40:57.6460103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:40:57.6481785Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 2022-09-27T15:40:57.6875283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:40:57.6922752Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 2022-09-27T15:40:57.8324766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:40:57.8348142Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 2022-09-27T15:40:57.8385712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:40:57.8411466Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:40:57.8586867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:40:57.8618307Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 2022-09-27T15:40:57.8809368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:40:57.8821364Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:40:57.9968466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:40:57.9977029Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 2022-09-27T15:40:58.0651137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:40:58.0675467Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 2022-09-27T15:40:58.1308643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:40:58.1336872Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool 2022-09-27T15:40:58.2292003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:40:58.2304710Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 2022-09-27T15:40:58.2698940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:40:58.2723629Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:40:58.2870196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:40:58.2881518Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 2022-09-27T15:40:58.3297112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:40:58.3309208Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 2022-09-27T15:40:58.3684477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:40:58.3725470Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 2022-09-27T15:40:58.4353017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:40:58.4381440Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 2022-09-27T15:40:58.4673753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:40:58.4694942Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:40:58.5197901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:40:58.5222910Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 2022-09-27T15:40:58.5596506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:40:58.5642389Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 2022-09-27T15:40:58.6332243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:40:58.6392037Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 2022-09-27T15:40:58.7201344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:40:58.7204192Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 2022-09-27T15:40:58.7218124Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 2022-09-27T15:40:58.7252862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:40:58.8031653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:40:58.8072973Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 2022-09-27T15:40:58.9057344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:40:58.9091725Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 2022-09-27T15:40:58.9577612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:40:58.9603423Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:40:58.9907597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:40:58.9941917Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 2022-09-27T15:40:59.0290497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:40:59.0328030Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:40:59.2561429Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:40:59.2594335Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:40:59.4528495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:40:59.4585323Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 2022-09-27T15:40:59.6292577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:40:59.6331349Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 2022-09-27T15:40:59.7051432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:40:59.7070022Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:40:59.7841913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:40:59.7881940Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 2022-09-27T15:40:59.9479945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:40:59.9518469Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 2022-09-27T15:41:00.1269476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:41:00.1312212Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 2022-09-27T15:41:00.3730691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:41:00.3760951Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:41:00.4795464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:41:00.4838358Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 2022-09-27T15:41:00.5687511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:41:00.5710797Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 2022-09-27T15:41:01.0167537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:41:01.0202509Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 2022-09-27T15:41:01.1902608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:41:01.1931194Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 2022-09-27T15:41:01.3142414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:41:01.3166889Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:41:01.4224341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:01.4247426Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 2022-09-27T15:41:01.5326255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:41:01.5351965Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 2022-09-27T15:41:01.7478744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:41:01.7524503Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 2022-09-27T15:41:01.7881677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:41:01.7899832Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool 2022-09-27T15:41:01.8752779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:41:01.8793013Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 2022-09-27T15:41:01.8806450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:41:01.8896537Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:41:02.0646656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:02.0686001Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 2022-09-27T15:41:02.1788862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:41:02.1816737Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 2022-09-27T15:41:02.4922676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:41:02.4973189Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 2022-09-27T15:41:02.8011825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:41:02.8056455Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 2022-09-27T15:41:02.8792908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:41:02.8840157Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:41:03.1464550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:41:03.1511172Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 2022-09-27T15:41:03.1781153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:41:03.1814971Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 2022-09-27T15:41:03.9122977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:41:03.9134228Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 2022-09-27T15:41:03.9149935Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:41:03.9176249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:41:03.9367469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:41:03.9382209Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 2022-09-27T15:41:04.1895938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:41:04.1922006Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:41:04.6542543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:41:04.6584131Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:41:04.7333097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:41:04.7365508Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:41:04.9586790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:41:04.9625000Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 2022-09-27T15:41:05.0611001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:41:05.0644444Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 2022-09-27T15:41:05.3230663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:41:05.3257502Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:41:05.4981888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:41:05.5018403Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:41:05.9545871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:05.9578993Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:41:06.0357436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:41:06.0400359Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:41:06.0666426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:41:06.0690554Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 2022-09-27T15:41:06.7276969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:41:06.7323909Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 2022-09-27T15:41:06.7609167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:41:06.7631446Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:41:06.9176484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:41:06.9203629Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 2022-09-27T15:41:07.6540093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:41:07.6592786Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 2022-09-27T15:41:08.1362817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:41:08.1406795Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool 2022-09-27T15:41:08.5153828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:41:08.5194029Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:41:08.5486127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:41:08.5514800Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 2022-09-27T15:41:08.8001874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:41:08.8075441Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 2022-09-27T15:41:08.9654280Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:41:08.9683795Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 2022-09-27T15:41:09.0332512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:41:09.0360785Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool 2022-09-27T15:41:09.3256719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:41:09.3281866Z [gw0] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 2022-09-27T15:41:09.3631599Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:41:09.3659852Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 2022-09-27T15:41:09.6544326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:41:09.6584140Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:41:09.9482346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:41:09.9526064Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:41:10.0284593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:10.0306427Z [gw3] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 2022-09-27T15:41:10.1794235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:41:10.1821571Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:41:10.2610721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:41:10.2721674Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 2022-09-27T15:41:10.3710500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:41:10.3737743Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 2022-09-27T15:41:10.5728386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:41:10.5757367Z [gw1] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 2022-09-27T15:41:10.6206408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:41:10.6485310Z [gw2] [ 60%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 2022-09-27T15:41:10.8091291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:41:10.8130710Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 2022-09-27T15:41:11.1325169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:41:11.1340831Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 2022-09-27T15:41:11.1604981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:41:11.1621531Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 2022-09-27T15:41:11.2149643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:41:11.2178200Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 2022-09-27T15:41:11.3689386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:41:11.3711847Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 2022-09-27T15:41:11.5496911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:41:11.5534545Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 2022-09-27T15:41:11.6576772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:41:11.6618326Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 2022-09-27T15:41:11.9946820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:41:11.9986324Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 2022-09-27T15:41:11.9990461Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 2022-09-27T15:41:12.0007989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:41:12.1887301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:41:12.1914208Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 2022-09-27T15:41:12.3522832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:41:12.3538248Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 2022-09-27T15:41:12.3868356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:41:12.3897504Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:41:12.5039045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:41:12.5068282Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 2022-09-27T15:41:12.7596749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:41:12.7624973Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 2022-09-27T15:41:12.8422936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:41:12.8459433Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:41:12.9496959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:41:12.9525988Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 2022-09-27T15:41:13.0504289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:41:13.0538640Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 2022-09-27T15:41:13.1634593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:41:13.1664132Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 2022-09-27T15:41:13.1972168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:41:13.1996607Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 2022-09-27T15:41:13.2495786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:41:13.2522298Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 2022-09-27T15:41:13.4116630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:41:13.4161172Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 2022-09-27T15:41:13.4484199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:41:13.4511076Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 2022-09-27T15:41:13.4799760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:41:13.4833342Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 2022-09-27T15:41:13.5746904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:41:13.5800473Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 2022-09-27T15:41:13.6166085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:41:13.6188185Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 2022-09-27T15:41:13.6195853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:41:13.6216197Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 2022-09-27T15:41:13.6671433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:41:13.6694844Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 2022-09-27T15:41:13.7081675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:41:13.7126400Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 2022-09-27T15:41:13.7473329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:41:13.7566573Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 2022-09-27T15:41:13.7739578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:41:13.7877630Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 2022-09-27T15:41:13.7893724Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 2022-09-27T15:41:13.8006183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:41:13.8185583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:41:13.8495424Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 2022-09-27T15:41:13.8504579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:41:13.8973383Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 2022-09-27T15:41:13.8978886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:41:13.9241078Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool 2022-09-27T15:41:13.9264316Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool 2022-09-27T15:41:13.9412157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:41:13.9418212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:41:13.9857022Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 2022-09-27T15:41:13.9863205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:41:14.0114975Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 2022-09-27T15:41:14.0136718Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 2022-09-27T15:41:14.0293492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:41:14.0299675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:41:14.0774378Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 2022-09-27T15:41:14.0783656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:41:14.1215864Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 2022-09-27T15:41:14.1223055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:41:14.1270920Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 2022-09-27T15:41:14.1295590Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 2022-09-27T15:41:14.1695667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:41:14.1698489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:41:14.2125439Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 2022-09-27T15:41:14.2134415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:41:14.2572601Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 2022-09-27T15:41:14.2573624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:41:14.2809898Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 2022-09-27T15:41:14.2881260Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 2022-09-27T15:41:14.3011006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:41:14.3015899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:41:14.3453224Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 2022-09-27T15:41:14.3458501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:41:14.3933079Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 2022-09-27T15:41:14.3934072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:41:14.4052117Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 2022-09-27T15:41:14.4069164Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 2022-09-27T15:41:14.4396073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:41:14.5106322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:41:14.5135151Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 2022-09-27T15:41:14.5967525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:41:14.5994600Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 2022-09-27T15:41:14.6137324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:41:14.6175974Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool 2022-09-27T15:41:14.7221162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:41:14.7244605Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 2022-09-27T15:41:14.8039243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:41:14.8065538Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 2022-09-27T15:41:14.8098974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:41:14.8128492Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 2022-09-27T15:41:14.8351988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:41:14.8561926Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 2022-09-27T15:41:14.8867523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:41:14.8962138Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool 2022-09-27T15:41:14.9284909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:41:14.9340236Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 2022-09-27T15:41:14.9364439Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 2022-09-27T15:41:14.9369085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:41:14.9753055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:41:14.9935082Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 2022-09-27T15:41:15.0014058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:41:15.0035892Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 2022-09-27T15:41:15.0176049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:41:15.0366312Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 2022-09-27T15:41:15.0438906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:41:15.0458843Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 2022-09-27T15:41:15.0729835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:41:15.0817416Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 2022-09-27T15:41:15.0861722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:41:15.0868483Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 2022-09-27T15:41:15.0883870Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 2022-09-27T15:41:15.0902462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:41:15.1109797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:41:15.1285341Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 2022-09-27T15:41:15.1297725Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 2022-09-27T15:41:15.1322906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:41:15.1467069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:41:15.1762723Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 2022-09-27T15:41:15.2061018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:41:15.2080669Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 2022-09-27T15:41:15.2126438Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 2022-09-27T15:41:15.2135785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:41:15.2931495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:41:15.2945793Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 2022-09-27T15:41:15.3066382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:41:15.3101852Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 2022-09-27T15:41:15.3338972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:41:15.3364315Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 2022-09-27T15:41:15.3774753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:41:15.3805035Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 2022-09-27T15:41:15.3888636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:41:15.3902979Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 2022-09-27T15:41:15.4061547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:41:15.4083197Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 2022-09-27T15:41:15.4197840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:41:15.4401941Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 2022-09-27T15:41:15.4437233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:41:15.4453974Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 2022-09-27T15:41:15.4484708Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 2022-09-27T15:41:15.4843702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:41:15.4879337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:41:15.5283840Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool 2022-09-27T15:41:15.5326254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:41:15.5723328Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 2022-09-27T15:41:15.5771815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:41:15.6208400Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 2022-09-27T15:41:15.6214306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:41:15.6446818Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 2022-09-27T15:41:15.6468152Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 2022-09-27T15:41:15.6639706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:41:15.6645150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:41:15.7083286Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 2022-09-27T15:41:15.7125048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:41:15.7523636Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 2022-09-27T15:41:15.7588002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:41:15.7923147Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 2022-09-27T15:41:15.8005226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:41:15.8403556Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 2022-09-27T15:41:15.8457775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:41:15.8766923Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 2022-09-27T15:41:15.8875233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:41:15.9252544Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 2022-09-27T15:41:15.9362999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:41:15.9750561Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 2022-09-27T15:41:15.9795912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:41:16.0203161Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 2022-09-27T15:41:16.0381924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:41:16.0581968Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:41:16.0871634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:41:16.1055260Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool 2022-09-27T15:41:16.1462493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:41:16.1496283Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 2022-09-27T15:41:16.1875399Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:41:16.1913673Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 2022-09-27T15:41:16.2035514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:41:16.2057645Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 2022-09-27T15:41:16.2343590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:41:16.2562219Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 2022-09-27T15:41:16.2698010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:41:16.2980111Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 2022-09-27T15:41:16.3476741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:41:16.3525675Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 2022-09-27T15:41:16.3906971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:41:16.4064170Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 2022-09-27T15:41:16.4123433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:41:16.4145960Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 2022-09-27T15:41:16.4268052Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:41:16.4529428Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 2022-09-27T15:41:16.4720612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:41:16.5004611Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 2022-09-27T15:41:16.5153340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:41:16.5443460Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 2022-09-27T15:41:16.5733370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:41:16.5806752Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 2022-09-27T15:41:16.6006220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:41:16.6323214Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 2022-09-27T15:41:16.6462260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:41:16.6750302Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:41:16.6897191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:41:16.7242950Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool 2022-09-27T15:41:16.7399836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:41:16.7428082Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 2022-09-27T15:41:16.7477220Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 2022-09-27T15:41:16.7722249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:41:16.7843013Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:41:16.8096192Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 2022-09-27T15:41:16.8416328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:41:16.8443088Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 2022-09-27T15:41:16.8457078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:41:16.8565063Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 2022-09-27T15:41:16.9365990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:41:16.9395161Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 2022-09-27T15:41:17.0207362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:41:17.0258758Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 2022-09-27T15:41:17.0581115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:41:17.0686521Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 2022-09-27T15:41:17.1101942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:41:17.1168106Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 2022-09-27T15:41:17.1590485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:41:17.1645441Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 2022-09-27T15:41:17.2009553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:41:17.2084639Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 2022-09-27T15:41:17.2408338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:41:17.2524458Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 2022-09-27T15:41:17.2815579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:41:17.3082907Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 2022-09-27T15:41:17.3655132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:41:17.3672063Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 2022-09-27T15:41:17.3771063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:41:17.3793703Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 2022-09-27T15:41:17.4130820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:41:17.4204977Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 2022-09-27T15:41:17.4312022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:41:17.4336182Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 2022-09-27T15:41:17.4638189Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:41:17.4650917Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 2022-09-27T15:41:17.5736951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:41:17.5777158Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 2022-09-27T15:41:17.6459765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:41:17.6490948Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 2022-09-27T15:41:17.7198619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:41:17.7236084Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 2022-09-27T15:41:17.7415830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:41:17.7437650Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 2022-09-27T15:41:17.8386106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:41:17.8420548Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 2022-09-27T15:41:17.8674957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:41:17.8691124Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 2022-09-27T15:41:17.9215418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:41:17.9249336Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 2022-09-27T15:41:17.9666794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:41:17.9709843Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 2022-09-27T15:41:18.0041017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:41:18.0078783Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 2022-09-27T15:41:18.0888994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:41:18.0907427Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 2022-09-27T15:41:18.1737400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:41:18.1759391Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 2022-09-27T15:41:18.2107249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:41:18.2195100Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 2022-09-27T15:41:18.2815031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:41:18.2834200Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 2022-09-27T15:41:18.3667708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:41:18.3711903Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 2022-09-27T15:41:18.3723190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:41:18.3741823Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 2022-09-27T15:41:18.4406613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:41:18.4435197Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 2022-09-27T15:41:18.5208611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:41:18.5238496Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 2022-09-27T15:41:18.5289138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:41:18.5321442Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 2022-09-27T15:41:18.5681988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:41:18.5703875Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 2022-09-27T15:41:18.5923266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:41:18.5955799Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 2022-09-27T15:41:18.6135723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:41:18.6164739Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 2022-09-27T15:41:18.6557423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:41:18.6585725Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool 2022-09-27T15:41:18.7360861Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:41:18.7388701Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 2022-09-27T15:41:18.8227555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:41:18.8285551Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 2022-09-27T15:41:18.8636864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:41:18.8749595Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 2022-09-27T15:41:18.9105185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:41:18.9164698Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 2022-09-27T15:41:18.9834894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:41:18.9885035Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 2022-09-27T15:41:19.0696031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:41:19.0714292Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 2022-09-27T15:41:19.0922564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:41:19.0944964Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 2022-09-27T15:41:19.1282115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:41:19.1317750Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 2022-09-27T15:41:19.1641517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:41:19.1674371Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 2022-09-27T15:41:19.1782617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:41:19.1808361Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 2022-09-27T15:41:19.1908338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:41:19.1936486Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 2022-09-27T15:41:19.3357197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:41:19.3410161Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 2022-09-27T15:41:19.4211645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:41:19.4377318Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 2022-09-27T15:41:19.4813387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:41:19.4836723Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 2022-09-27T15:41:19.6757918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:41:19.6790462Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 2022-09-27T15:41:19.7117038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:41:19.7146514Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 2022-09-27T15:41:19.8379577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:41:19.8406680Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool 2022-09-27T15:41:20.0240128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:41:20.0271627Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 2022-09-27T15:41:20.0920258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:41:20.0942866Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 2022-09-27T15:41:20.2332896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:41:20.2369953Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 2022-09-27T15:41:20.3870182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:41:20.3892889Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 2022-09-27T15:41:20.5065609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:41:20.5131867Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 2022-09-27T15:41:20.5172345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:41:20.5195100Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 2022-09-27T15:41:20.6922486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:41:20.6951240Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 2022-09-27T15:41:20.7888232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:41:20.7906704Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 2022-09-27T15:41:20.8584837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:41:20.8612704Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 2022-09-27T15:41:21.0051055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:41:21.0065131Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 2022-09-27T15:41:21.0151005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:41:21.0172400Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 2022-09-27T15:41:21.1568186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:41:21.1585135Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 2022-09-27T15:41:21.3172116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:41:21.3330457Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 2022-09-27T15:41:21.3732745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:41:21.3821603Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 2022-09-27T15:41:21.4161227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:41:21.4177237Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 2022-09-27T15:41:21.6092219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:41:21.6110985Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 2022-09-27T15:41:21.6337620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:41:21.6362579Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 2022-09-27T15:41:21.6939105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:41:21.6962579Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 2022-09-27T15:41:21.8415097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:41:21.8455013Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool 2022-09-27T15:41:21.9811700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:41:21.9831094Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 2022-09-27T15:41:21.9997939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:41:22.0032559Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool 2022-09-27T15:41:22.1808661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:41:22.1826915Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 2022-09-27T15:41:22.1952081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:41:22.2326111Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 2022-09-27T15:41:22.2456465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:41:22.2765212Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool 2022-09-27T15:41:22.2824615Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:41:22.3243882Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 2022-09-27T15:41:22.3297283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:41:22.3533765Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 2022-09-27T15:41:22.3546724Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 2022-09-27T15:41:22.3662296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:41:22.3680507Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 2022-09-27T15:41:22.3689237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:41:22.3727326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:41:22.4124989Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 2022-09-27T15:41:22.4174205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:41:22.4604373Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 2022-09-27T15:41:22.4641387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:41:22.5005116Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 2022-09-27T15:41:22.5063026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:41:22.5383978Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 2022-09-27T15:41:22.5412024Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 2022-09-27T15:41:22.5484023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:41:22.5492533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:41:22.5843160Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 2022-09-27T15:41:22.5931244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:41:22.6365490Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 2022-09-27T15:41:22.6378734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:41:22.6688702Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 2022-09-27T15:41:22.6712956Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 2022-09-27T15:41:22.6756431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:41:22.6808557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:41:22.7114188Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 2022-09-27T15:41:22.7128981Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 2022-09-27T15:41:22.7208415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:41:22.7294309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:41:22.7683164Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 2022-09-27T15:41:22.7840595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:41:22.7948410Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 2022-09-27T15:41:22.7971086Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 2022-09-27T15:41:22.8126747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:41:22.8247699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:41:22.8567567Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool 2022-09-27T15:41:22.8701592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:41:22.8959694Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 2022-09-27T15:41:22.8977483Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 2022-09-27T15:41:22.9058567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:41:22.9312018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:41:22.9563244Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 2022-09-27T15:41:22.9772520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:41:23.0002670Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 2022-09-27T15:41:23.0083113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:41:23.0443384Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 2022-09-27T15:41:23.0599391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:41:23.0884265Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 2022-09-27T15:41:23.0929553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:41:23.1322842Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 2022-09-27T15:41:23.1364169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:41:23.1377823Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 2022-09-27T15:41:23.1392121Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 2022-09-27T15:41:23.1720641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:41:23.1801472Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 2022-09-27T15:41:23.1847890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:41:23.1883869Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 2022-09-27T15:41:23.2207301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:41:23.2331279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:41:23.2688292Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 2022-09-27T15:41:23.2807789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:41:23.2853154Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 2022-09-27T15:41:23.2867904Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 2022-09-27T15:41:23.3128435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:41:23.3284062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:41:23.3583082Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 2022-09-27T15:41:23.3589543Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 2022-09-27T15:41:23.3610841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:41:23.4406976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:41:23.4441637Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 2022-09-27T15:41:23.4958181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:41:23.4982007Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 2022-09-27T15:41:23.5756937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:41:23.5797758Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 2022-09-27T15:41:23.5895679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:41:23.6058442Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool 2022-09-27T15:41:23.6642507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:41:23.6683991Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 2022-09-27T15:41:23.7074972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:41:23.7096352Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 2022-09-27T15:41:23.8230740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:41:23.8245329Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 2022-09-27T15:41:23.8266883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:41:23.8300276Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 2022-09-27T15:41:23.8311683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:41:23.8328095Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 2022-09-27T15:41:23.9287875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:41:23.9303862Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 2022-09-27T15:41:24.0344452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:41:24.0356722Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 2022-09-27T15:41:24.0614232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:41:24.0641070Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 2022-09-27T15:41:24.1497807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:41:24.1511120Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 2022-09-27T15:41:24.1612456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:41:24.1639436Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 2022-09-27T15:41:24.1650768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:41:24.1679595Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 2022-09-27T15:41:24.2620692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:41:24.2635346Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 2022-09-27T15:41:24.3152141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:41:24.3199106Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 2022-09-27T15:41:24.3422349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:41:24.3541296Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 2022-09-27T15:41:24.4424397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:41:24.4445537Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 2022-09-27T15:41:24.4851536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:41:24.4876654Z [gw0] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 2022-09-27T15:41:24.4989028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:41:24.5023768Z [gw1] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 2022-09-27T15:41:24.5292890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:41:24.5315197Z [gw3] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 2022-09-27T15:41:24.5629585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:41:24.5667450Z [gw2] [ 61%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 2022-09-27T15:41:24.6205065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:41:24.6226018Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 2022-09-27T15:41:24.7008255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:41:24.7060707Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 2022-09-27T15:41:24.7246670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:41:24.7545164Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 2022-09-27T15:41:24.7551704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:41:24.7844032Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool 2022-09-27T15:41:24.7871628Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 2022-09-27T15:41:24.8025685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:41:24.8035484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:41:24.8067297Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 2022-09-27T15:41:24.8088728Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 2022-09-27T15:41:24.8473753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:41:24.8484044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:41:24.8674951Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 2022-09-27T15:41:24.8694974Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 2022-09-27T15:41:24.8945296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:41:24.8955217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:41:24.9386690Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 2022-09-27T15:41:24.9396937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:41:24.9827788Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 2022-09-27T15:41:24.9838337Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:41:25.0243253Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 2022-09-27T15:41:25.0272537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:41:25.0708042Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 2022-09-27T15:41:25.0718481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:41:25.1173462Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 2022-09-27T15:41:25.1183732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:41:25.1591273Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 2022-09-27T15:41:25.1601263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:41:25.1631371Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 2022-09-27T15:41:25.1653319Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 2022-09-27T15:41:25.2073487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:41:25.2087306Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 2022-09-27T15:41:25.2094052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:41:25.2101260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:41:25.2116253Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 2022-09-27T15:41:25.2182053Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 2022-09-27T15:41:25.2549263Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:41:25.2552647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:41:25.2599965Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 2022-09-27T15:41:25.2639280Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool 2022-09-27T15:41:25.3043383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:41:25.3249438Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:41:25.3269336Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 2022-09-27T15:41:25.3606421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:41:25.3610458Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 2022-09-27T15:41:25.3637132Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:41:25.3683335Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:41:25.3982848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:41:25.4123179Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:41:25.4361810Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:41:25.4376843Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 2022-09-27T15:41:25.4377500Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:41:25.4603421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:41:25.4771567Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:25.4866574Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:25.4885447Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 2022-09-27T15:41:25.5074220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:41:25.5075939Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:41:25.5176382Z [gw3] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:41:25.5324996Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 2022-09-27T15:41:25.5492660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:41:25.5504915Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool 2022-09-27T15:41:25.5510939Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:41:25.5541566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:41:25.5655933Z [gw3] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:41:25.5801496Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 2022-09-27T15:41:25.5810324Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool 2022-09-27T15:41:25.5832623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:41:25.5962135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:41:25.5979309Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:41:25.6102594Z [gw3] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:41:25.6277662Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 2022-09-27T15:41:25.6432878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:41:25.6440728Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:25.6775242Z [gw3] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:41:25.6802261Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 2022-09-27T15:41:25.6921173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:41:25.7427013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:41:25.7444722Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 2022-09-27T15:41:25.7505592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:41:25.7888945Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 2022-09-27T15:41:25.7947173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:41:25.8287584Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 2022-09-27T15:41:25.8303113Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 2022-09-27T15:41:25.8445855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:41:25.8452149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:41:25.8756084Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 2022-09-27T15:41:25.8778466Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 2022-09-27T15:41:25.8879517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:41:25.8881561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:41:25.9328048Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 2022-09-27T15:41:25.9328705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:41:25.9493867Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 2022-09-27T15:41:25.9510373Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 2022-09-27T15:41:25.9805435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:41:25.9810685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:41:26.0246459Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 2022-09-27T15:41:26.0251330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:41:26.0673764Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 2022-09-27T15:41:26.0678423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:41:26.1051742Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 2022-09-27T15:41:26.1068829Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 2022-09-27T15:41:26.1105092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:41:26.1143920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:41:26.1309482Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool 2022-09-27T15:41:26.1335113Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 2022-09-27T15:41:26.1550165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:41:26.1761631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:41:26.1987814Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 2022-09-27T15:41:26.2059744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:41:26.2469075Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 2022-09-27T15:41:26.2517995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:41:26.2927340Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 2022-09-27T15:41:26.3000754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:41:26.3019365Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 2022-09-27T15:41:26.3041761Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 2022-09-27T15:41:26.3427842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:41:26.3476236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:41:26.3910049Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 2022-09-27T15:41:26.4036721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:41:26.4431292Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 2022-09-27T15:41:26.4437388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:41:26.4863234Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 2022-09-27T15:41:26.4872867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:41:26.5205794Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 2022-09-27T15:41:26.5223351Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 2022-09-27T15:41:26.5243679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:41:26.5391746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:41:26.5707275Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 2022-09-27T15:41:26.5795188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:41:26.6146627Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 2022-09-27T15:41:26.6195408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:41:26.6682519Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 2022-09-27T15:41:26.6988885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:41:26.7010911Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 2022-09-27T15:41:26.8529383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:41:26.8576589Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 2022-09-27T15:41:26.8591760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:41:26.8611379Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 2022-09-27T15:41:26.8623924Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 2022-09-27T15:41:26.8718164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:41:27.1410331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:41:27.1420325Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool 2022-09-27T15:41:27.1430999Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 2022-09-27T15:41:27.1460314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:41:27.1632905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:41:27.1668076Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 2022-09-27T15:41:27.3668149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:41:27.3680695Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 2022-09-27T15:41:27.4089603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:41:27.4121319Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 2022-09-27T15:41:27.6121382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:41:27.6137481Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 2022-09-27T15:41:27.6529216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:41:27.6729661Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 2022-09-27T15:41:27.6822335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:41:27.6847448Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 2022-09-27T15:41:27.8159219Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:41:27.8183699Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 2022-09-27T15:41:28.0014977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:41:28.0027350Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool 2022-09-27T15:41:28.1030282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:41:28.1054652Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 2022-09-27T15:41:28.2422639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:41:28.2467516Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 2022-09-27T15:41:28.2715762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:41:28.2741963Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 2022-09-27T15:41:28.2909530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:41:28.3211447Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 2022-09-27T15:41:28.3490097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:41:28.3722278Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool 2022-09-27T15:41:28.3865024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:41:28.4204939Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 2022-09-27T15:41:28.4395000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:41:28.4578560Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 2022-09-27T15:41:28.4623994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:41:28.4650836Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 2022-09-27T15:41:28.4872163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:41:28.5123166Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 2022-09-27T15:41:28.5258454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:41:28.5573492Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 2022-09-27T15:41:28.5584461Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 2022-09-27T15:41:28.5613042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:41:28.5654501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:41:28.6043662Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 2022-09-27T15:41:28.6088069Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:41:28.6368428Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 2022-09-27T15:41:28.6473504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:41:28.6488191Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 2022-09-27T15:41:28.6502908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:41:28.6808552Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 2022-09-27T15:41:28.6950701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:41:28.7323607Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 2022-09-27T15:41:28.7421942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:41:28.7697374Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 2022-09-27T15:41:28.7724226Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 2022-09-27T15:41:28.7760103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:41:28.7833923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:41:28.8242531Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 2022-09-27T15:41:28.8276272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:41:28.8683044Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 2022-09-27T15:41:28.8758844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:41:28.9122067Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 2022-09-27T15:41:28.9128872Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 2022-09-27T15:41:28.9132648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:41:28.9189480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:41:28.9604399Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool 2022-09-27T15:41:28.9616801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:41:29.0003306Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 2022-09-27T15:41:29.0057022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:41:29.0296113Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 2022-09-27T15:41:29.0325189Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 2022-09-27T15:41:29.0406250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:41:29.0534521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:41:29.0691069Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 2022-09-27T15:41:29.0726871Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 2022-09-27T15:41:29.0845446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:41:29.0969232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:41:29.1402396Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 2022-09-27T15:41:29.1420906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:41:29.1727014Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 2022-09-27T15:41:29.2423632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:41:29.2439801Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 2022-09-27T15:41:29.3164329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:41:29.3188461Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 2022-09-27T15:41:29.3894517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:41:29.3925270Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 2022-09-27T15:41:29.4961619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:41:29.4984980Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 2022-09-27T15:41:29.5379443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:41:29.5404835Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 2022-09-27T15:41:29.6542352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:41:29.6573036Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 2022-09-27T15:41:29.6764872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:41:29.6787837Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 2022-09-27T15:41:29.8170498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:41:29.8223896Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 2022-09-27T15:41:29.8239645Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 2022-09-27T15:41:29.8251662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:41:29.9026023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:41:29.9039807Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 2022-09-27T15:41:30.0156169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:41:30.0184195Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 2022-09-27T15:41:30.1472495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:41:30.1485815Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 2022-09-27T15:41:30.3041279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:41:30.3068170Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool 2022-09-27T15:41:30.4609376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:41:30.4629634Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool 2022-09-27T15:41:30.7978420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:41:30.8013991Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 2022-09-27T15:41:30.8431975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:41:30.8446911Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 2022-09-27T15:41:31.1483389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:41:31.1500592Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 2022-09-27T15:41:31.3638763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:41:31.3666866Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 2022-09-27T15:41:31.4917091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:41:31.4942072Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 2022-09-27T15:41:31.6227760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:41:31.6250769Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 2022-09-27T15:41:31.7243489Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:41:31.7265604Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 2022-09-27T15:41:31.8928735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:41:31.8954256Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 2022-09-27T15:41:31.9630430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:41:31.9654444Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 2022-09-27T15:41:31.9873977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:41:31.9903023Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 2022-09-27T15:41:32.1337942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:41:32.1361458Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 2022-09-27T15:41:32.1635131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:41:32.1663144Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 2022-09-27T15:41:32.3772860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:41:32.3796065Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 2022-09-27T15:41:32.4875273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:41:32.4914932Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 2022-09-27T15:41:32.5072815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:41:32.5073564Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 2022-09-27T15:41:32.6123082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:41:32.6149611Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 2022-09-27T15:41:32.7269650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:41:32.7300487Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 2022-09-27T15:41:32.7777877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:41:32.7793320Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 2022-09-27T15:41:32.8630691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:41:32.8658170Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 2022-09-27T15:41:33.0148965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:41:33.0173736Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 2022-09-27T15:41:33.3104820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:41:33.3149183Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 2022-09-27T15:41:33.3210079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:41:33.3535267Z [gw1] [ 62%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 2022-09-27T15:41:33.3561503Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 2022-09-27T15:41:33.3640946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:41:33.8288098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:41:33.8339903Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 2022-09-27T15:41:34.1259632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:41:34.1419022Z [gw3] [ 62%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 2022-09-27T15:41:34.1662151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:41:34.1689624Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 2022-09-27T15:41:34.4031018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:41:34.4071161Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 2022-09-27T15:41:34.4903299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:41:34.4927563Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 2022-09-27T15:41:34.5745989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:41:34.5783551Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 2022-09-27T15:41:35.0300631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:41:35.0325782Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 2022-09-27T15:41:35.0468465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:41:35.0496186Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 2022-09-27T15:41:35.2095964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:41:35.2125141Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 2022-09-27T15:41:35.4112276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:41:35.4138828Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 2022-09-27T15:41:35.4362192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:41:35.4393886Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 2022-09-27T15:41:35.5931760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:41:35.5951491Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 2022-09-27T15:41:35.5959959Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 2022-09-27T15:41:35.5984166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:41:35.6999970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:41:35.7019917Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 2022-09-27T15:41:35.7619368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:41:35.7642773Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 2022-09-27T15:41:35.9858498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:41:35.9896669Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 2022-09-27T15:41:36.1155248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:41:36.1206529Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 2022-09-27T15:41:36.1360821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:41:36.1388179Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 2022-09-27T15:41:36.3013555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:41:36.3041688Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 2022-09-27T15:41:36.4649013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:41:36.4674668Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 2022-09-27T15:41:36.5304274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:41:36.5331785Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 2022-09-27T15:41:36.5434887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:41:36.5784484Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 2022-09-27T15:41:36.5816030Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 2022-09-27T15:41:36.5839322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:41:36.5868489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:41:36.6247944Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 2022-09-27T15:41:36.6336538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:41:36.6357613Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 2022-09-27T15:41:36.6476736Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:41:36.6727826Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 2022-09-27T15:41:36.6801442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:41:36.7248248Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 2022-09-27T15:41:36.7258509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:41:36.7688176Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 2022-09-27T15:41:36.7700062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:41:36.8126702Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 2022-09-27T15:41:36.8136659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:41:36.8545982Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 2022-09-27T15:41:36.8555882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:41:36.8979938Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 2022-09-27T15:41:36.8989575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:41:36.9164620Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool 2022-09-27T15:41:36.9187628Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool 2022-09-27T15:41:36.9205063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:41:36.9294565Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 2022-09-27T15:41:36.9422399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:41:36.9427395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:41:36.9588517Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 2022-09-27T15:41:36.9842910Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 2022-09-27T15:41:36.9910353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:41:36.9916887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:41:37.0127992Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 2022-09-27T15:41:37.0246140Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool 2022-09-27T15:41:37.0344037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:41:37.0394571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:41:37.0479418Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 2022-09-27T15:41:37.0721736Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 2022-09-27T15:41:37.0820079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:41:37.0824423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:41:37.0878568Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 2022-09-27T15:41:37.1202296Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 2022-09-27T15:41:37.1274362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:41:37.1315092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:41:37.1354943Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 2022-09-27T15:41:37.1642292Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 2022-09-27T15:41:37.1682577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:41:37.1712324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:41:37.1720005Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 2022-09-27T15:41:37.2083951Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 2022-09-27T15:41:37.2115174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:41:37.2150304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:41:37.2195188Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 2022-09-27T15:41:37.2446660Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 2022-09-27T15:41:37.2544296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:41:37.2557951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:41:37.2576838Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 2022-09-27T15:41:37.2887897Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 2022-09-27T15:41:37.2986175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:41:37.3004728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:41:37.3022327Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 2022-09-27T15:41:37.3407689Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 2022-09-27T15:41:37.3414493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:41:37.3459063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:41:37.3489091Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 2022-09-27T15:41:37.3847088Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 2022-09-27T15:41:37.3850523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:41:37.3899225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:41:37.3921025Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 2022-09-27T15:41:37.4375490Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 2022-09-27T15:41:37.4378667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:41:37.4383669Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 2022-09-27T15:41:37.4386865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:41:37.4762721Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool 2022-09-27T15:41:37.4806720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:41:37.4856431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:41:37.4867731Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 2022-09-27T15:41:37.5303615Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 2022-09-27T15:41:37.5306010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:41:37.5312209Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool 2022-09-27T15:41:37.5315081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:41:37.5683620Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 2022-09-27T15:41:37.5688159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:41:37.5744299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:41:37.5811012Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 2022-09-27T15:41:37.6081650Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 2022-09-27T15:41:37.6180283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:41:37.6181352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:41:37.6300574Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 2022-09-27T15:41:37.6486083Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 2022-09-27T15:41:37.6620180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:41:37.6622694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:41:37.6697050Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 2022-09-27T15:41:37.6855284Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 2022-09-27T15:41:37.6866851Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 2022-09-27T15:41:37.7000511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:41:37.7057147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:41:37.7059943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:41:37.7075472Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 2022-09-27T15:41:37.7366093Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 2022-09-27T15:41:37.7497610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:41:37.7499648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:41:37.7527064Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 2022-09-27T15:41:37.7811562Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 2022-09-27T15:41:37.7936391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:41:37.7943947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:41:37.8052830Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 2022-09-27T15:41:37.8089184Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 2022-09-27T15:41:37.8108537Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 2022-09-27T15:41:37.8322568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:41:37.8385982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:41:37.8388768Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 2022-09-27T15:41:37.8391432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:41:37.8690547Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 2022-09-27T15:41:37.8792618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:41:37.8812674Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 2022-09-27T15:41:37.8822807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:41:37.9169151Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 2022-09-27T15:41:37.9287181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:41:37.9294370Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 2022-09-27T15:41:37.9707071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:41:37.9716198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:41:38.0087456Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 2022-09-27T15:41:38.0195559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:41:38.0641831Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 2022-09-27T15:41:38.1066342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:41:38.1109650Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 2022-09-27T15:41:38.1907095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:41:38.1979418Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool 2022-09-27T15:41:38.2992612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:41:38.3036527Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 2022-09-27T15:41:38.3780352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:41:38.3818484Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 2022-09-27T15:41:38.4591566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:41:38.4648094Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 2022-09-27T15:41:38.4664147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:41:38.4711323Z [gw0] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 2022-09-27T15:41:38.5147782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:41:38.5192511Z [gw2] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 2022-09-27T15:41:38.5341790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:41:38.5374026Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 2022-09-27T15:41:38.5792938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:41:38.5855861Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 2022-09-27T15:41:38.6600582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:41:38.6774237Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 2022-09-27T15:41:38.7330662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:41:38.7342702Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 2022-09-27T15:41:38.7889012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:41:38.7905623Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 2022-09-27T15:41:38.8302650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:41:38.8329828Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 2022-09-27T15:41:38.8500048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:41:38.8517956Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 2022-09-27T15:41:38.9140784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:41:38.9200368Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 2022-09-27T15:41:38.9889799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:41:38.9906185Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 2022-09-27T15:41:38.9931497Z [gw3] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 2022-09-27T15:41:38.9962208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:41:39.0090390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:41:39.0386887Z [gw1] [ 62%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 2022-09-27T15:41:39.0486152Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool 2022-09-27T15:41:39.0491274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:41:39.0521675Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool 2022-09-27T15:41:39.0921799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:41:39.1084958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:41:39.1364764Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 2022-09-27T15:41:39.1569906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:41:39.1802253Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 2022-09-27T15:41:39.1847861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:41:39.2203712Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 2022-09-27T15:41:39.2303407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:41:39.2671855Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 2022-09-27T15:41:39.2715889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:41:39.2761483Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 2022-09-27T15:41:39.2799678Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 2022-09-27T15:41:39.3123134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:41:39.3411442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:41:39.3688292Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 2022-09-27T15:41:39.3815356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:41:39.4127193Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 2022-09-27T15:41:39.4218164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:41:39.4603147Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 2022-09-27T15:41:39.4660279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:41:39.5123386Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 2022-09-27T15:41:39.5151656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:41:39.5563119Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 2022-09-27T15:41:39.5589838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:41:39.5747396Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 2022-09-27T15:41:39.5776829Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 2022-09-27T15:41:39.5869721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:41:39.5903261Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 2022-09-27T15:41:39.6000660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:41:39.6183340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:41:39.6366526Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 2022-09-27T15:41:39.6515215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:41:39.6811977Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool 2022-09-27T15:41:39.7371492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:41:39.7391405Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 2022-09-27T15:41:39.7755011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:41:39.7806313Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 2022-09-27T15:41:39.8066159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:41:39.8323206Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 2022-09-27T15:41:39.8529808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:41:39.8763353Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 2022-09-27T15:41:39.8889942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:41:39.9285730Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 2022-09-27T15:41:39.9289917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:41:39.9675570Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 2022-09-27T15:41:39.9731532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:41:39.9743779Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 2022-09-27T15:41:39.9776252Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 2022-09-27T15:41:40.0088515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:41:40.0201474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:41:40.0528176Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 2022-09-27T15:41:40.0808037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:41:40.1007652Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 2022-09-27T15:41:40.1122731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:41:40.1164622Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 2022-09-27T15:41:40.1177755Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool 2022-09-27T15:41:40.1523081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:41:40.2750504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:41:40.2778645Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 2022-09-27T15:41:40.3774774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:41:40.3812924Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 2022-09-27T15:41:40.6056465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:41:40.6084600Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 2022-09-27T15:41:40.6429316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:41:40.6473585Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 2022-09-27T15:41:40.9950382Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:41:40.9986332Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 2022-09-27T15:41:41.0112640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:41:41.0154845Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 2022-09-27T15:41:41.4616354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:41:41.4666028Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 2022-09-27T15:41:41.4897422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:41:41.4956619Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 2022-09-27T15:41:41.5977955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:41:41.6010242Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 2022-09-27T15:41:41.6647166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:41:41.6669858Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 2022-09-27T15:41:41.8758939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:41:41.8775902Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 2022-09-27T15:41:41.9330153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:41:41.9368445Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 2022-09-27T15:41:42.0559186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:41:42.0612330Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool 2022-09-27T15:41:42.0943956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:41:42.0979709Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 2022-09-27T15:41:42.2898484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:41:42.2944934Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 2022-09-27T15:41:42.3934740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:41:42.3969552Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 2022-09-27T15:41:42.5119992Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:41:42.5158282Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 2022-09-27T15:41:42.5263217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:41:42.5303313Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 2022-09-27T15:41:42.9709431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:41:42.9755448Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 2022-09-27T15:41:43.1807995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:41:43.1849859Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 2022-09-27T15:41:43.2168440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:41:43.2202253Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 2022-09-27T15:41:43.2896101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:41:43.2940187Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 2022-09-27T15:41:43.6318800Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:41:43.6358642Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool 2022-09-27T15:41:43.8579824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:41:43.8617115Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 2022-09-27T15:41:44.0717776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:41:44.0784541Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 2022-09-27T15:41:44.2315878Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:41:44.2357166Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 2022-09-27T15:41:44.4879654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:41:44.4939985Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 2022-09-27T15:41:44.5541856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:41:44.5565046Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 2022-09-27T15:41:44.6741549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:41:44.6780858Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 2022-09-27T15:41:44.8925602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:41:44.8976431Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 2022-09-27T15:41:45.0090977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:41:45.0131912Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 2022-09-27T15:41:45.0296243Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:41:45.0332671Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 2022-09-27T15:41:45.4263958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:41:45.4312838Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 2022-09-27T15:41:45.5046582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:41:45.5080143Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 2022-09-27T15:41:45.5717404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:41:45.5781131Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 2022-09-27T15:41:45.6861273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:41:45.6891758Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 2022-09-27T15:41:45.7738254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:41:45.7779026Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 2022-09-27T15:41:45.8784866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:41:45.8814530Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 2022-09-27T15:41:46.1002389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:41:46.1028891Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 2022-09-27T15:41:46.2469202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:41:46.2513954Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 2022-09-27T15:41:46.2883672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:41:46.2925237Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 2022-09-27T15:41:46.5104100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:41:46.5149397Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 2022-09-27T15:41:46.6350447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:41:46.6372161Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 2022-09-27T15:41:46.6832362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:41:46.6876355Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 2022-09-27T15:41:46.7457658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:41:46.7508686Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 2022-09-27T15:41:46.9762121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:41:46.9816518Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 2022-09-27T15:41:47.0070323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:41:47.0108400Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 2022-09-27T15:41:47.1147022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:41:47.1175252Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 2022-09-27T15:41:47.1286169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:41:47.1331344Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 2022-09-27T15:41:47.2859811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:41:47.2910819Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 2022-09-27T15:41:47.3254415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:41:47.3292105Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 2022-09-27T15:41:47.5617695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:41:47.5661180Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 2022-09-27T15:41:47.6971633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:41:47.6993084Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 2022-09-27T15:41:47.7015742Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 2022-09-27T15:41:47.7039103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:41:47.7391064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:41:47.7437329Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 2022-09-27T15:41:47.8934976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:41:47.8967956Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 2022-09-27T15:41:47.9120840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:41:47.9162791Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 2022-09-27T15:41:48.0895562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:41:48.0931726Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 2022-09-27T15:41:48.1334609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:41:48.1374109Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool 2022-09-27T15:41:48.2634642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:41:48.2667897Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 2022-09-27T15:41:48.2910271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:41:48.2963538Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool 2022-09-27T15:41:48.4475741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:41:48.4513324Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 2022-09-27T15:41:48.5183341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:41:48.5215898Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 2022-09-27T15:41:48.5562770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:41:48.5583220Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 2022-09-27T15:41:48.5609598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:41:48.6083946Z [gw0] [ 63%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 2022-09-27T15:41:48.6170212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:41:48.6223850Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 2022-09-27T15:41:49.0943561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:41:49.0989482Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 2022-09-27T15:41:49.1208252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:41:49.1248768Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 2022-09-27T15:41:49.4727894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:41:49.4774652Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 2022-09-27T15:41:49.5272605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:41:49.5309307Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 2022-09-27T15:41:49.9533949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:41:49.9575714Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 2022-09-27T15:41:50.3632379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:41:50.3672415Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 2022-09-27T15:41:50.3698609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:41:50.3742071Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 2022-09-27T15:41:50.7009309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:41:50.7052415Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 2022-09-27T15:41:50.8585827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:41:50.8631817Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 2022-09-27T15:41:51.0980063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:41:51.1005076Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 2022-09-27T15:41:51.1729227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:41:51.1756506Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 2022-09-27T15:41:51.4356241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:41:51.4394424Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 2022-09-27T15:41:51.6053412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:41:51.6072588Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 2022-09-27T15:41:51.6370683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:41:51.6395935Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:41:51.6631682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:51.6659392Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 2022-09-27T15:41:52.0013496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:41:52.0046348Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 2022-09-27T15:41:52.1970168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:41:52.2002156Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 2022-09-27T15:41:52.4004805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:41:52.4021760Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 2022-09-27T15:41:52.4831596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:41:52.4856609Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:41:52.5375199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:41:52.5394277Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 2022-09-27T15:41:52.5720972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:41:52.5735093Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 2022-09-27T15:41:52.5741905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:41:52.5772097Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 2022-09-27T15:41:52.7888422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:41:52.7916765Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 2022-09-27T15:41:52.8842304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:41:52.8865252Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 2022-09-27T15:41:52.9863894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:41:52.9897551Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 2022-09-27T15:41:53.1902076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:41:53.1931480Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 2022-09-27T15:41:53.2052080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:41:53.2077818Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 2022-09-27T15:41:53.3006214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:41:53.3029610Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:41:53.3316055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:41:53.3341457Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool 2022-09-27T15:41:53.4527236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:41:53.4564374Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 2022-09-27T15:41:53.7866506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:41:53.7908436Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:41:53.8483275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:53.8508396Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 2022-09-27T15:41:53.9395946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:41:53.9418928Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 2022-09-27T15:41:54.3340357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:41:54.3363953Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 2022-09-27T15:41:54.4698196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:41:54.4724561Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:41:54.5541369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:54.5579315Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 2022-09-27T15:41:54.6568628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:41:54.6626825Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 2022-09-27T15:41:54.6907551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:41:54.7038606Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 2022-09-27T15:41:54.9958037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:41:54.9988274Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 2022-09-27T15:41:55.0703901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:41:55.0725321Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:41:55.0972419Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:41:55.0994145Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 2022-09-27T15:41:55.1007179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:41:55.1018407Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 2022-09-27T15:41:55.1823839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:41:55.1847747Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 2022-09-27T15:41:55.1916940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:41:55.1949360Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 2022-09-27T15:41:55.3144600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:41:55.3185222Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 2022-09-27T15:41:55.4053641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:41:55.4092487Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 2022-09-27T15:41:55.4976666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:41:55.5020886Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 2022-09-27T15:41:55.5305100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:41:55.5446168Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 2022-09-27T15:41:55.5495047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:41:55.5511935Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 2022-09-27T15:41:55.5523427Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool 2022-09-27T15:41:55.5964150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:41:55.5975121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:41:55.6408886Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 2022-09-27T15:41:55.6421255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:41:55.6607156Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 2022-09-27T15:41:55.6645088Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 2022-09-27T15:41:55.6842667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:41:55.6909561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:41:55.6958283Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 2022-09-27T15:41:55.6981945Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:41:55.7332205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:41:55.7340967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:41:55.7760759Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 2022-09-27T15:41:55.7777582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:41:55.7788156Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 2022-09-27T15:41:55.7794015Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 2022-09-27T15:41:55.8200290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:41:55.8205787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:41:55.8637129Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 2022-09-27T15:41:55.8642768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:41:55.9068840Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 2022-09-27T15:41:55.9074679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:41:55.9506953Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 2022-09-27T15:41:55.9511891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:41:55.9716608Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 2022-09-27T15:41:55.9737613Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 2022-09-27T15:41:55.9986235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:41:55.9991021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:41:56.0036526Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 2022-09-27T15:41:56.0057235Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 2022-09-27T15:41:56.0516043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:41:56.0612013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:41:56.0940192Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 2022-09-27T15:41:56.1015231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:41:56.1329899Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool 2022-09-27T15:41:56.1359734Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 2022-09-27T15:41:56.1365679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:41:56.1486753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:41:56.1803815Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 2022-09-27T15:41:56.1961165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:41:56.2323070Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 2022-09-27T15:41:56.2456470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:41:56.2842440Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 2022-09-27T15:41:56.2927710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:41:56.3062609Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 2022-09-27T15:41:56.3091440Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 2022-09-27T15:41:56.3322280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:41:56.3414642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:41:56.3625129Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 2022-09-27T15:41:56.3646944Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 2022-09-27T15:41:56.3760151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:41:56.3818050Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:41:56.4087882Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 2022-09-27T15:41:56.4116097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:41:56.4129275Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 2022-09-27T15:41:56.4270186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:41:56.4465943Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 2022-09-27T15:41:56.4490402Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 2022-09-27T15:41:56.4564699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:41:56.4740993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:41:56.5008164Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 2022-09-27T15:41:56.5043934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:41:56.5057128Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 2022-09-27T15:41:56.5190958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:41:56.5448924Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 2022-09-27T15:41:56.5611770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:41:56.5630020Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 2022-09-27T15:41:56.5639651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:41:56.5963579Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 2022-09-27T15:41:56.5985480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:41:56.6106547Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 2022-09-27T15:41:56.6126397Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 2022-09-27T15:41:56.6403870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:41:56.6437934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:41:56.6883807Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 2022-09-27T15:41:56.6940073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:41:56.7326601Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 2022-09-27T15:41:56.7401799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:41:56.7832600Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 2022-09-27T15:41:56.7833395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:41:56.8199133Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 2022-09-27T15:41:56.8212476Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 2022-09-27T15:41:56.8224416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:41:56.8309395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:41:56.8688804Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 2022-09-27T15:41:56.8959001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:41:56.9145127Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 2022-09-27T15:41:56.9160535Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 2022-09-27T15:41:56.9281533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:41:56.9340470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:41:56.9724695Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool 2022-09-27T15:41:56.9922625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:41:57.0049720Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 2022-09-27T15:41:57.0316971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:41:57.0339847Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool 2022-09-27T15:41:57.0367897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:41:57.0485992Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 2022-09-27T15:41:57.0794556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:41:57.1169245Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 2022-09-27T15:41:57.1330361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:41:57.1448438Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 2022-09-27T15:41:57.1605222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:41:57.1835852Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 2022-09-27T15:41:57.1859853Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 2022-09-27T15:41:57.1925896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:41:57.2082407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:41:57.2522776Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 2022-09-27T15:41:57.2578999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:41:57.2962793Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 2022-09-27T15:41:57.3056870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:41:57.3404644Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 2022-09-27T15:41:57.3643434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:41:57.3665525Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 2022-09-27T15:41:57.3690887Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool 2022-09-27T15:41:57.3763127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:41:57.4098752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:41:57.4282747Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool 2022-09-27T15:41:57.4475873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:41:57.4722686Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 2022-09-27T15:41:57.4918538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:41:57.5202625Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 2022-09-27T15:41:57.5300952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:41:57.5426902Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 2022-09-27T15:41:57.5447523Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 2022-09-27T15:41:57.5683951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:41:57.5784658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:41:57.6124264Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 2022-09-27T15:41:57.6262272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:41:57.6523153Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 2022-09-27T15:41:57.6649209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:41:57.7042846Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 2022-09-27T15:41:57.7101276Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:41:57.7482819Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 2022-09-27T15:41:57.7546668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:41:57.7846664Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 2022-09-27T15:41:57.7875887Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 2022-09-27T15:41:57.7921758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:41:57.8082975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:41:57.8323362Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 2022-09-27T15:41:57.8507052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:41:57.8529374Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool 2022-09-27T15:41:57.8546090Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 2022-09-27T15:41:57.8843770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:41:57.9020087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:41:57.9170692Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 2022-09-27T15:41:57.9361322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:41:57.9379825Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 2022-09-27T15:41:57.9426135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:41:57.9764186Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 2022-09-27T15:41:57.9834466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:41:58.0243918Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 2022-09-27T15:41:58.0412185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:41:58.0570183Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 2022-09-27T15:41:58.0902220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:41:58.1010061Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 2022-09-27T15:41:58.1202265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:41:58.1523919Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 2022-09-27T15:41:58.1723136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:41:58.1964160Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 2022-09-27T15:41:58.2137565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:41:58.2443624Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 2022-09-27T15:41:58.2612132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:41:58.2650792Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 2022-09-27T15:41:58.2664172Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 2022-09-27T15:41:58.2763001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:41:58.2767493Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 2022-09-27T15:41:58.2787980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:41:58.2991037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:41:58.3209453Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 2022-09-27T15:41:58.3335571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:41:58.3647996Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 2022-09-27T15:41:58.3763457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:41:58.4087716Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 2022-09-27T15:41:58.4208247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:41:58.4511341Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 2022-09-27T15:41:58.4535353Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 2022-09-27T15:41:58.4688564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:41:58.4695078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:41:58.5122905Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 2022-09-27T15:41:58.5134373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:41:58.5560250Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 2022-09-27T15:41:58.5566138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:41:58.5935127Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 2022-09-27T15:41:58.5957568Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 2022-09-27T15:41:58.6041279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:41:58.6051367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:41:58.6483395Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 2022-09-27T15:41:58.6504232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:41:58.6570284Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 2022-09-27T15:41:58.6592414Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 2022-09-27T15:41:58.6638470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:41:58.6649871Z [gw2] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 2022-09-27T15:41:58.6842089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:41:58.6931223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:41:58.7249510Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 2022-09-27T15:41:58.7320855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:41:58.7728874Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 2022-09-27T15:41:58.7798924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:41:58.8257739Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool 2022-09-27T15:41:58.8268529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:41:58.8605718Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 2022-09-27T15:41:58.8621957Z [gw1] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 2022-09-27T15:41:58.8630765Z [gw0] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 2022-09-27T15:41:58.8659861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:41:58.8731843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:41:58.8740346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:41:58.9219335Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 2022-09-27T15:41:58.9229612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:41:58.9653550Z [gw3] [ 63%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 2022-09-27T15:41:58.9663301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:41:59.0043903Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 2022-09-27T15:41:59.0080731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:41:59.0449253Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 2022-09-27T15:41:59.0515963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:41:59.1009193Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 2022-09-27T15:41:59.1009874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:41:59.1485174Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 2022-09-27T15:41:59.1491607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:41:59.1555282Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 2022-09-27T15:41:59.1570865Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 2022-09-27T15:41:59.1702452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:41:59.1728101Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 2022-09-27T15:41:59.1967546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:41:59.1974624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:41:59.2409934Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 2022-09-27T15:41:59.2417529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:41:59.2882982Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 2022-09-27T15:41:59.4603620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:41:59.4663622Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 2022-09-27T15:41:59.4973203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:41:59.4982519Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 2022-09-27T15:41:59.4998950Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 2022-09-27T15:41:59.5032050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:41:59.6266167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:41:59.6321202Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 2022-09-27T15:41:59.7958627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:41:59.7991311Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 2022-09-27T15:41:59.8454625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:41:59.8479159Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 2022-09-27T15:42:00.0332086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:42:00.0354391Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool 2022-09-27T15:42:00.0561063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:42:00.0596413Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 2022-09-27T15:42:00.1180820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:42:00.1199974Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool 2022-09-27T15:42:00.3495750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:42:00.3527836Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 2022-09-27T15:42:00.4315775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:42:00.4340752Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 2022-09-27T15:42:00.6514123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:42:00.6562999Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 2022-09-27T15:42:00.7624911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:42:00.7669981Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 2022-09-27T15:42:00.8685940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:42:00.8707790Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool 2022-09-27T15:42:01.2471091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:42:01.2513668Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 2022-09-27T15:42:01.2740002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:42:01.2776245Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 2022-09-27T15:42:01.2913966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:42:01.2958346Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 2022-09-27T15:42:01.6232407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:42:01.6262097Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 2022-09-27T15:42:01.6356384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:42:01.6399122Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 2022-09-27T15:42:01.6620405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:42:01.6762935Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 2022-09-27T15:42:02.0535923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:42:02.0562572Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 2022-09-27T15:42:02.0573017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:42:02.0600741Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 2022-09-27T15:42:02.2273150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:42:02.2330745Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 2022-09-27T15:42:02.3795629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:42:02.3844594Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 2022-09-27T15:42:02.4110236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:42:02.4170746Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 2022-09-27T15:42:02.4421522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:42:02.4451275Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 2022-09-27T15:42:02.5733261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:42:02.5800380Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 2022-09-27T15:42:02.7074408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:42:02.7119606Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 2022-09-27T15:42:02.7264223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:42:02.7301396Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 2022-09-27T15:42:02.7651721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:42:02.7679410Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 2022-09-27T15:42:02.8514576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:42:02.8537101Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 2022-09-27T15:42:02.9658643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:42:02.9701469Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 2022-09-27T15:42:02.9941555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:42:02.9994584Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 2022-09-27T15:42:03.0552313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:42:03.0592191Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 2022-09-27T15:42:03.0641696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:42:03.1042619Z [gw0] [ 64%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 2022-09-27T15:42:03.2479654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:42:03.2510717Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 2022-09-27T15:42:03.4532346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:42:03.4558284Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 2022-09-27T15:42:03.5781255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:42:03.5807049Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool 2022-09-27T15:42:03.7252575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:42:03.7280259Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 2022-09-27T15:42:03.8387942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:42:03.8432481Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 2022-09-27T15:42:03.8458627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:42:03.8490640Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 2022-09-27T15:42:03.9490954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:42:03.9524137Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 2022-09-27T15:42:04.0166261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:42:04.0202333Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 2022-09-27T15:42:04.1136582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:42:04.1154316Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 2022-09-27T15:42:04.2346536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:42:04.2375608Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 2022-09-27T15:42:04.3178335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:42:04.3212711Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 2022-09-27T15:42:04.4370865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:42:04.4389723Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 2022-09-27T15:42:04.4955101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:42:04.4974427Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 2022-09-27T15:42:04.6021171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:42:04.6058080Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 2022-09-27T15:42:04.7262067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:42:04.7286135Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 2022-09-27T15:42:04.7445792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:42:04.7459242Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 2022-09-27T15:42:04.7643884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:42:04.7661062Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 2022-09-27T15:42:04.9387489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:42:04.9538514Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 2022-09-27T15:42:05.0678198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:42:05.0714674Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 2022-09-27T15:42:05.1089916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:42:05.1104928Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 2022-09-27T15:42:05.1756761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:42:05.1772293Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 2022-09-27T15:42:05.3403687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:42:05.3501293Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 2022-09-27T15:42:05.3504911Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 2022-09-27T15:42:05.3545330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:42:05.7293900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:42:05.7323148Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 2022-09-27T15:42:05.8224961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:42:05.8269586Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool 2022-09-27T15:42:06.0239001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:42:06.0262588Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool 2022-09-27T15:42:06.0778096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:42:06.0883614Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 2022-09-27T15:42:06.3493290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:42:06.3534702Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 2022-09-27T15:42:06.7374454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:42:06.7417560Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 2022-09-27T15:42:06.8282161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:42:06.8324814Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 2022-09-27T15:42:07.0368564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:42:07.0402754Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:42:07.1300659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:42:07.1317601Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 2022-09-27T15:42:07.1692840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:42:07.1708436Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 2022-09-27T15:42:07.1864552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:42:07.1891971Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:42:07.3090781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:42:07.3111583Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 2022-09-27T15:42:07.3247030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:42:07.3280431Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 2022-09-27T15:42:07.4671536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:42:07.4699291Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 2022-09-27T15:42:07.5996271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:42:07.6067904Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 2022-09-27T15:42:07.8496157Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:42:07.8519252Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 2022-09-27T15:42:08.0276298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:42:08.0301806Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 2022-09-27T15:42:08.1632285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:42:08.1662647Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 2022-09-27T15:42:08.2186268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:42:08.2213000Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 2022-09-27T15:42:08.3275458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:42:08.3309580Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 2022-09-27T15:42:08.4021429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:42:08.4043242Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 2022-09-27T15:42:08.6384040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:42:08.6399799Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 2022-09-27T15:42:08.6519411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:42:08.6544990Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 2022-09-27T15:42:08.7131002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:42:08.7158129Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 2022-09-27T15:42:08.8956350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:42:08.8986045Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 2022-09-27T15:42:09.0737418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:42:09.0780449Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 2022-09-27T15:42:09.1605487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:42:09.1634171Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 2022-09-27T15:42:09.1760914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:42:09.1782946Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:42:09.2860794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:42:09.2901450Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 2022-09-27T15:42:09.3897803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:42:09.3924792Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 2022-09-27T15:42:09.5346581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:42:09.5369565Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 2022-09-27T15:42:09.5699032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:42:09.5730000Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 2022-09-27T15:42:09.7577444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:42:09.7590591Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 2022-09-27T15:42:09.8501826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:42:09.8534857Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 2022-09-27T15:42:09.9614370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:42:09.9638253Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 2022-09-27T15:42:10.0457357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:42:10.0470870Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 2022-09-27T15:42:10.2521591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:42:10.2545040Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 2022-09-27T15:42:10.3236943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:42:10.3407555Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 2022-09-27T15:42:10.5392626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:42:10.5416871Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool 2022-09-27T15:42:10.7101769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:42:10.7146269Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 2022-09-27T15:42:10.8155966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:42:10.8285989Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 2022-09-27T15:42:11.0447915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:42:11.0559221Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:42:11.0963327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:11.0984716Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 2022-09-27T15:42:11.1633728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:42:11.1661977Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool 2022-09-27T15:42:11.3702168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:42:11.3734030Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 2022-09-27T15:42:11.4070488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:42:11.4093982Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 2022-09-27T15:42:11.6693840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:42:11.6715651Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 2022-09-27T15:42:11.9293569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:42:11.9327896Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool 2022-09-27T15:42:12.0138265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:42:12.0192070Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 2022-09-27T15:42:12.2769013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:42:12.2820189Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 2022-09-27T15:42:12.3518156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:42:12.3538319Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 2022-09-27T15:42:12.3895295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:42:12.3916069Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 2022-09-27T15:42:12.6034836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:42:12.6069298Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 2022-09-27T15:42:12.9317995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:42:12.9340544Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:42:12.9514540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:42:12.9542783Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 2022-09-27T15:42:13.0079034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:42:13.0104392Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 2022-09-27T15:42:13.1297289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:42:13.1309472Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 2022-09-27T15:42:13.2805627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:42:13.2830932Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 2022-09-27T15:42:13.3606245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:42:13.3629278Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 2022-09-27T15:42:13.4517343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:42:13.4560302Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 2022-09-27T15:42:13.5909517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:42:13.5944457Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 2022-09-27T15:42:13.7281026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:42:13.7323058Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 2022-09-27T15:42:13.9385348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:42:13.9408269Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 2022-09-27T15:42:14.0084514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:42:14.0107468Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool 2022-09-27T15:42:14.2378076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:42:14.2401094Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 2022-09-27T15:42:14.3165466Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:42:14.3196777Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 2022-09-27T15:42:14.4423447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:42:14.4446388Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 2022-09-27T15:42:14.5342044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:42:14.5365129Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 2022-09-27T15:42:14.6382439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:42:14.6410341Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 2022-09-27T15:42:14.7714197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:42:14.7750228Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 2022-09-27T15:42:14.8574851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:42:14.8596497Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 2022-09-27T15:42:14.9840412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:42:14.9878793Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 2022-09-27T15:42:15.0104429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:42:15.0151949Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:42:15.1338430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:42:15.1358515Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 2022-09-27T15:42:15.2656987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:42:15.2698399Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 2022-09-27T15:42:15.3286997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:42:15.3308185Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 2022-09-27T15:42:15.4207999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:42:15.4234763Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 2022-09-27T15:42:15.6498078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:42:15.6527741Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 2022-09-27T15:42:15.6629990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:42:15.6766964Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 2022-09-27T15:42:15.7387040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:42:15.7410455Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 2022-09-27T15:42:15.9428538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:42:15.9451699Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 2022-09-27T15:42:16.2070383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:42:16.2101959Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool 2022-09-27T15:42:16.2121842Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 2022-09-27T15:42:16.2138455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:42:16.2208884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:42:16.2234207Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool 2022-09-27T15:42:16.4832364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:42:16.4861808Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 2022-09-27T15:42:16.8029152Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:42:16.8061106Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:42:17.1278877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:42:17.1301243Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 2022-09-27T15:42:17.2890230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:42:17.2929544Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 2022-09-27T15:42:17.7644594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:42:17.7690874Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 2022-09-27T15:42:17.9036514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:42:17.9055370Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool 2022-09-27T15:42:18.0577826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:42:18.0604495Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 2022-09-27T15:42:18.3475380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:42:18.3507384Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 2022-09-27T15:42:18.4511465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:42:18.4535430Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:42:18.5146400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:42:18.5197203Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 2022-09-27T15:42:18.6268893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:42:18.6299158Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 2022-09-27T15:42:18.6946810Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:42:18.6975453Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 2022-09-27T15:42:18.7086773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:42:18.7134743Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 2022-09-27T15:42:18.7541443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:42:18.7567437Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 2022-09-27T15:42:18.7660293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:42:18.7674013Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 2022-09-27T15:42:18.8878702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:42:18.8904354Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 2022-09-27T15:42:18.9149531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:42:18.9187292Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 2022-09-27T15:42:18.9677773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:42:18.9704254Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 2022-09-27T15:42:18.9721283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:42:18.9857858Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 2022-09-27T15:42:18.9869327Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 2022-09-27T15:42:18.9876618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:42:19.0579689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:42:19.0608561Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 2022-09-27T15:42:19.1286344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:42:19.1312199Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 2022-09-27T15:42:19.2186135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:42:19.2225752Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 2022-09-27T15:42:19.2280780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:42:19.2307391Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 2022-09-27T15:42:19.2670994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:42:19.2714886Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 2022-09-27T15:42:19.4124268Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:42:19.4180307Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 2022-09-27T15:42:19.5189094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:42:19.5227619Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 2022-09-27T15:42:19.5287176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:42:19.5332015Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 2022-09-27T15:42:19.6241790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:42:19.6288699Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 2022-09-27T15:42:19.7862639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:42:19.7889674Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 2022-09-27T15:42:19.9122869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:42:19.9166644Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 2022-09-27T15:42:20.0313990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:42:20.0330014Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 2022-09-27T15:42:20.0950573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:42:20.0966581Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 2022-09-27T15:42:20.1284958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:42:20.1323319Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 2022-09-27T15:42:20.1378873Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 2022-09-27T15:42:20.1404059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:42:20.1654006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:42:20.1667365Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 2022-09-27T15:42:20.1708435Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 2022-09-27T15:42:20.1880142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:42:20.4093297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:42:20.4141600Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 2022-09-27T15:42:20.7756375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:42:20.7797958Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 2022-09-27T15:42:20.8396219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:42:20.8442103Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 2022-09-27T15:42:20.8915948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:42:20.8926429Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool 2022-09-27T15:42:21.0911857Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:42:21.0934161Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 2022-09-27T15:42:21.1580903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:42:21.1607087Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 2022-09-27T15:42:21.5083470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:42:21.5130414Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 2022-09-27T15:42:21.6009465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:42:21.6058212Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 2022-09-27T15:42:21.7975317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:42:21.8013106Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 2022-09-27T15:42:21.9919894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:42:21.9958799Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool 2022-09-27T15:42:22.1463800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:42:22.1513304Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool 2022-09-27T15:42:22.4027188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:42:22.4068248Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 2022-09-27T15:42:22.4965486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:42:22.5001886Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 2022-09-27T15:42:22.6147844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:42:22.6182082Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 2022-09-27T15:42:22.6938083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:42:22.6978247Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 2022-09-27T15:42:23.0376009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:42:23.0413039Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 2022-09-27T15:42:23.1624260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:42:23.1661745Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 2022-09-27T15:42:23.1843595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:42:23.1878797Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 2022-09-27T15:42:23.4917860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:42:23.4958338Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 2022-09-27T15:42:23.6618769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:42:23.6642101Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 2022-09-27T15:42:23.7358314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:42:23.7396723Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 2022-09-27T15:42:23.8980086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:42:23.9024164Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 2022-09-27T15:42:24.0955689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:42:24.1014375Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 2022-09-27T15:42:24.2858385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:42:24.2890239Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 2022-09-27T15:42:24.4634994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:42:24.4681190Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 2022-09-27T15:42:24.6174114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:42:24.6207004Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 2022-09-27T15:42:24.6585718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:42:24.6622947Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 2022-09-27T15:42:24.8305465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:42:24.8345776Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 2022-09-27T15:42:24.8467310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:42:24.8869728Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 2022-09-27T15:42:24.8874838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:42:24.9318604Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool 2022-09-27T15:42:24.9330639Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 2022-09-27T15:42:24.9338734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:42:24.9349150Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 2022-09-27T15:42:24.9799305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:42:24.9804327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:42:25.0243352Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 2022-09-27T15:42:25.0259267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:42:25.0291346Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 2022-09-27T15:42:25.0295055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:42:25.0432355Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 2022-09-27T15:42:25.0457775Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 2022-09-27T15:42:25.0758177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:42:25.0763520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:42:25.1239800Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 2022-09-27T15:42:25.1244652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:42:25.1643622Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 2022-09-27T15:42:25.1668967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:42:25.2151656Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 2022-09-27T15:42:25.2156915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:42:25.2558281Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 2022-09-27T15:42:25.2568469Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 2022-09-27T15:42:25.2576663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:42:25.2588801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:42:25.2967362Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 2022-09-27T15:42:25.3030796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:42:25.3407311Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 2022-09-27T15:42:25.3470468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:42:25.3886988Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 2022-09-27T15:42:25.3948850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:42:25.4226861Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 2022-09-27T15:42:25.4251116Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 2022-09-27T15:42:25.4326413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:42:25.4385870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:42:25.4768802Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 2022-09-27T15:42:25.4821695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:42:25.5269625Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool 2022-09-27T15:42:25.5277878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:42:25.5341401Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 2022-09-27T15:42:25.5380249Z [gw1] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 2022-09-27T15:42:25.5693779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:42:25.5705530Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 2022-09-27T15:42:25.5714456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:42:25.5727202Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 2022-09-27T15:42:25.6087495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:42:25.6142736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:42:25.6527768Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 2022-09-27T15:42:25.6583610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:42:25.7008301Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 2022-09-27T15:42:25.7065935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:42:25.7447100Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 2022-09-27T15:42:25.7496476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:42:25.7887918Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 2022-09-27T15:42:25.7939245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:42:25.8328455Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 2022-09-27T15:42:25.8337529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:42:25.8376655Z [gw2] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool 2022-09-27T15:42:25.8386480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:42:25.8451435Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 2022-09-27T15:42:25.8476749Z [gw3] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 2022-09-27T15:42:25.8808705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:42:25.8864027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:42:25.9287925Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 2022-09-27T15:42:25.9336723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:42:25.9824870Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 2022-09-27T15:42:25.9830411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:42:26.0224833Z [gw0] [ 64%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 2022-09-27T15:42:26.0237133Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 2022-09-27T15:42:26.0270182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:42:26.0411184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:42:26.0435152Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 2022-09-27T15:42:26.0922932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:42:26.0958461Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 2022-09-27T15:42:26.4116358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:42:26.4164212Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 2022-09-27T15:42:26.4505716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:42:26.4529273Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 2022-09-27T15:42:26.5145297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:42:26.5190738Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 2022-09-27T15:42:26.8107698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:42:26.8137879Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 2022-09-27T15:42:26.8226379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:42:26.8274557Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 2022-09-27T15:42:26.8291025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:42:26.8327902Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool 2022-09-27T15:42:26.8469122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:42:26.8737924Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 2022-09-27T15:42:26.8747110Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 2022-09-27T15:42:26.8748792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:42:26.8754316Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool 2022-09-27T15:42:26.9207364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:42:26.9212212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:42:26.9649459Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 2022-09-27T15:42:26.9650111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:42:27.0089725Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 2022-09-27T15:42:27.0090370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:42:27.0518320Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 2022-09-27T15:42:27.0522754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:42:27.0961396Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 2022-09-27T15:42:27.0966527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:42:27.1125116Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 2022-09-27T15:42:27.1159891Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 2022-09-27T15:42:27.1402817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:42:27.1407589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:42:27.1828147Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 2022-09-27T15:42:27.1835376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:42:27.2265807Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 2022-09-27T15:42:27.2270307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:42:27.2711876Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 2022-09-27T15:42:27.2716445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:42:27.3151457Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 2022-09-27T15:42:27.3156487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:42:27.3174525Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 2022-09-27T15:42:27.3182805Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 2022-09-27T15:42:27.3196710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:42:27.3221202Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 2022-09-27T15:42:27.3527561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:42:27.3587031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:42:27.3967784Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 2022-09-27T15:42:27.4008956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:42:27.4039010Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 2022-09-27T15:42:27.4080076Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 2022-09-27T15:42:27.4408488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:42:27.4465732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:42:27.4924943Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool 2022-09-27T15:42:27.4935879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:42:27.5364601Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 2022-09-27T15:42:27.5378415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:42:27.5804499Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 2022-09-27T15:42:27.5820775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:42:27.6188933Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 2022-09-27T15:42:27.6254843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:42:27.6689392Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 2022-09-27T15:42:27.6696153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:42:27.6915100Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 2022-09-27T15:42:27.6931696Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 2022-09-27T15:42:27.7127770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:42:27.7133288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:42:27.7543969Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 2022-09-27T15:42:27.7561095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:42:27.7571781Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 2022-09-27T15:42:27.7590512Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 2022-09-27T15:42:27.7927384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:42:27.7986864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:42:27.8368375Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 2022-09-27T15:42:27.8427298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:42:27.8807403Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 2022-09-27T15:42:27.8932277Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 2022-09-27T15:42:27.8939940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:42:27.8989415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:42:27.9399285Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 2022-09-27T15:42:27.9410869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:42:27.9845202Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 2022-09-27T15:42:27.9883215Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:42:28.0128076Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 2022-09-27T15:42:28.0280222Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 2022-09-27T15:42:28.0295305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:42:28.0302441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:42:28.0648219Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool 2022-09-27T15:42:28.0736587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:42:28.1088476Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 2022-09-27T15:42:28.1192594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:42:28.1527676Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 2022-09-27T15:42:28.1612979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:42:28.2007952Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 2022-09-27T15:42:28.2084616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:42:28.2447747Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 2022-09-27T15:42:28.2530902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:42:28.2848994Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 2022-09-27T15:42:28.2871257Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 2022-09-27T15:42:28.2963627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:42:28.2971547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:42:28.3408562Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 2022-09-27T15:42:28.3418694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:42:28.3518241Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 2022-09-27T15:42:28.3581767Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 2022-09-27T15:42:28.3887861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:42:28.3898922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:42:28.4321979Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 2022-09-27T15:42:28.4331309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:42:28.4763831Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 2022-09-27T15:42:28.4775039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:42:28.5208345Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 2022-09-27T15:42:28.5217849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:42:28.5225800Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 2022-09-27T15:42:28.5233631Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool 2022-09-27T15:42:28.5642635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:42:28.7374853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:42:28.7409340Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool 2022-09-27T15:42:28.8028121Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:42:28.8073998Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 2022-09-27T15:42:28.9602089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:42:28.9619920Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool 2022-09-27T15:42:29.1076427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:42:29.1107355Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 2022-09-27T15:42:29.3445336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:42:29.3496069Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 2022-09-27T15:42:29.3893815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:42:29.3938863Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 2022-09-27T15:42:29.6128868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:42:29.6167776Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 2022-09-27T15:42:29.7037073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:42:29.7088842Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 2022-09-27T15:42:29.8730736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:42:29.8766170Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 2022-09-27T15:42:29.9052627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:42:29.9087173Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 2022-09-27T15:42:30.0760785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:42:30.0782276Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 2022-09-27T15:42:30.1533774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:42:30.1569916Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 2022-09-27T15:42:30.3918712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:42:30.3965173Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 2022-09-27T15:42:30.4434730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:42:30.4459507Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 2022-09-27T15:42:30.4716278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:42:30.4817602Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 2022-09-27T15:42:30.6207628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:42:30.6297140Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 2022-09-27T15:42:30.8307500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:42:30.8341525Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 2022-09-27T15:42:30.9365722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:42:30.9403046Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 2022-09-27T15:42:31.0572480Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:42:31.0622261Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool 2022-09-27T15:42:31.2196550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:42:31.2215661Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 2022-09-27T15:42:31.2718524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:42:31.2748563Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 2022-09-27T15:42:31.3225835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:42:31.3257288Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 2022-09-27T15:42:31.5497484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:42:31.5543205Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 2022-09-27T15:42:31.6881347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:42:31.6911355Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 2022-09-27T15:42:31.6957356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:42:31.6982019Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 2022-09-27T15:42:31.9289172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:42:31.9404388Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 2022-09-27T15:42:32.0452488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:42:32.0474723Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 2022-09-27T15:42:32.1345881Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:42:32.1362556Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:42:32.1474829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:42:32.1501800Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 2022-09-27T15:42:32.4071300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:42:32.4125236Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 2022-09-27T15:42:32.4525115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:42:32.4588034Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 2022-09-27T15:42:32.4981220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:42:32.5003451Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 2022-09-27T15:42:32.5263536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:42:32.5273330Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 2022-09-27T15:42:32.7756883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:42:32.7804149Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 2022-09-27T15:42:32.9003205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:42:32.9040307Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 2022-09-27T15:42:33.0372974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:42:33.0408730Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 2022-09-27T15:42:33.0902520Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:42:33.1004377Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 2022-09-27T15:42:33.2132369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:42:33.2157059Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool 2022-09-27T15:42:33.2577047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:42:33.2618641Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 2022-09-27T15:42:33.3926597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:42:33.3975503Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 2022-09-27T15:42:33.4635824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:42:33.4654033Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 2022-09-27T15:42:33.5834053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:42:33.5887793Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 2022-09-27T15:42:33.7376063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:42:33.7430820Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 2022-09-27T15:42:33.8526581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:42:33.8585689Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool 2022-09-27T15:42:33.9149939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:42:33.9199143Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 2022-09-27T15:42:33.9213789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:42:33.9238900Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 2022-09-27T15:42:34.0342931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:42:34.0364236Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 2022-09-27T15:42:34.1086218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:42:34.1126969Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 2022-09-27T15:42:34.3534752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:42:34.3577897Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 2022-09-27T15:42:34.4916158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:42:34.4965367Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool 2022-09-27T15:42:34.6063517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:42:34.6107725Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 2022-09-27T15:42:34.8793298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:42:34.8841105Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 2022-09-27T15:42:34.9579266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:42:34.9636952Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 2022-09-27T15:42:35.1782834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:42:35.1818039Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 2022-09-27T15:42:35.2024302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:42:35.2062446Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 2022-09-27T15:42:35.3032785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:42:35.3055103Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 2022-09-27T15:42:35.4440539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:42:35.4476259Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 2022-09-27T15:42:35.6582016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:42:35.6610268Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool 2022-09-27T15:42:35.7125413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:42:35.7145524Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 2022-09-27T15:42:35.7644376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:42:35.7693404Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 2022-09-27T15:42:35.8290502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:42:35.8333594Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 2022-09-27T15:42:36.0165705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:42:36.0211229Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 2022-09-27T15:42:36.0766092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:42:36.0800303Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 2022-09-27T15:42:36.1435952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:42:36.1458660Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 2022-09-27T15:42:36.2020600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:42:36.2046036Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 2022-09-27T15:42:36.5335610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:42:36.5500758Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 2022-09-27T15:42:36.6502100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:42:36.6563547Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 2022-09-27T15:42:36.8610284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:42:36.8646133Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 2022-09-27T15:42:36.8786933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:42:36.8821420Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 2022-09-27T15:42:36.9846073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:42:36.9890123Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 2022-09-27T15:42:37.0422751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:42:37.0455461Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool 2022-09-27T15:42:37.2284112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:42:37.2315679Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 2022-09-27T15:42:37.4431158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:42:37.4471360Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 2022-09-27T15:42:37.6087203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:42:37.6141346Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 2022-09-27T15:42:37.7445517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:42:37.7499845Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 2022-09-27T15:42:37.7985565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:42:37.8012119Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 2022-09-27T15:42:37.8076955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:42:37.8108708Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 2022-09-27T15:42:37.8949867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:42:37.8976984Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 2022-09-27T15:42:37.9914150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:42:37.9968867Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 2022-09-27T15:42:37.9969478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:42:37.9994892Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 2022-09-27T15:42:38.2402313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:42:38.2432664Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 2022-09-27T15:42:38.4166427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:42:38.4213931Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 2022-09-27T15:42:38.7489240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:42:38.7539085Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 2022-09-27T15:42:38.9612847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:42:38.9663040Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 2022-09-27T15:42:39.0540974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:42:39.0571597Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 2022-09-27T15:42:39.1135018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:42:39.1172002Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 2022-09-27T15:42:39.1360297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:42:39.1719422Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 2022-09-27T15:42:39.1760236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:42:39.2184365Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 2022-09-27T15:42:39.2230945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:42:39.2280505Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool 2022-09-27T15:42:39.2307234Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 2022-09-27T15:42:39.2642605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:42:39.2699501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:42:39.3124183Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:42:39.3226461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:42:39.3593842Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:42:39.3643915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:42:39.4082527Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 2022-09-27T15:42:39.4123590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:42:39.4519997Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 2022-09-27T15:42:39.4587389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:42:39.4980409Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 2022-09-27T15:42:39.4990645Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool 2022-09-27T15:42:39.4994658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:42:39.5035240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:42:39.5402623Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 2022-09-27T15:42:39.5468607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:42:39.5916545Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 2022-09-27T15:42:39.5964726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:42:39.6337841Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 2022-09-27T15:42:39.6384934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:42:39.6778612Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 2022-09-27T15:42:39.6822880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:42:39.7246263Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 2022-09-27T15:42:39.7252209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:42:39.7689439Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 2022-09-27T15:42:39.7695281Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 2022-09-27T15:42:39.7730180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:42:39.7737790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:42:39.8168446Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool 2022-09-27T15:42:39.8174802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:42:39.8602942Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 2022-09-27T15:42:39.8634308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:42:39.9059710Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 2022-09-27T15:42:39.9064380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:42:39.9487194Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 2022-09-27T15:42:39.9492907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:42:39.9963291Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 2022-09-27T15:42:39.9969230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:42:40.0442265Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 2022-09-27T15:42:40.0447375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:42:40.0916130Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 2022-09-27T15:42:40.0923466Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 2022-09-27T15:42:40.0927372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:42:40.0931884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:42:40.1356153Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 2022-09-27T15:42:40.1360932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:42:40.1804528Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 2022-09-27T15:42:40.1809385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:42:40.2337759Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 2022-09-27T15:42:40.2344528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:42:40.2684806Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 2022-09-27T15:42:40.2779887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:42:40.3143371Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 2022-09-27T15:42:40.3189138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:42:40.3602489Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool 2022-09-27T15:42:40.3666965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:42:40.4082765Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 2022-09-27T15:42:40.4133776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:42:40.4522244Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 2022-09-27T15:42:40.4582453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:42:40.4963613Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 2022-09-27T15:42:40.5023778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:42:40.5396082Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 2022-09-27T15:42:40.5438372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:42:40.5465943Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 2022-09-27T15:42:40.5489864Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 2022-09-27T15:42:40.5844734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:42:40.5937636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:42:40.6021050Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 2022-09-27T15:42:40.6042756Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 2022-09-27T15:42:40.6051342Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 2022-09-27T15:42:40.6277560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:40.6314357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:42:40.6347305Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 2022-09-27T15:42:40.6718443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:42:40.6753287Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:42:40.7145732Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 2022-09-27T15:42:40.7182001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:42:40.7586623Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 2022-09-27T15:42:40.7651398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:42:40.8082561Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 2022-09-27T15:42:40.8133202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:42:40.8562873Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 2022-09-27T15:42:41.0606514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:42:41.0680451Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:42:41.1396646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:42:41.1417630Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 2022-09-27T15:42:41.2316568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:42:41.2351715Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 2022-09-27T15:42:41.4183004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:42:41.4216990Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 2022-09-27T15:42:41.4495733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:42:41.4546377Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 2022-09-27T15:42:41.7609515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:42:41.7656672Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:42:41.7677395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:42:41.7698634Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 2022-09-27T15:42:41.8440474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:42:41.8488081Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 2022-09-27T15:42:41.9408752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:42:41.9457231Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 2022-09-27T15:42:42.1165011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:42:42.1199184Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 2022-09-27T15:42:42.2620422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:42:42.2657951Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 2022-09-27T15:42:42.3670826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:42:42.3705177Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 2022-09-27T15:42:42.3804238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:42:42.4212572Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 2022-09-27T15:42:42.4222846Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 2022-09-27T15:42:42.4239694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:42:42.4247724Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool 2022-09-27T15:42:42.4451132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:42:42.4491237Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 2022-09-27T15:42:42.4723450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:42:42.4736438Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:42:42.5162238Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 2022-09-27T15:42:42.5190890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:42:42.5603658Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 2022-09-27T15:42:42.5614618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:42:42.5965619Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 2022-09-27T15:42:42.5974207Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 2022-09-27T15:42:42.5992328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:42:42.6057206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:42:42.6407088Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 2022-09-27T15:42:42.6468410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:42:42.6500095Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 2022-09-27T15:42:42.6515203Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 2022-09-27T15:42:42.6847547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:42:42.6884656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:42:42.6910648Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 2022-09-27T15:42:42.6924558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:42:42.6944584Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 2022-09-27T15:42:42.6973232Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool 2022-09-27T15:42:42.7352494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:42:42.7365134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:42:42.7445304Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 2022-09-27T15:42:42.7476924Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 2022-09-27T15:42:42.7801488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:42:42.7812851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:42:42.7970450Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 2022-09-27T15:42:42.8002188Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 2022-09-27T15:42:42.8232209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:42:42.8243220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:42:42.8434737Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 2022-09-27T15:42:42.8457877Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 2022-09-27T15:42:42.8538077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:42:42.8569140Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 2022-09-27T15:42:42.8712871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:42:42.8725007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:42:42.9004543Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 2022-09-27T15:42:42.9039536Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 2022-09-27T15:42:42.9123104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:42:42.9148374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:42:42.9509435Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 2022-09-27T15:42:42.9528210Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 2022-09-27T15:42:42.9546908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:42:42.9574272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:42:42.9984266Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 2022-09-27T15:42:43.0008119Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 2022-09-27T15:42:43.0024056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:42:43.0047515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:42:43.0192860Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool 2022-09-27T15:42:43.0215486Z [gw2] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 2022-09-27T15:42:43.0449614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:42:43.0458379Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 2022-09-27T15:42:43.0471027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:42:43.0508501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:42:43.0840382Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 2022-09-27T15:42:43.0928342Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 2022-09-27T15:42:43.0996334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:42:43.1002314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:42:43.1295385Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 2022-09-27T15:42:43.1367926Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 2022-09-27T15:42:43.1424368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:42:43.1431263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:42:43.1771628Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 2022-09-27T15:42:43.1807446Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 2022-09-27T15:42:43.1811175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:42:43.1830115Z [gw1] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 2022-09-27T15:42:43.1897342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:42:43.1900024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:42:43.2187387Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 2022-09-27T15:42:43.2288137Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 2022-09-27T15:42:43.2319224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:42:43.2341651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:42:43.2850566Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 2022-09-27T15:42:43.2888909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:42:43.3090751Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 2022-09-27T15:42:43.3114401Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 2022-09-27T15:42:43.3287298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:42:43.3328277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:42:43.3539599Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 2022-09-27T15:42:43.3564141Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 2022-09-27T15:42:43.3770074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:42:43.3795028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:42:43.3816800Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 2022-09-27T15:42:43.4063608Z [gw0] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 2022-09-27T15:42:43.4259670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:42:43.4279945Z [gw3] [ 65%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 2022-09-27T15:42:43.4281498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:42:43.4543452Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 2022-09-27T15:42:43.4688112Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:42:43.4706739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:42:43.4792741Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 2022-09-27T15:42:43.4814529Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 2022-09-27T15:42:43.4835224Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 2022-09-27T15:42:43.4927202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:42:43.5143626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:42:43.5149237Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 2022-09-27T15:42:43.5152718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:42:43.5277675Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 2022-09-27T15:42:43.5297309Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 2022-09-27T15:42:43.5440292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:42:43.5504683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:42:43.5523176Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 2022-09-27T15:42:43.5563874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:42:43.5808596Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool 2022-09-27T15:42:43.5968881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:42:43.6016662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:42:43.6038510Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 2022-09-27T15:42:43.6248593Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 2022-09-27T15:42:43.6295036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:42:43.6406141Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 2022-09-27T15:42:43.6455565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:42:43.6736496Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 2022-09-27T15:42:43.6743009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:42:43.6848786Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 2022-09-27T15:42:43.6892545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:42:43.7198800Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 2022-09-27T15:42:43.7222752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:42:43.7284871Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 2022-09-27T15:42:43.7333852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:42:43.7694623Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 2022-09-27T15:42:43.7697928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:42:43.7726484Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 2022-09-27T15:42:43.7774270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:42:43.8137093Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 2022-09-27T15:42:43.8137801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:42:43.8146297Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 2022-09-27T15:42:43.8166478Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 2022-09-27T15:42:43.8214597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:42:43.8216894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:42:43.8507361Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 2022-09-27T15:42:43.8527487Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 2022-09-27T15:42:43.8584126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:42:43.8600438Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 2022-09-27T15:42:43.8649465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:42:43.8657109Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:42:43.9104042Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 2022-09-27T15:42:43.9104666Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:42:43.9105259Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 2022-09-27T15:42:43.9106140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:42:43.9529350Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 2022-09-27T15:42:43.9530314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:42:43.9535513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:42:43.9684889Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 2022-09-27T15:42:43.9963980Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 2022-09-27T15:42:43.9967011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:42:43.9975755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:42:44.0059604Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 2022-09-27T15:42:44.0382159Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 2022-09-27T15:42:44.0386821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:42:44.0419264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:42:44.0484214Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 2022-09-27T15:42:44.0858762Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:42:44.0865101Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:42:44.0873092Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool 2022-09-27T15:42:44.0919064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:42:44.1262360Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:42:44.1267110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:42:44.1296489Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:42:44.1749606Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 2022-09-27T15:42:44.1755397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:42:44.2208157Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 2022-09-27T15:42:44.2213670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:42:44.2627463Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 2022-09-27T15:42:44.2633031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:42:44.3043971Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 2022-09-27T15:42:44.3052583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:42:44.3117934Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 2022-09-27T15:42:44.3140375Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 2022-09-27T15:42:44.3290837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:44.3309090Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 2022-09-27T15:42:44.3448645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:42:44.3498567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:42:44.3888605Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 2022-09-27T15:42:44.3929901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:42:44.4328790Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 2022-09-27T15:42:44.4376352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:42:44.4462923Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 2022-09-27T15:42:44.4484031Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 2022-09-27T15:42:44.4767292Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:42:44.4817956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:42:44.5260421Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 2022-09-27T15:42:44.5260955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:42:44.5676541Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 2022-09-27T15:42:44.5678848Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 2022-09-27T15:42:44.5687968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:42:44.5708689Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 2022-09-27T15:42:44.5754693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:42:44.6162940Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 2022-09-27T15:42:44.6217714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:42:44.6219960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:42:44.6723460Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 2022-09-27T15:42:44.7344224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:42:44.7365415Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:42:44.7992832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:42:44.8019632Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 2022-09-27T15:42:45.1366646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:42:45.1523665Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 2022-09-27T15:42:45.2651514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:42:45.2683946Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 2022-09-27T15:42:45.4548177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:42:45.4574969Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 2022-09-27T15:42:45.5911735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:42:45.5938491Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:42:45.6701469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:42:45.6837880Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 2022-09-27T15:42:45.7742720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:42:45.7875779Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 2022-09-27T15:42:45.8122963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:42:45.8153032Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 2022-09-27T15:42:45.9539935Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:42:45.9557841Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 2022-09-27T15:42:45.9874936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:42:45.9900540Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 2022-09-27T15:42:46.0291004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:42:46.0325872Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 2022-09-27T15:42:46.0514552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:42:46.0843068Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 2022-09-27T15:42:46.1398279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:42:46.1483208Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool 2022-09-27T15:42:46.2630750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:42:46.2650216Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 2022-09-27T15:42:46.3792429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:42:46.3825693Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 2022-09-27T15:42:46.5515816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:42:46.5552203Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 2022-09-27T15:42:46.6557064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:42:46.6619464Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 2022-09-27T15:42:46.7064236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:42:46.7156594Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 2022-09-27T15:42:46.7532924Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:42:46.7645679Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 2022-09-27T15:42:46.7832317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:42:46.7978307Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 2022-09-27T15:42:46.8008188Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool 2022-09-27T15:42:46.8162938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:42:46.8705907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:42:46.8772181Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 2022-09-27T15:42:46.8798033Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 2022-09-27T15:42:46.8925441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:42:46.9256725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:42:46.9365288Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 2022-09-27T15:42:46.9932040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:42:47.0044729Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 2022-09-27T15:42:47.0216489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:42:47.0282339Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 2022-09-27T15:42:47.0380201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:42:47.0650804Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 2022-09-27T15:42:47.1143301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:42:47.1155103Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amax_cpu_float32 2022-09-27T15:42:47.1638267Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:42:47.1668157Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_amin_cpu_float32 2022-09-27T15:42:47.1753556Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:42:47.1784189Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 2022-09-27T15:42:47.2052587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:42:47.2084362Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmax_cpu_float32 2022-09-27T15:42:47.2372786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:42:47.2603208Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_argmin_cpu_float32 2022-09-27T15:42:47.2699245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:42:47.2850777Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_complex64 2022-09-27T15:42:47.2872519Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 2022-09-27T15:42:47.2996947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:42:47.3056524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:42:47.3483675Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumprod_cpu_float32 2022-09-27T15:42:47.3568753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:42:47.3864039Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_complex64 2022-09-27T15:42:47.3948294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:42:47.4294696Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_cumsum_cpu_float32 2022-09-27T15:42:47.4394475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:42:47.4775043Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_log_softmax_cpu_float32 2022-09-27T15:42:47.4846494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:42:47.4860561Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 2022-09-27T15:42:47.4913340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:42:47.5276372Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logaddexp_cpu_float32 2022-09-27T15:42:47.5707259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:42:47.5733335Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 2022-09-27T15:42:47.5871962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:42:47.5900128Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_logsumexp_cpu_float32 2022-09-27T15:42:47.5933810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:42:47.5954319Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 2022-09-27T15:42:47.7385074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:42:47.7412508Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 2022-09-27T15:42:47.7546078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:42:47.7559565Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_complex64 2022-09-27T15:42:47.8302120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:42:47.8364667Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_mean_cpu_float32 2022-09-27T15:42:47.8572842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:42:47.8746641Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_median_cpu_float32 2022-09-27T15:42:47.8776372Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 2022-09-27T15:42:47.8834534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:42:48.0054636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:42:48.0081901Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 2022-09-27T15:42:48.1566590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:42:48.1602952Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 2022-09-27T15:42:48.1892783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:42:48.1924198Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 2022-09-27T15:42:48.2157404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:42:48.2186000Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 2022-09-27T15:42:48.2198775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:42:48.2229152Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_norm_cpu_float32 2022-09-27T15:42:48.3266819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:42:48.3292910Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_complex64 2022-09-27T15:42:48.3705704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:42:48.3738619Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_normalize_cpu_float32 2022-09-27T15:42:48.4526542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:42:48.4552037Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_complex64 2022-09-27T15:42:48.4946404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:42:48.4971719Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_prod_cpu_float32 2022-09-27T15:42:48.5079020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:42:48.5483273Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmax_cpu_float32 2022-09-27T15:42:48.5535911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:42:48.5860123Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_softmin_cpu_float32 2022-09-27T15:42:48.8400383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:42:48.8483113Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_complex64 2022-09-27T15:42:48.8526358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:42:48.8556220Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 2022-09-27T15:42:49.0427650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:42:49.0456678Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_std_cpu_float32 2022-09-27T15:42:49.1252087Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:42:49.1407015Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_complex64 2022-09-27T15:42:49.1928079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:42:49.1967205Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_sum_cpu_float32 2022-09-27T15:42:49.2516972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:42:49.2606311Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 2022-09-27T15:42:49.3574770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:42:49.3594904Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 2022-09-27T15:42:49.4379326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:42:49.4393110Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_complex64 2022-09-27T15:42:49.5174153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:42:49.5230207Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager__masked_var_cpu_float32 2022-09-27T15:42:49.5325760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:42:49.5723436Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 2022-09-27T15:42:49.5770062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:42:49.6202931Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 2022-09-27T15:42:49.6381317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:42:49.6643216Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 2022-09-27T15:42:49.6711103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:42:49.7082371Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 2022-09-27T15:42:49.7185416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:42:49.7523414Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 2022-09-27T15:42:49.7563983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:42:49.7989968Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 2022-09-27T15:42:49.9586142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:42:49.9610123Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool 2022-09-27T15:42:49.9782405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:42:49.9812001Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 2022-09-27T15:42:50.0460091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:42:50.0504185Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 2022-09-27T15:42:50.0555551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:42:50.0834873Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 2022-09-27T15:42:50.0863423Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 2022-09-27T15:42:50.0959669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:50.0965695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:42:50.1444125Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 2022-09-27T15:42:50.2014611Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:42:50.2085377Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 2022-09-27T15:42:50.2480390Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:42:50.2612107Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 2022-09-27T15:42:50.3238802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:42:50.3354122Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 2022-09-27T15:42:50.4386777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:42:50.4529874Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 2022-09-27T15:42:50.5360778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:42:50.5461017Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 2022-09-27T15:42:50.5932625Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:42:50.5990913Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 2022-09-27T15:42:50.6693202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:42:50.6721263Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 2022-09-27T15:42:50.6923905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:42:50.7203252Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 2022-09-27T15:42:50.7648723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:42:50.7671467Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:42:50.7838615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:42:50.7863983Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 2022-09-27T15:42:50.8007555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:42:50.8038739Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 2022-09-27T15:42:50.8295377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:42:50.8320204Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 2022-09-27T15:42:50.8352020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:42:50.8734057Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 2022-09-27T15:42:50.8779373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:42:50.8899657Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 2022-09-27T15:42:50.8919507Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 2022-09-27T15:42:50.9244523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:42:50.9276596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:42:50.9609143Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 2022-09-27T15:42:50.9677708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:42:51.0048100Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 2022-09-27T15:42:51.0280928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:42:51.0490690Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 2022-09-27T15:42:51.0599645Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:42:51.0928836Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 2022-09-27T15:42:51.1122693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:42:51.1367508Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 2022-09-27T15:42:51.1568663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:42:51.1807898Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 2022-09-27T15:42:51.1877472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:42:51.2248705Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 2022-09-27T15:42:51.2304005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:42:51.2688487Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 2022-09-27T15:42:51.2734161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:42:51.3207209Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 2022-09-27T15:42:51.3212509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:42:51.3629087Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 2022-09-27T15:42:51.3634170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:42:51.4096289Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 2022-09-27T15:42:51.4101179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:42:51.4554419Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 2022-09-27T15:42:51.4560060Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:42:51.4988477Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 2022-09-27T15:42:51.4992922Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:42:51.5446568Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 2022-09-27T15:42:51.5486549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:42:51.5828927Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 2022-09-27T15:42:51.5895356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:42:51.5982997Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 2022-09-27T15:42:51.5996650Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 2022-09-27T15:42:51.6230002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:42:51.6243792Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 2022-09-27T15:42:51.6274715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:42:51.6346778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:42:51.6763427Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 2022-09-27T15:42:51.6768648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:42:51.7197815Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 2022-09-27T15:42:51.7202818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:42:51.7639993Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 2022-09-27T15:42:51.7644918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:42:51.8119205Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_complex64 2022-09-27T15:42:51.8125104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:42:51.8602013Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_scatter_cpu_float32 2022-09-27T15:42:51.8655500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:42:51.9083670Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 2022-09-27T15:42:51.9088473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:42:51.9559512Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 2022-09-27T15:42:51.9601058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:42:51.9994602Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 2022-09-27T15:42:52.0000040Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:42:52.0441287Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 2022-09-27T15:42:52.1451150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:42:52.1484576Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:42:52.1603628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:42:52.1669132Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 2022-09-27T15:42:52.1894183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:42:52.2087632Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 2022-09-27T15:42:52.2174507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:42:52.2526870Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 2022-09-27T15:42:52.2636977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:42:52.2967796Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 2022-09-27T15:42:52.3044070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:42:52.3408614Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 2022-09-27T15:42:52.3505122Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:42:52.3846776Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 2022-09-27T15:42:52.3901919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:42:52.4286862Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 2022-09-27T15:42:52.4367400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:42:52.4728037Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 2022-09-27T15:42:52.4783876Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:42:52.5168465Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 2022-09-27T15:42:52.5247733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:42:52.5608732Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 2022-09-27T15:42:52.5664110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:42:52.5736330Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 2022-09-27T15:42:52.5773947Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 2022-09-27T15:42:52.6047405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:42:52.9214203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:42:52.9237965Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 2022-09-27T15:42:53.0009677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:42:53.0037567Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 2022-09-27T15:42:53.0275839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:42:53.0315949Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 2022-09-27T15:42:53.0762680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:42:53.0805390Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 2022-09-27T15:42:53.1095544Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:42:53.1246140Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 2022-09-27T15:42:53.1352864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:42:53.1756616Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 2022-09-27T15:42:53.1764946Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:42:53.2202667Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 2022-09-27T15:42:53.2257984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:42:53.2618184Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 2022-09-27T15:42:53.2627302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:42:53.3121062Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 2022-09-27T15:42:53.3132310Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:42:53.3511842Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 2022-09-27T15:42:53.3550992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:42:53.4030482Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 2022-09-27T15:42:53.4041062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:42:53.4230329Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 2022-09-27T15:42:53.4258348Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 2022-09-27T15:42:53.4499785Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:42:53.4508145Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:42:53.4919791Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 2022-09-27T15:42:53.4932158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:42:53.5378984Z [gw3] [ 66%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 2022-09-27T15:42:53.5389030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:42:53.5817803Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 2022-09-27T15:42:53.5829356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:42:53.6282979Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 2022-09-27T15:42:53.6350862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:42:53.6723128Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 2022-09-27T15:42:53.6765513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:42:53.6985833Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 2022-09-27T15:42:53.7007652Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 2022-09-27T15:42:53.7192895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:42:53.7197934Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:42:53.7486264Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 2022-09-27T15:42:53.7521719Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 2022-09-27T15:42:53.7669718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:42:53.7673539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:42:53.8141602Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 2022-09-27T15:42:53.8145672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:42:53.8602113Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 2022-09-27T15:42:53.8613039Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:42:53.9430853Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 2022-09-27T15:42:53.9435357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:42:53.9714894Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 2022-09-27T15:42:54.0123538Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:42:54.0168255Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 2022-09-27T15:42:54.0385895Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:42:54.0681762Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 2022-09-27T15:42:54.2345864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:42:54.2514453Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 2022-09-27T15:42:54.2609036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:42:54.3001014Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 2022-09-27T15:42:54.3050781Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:42:54.3481238Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 2022-09-27T15:42:54.3523434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:42:54.3952869Z [gw3] [ 66%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 2022-09-27T15:42:54.3959047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:42:54.4332293Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 2022-09-27T15:42:54.4386021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:42:54.4458519Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 2022-09-27T15:42:54.4473569Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 2022-09-27T15:42:54.4840974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:42:54.5251251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:42:54.5297315Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 2022-09-27T15:42:54.5384602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:42:54.5420169Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 2022-09-27T15:42:54.5749268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:42:54.5792079Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 2022-09-27T15:42:54.6541765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:42:54.6559657Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 2022-09-27T15:42:54.6608697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:42:54.6636479Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 2022-09-27T15:42:54.7042560Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:42:54.7068847Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 2022-09-27T15:42:54.7895417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:42:54.7921696Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 2022-09-27T15:42:54.8314793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:42:54.8365595Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 2022-09-27T15:42:54.8527569Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:42:54.8874665Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 2022-09-27T15:42:54.8875293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:42:54.9322911Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 2022-09-27T15:42:54.9492055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:42:54.9762429Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 2022-09-27T15:42:55.0234367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:42:55.0268785Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 2022-09-27T15:42:55.0954720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:42:55.0995913Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 2022-09-27T15:42:55.1121338Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:42:55.1440927Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 2022-09-27T15:42:55.1461225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:42:55.1910389Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 2022-09-27T15:42:55.1916729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:42:55.2340341Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 2022-09-27T15:42:55.2345266Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:42:55.2843109Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 2022-09-27T15:42:55.2881101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:42:55.2911996Z [gw1] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 2022-09-27T15:42:55.2980258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:42:55.3247672Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 2022-09-27T15:42:55.3333602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:42:55.3689169Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 2022-09-27T15:42:55.3744499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:42:55.4089869Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 2022-09-27T15:42:55.4111329Z [gw0] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 2022-09-27T15:42:55.4215962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:42:55.4244756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:42:55.4442412Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 2022-09-27T15:42:55.4502198Z [gw2] [ 66%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 2022-09-27T15:42:55.4649118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:42:55.4699615Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:42:55.5087170Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 2022-09-27T15:42:55.5156446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:42:55.5586097Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 2022-09-27T15:42:55.5590730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:42:55.6034803Z [gw3] [ 66%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 2022-09-27T15:42:55.6497788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:42:55.6537221Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 2022-09-27T15:42:55.6717669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:42:55.7082437Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 2022-09-27T15:42:55.7089114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:42:55.7484734Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 2022-09-27T15:42:55.7499737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:42:55.7888020Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 2022-09-27T15:42:55.8596402Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:42:55.8619170Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 2022-09-27T15:42:55.8919949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:42:55.9047526Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 2022-09-27T15:42:55.9142769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:42:55.9563659Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 2022-09-27T15:42:55.9603381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:42:55.9713388Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 2022-09-27T15:42:55.9738682Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 2022-09-27T15:42:55.9929079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:42:56.0002169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:42:56.0362540Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 2022-09-27T15:42:56.0407561Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 2022-09-27T15:42:56.0440093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:42:56.0484931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:42:56.0885059Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 2022-09-27T15:42:56.0890546Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:42:56.1283707Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 2022-09-27T15:42:56.1346644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:42:56.1724287Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 2022-09-27T15:42:56.1756026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:42:56.2128859Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 2022-09-27T15:42:56.2274234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:42:56.2285499Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 2022-09-27T15:42:56.3503394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:42:56.3527490Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool 2022-09-27T15:42:56.4714078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:42:56.4737759Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 2022-09-27T15:42:56.5451933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:42:56.5487949Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 2022-09-27T15:42:56.5695867Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:42:56.5990724Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 2022-09-27T15:42:56.5993041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:42:56.6419855Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 2022-09-27T15:42:56.6426053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:42:56.6860283Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 2022-09-27T15:42:56.6865911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:42:56.7362352Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 2022-09-27T15:42:56.7842899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:42:56.7870777Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 2022-09-27T15:42:56.8136301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:42:56.8184976Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 2022-09-27T15:42:56.8238683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:42:56.8282364Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 2022-09-27T15:42:56.8526670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:42:56.8778288Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 2022-09-27T15:42:56.8851268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:42:56.9282475Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 2022-09-27T15:42:56.9335689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:42:56.9728466Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 2022-09-27T15:42:56.9739275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:57.0163165Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 2022-09-27T15:42:57.0188382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:42:57.0335192Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 2022-09-27T15:42:57.0367186Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 2022-09-27T15:42:57.0601948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:42:57.0772422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:42:57.0810359Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 2022-09-27T15:42:57.0835893Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 2022-09-27T15:42:57.1082946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:42:57.1146612Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:42:57.1447981Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 2022-09-27T15:42:57.1704241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:42:57.1727279Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 2022-09-27T15:42:57.1842460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:42:57.1885456Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 2022-09-27T15:42:57.2103642Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:42:57.2327822Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 2022-09-27T15:42:57.2428741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:42:57.2768047Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 2022-09-27T15:42:57.2840618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:42:57.3021516Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 2022-09-27T15:42:57.3041662Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool 2022-09-27T15:42:57.3208049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:42:57.3980542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:42:57.4022869Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 2022-09-27T15:42:57.5136470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:42:57.5527547Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 2022-09-27T15:42:57.6092825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:42:57.6211813Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 2022-09-27T15:42:57.7235987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:42:57.7323255Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 2022-09-27T15:42:57.7648095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:42:57.7662965Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 2022-09-27T15:42:57.8805599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:42:57.9004759Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 2022-09-27T15:42:58.0081501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:42:58.0111958Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 2022-09-27T15:42:58.0220319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:42:58.0602058Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 2022-09-27T15:42:58.1355541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:42:58.1384685Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 2022-09-27T15:42:58.1635846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:42:58.1657060Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 2022-09-27T15:42:58.2409222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:42:58.2444882Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 2022-09-27T15:42:58.3333125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:42:58.3367500Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 2022-09-27T15:42:58.3464917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:42:58.3475902Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 2022-09-27T15:42:58.4562262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:42:58.4586176Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 2022-09-27T15:42:58.5612445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:58.5639799Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 2022-09-27T15:42:58.6391340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:42:58.6418804Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 2022-09-27T15:42:58.6924089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:42:58.6925053Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 2022-09-27T15:42:58.6935626Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 2022-09-27T15:42:58.6936427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:42:58.8252389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:58.8273678Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 2022-09-27T15:42:58.8318209Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:42:58.8341984Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 2022-09-27T15:42:58.9211859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:42:58.9229975Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 2022-09-27T15:42:58.9318158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:42:58.9493545Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 2022-09-27T15:42:58.9520695Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 2022-09-27T15:42:58.9709739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:42:58.9717800Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:42:59.0029853Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 2022-09-27T15:42:59.0049058Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool 2022-09-27T15:42:59.0162882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:42:59.0217549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:42:59.0528953Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 2022-09-27T15:42:59.0596975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:42:59.0613541Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 2022-09-27T15:42:59.0629943Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 2022-09-27T15:42:59.0968669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:42:59.1043499Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:42:59.1409049Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 2022-09-27T15:42:59.1457521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:42:59.1495070Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 2022-09-27T15:42:59.1518756Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 2022-09-27T15:42:59.1921674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:42:59.1929729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:42:59.2342567Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 2022-09-27T15:42:59.2350712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:42:59.2461501Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 2022-09-27T15:42:59.2486188Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 2022-09-27T15:42:59.2803844Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:42:59.2841728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:42:59.3247829Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 2022-09-27T15:42:59.3248465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:42:59.3657803Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 2022-09-27T15:42:59.3667357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:42:59.3671657Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 2022-09-27T15:42:59.3677016Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 2022-09-27T15:42:59.4085726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:42:59.4099573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:42:59.4556557Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 2022-09-27T15:42:59.4560141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:42:59.4962549Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 2022-09-27T15:42:59.4989882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:42:59.5187848Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 2022-09-27T15:42:59.5207655Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 2022-09-27T15:42:59.5481294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:42:59.5560372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:42:59.5961898Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 2022-09-27T15:42:59.5977357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:42:59.6052793Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 2022-09-27T15:42:59.6088693Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 2022-09-27T15:42:59.6397728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:42:59.6398446Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:42:59.6818388Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 2022-09-27T15:42:59.6819436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:42:59.7242995Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 2022-09-27T15:42:59.7271026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:42:59.7722696Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 2022-09-27T15:42:59.7753383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:42:59.8190415Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 2022-09-27T15:42:59.8209484Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool 2022-09-27T15:42:59.8368694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:42:59.8370420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:42:59.8561994Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 2022-09-27T15:42:59.8925855Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:42:59.9201867Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 2022-09-27T15:42:59.9367622Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:42:59.9526059Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 2022-09-27T15:42:59.9598250Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:43:00.0039243Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 2022-09-27T15:43:00.0050355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:43:00.0463696Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 2022-09-27T15:43:00.0466086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:43:00.0753419Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 2022-09-27T15:43:00.0772415Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 2022-09-27T15:43:00.0843294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:43:00.1008872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:43:00.1286942Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 2022-09-27T15:43:00.1373355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:43:00.1762290Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 2022-09-27T15:43:00.1784728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:43:00.2200145Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 2022-09-27T15:43:00.2200743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:43:00.2680552Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 2022-09-27T15:43:00.2683476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:43:00.3122215Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 2022-09-27T15:43:00.3214865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:43:00.3529045Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 2022-09-27T15:43:00.3600994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:43:00.3968366Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 2022-09-27T15:43:00.4268690Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:43:00.4278714Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 2022-09-27T15:43:00.4304727Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 2022-09-27T15:43:00.4406472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:43:00.4485539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:43:00.4925003Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 2022-09-27T15:43:00.5150367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:43:00.5366268Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 2022-09-27T15:43:00.5546007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:43:00.5868906Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 2022-09-27T15:43:00.5879483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:43:00.6300861Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 2022-09-27T15:43:00.6310010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:43:00.6722399Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 2022-09-27T15:43:00.6788928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:43:00.7151733Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 2022-09-27T15:43:00.7203090Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:43:00.7602649Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 2022-09-27T15:43:00.7663526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:43:00.8034039Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 2022-09-27T15:43:00.8083124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:43:00.8484889Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 2022-09-27T15:43:00.8581259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:43:00.8960933Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 2022-09-27T15:43:00.9028926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:43:00.9453537Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 2022-09-27T15:43:00.9589723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:43:00.9916544Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 2022-09-27T15:43:00.9958479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:43:01.0402102Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 2022-09-27T15:43:01.0515103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:43:01.0831648Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 2022-09-27T15:43:01.0940114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:43:01.1283608Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 2022-09-27T15:43:01.1407481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:43:01.1686616Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 2022-09-27T15:43:01.1777668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:43:01.2185570Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 2022-09-27T15:43:01.2194252Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:43:01.2632359Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 2022-09-27T15:43:01.2669465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:43:01.2725753Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 2022-09-27T15:43:01.2759572Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 2022-09-27T15:43:01.3073010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:43:01.3179427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:43:01.3464991Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 2022-09-27T15:43:01.3514858Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 2022-09-27T15:43:01.3520507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:43:01.3623022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:43:01.3952965Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 2022-09-27T15:43:01.4082149Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:43:01.4440398Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 2022-09-27T15:43:01.4571911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:43:01.4910919Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 2022-09-27T15:43:01.5029589Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:43:01.5361060Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 2022-09-27T15:43:01.5470007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:43:01.5790872Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 2022-09-27T15:43:01.5899101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:43:01.6247517Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 2022-09-27T15:43:01.6358807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:43:01.6669908Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 2022-09-27T15:43:01.6783052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:43:01.7110020Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 2022-09-27T15:43:01.7217355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:43:01.7550234Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 2022-09-27T15:43:01.7651603Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:43:01.7927092Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 2022-09-27T15:43:01.7983786Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 2022-09-27T15:43:01.7992277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:43:01.8092264Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:43:01.8217981Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 2022-09-27T15:43:01.8244350Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 2022-09-27T15:43:01.8405841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:43:01.8485847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:43:01.8927853Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 2022-09-27T15:43:01.8939623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:43:01.9348043Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 2022-09-27T15:43:01.9412791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:43:01.9806307Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 2022-09-27T15:43:01.9859469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:43:02.0284014Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 2022-09-27T15:43:02.0489663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:43:02.0723235Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 2022-09-27T15:43:02.0823986Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:43:02.0957441Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 2022-09-27T15:43:02.0983010Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 2022-09-27T15:43:02.1209144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:43:02.1218804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:43:02.1607888Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 2022-09-27T15:43:02.1666534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:43:02.2213825Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 2022-09-27T15:43:02.2228284Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:43:02.2540778Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 2022-09-27T15:43:02.2551581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:43:02.2929815Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 2022-09-27T15:43:02.3044552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:43:02.3092934Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 2022-09-27T15:43:02.3118050Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 2022-09-27T15:43:02.3420873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:43:02.3446607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:43:02.3922267Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 2022-09-27T15:43:02.4119762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:43:02.4233474Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 2022-09-27T15:43:02.4243871Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 2022-09-27T15:43:02.4269346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:43:02.4530100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:43:02.4784624Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 2022-09-27T15:43:02.4794628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:43:02.4908609Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 2022-09-27T15:43:02.4923868Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 2022-09-27T15:43:02.5241760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:43:02.5594974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:43:02.5620625Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 2022-09-27T15:43:02.5824682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:43:02.6046048Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 2022-09-27T15:43:02.6149279Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:43:02.6343771Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 2022-09-27T15:43:02.6356962Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 2022-09-27T15:43:02.6485358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:43:02.6958091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:43:02.7081518Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 2022-09-27T15:43:02.7208207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:43:02.7486974Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 2022-09-27T15:43:02.7526693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:43:02.7655792Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 2022-09-27T15:43:02.7669260Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 2022-09-27T15:43:02.7782490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:43:02.7808239Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 2022-09-27T15:43:02.7924969Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:43:02.7981568Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:43:02.8366612Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 2022-09-27T15:43:02.8414863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:43:02.8805757Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 2022-09-27T15:43:02.8810363Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 2022-09-27T15:43:02.8830940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:43:02.8921095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:43:02.9246822Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 2022-09-27T15:43:02.9317758Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:43:02.9686778Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 2022-09-27T15:43:02.9777492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:43:02.9977258Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 2022-09-27T15:43:03.0001847Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 2022-09-27T15:43:03.0182519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:43:03.1223202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:43:03.1259141Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 2022-09-27T15:43:03.1285353Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:43:03.1310551Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 2022-09-27T15:43:03.1686809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:43:03.1711355Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 2022-09-27T15:43:03.1952274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:43:03.2101614Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 2022-09-27T15:43:03.2126120Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 2022-09-27T15:43:03.2133878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:43:03.2194230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:43:03.2642154Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 2022-09-27T15:43:03.2681245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:43:03.3082583Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 2022-09-27T15:43:03.3137199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:43:03.3526568Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 2022-09-27T15:43:03.3533123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:43:03.3591689Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 2022-09-27T15:43:03.3714637Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 2022-09-27T15:43:03.3962977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:43:03.4286502Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:43:03.4325454Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 2022-09-27T15:43:03.4949960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:43:03.5098337Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 2022-09-27T15:43:03.5467994Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:43:03.5487760Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool 2022-09-27T15:43:03.5927882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:43:03.5947237Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 2022-09-27T15:43:03.6105065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:43:03.6125609Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 2022-09-27T15:43:03.6456333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:43:03.6637881Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 2022-09-27T15:43:03.6642047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:43:03.7066372Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 2022-09-27T15:43:03.7067234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:43:03.7507434Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 2022-09-27T15:43:03.7508461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:43:03.7938375Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 2022-09-27T15:43:03.7939005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:43:03.8238265Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 2022-09-27T15:43:03.8257639Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 2022-09-27T15:43:03.8402695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:43:03.8866888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:43:03.8895707Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 2022-09-27T15:43:03.9051982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:43:03.9403437Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 2022-09-27T15:43:03.9759674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:43:03.9805970Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 2022-09-27T15:43:04.0024620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:43:04.0055422Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 2022-09-27T15:43:04.0103653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:43:04.0124012Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 2022-09-27T15:43:04.0417613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:43:04.0452488Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 2022-09-27T15:43:04.0544303Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:43:04.0962565Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 2022-09-27T15:43:04.1051718Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:43:04.1065957Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 2022-09-27T15:43:04.1341354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:43:04.1375382Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 2022-09-27T15:43:04.1707301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:43:04.1805342Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 2022-09-27T15:43:04.1970248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:43:04.2269738Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 2022-09-27T15:43:04.2276983Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 2022-09-27T15:43:04.2300288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:43:04.2338635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:43:04.2689382Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 2022-09-27T15:43:04.2809288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:43:04.3042354Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 2022-09-27T15:43:04.3066095Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 2022-09-27T15:43:04.3125849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:43:04.3197756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:43:04.3608415Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 2022-09-27T15:43:04.3750825Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:43:04.4164235Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 2022-09-27T15:43:04.4190228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:43:04.4234642Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 2022-09-27T15:43:04.4256962Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 2022-09-27T15:43:04.4603006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:43:04.5910278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:43:04.5961811Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 2022-09-27T15:43:04.6170490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:43:04.6402639Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 2022-09-27T15:43:04.6434921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:43:04.6527526Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 2022-09-27T15:43:04.6555465Z [gw2] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 2022-09-27T15:43:04.6889433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:43:04.6894689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:43:04.7278143Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 2022-09-27T15:43:04.7285609Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 2022-09-27T15:43:04.7296296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:43:04.7311620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:43:04.7754016Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 2022-09-27T15:43:04.7756488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:43:04.8178971Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 2022-09-27T15:43:04.8185888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:43:04.8190473Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 2022-09-27T15:43:04.8215656Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 2022-09-27T15:43:04.8436498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:43:04.8460538Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 2022-09-27T15:43:04.8586336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:43:04.8924068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:43:04.8995715Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 2022-09-27T15:43:04.9018600Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 2022-09-27T15:43:04.9044288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:43:04.9133601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:43:04.9487904Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 2022-09-27T15:43:04.9543496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:43:04.9927573Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 2022-09-27T15:43:04.9973423Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:43:05.0089178Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 2022-09-27T15:43:05.0104866Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 2022-09-27T15:43:05.0417662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:43:05.0424116Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:43:05.0857566Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 2022-09-27T15:43:05.0865671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:43:05.1088411Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 2022-09-27T15:43:05.1117025Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 2022-09-27T15:43:05.1291879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:43:05.1296056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:43:05.1781421Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 2022-09-27T15:43:05.1787749Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:43:05.2206666Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 2022-09-27T15:43:05.2215856Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:43:05.2307129Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 2022-09-27T15:43:05.2329400Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 2022-09-27T15:43:05.2653929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:43:05.2660283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:43:05.3099145Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 2022-09-27T15:43:05.3105938Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:43:05.3545273Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 2022-09-27T15:43:05.3551911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:43:05.3856201Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 2022-09-27T15:43:05.3879406Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool 2022-09-27T15:43:05.3972572Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:43:05.3978080Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:43:05.4444574Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 2022-09-27T15:43:05.4526591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:43:05.4542103Z [gw1] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 2022-09-27T15:43:05.5194068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:43:05.5208166Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 2022-09-27T15:43:05.5860363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:43:05.5890078Z [gw3] [ 67%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 2022-09-27T15:43:05.5927804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:43:05.6155168Z [gw3] [ 67%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:43:05.6297657Z [gw0] [ 67%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 2022-09-27T15:43:05.6364277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:43:05.6368941Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:05.6818023Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:05.6823133Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:43:05.7249463Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:43:05.7254631Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:05.7511794Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:05.7715254Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 2022-09-27T15:43:05.7720428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:43:05.7846086Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 2022-09-27T15:43:05.8127506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:43:05.8132811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:43:05.8259960Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 2022-09-27T15:43:05.8274261Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 2022-09-27T15:43:05.8567499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:43:05.8573624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:43:05.8842524Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:43:05.8858750Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 2022-09-27T15:43:05.9004596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:43:05.9010511Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:05.9447755Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:05.9453214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:43:05.9549389Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 2022-09-27T15:43:05.9566380Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 2022-09-27T15:43:05.9888184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:43:05.9894124Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:43:06.0363485Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 2022-09-27T15:43:06.0369432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:43:06.0682429Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 2022-09-27T15:43:06.0700225Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 2022-09-27T15:43:06.0780067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:43:06.0785350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:43:06.1288531Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 2022-09-27T15:43:06.1295728Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:43:06.1483683Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 2022-09-27T15:43:06.1515562Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 2022-09-27T15:43:06.1723241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:43:06.1779164Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:43:06.2203135Z [gw3] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 2022-09-27T15:43:06.2233354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:43:06.2529320Z [gw3] [ 68%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 2022-09-27T15:43:06.2554051Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 2022-09-27T15:43:06.2563972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:43:06.2648393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:43:06.2828443Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 2022-09-27T15:43:06.2840652Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 2022-09-27T15:43:06.3007741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:43:06.3497614Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:43:06.3522812Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 2022-09-27T15:43:06.5088374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:43:06.5114766Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 2022-09-27T15:43:06.5410793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:43:06.5468377Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 2022-09-27T15:43:06.6452806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:43:06.6580568Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 2022-09-27T15:43:06.6605122Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool 2022-09-27T15:43:06.6611873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:43:06.6689021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:43:06.7123920Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 2022-09-27T15:43:06.7173290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:43:06.7510526Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 2022-09-27T15:43:06.7594989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:43:06.7962418Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 2022-09-27T15:43:06.8055089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:43:06.8368311Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:43:06.8432936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:06.8549798Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:06.8580572Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 2022-09-27T15:43:06.8765644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:43:06.8797309Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 2022-09-27T15:43:06.8806733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:43:06.8991500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:43:06.9720506Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 2022-09-27T15:43:06.9726389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:43:06.9745653Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 2022-09-27T15:43:06.9750268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:43:07.0176964Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 2022-09-27T15:43:07.0184150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:43:07.0563043Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 2022-09-27T15:43:07.0564055Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 2022-09-27T15:43:07.0569044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:43:07.1157335Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:43:07.1329746Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 2022-09-27T15:43:07.1649426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:43:07.1742549Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 2022-09-27T15:43:07.1756489Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 2022-09-27T15:43:07.1765791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:43:07.1882555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:43:07.1905029Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 2022-09-27T15:43:07.3409589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:43:07.3435735Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 2022-09-27T15:43:07.4009948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:43:07.4027689Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 2022-09-27T15:43:07.4397435Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:43:07.4424183Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 2022-09-27T15:43:07.4719306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:43:07.4742736Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 2022-09-27T15:43:07.4849134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:43:07.5195816Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 2022-09-27T15:43:07.5292624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:43:07.5558254Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 2022-09-27T15:43:07.5589266Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 2022-09-27T15:43:07.5638320Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:43:07.5743723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:43:07.6119910Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 2022-09-27T15:43:07.6200193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:43:07.6562779Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 2022-09-27T15:43:07.6579440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:43:07.6608508Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 2022-09-27T15:43:07.6734234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:43:07.6996803Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 2022-09-27T15:43:07.7091498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:43:07.7442557Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 2022-09-27T15:43:07.7680375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:43:07.7727707Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 2022-09-27T15:43:07.7780392Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 2022-09-27T15:43:07.7847922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:43:07.7917764Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:07.8330002Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 2022-09-27T15:43:07.9291609Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:43:07.9312905Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 2022-09-27T15:43:07.9560702Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:43:07.9612145Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 2022-09-27T15:43:08.1685488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:43:08.1699868Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 2022-09-27T15:43:08.2316618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:43:08.2333191Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 2022-09-27T15:43:08.2671567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:43:08.2724711Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool 2022-09-27T15:43:08.2742989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:43:08.2763119Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 2022-09-27T15:43:08.2930887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:43:08.3238049Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 2022-09-27T15:43:08.3270052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:43:08.3704471Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 2022-09-27T15:43:08.3715805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:43:08.4134192Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 2022-09-27T15:43:08.4145766Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:08.4342106Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 2022-09-27T15:43:08.4365685Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 2022-09-27T15:43:08.4579766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:43:08.4586302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:43:08.5036845Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:43:08.5076692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:08.5391769Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:43:08.5405778Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 2022-09-27T15:43:08.5521857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:43:08.5569967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:43:08.5951363Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 2022-09-27T15:43:08.6001803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:08.6440844Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 2022-09-27T15:43:08.7267469Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:43:08.7406057Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 2022-09-27T15:43:08.7944601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:43:08.7964681Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 2022-09-27T15:43:08.7989261Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 2022-09-27T15:43:08.8000596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:43:08.9208513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:43:08.9244808Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:43:08.9759833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:08.9784253Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:43:08.9925154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:43:08.9938598Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 2022-09-27T15:43:09.0087515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:43:09.0243793Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 2022-09-27T15:43:09.0283354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:43:09.0411331Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 2022-09-27T15:43:09.0446208Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 2022-09-27T15:43:09.0723744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:43:09.0811553Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:43:09.1167184Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 2022-09-27T15:43:09.1357379Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:43:09.1646939Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 2022-09-27T15:43:09.1660296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:43:09.2117256Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:43:09.2127033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:09.2227886Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:43:09.2261204Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 2022-09-27T15:43:09.2564138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:43:09.3857816Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:43:09.3884605Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool 2022-09-27T15:43:09.5424015Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:43:09.5435416Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 2022-09-27T15:43:09.6414803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:43:09.6439725Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 2022-09-27T15:43:09.6566448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:43:09.6598863Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 2022-09-27T15:43:09.7685711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:43:09.7727823Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 2022-09-27T15:43:09.8141729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:43:09.8167394Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 2022-09-27T15:43:09.8556143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:09.8641828Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:09.8874065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:09.9048137Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:09.9510404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:43:09.9533447Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 2022-09-27T15:43:10.0274905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:43:10.0301284Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 2022-09-27T15:43:10.0338216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:43:10.0372420Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 2022-09-27T15:43:10.0377319Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 2022-09-27T15:43:10.0400554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:43:10.0869161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:43:10.0889811Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 2022-09-27T15:43:10.0996059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:43:10.1067542Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 2022-09-27T15:43:10.1232024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:43:10.1312521Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 2022-09-27T15:43:10.2014711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:43:10.2023993Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 2022-09-27T15:43:10.2380723Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:10.2448157Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 2022-09-27T15:43:10.2527318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:43:10.2776087Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:43:10.2798174Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 2022-09-27T15:43:10.2956970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:43:10.2987238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:10.3443766Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:43:10.3474984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:43:10.3738139Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 2022-09-27T15:43:10.3760995Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 2022-09-27T15:43:10.3842603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:43:10.3874528Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:43:10.4356131Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 2022-09-27T15:43:10.5232951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:43:10.5264863Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 2022-09-27T15:43:10.5493024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:43:10.5762774Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 2022-09-27T15:43:10.5969015Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:43:10.6127368Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:43:10.6265579Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:10.6581425Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:43:10.6882445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:43:10.6936830Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 2022-09-27T15:43:10.7497060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:43:10.7536244Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 2022-09-27T15:43:10.7825818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:43:10.7838500Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 2022-09-27T15:43:10.7859939Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 2022-09-27T15:43:10.7964897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:43:10.8268283Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:43:10.8408539Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:43:10.8665992Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:10.8847576Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:43:10.8882610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:43:10.9288838Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_complex64 2022-09-27T15:43:10.9323604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:10.9728019Z [gw3] [ 68%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_singular_cpu_float32 2022-09-27T15:43:10.9802167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:43:10.9834900Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 2022-09-27T15:43:11.0294731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:43:11.0306340Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 2022-09-27T15:43:11.0575671Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:43:11.0680934Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 2022-09-27T15:43:11.0703505Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 2022-09-27T15:43:11.0800808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:43:11.0831170Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:43:11.1169111Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 2022-09-27T15:43:11.1239900Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:43:11.1609094Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 2022-09-27T15:43:11.2121160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:43:11.2131613Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 2022-09-27T15:43:11.2346352Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:43:11.2618956Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 2022-09-27T15:43:11.3070301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:43:11.3082803Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 2022-09-27T15:43:11.3340012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:43:11.3485663Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 2022-09-27T15:43:11.3498546Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 2022-09-27T15:43:11.3507181Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 2022-09-27T15:43:11.3517699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:43:11.3576818Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:43:11.3738393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:43:11.3760524Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 2022-09-27T15:43:11.6569100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:43:11.6609933Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 2022-09-27T15:43:11.7576179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:43:11.7610936Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 2022-09-27T15:43:11.8769959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:43:11.8784690Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 2022-09-27T15:43:11.9007612Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:43:11.9208891Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 2022-09-27T15:43:11.9348967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:43:11.9673996Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 2022-09-27T15:43:11.9729576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:43:11.9959494Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 2022-09-27T15:43:11.9987082Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 2022-09-27T15:43:12.0142926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:43:12.0146765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:43:12.0579834Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 2022-09-27T15:43:12.1204263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:43:12.1238008Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 2022-09-27T15:43:12.1658476Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:43:12.1689514Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 2022-09-27T15:43:12.1783393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:43:12.1790959Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 2022-09-27T15:43:12.3505989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:43:12.3542432Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 2022-09-27T15:43:12.3791459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:43:12.3812303Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 2022-09-27T15:43:12.5431533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:43:12.5548616Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 2022-09-27T15:43:12.5562529Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool 2022-09-27T15:43:12.5569635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:43:12.5577385Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 2022-09-27T15:43:12.5685485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:43:12.6614732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:43:12.6627436Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 2022-09-27T15:43:12.6881009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:43:12.6897791Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 2022-09-27T15:43:12.6946039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:43:12.7045723Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 2022-09-27T15:43:12.7237953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:43:12.7427087Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 2022-09-27T15:43:12.7448625Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 2022-09-27T15:43:12.7532379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:43:12.7811445Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:43:12.7927696Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 2022-09-27T15:43:12.8109743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:43:12.8716222Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 2022-09-27T15:43:13.0248595Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:43:13.0283712Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 2022-09-27T15:43:13.0808943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:43:13.0830680Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 2022-09-27T15:43:13.3106869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:43:13.3127889Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 2022-09-27T15:43:13.3477576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:43:13.3500969Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool 2022-09-27T15:43:13.5688833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:43:13.5722111Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 2022-09-27T15:43:13.6090724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:43:13.6162063Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 2022-09-27T15:43:13.7569522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:43:13.7606616Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 2022-09-27T15:43:13.7930095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:43:13.7956506Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 2022-09-27T15:43:13.8228719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:43:13.8245892Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 2022-09-27T15:43:14.0672352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:43:14.0783043Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 2022-09-27T15:43:14.1568348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:43:14.1621636Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 2022-09-27T15:43:14.2646113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:43:14.2683585Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 2022-09-27T15:43:14.3758597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:43:14.3786019Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 2022-09-27T15:43:14.3971793Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:43:14.4245807Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 2022-09-27T15:43:14.4361226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:43:14.4725890Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 2022-09-27T15:43:14.4739661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:43:14.4764898Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 2022-09-27T15:43:14.4770392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:43:14.5163589Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 2022-09-27T15:43:14.5178644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:43:14.5528395Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 2022-09-27T15:43:14.5652383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:43:14.6043043Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 2022-09-27T15:43:14.6069249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:43:14.6407715Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 2022-09-27T15:43:14.6571023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:43:14.6579761Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 2022-09-27T15:43:14.6599858Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 2022-09-27T15:43:14.6769441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:43:14.6786416Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 2022-09-27T15:43:14.6924057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:43:14.6966496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:43:14.7370894Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 2022-09-27T15:43:14.7371604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:43:14.7801335Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 2022-09-27T15:43:14.7802072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:43:14.8059462Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 2022-09-27T15:43:14.8079461Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 2022-09-27T15:43:14.8264560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:43:14.8266564Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:43:14.8685768Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 2022-09-27T15:43:14.8687506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:43:14.8908249Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 2022-09-27T15:43:14.8926119Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 2022-09-27T15:43:14.9122985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:43:14.9422477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:43:14.9485840Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 2022-09-27T15:43:14.9605132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:43:14.9928572Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 2022-09-27T15:43:14.9993408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:43:15.0166284Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 2022-09-27T15:43:15.0186034Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 2022-09-27T15:43:15.0365873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:43:15.0405411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:43:15.0808252Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 2022-09-27T15:43:15.0998001Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:43:15.1022941Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 2022-09-27T15:43:15.1315086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:43:15.1337751Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 2022-09-27T15:43:15.1493732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:43:15.1512859Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 2022-09-27T15:43:15.1899722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:43:15.1968409Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 2022-09-27T15:43:15.2933675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:43:15.2985449Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 2022-09-27T15:43:15.3272420Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:43:15.3296367Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 2022-09-27T15:43:15.3443574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:43:15.3484040Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 2022-09-27T15:43:15.3617210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:43:15.3739498Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 2022-09-27T15:43:15.3936138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:43:15.4232199Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 2022-09-27T15:43:15.4342207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:43:15.4459427Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 2022-09-27T15:43:15.4473745Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool 2022-09-27T15:43:15.4724319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:43:15.4754674Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:43:15.5089175Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 2022-09-27T15:43:15.5142389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:43:15.5528716Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 2022-09-27T15:43:15.5576493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:43:15.5618238Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 2022-09-27T15:43:15.5666328Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 2022-09-27T15:43:15.6008189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:43:15.6747203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:43:15.6761526Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 2022-09-27T15:43:15.7030282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:43:15.7055566Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 2022-09-27T15:43:15.7138993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:43:15.7200818Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 2022-09-27T15:43:15.7281535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:43:15.7508823Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 2022-09-27T15:43:15.7525747Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 2022-09-27T15:43:15.7536035Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 2022-09-27T15:43:15.7540583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:43:15.7728116Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:43:15.7733092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:43:15.8163748Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 2022-09-27T15:43:15.8214585Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:43:15.8606694Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 2022-09-27T15:43:15.8612570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:43:15.9007183Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 2022-09-27T15:43:15.9423074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:43:15.9446583Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 2022-09-27T15:43:15.9518428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:43:15.9571587Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 2022-09-27T15:43:15.9754508Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:43:15.9844873Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 2022-09-27T15:43:15.9855479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:43:15.9954638Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 2022-09-27T15:43:16.0122901Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 2022-09-27T15:43:16.0287910Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:43:16.0359026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:43:16.0671244Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool 2022-09-27T15:43:16.0708137Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 2022-09-27T15:43:16.0804628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:43:16.0813106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:43:16.1078802Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 2022-09-27T15:43:16.1124068Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 2022-09-27T15:43:16.1245524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:43:16.1254483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:43:16.1683477Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 2022-09-27T15:43:16.1700939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:43:16.1709047Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 2022-09-27T15:43:16.1718933Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 2022-09-27T15:43:16.1926563Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:43:16.1952812Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 2022-09-27T15:43:16.1969324Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 2022-09-27T15:43:16.2056779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:43:16.2126145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:43:16.2134082Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 2022-09-27T15:43:16.2566251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:43:16.2571470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:43:16.2778605Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 2022-09-27T15:43:16.2802039Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 2022-09-27T15:43:16.2927700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:43:16.2953688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:43:16.2971681Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 2022-09-27T15:43:16.3014762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:43:16.3383791Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 2022-09-27T15:43:16.3397328Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 2022-09-27T15:43:16.3405523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:43:16.3439228Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:43:16.3488049Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 2022-09-27T15:43:16.3878369Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 2022-09-27T15:43:16.3883632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:43:16.3888646Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 2022-09-27T15:43:16.4037417Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:43:16.4073461Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 2022-09-27T15:43:16.4081438Z [gw0] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 2022-09-27T15:43:16.4155891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:43:16.4165208Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 2022-09-27T15:43:16.4244896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:43:16.4287712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:43:16.4327440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:43:16.4538678Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 2022-09-27T15:43:16.4548220Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 2022-09-27T15:43:16.4603914Z [gw2] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool 2022-09-27T15:43:16.4684982Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:43:16.4766238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:43:16.4772286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:43:16.4892265Z [gw1] [ 68%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 2022-09-27T15:43:16.5125200Z [gw3] [ 68%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 2022-09-27T15:43:16.5167656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:43:16.5195029Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:43:16.5279068Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 2022-09-27T15:43:16.5569169Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 2022-09-27T15:43:16.5577523Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 2022-09-27T15:43:16.5582878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:43:16.5631347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:43:16.5667167Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 2022-09-27T15:43:16.5936241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:43:16.6005288Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 2022-09-27T15:43:16.6048987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:43:16.6083072Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool 2022-09-27T15:43:16.6284709Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:43:16.6448550Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 2022-09-27T15:43:16.6514280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:43:16.6526701Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 2022-09-27T15:43:16.6586016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:43:16.6888267Z [gw3] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 2022-09-27T15:43:16.6919309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:43:16.6928584Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 2022-09-27T15:43:16.6953657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:43:16.6970070Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 2022-09-27T15:43:16.6998981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:43:16.7013562Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 2022-09-27T15:43:16.7027026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:43:16.7327410Z [gw3] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 2022-09-27T15:43:16.7388964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:43:16.7406485Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 2022-09-27T15:43:16.7768507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:43:16.7829645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:43:16.8098949Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 2022-09-27T15:43:16.8108451Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 2022-09-27T15:43:16.8244598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:43:16.8297647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:43:16.8505191Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 2022-09-27T15:43:16.8519882Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 2022-09-27T15:43:16.8595909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:43:16.8610746Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 2022-09-27T15:43:16.8686612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:16.8747884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:43:16.9127840Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 2022-09-27T15:43:16.9184473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:43:16.9237465Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 2022-09-27T15:43:16.9246201Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:43:16.9281218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:16.9291655Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 2022-09-27T15:43:16.9567540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:43:16.9625861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:43:16.9681971Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 2022-09-27T15:43:16.9724367Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 2022-09-27T15:43:16.9883213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:43:16.9892509Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:43:17.0005108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:43:17.0044688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:43:17.0090945Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 2022-09-27T15:43:17.0162325Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 2022-09-27T15:43:17.0292166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:43:17.0350677Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 2022-09-27T15:43:17.0361021Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 2022-09-27T15:43:17.0363907Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:43:17.0444712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:17.0472397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:43:17.0491129Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 2022-09-27T15:43:17.0524291Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 2022-09-27T15:43:17.0603906Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 2022-09-27T15:43:17.0805094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:43:17.0885374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:43:17.0911913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:43:17.0918579Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 2022-09-27T15:43:17.0927853Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 2022-09-27T15:43:17.0946347Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 2022-09-27T15:43:17.0955037Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:43:17.1041795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:43:17.1244598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:43:17.1324071Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:43:17.1408251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:43:17.1443020Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 2022-09-27T15:43:17.1447113Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 2022-09-27T15:43:17.1480665Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 2022-09-27T15:43:17.1520066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:43:17.1529101Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:43:17.1683910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:43:17.1769337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:43:17.1773599Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 2022-09-27T15:43:17.1879227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:43:17.2126608Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 2022-09-27T15:43:17.2202454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:43:17.2237291Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 2022-09-27T15:43:17.2251081Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 2022-09-27T15:43:17.2256492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:43:17.2371891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:43:17.2605481Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 2022-09-27T15:43:17.2640357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:43:17.2683374Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 2022-09-27T15:43:17.2804529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:43:17.3046893Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 2022-09-27T15:43:17.3100624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:43:17.3124241Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 2022-09-27T15:43:17.3151123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:43:17.3163825Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 2022-09-27T15:43:17.3235437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:43:17.3485830Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 2022-09-27T15:43:17.3523989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:43:17.3563525Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 2022-09-27T15:43:17.3671858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:43:17.3925962Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 2022-09-27T15:43:17.3956984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:43:17.4003582Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 2022-09-27T15:43:17.4066676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:43:17.4076480Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 2022-09-27T15:43:17.4201862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:43:17.4366126Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 2022-09-27T15:43:17.4449305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:43:17.4459020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:43:17.4640958Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 2022-09-27T15:43:17.4806673Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 2022-09-27T15:43:17.4867216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:43:17.4871557Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 2022-09-27T15:43:17.4879933Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 2022-09-27T15:43:17.4884668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:43:17.5163245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:43:17.5244559Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 2022-09-27T15:43:17.5273557Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:43:17.5322341Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 2022-09-27T15:43:17.5626433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:43:17.5685537Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 2022-09-27T15:43:17.5814341Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:43:17.5832385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:43:17.6035854Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 2022-09-27T15:43:17.6060035Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 2022-09-27T15:43:17.6068809Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 2022-09-27T15:43:17.6133002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:43:17.6239314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:43:17.6245199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:43:17.6430895Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 2022-09-27T15:43:17.6566079Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 2022-09-27T15:43:17.6651114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:43:17.6657954Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 2022-09-27T15:43:17.6992058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:43:17.7005741Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 2022-09-27T15:43:17.7154310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:43:17.7190828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:43:17.7400013Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 2022-09-27T15:43:17.7432404Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 2022-09-27T15:43:17.7643197Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:43:17.7682835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:43:17.8010117Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 2022-09-27T15:43:17.8080318Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:43:17.8484056Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 2022-09-27T15:43:17.8620363Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:43:17.8888020Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 2022-09-27T15:43:17.8994486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:43:17.9342438Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 2022-09-27T15:43:18.0014551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:43:18.0027455Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 2022-09-27T15:43:18.0038561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:43:18.0079576Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 2022-09-27T15:43:18.0272026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:43:18.0514674Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 2022-09-27T15:43:18.0585135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:43:18.0944768Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 2022-09-27T15:43:18.1002942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:43:18.1426276Z [gw3] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 2022-09-27T15:43:18.1437536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:43:18.1842535Z [gw3] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 2022-09-27T15:43:18.1883227Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:43:18.2058152Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 2022-09-27T15:43:18.2167956Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 2022-09-27T15:43:18.2362255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:43:18.3653047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:43:18.3686216Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 2022-09-27T15:43:18.3705303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:43:18.3754369Z [gw3] [ 69%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 2022-09-27T15:43:18.4449867Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:43:18.4485316Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool 2022-09-27T15:43:18.7812417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:43:18.7827952Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 2022-09-27T15:43:19.0119521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:43:19.0131641Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 2022-09-27T15:43:19.3125415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:43:19.3179598Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 2022-09-27T15:43:19.3801793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:43:19.3812851Z [gw1] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 2022-09-27T15:43:19.3828335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:43:19.3865161Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:43:19.4415855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:43:19.4464142Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:43:19.4937096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:43:19.4965817Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 2022-09-27T15:43:19.5288211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:43:19.5405403Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 2022-09-27T15:43:19.5474901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:43:19.5488628Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 2022-09-27T15:43:19.7445173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:43:19.7473296Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 2022-09-27T15:43:19.8495002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:19.8508036Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 2022-09-27T15:43:19.9341613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:43:19.9371225Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:43:20.0108125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:20.0133858Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 2022-09-27T15:43:20.1424210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:43:20.1454525Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:20.3917108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:43:20.3955720Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 2022-09-27T15:43:20.4922490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:43:20.4949498Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 2022-09-27T15:43:20.5842398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:43:20.5863561Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 2022-09-27T15:43:20.6173072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:43:20.6203111Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:43:20.7902226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:43:20.7926073Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 2022-09-27T15:43:20.8260579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:43:20.8291101Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:43:20.8539123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:43:20.8760412Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 2022-09-27T15:43:20.9082481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:43:20.9174031Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 2022-09-27T15:43:20.9570549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:43:20.9646576Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 2022-09-27T15:43:21.0212237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:43:21.0247954Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 2022-09-27T15:43:21.0452807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:43:21.0759855Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 2022-09-27T15:43:21.0959331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:43:21.0977783Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 2022-09-27T15:43:21.1023048Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 2022-09-27T15:43:21.1040165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:43:21.1073780Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 2022-09-27T15:43:21.1124060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:43:21.1188505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:43:21.1579889Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 2022-09-27T15:43:21.1636027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:43:21.2072128Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 2022-09-27T15:43:21.2077158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:43:21.2563398Z [gw0] [ 69%] XFAIL test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 2022-09-27T15:43:21.2719293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:43:21.3002654Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 2022-09-27T15:43:21.3074727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:43:21.3191380Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 2022-09-27T15:43:21.3244577Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 2022-09-27T15:43:21.3406061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:43:21.6149944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:43:21.6189709Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 2022-09-27T15:43:21.6767138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:43:21.6925929Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 2022-09-27T15:43:21.8387845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:43:21.8439190Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 2022-09-27T15:43:21.8570625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:43:21.8609777Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 2022-09-27T15:43:22.2084505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:43:22.2115346Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool 2022-09-27T15:43:22.2260235Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:43:22.2283276Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 2022-09-27T15:43:22.4489622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:43:22.4517835Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 2022-09-27T15:43:22.4873510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:43:22.4877390Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 2022-09-27T15:43:22.5231508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:43:22.5284710Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 2022-09-27T15:43:22.5586957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:43:22.5733603Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool 2022-09-27T15:43:22.5988841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:43:22.6243811Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 2022-09-27T15:43:22.6369105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:43:22.6682046Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 2022-09-27T15:43:22.6809911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:43:22.7091371Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 2022-09-27T15:43:22.7241115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:43:22.7602866Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 2022-09-27T15:43:22.7725067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:43:22.8001591Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 2022-09-27T15:43:22.8172616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:43:22.8482454Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 2022-09-27T15:43:22.8618481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:43:22.8860092Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 2022-09-27T15:43:22.9031068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:43:22.9323791Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 2022-09-27T15:43:22.9581148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:43:22.9597785Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 2022-09-27T15:43:22.9612139Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 2022-09-27T15:43:22.9730413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:43:23.0061023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:43:23.0182889Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 2022-09-27T15:43:23.0269344Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:43:23.0666144Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 2022-09-27T15:43:23.0683146Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 2022-09-27T15:43:23.0685000Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:43:23.0702233Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool 2022-09-27T15:43:23.1048257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:43:23.1142321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:43:23.1488129Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 2022-09-27T15:43:23.1590702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:43:23.2080633Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 2022-09-27T15:43:23.2082312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:43:23.2496667Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 2022-09-27T15:43:23.2498422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:43:23.2957749Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 2022-09-27T15:43:23.2961017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:43:23.3363146Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 2022-09-27T15:43:23.3372443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:43:23.3728013Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 2022-09-27T15:43:23.3809293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:43:23.4056114Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 2022-09-27T15:43:23.4071652Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 2022-09-27T15:43:23.4167714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:43:23.4247072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:43:23.4610231Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 2022-09-27T15:43:23.4644855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:43:23.4667221Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 2022-09-27T15:43:23.4687989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:43:23.5125637Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 2022-09-27T15:43:23.5414290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:43:23.5417009Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 2022-09-27T15:43:23.5419799Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool 2022-09-27T15:43:23.5521502Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:43:23.5542185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:43:23.5961739Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 2022-09-27T15:43:23.5983439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:43:23.5996819Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool 2022-09-27T15:43:23.6005745Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 2022-09-27T15:43:23.6366784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:43:23.6430199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:43:23.6448290Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 2022-09-27T15:43:23.6474458Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 2022-09-27T15:43:23.6587916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:43:23.6606011Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 2022-09-27T15:43:23.6806182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:43:23.6859349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:43:23.7161070Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 2022-09-27T15:43:23.7169573Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 2022-09-27T15:43:23.7250331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:43:23.7319461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:43:23.7450459Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 2022-09-27T15:43:23.7463129Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 2022-09-27T15:43:23.7692300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:43:23.7731546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:43:23.7740984Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 2022-09-27T15:43:23.7753562Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:43:23.8126428Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 2022-09-27T15:43:23.8171607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:43:23.8273899Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 2022-09-27T15:43:23.8284856Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 2022-09-27T15:43:23.8572607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:43:23.8632465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:43:23.8782722Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 2022-09-27T15:43:23.8790269Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 2022-09-27T15:43:23.8813873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:43:23.8828079Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 2022-09-27T15:43:23.9009737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:43:23.9079252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:43:23.9358341Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 2022-09-27T15:43:23.9376608Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 2022-09-27T15:43:23.9443447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:43:23.9493825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:43:23.9891131Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 2022-09-27T15:43:23.9932955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:43:23.9943475Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 2022-09-27T15:43:23.9957710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:43:24.0078406Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 2022-09-27T15:43:24.0094234Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 2022-09-27T15:43:24.0330428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:43:24.0385682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:43:24.0459864Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 2022-09-27T15:43:24.0471469Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 2022-09-27T15:43:24.0769923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:43:24.1086801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:43:24.1189023Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 2022-09-27T15:43:24.1456321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:43:24.1471192Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 2022-09-27T15:43:24.1824582Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:43:24.1837306Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 2022-09-27T15:43:24.2718244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:43:24.2732291Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 2022-09-27T15:43:24.4431107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:43:24.4440208Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 2022-09-27T15:43:24.4482878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:43:24.4510392Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 2022-09-27T15:43:24.5847007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:43:24.5860499Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 2022-09-27T15:43:24.7305768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:43:24.7317219Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 2022-09-27T15:43:25.0133275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:43:25.0157400Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool 2022-09-27T15:43:25.0489923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:43:25.0502736Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool 2022-09-27T15:43:25.2443298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:43:25.2457069Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 2022-09-27T15:43:25.4388841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:43:25.4406547Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 2022-09-27T15:43:25.5047725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:43:25.5067109Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 2022-09-27T15:43:25.7100820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:43:25.7127105Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 2022-09-27T15:43:25.8500200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:43:25.8536493Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool 2022-09-27T15:43:26.0347797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:43:26.0377934Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 2022-09-27T15:43:26.2438210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:43:26.2472843Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 2022-09-27T15:43:26.5452304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:43:26.5490814Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 2022-09-27T15:43:26.5688416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:43:26.5708654Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 2022-09-27T15:43:26.6638859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:43:26.6675995Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 2022-09-27T15:43:26.6790215Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:43:26.7162378Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 2022-09-27T15:43:26.8249341Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:43:26.8279803Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 2022-09-27T15:43:26.8443656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:43:26.8598617Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 2022-09-27T15:43:27.0090787Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:43:27.0123459Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 2022-09-27T15:43:27.0351797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:43:27.0452104Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 2022-09-27T15:43:27.2468815Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:43:27.2496003Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 2022-09-27T15:43:27.3210772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:43:27.3280787Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 2022-09-27T15:43:27.3688134Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:43:27.3746268Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 2022-09-27T15:43:27.4375380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:43:27.4405843Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 2022-09-27T15:43:27.5567570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:43:27.5617689Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool 2022-09-27T15:43:27.6537689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:43:27.6573542Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 2022-09-27T15:43:27.7536066Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:43:27.7588326Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 2022-09-27T15:43:27.8246342Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:43:27.8269973Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 2022-09-27T15:43:27.9126561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:43:27.9155794Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 2022-09-27T15:43:27.9535128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:43:27.9570996Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 2022-09-27T15:43:28.1313309Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:43:28.1338426Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 2022-09-27T15:43:28.1434955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:43:28.1470442Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 2022-09-27T15:43:28.2255044Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:43:28.2286921Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 2022-09-27T15:43:28.4622557Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:43:28.4638410Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 2022-09-27T15:43:28.6987516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:43:28.7017261Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 2022-09-27T15:43:28.7032125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:43:28.7042964Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 2022-09-27T15:43:28.9035493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:43:28.9080216Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 2022-09-27T15:43:29.2674602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:43:29.2716419Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 2022-09-27T15:43:29.3440571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:43:29.3461354Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 2022-09-27T15:43:29.4556536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:43:29.4583305Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 2022-09-27T15:43:29.6153852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:43:29.6181438Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 2022-09-27T15:43:29.6947384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:43:29.6974030Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 2022-09-27T15:43:29.8798559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:43:29.8825047Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 2022-09-27T15:43:29.9586409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:43:29.9613403Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 2022-09-27T15:43:29.9957549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:43:29.9982877Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 2022-09-27T15:43:30.0670051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:43:30.0715232Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 2022-09-27T15:43:30.1151299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:43:30.1186738Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amax_cpu_float32 2022-09-27T15:43:30.3372037Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:43:30.3395478Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 2022-09-27T15:43:30.4374950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:43:30.4441541Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool 2022-09-27T15:43:30.5701431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:43:30.5729190Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 2022-09-27T15:43:30.5986540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:43:30.6013986Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 2022-09-27T15:43:30.8700766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:43:30.8728274Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 2022-09-27T15:43:31.1213758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:43:31.1254919Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 2022-09-27T15:43:31.1890063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:43:31.1917604Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 2022-09-27T15:43:31.3089193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:43:31.3111036Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 2022-09-27T15:43:31.3965758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:43:31.4001598Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 2022-09-27T15:43:31.6367360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:43:31.6403738Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_amin_cpu_float32 2022-09-27T15:43:31.6599225Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:43:31.6923402Z [gw3] [ 69%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumprod_cpu_float32 2022-09-27T15:43:31.9564586Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:43:31.9612183Z [gw2] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 2022-09-27T15:43:31.9907867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:43:31.9927304Z [gw0] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool 2022-09-27T15:43:31.9939645Z [gw3] [ 69%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_cumsum_cpu_float32 2022-09-27T15:43:31.9954694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:43:32.0067054Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:43:32.0088807Z [gw1] [ 69%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 2022-09-27T15:43:32.1648801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:43:32.1682951Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 2022-09-27T15:43:32.2183010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:43:32.2207112Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_log_softmax_cpu_float32 2022-09-27T15:43:32.2789273Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:43:32.2810481Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 2022-09-27T15:43:32.2958741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:43:32.2982097Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 2022-09-27T15:43:32.4253506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:43:32.4282342Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 2022-09-27T15:43:32.5795719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:43:32.5797178Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 2022-09-27T15:43:32.5925832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:43:32.5952982Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 2022-09-27T15:43:32.6800310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:43:32.6820127Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 2022-09-27T15:43:32.7281921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:43:32.7308455Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 2022-09-27T15:43:32.7828788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:43:32.7848279Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 2022-09-27T15:43:32.8618857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:43:32.8651458Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 2022-09-27T15:43:32.9137021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:43:32.9165618Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:43:32.9950947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:43:33.0003355Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:43:33.0508782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:33.0531693Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:33.1035985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:33.1070718Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:33.1732313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:43:33.1767431Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 2022-09-27T15:43:33.1977825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:43:33.2006451Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:43:33.2560025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:33.2598746Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:33.2813286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:43:33.2833924Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 2022-09-27T15:43:33.3094272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:43:33.3123616Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:43:33.3599750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:43:33.3632487Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:43:33.4010907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:43:33.4038979Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 2022-09-27T15:43:33.4123319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:43:33.4147356Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:43:33.4612916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:43:33.4641477Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:43:33.4971202Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:43:33.4990401Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 2022-09-27T15:43:33.5103614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:43:33.5132935Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:43:33.5573945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:43:33.5605374Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:43:33.5637746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:43:33.5669594Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logaddexp_cpu_float32 2022-09-27T15:43:33.6118351Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:43:33.6142370Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:43:33.6166717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:43:33.6184874Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 2022-09-27T15:43:33.6670921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:43:33.6692661Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:43:33.6791558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:33.6814079Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 2022-09-27T15:43:33.7186072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:43:33.7223575Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:33.7736922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:33.7768339Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:33.7980374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:43:33.8006529Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 2022-09-27T15:43:33.8505852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:43:33.8524785Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 2022-09-27T15:43:33.8559676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:33.8585142Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 2022-09-27T15:43:33.8767628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:43:33.8984015Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 2022-09-27T15:43:33.9004943Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:43:33.9013725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:43:33.9165172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:43:33.9490736Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool 2022-09-27T15:43:33.9495152Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:43:33.9516769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:43:33.9569980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:43:33.9597378Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 2022-09-27T15:43:33.9724511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:43:34.0004634Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 2022-09-27T15:43:34.0013886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:43:34.0031533Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 2022-09-27T15:43:34.0120657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:43:34.0368298Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 2022-09-27T15:43:34.0497890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:43:34.0514366Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 2022-09-27T15:43:34.0519901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:43:34.0847447Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 2022-09-27T15:43:34.0957145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:43:34.0968459Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 2022-09-27T15:43:34.0981392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:43:34.0997257Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 2022-09-27T15:43:34.1013783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:43:34.1291505Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 2022-09-27T15:43:34.1391400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:43:34.1444344Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 2022-09-27T15:43:34.1470991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:43:34.1842492Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 2022-09-27T15:43:34.1894248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:43:34.1905885Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 2022-09-27T15:43:34.1914218Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 2022-09-27T15:43:34.2168315Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:43:34.2260526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:43:34.2277713Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 2022-09-27T15:43:34.2352089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:43:34.2609048Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 2022-09-27T15:43:34.2773734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:43:34.3048714Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 2022-09-27T15:43:34.3358980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:43:34.3485739Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 2022-09-27T15:43:34.3703133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:43:34.4003666Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 2022-09-27T15:43:34.4160993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:43:34.4172191Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 2022-09-27T15:43:34.4197759Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 2022-09-27T15:43:34.4372481Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:43:34.4594360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:43:34.4680466Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool 2022-09-27T15:43:34.4788269Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 2022-09-27T15:43:34.4961975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:43:34.5106012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:43:34.5273635Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 2022-09-27T15:43:34.5289971Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 2022-09-27T15:43:34.5323667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:43:34.5585915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:43:34.5665565Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 2022-09-27T15:43:34.5724473Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 2022-09-27T15:43:34.5801509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:43:34.5919575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:43:34.6173685Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 2022-09-27T15:43:34.6471185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:43:34.6605880Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 2022-09-27T15:43:34.6874675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:43:34.7055229Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 2022-09-27T15:43:34.7278185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:43:34.7562894Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 2022-09-27T15:43:34.7683093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:43:34.7906994Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 2022-09-27T15:43:34.7923049Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 2022-09-27T15:43:34.7927655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:43:34.8011394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:43:34.8029886Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_logsumexp_cpu_float32 2022-09-27T15:43:34.8131747Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:43:34.8385717Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 2022-09-27T15:43:34.8570524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:43:34.8822756Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 2022-09-27T15:43:34.8999145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:43:34.9289346Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 2022-09-27T15:43:34.9293554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:43:34.9688482Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 2022-09-27T15:43:34.9727477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:43:34.9842248Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 2022-09-27T15:43:34.9864881Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool 2022-09-27T15:43:35.0128979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:43:35.0164290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:43:35.0568616Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 2022-09-27T15:43:35.0605381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:43:35.1049843Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 2022-09-27T15:43:35.1056182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:43:35.1490436Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 2022-09-27T15:43:35.1495293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:43:35.1593618Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 2022-09-27T15:43:35.1613650Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 2022-09-27T15:43:35.1930182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:43:35.1933784Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:43:35.2367547Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 2022-09-27T15:43:35.2370366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:43:35.2852417Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 2022-09-27T15:43:35.2854291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:43:35.3321373Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 2022-09-27T15:43:35.3323533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:43:35.3750988Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 2022-09-27T15:43:35.3756493Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:43:35.4247435Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool 2022-09-27T15:43:35.4255806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:43:35.4493319Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 2022-09-27T15:43:35.4514420Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 2022-09-27T15:43:35.4685778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:43:35.4690549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:43:35.5213813Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 2022-09-27T15:43:35.5214573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:43:35.5640896Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 2022-09-27T15:43:35.5646554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:43:35.6080835Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 2022-09-27T15:43:35.6085491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:43:35.6461968Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 2022-09-27T15:43:35.6520034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:43:35.6927203Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 2022-09-27T15:43:35.6994517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:43:35.7123946Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 2022-09-27T15:43:35.7144073Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_mean_cpu_float32 2022-09-27T15:43:35.7289662Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:43:35.7303668Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool 2022-09-27T15:43:35.7364256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:43:35.7424364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:43:35.7805963Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 2022-09-27T15:43:35.7861456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:43:35.8288793Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 2022-09-27T15:43:35.8356201Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 2022-09-27T15:43:35.8360041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:43:35.8366295Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 2022-09-27T15:43:35.8726779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:43:35.8797055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:43:35.8844838Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 2022-09-27T15:43:35.8867156Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_median_cpu_float32 2022-09-27T15:43:35.9261489Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:43:35.9268808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:43:35.9631107Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 2022-09-27T15:43:35.9684266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:43:36.0101423Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool 2022-09-27T15:43:36.0145836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:43:36.0512327Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 2022-09-27T15:43:36.0640661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:43:36.1029133Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 2022-09-27T15:43:36.1030077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:43:36.1392996Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 2022-09-27T15:43:36.1465634Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:43:36.1741799Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 2022-09-27T15:43:36.1763389Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 2022-09-27T15:43:36.1882452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:43:36.1894223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:43:36.2284912Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 2022-09-27T15:43:36.2327558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:43:36.2728803Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 2022-09-27T15:43:36.2776811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:43:36.3086745Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 2022-09-27T15:43:36.3110094Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 2022-09-27T15:43:36.3126948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:43:36.3200800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:43:36.3569116Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 2022-09-27T15:43:36.3660289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:43:36.4053809Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 2022-09-27T15:43:36.4086755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:43:36.4448760Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 2022-09-27T15:43:36.4557881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:43:36.4889004Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 2022-09-27T15:43:36.4992184Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:43:36.5078555Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 2022-09-27T15:43:36.5104601Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 2022-09-27T15:43:36.5447999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:43:36.5923966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:43:36.5948747Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 2022-09-27T15:43:36.5990123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:43:36.6408673Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool 2022-09-27T15:43:36.6494063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:43:36.6869623Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 2022-09-27T15:43:36.6883138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:43:36.6909806Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 2022-09-27T15:43:36.6944896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:43:36.7316089Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 2022-09-27T15:43:36.7388611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:43:36.7706613Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 2022-09-27T15:43:36.7718738Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 2022-09-27T15:43:36.7808418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:43:36.7813541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:43:36.8229016Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 2022-09-27T15:43:36.8351347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:43:36.8546908Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 2022-09-27T15:43:36.8591159Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 2022-09-27T15:43:36.8666295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:43:36.8770091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:43:36.9107250Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 2022-09-27T15:43:36.9213701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:43:36.9547310Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 2022-09-27T15:43:36.9650247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:43:36.9986567Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 2022-09-27T15:43:37.0089168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:43:37.0485951Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 2022-09-27T15:43:37.0530731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:43:37.0876210Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 2022-09-27T15:43:37.0884469Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 2022-09-27T15:43:37.0905336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:43:37.0954391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:43:37.1361146Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 2022-09-27T15:43:37.1376026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:43:37.1841772Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 2022-09-27T15:43:37.2867532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:43:37.2887928Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 2022-09-27T15:43:37.3823636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:43:37.3856665Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 2022-09-27T15:43:37.6049326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:43:37.6099467Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 2022-09-27T15:43:37.7069684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:43:37.7206209Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 2022-09-27T15:43:37.9120365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:43:37.9176385Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 2022-09-27T15:43:38.0897918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:43:38.0925936Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 2022-09-27T15:43:38.1541907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:43:38.1559198Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool 2022-09-27T15:43:38.1643749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:43:38.1656867Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool 2022-09-27T15:43:38.4994350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:43:38.5049407Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 2022-09-27T15:43:38.7292399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:43:38.7350404Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 2022-09-27T15:43:38.7708304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:43:38.7741160Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 2022-09-27T15:43:38.8615068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:43:38.8633390Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 2022-09-27T15:43:39.0368607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:43:39.0426438Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 2022-09-27T15:43:39.1190969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:43:39.1222375Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 2022-09-27T15:43:39.2442646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:43:39.2469825Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 2022-09-27T15:43:39.4171628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:43:39.4200166Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 2022-09-27T15:43:39.4699905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:43:39.4727086Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 2022-09-27T15:43:39.5561020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:43:39.5593938Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 2022-09-27T15:43:39.5910426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:43:39.5935500Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 2022-09-27T15:43:39.7463216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:43:39.7489667Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 2022-09-27T15:43:39.8882205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:43:39.8899355Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 2022-09-27T15:43:39.9790073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:43:39.9819002Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 2022-09-27T15:43:39.9857870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:43:39.9882609Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 2022-09-27T15:43:40.2641422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:43:40.2661763Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 2022-09-27T15:43:40.4224714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:43:40.4243546Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 2022-09-27T15:43:40.4451267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:43:40.4463385Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 2022-09-27T15:43:40.6651895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:43:40.6684606Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 2022-09-27T15:43:40.7328904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:43:40.7360161Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool 2022-09-27T15:43:40.8103233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:43:40.8121960Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 2022-09-27T15:43:40.8250009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:43:40.8541787Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 2022-09-27T15:43:40.8643006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:43:40.9043814Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool 2022-09-27T15:43:40.9111276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:43:40.9429925Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 2022-09-27T15:43:40.9558521Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:43:40.9857606Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 2022-09-27T15:43:40.9991192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:43:41.0403031Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 2022-09-27T15:43:41.0456579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:43:41.0817562Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 2022-09-27T15:43:41.0827960Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 2022-09-27T15:43:41.0858809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:43:41.0899381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:43:41.1283651Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 2022-09-27T15:43:41.1346666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:43:41.1759364Z [gw2] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 2022-09-27T15:43:41.4371626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:43:41.4399359Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 2022-09-27T15:43:41.6009069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:43:41.6032247Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 2022-09-27T15:43:41.7241789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:43:41.7267688Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 2022-09-27T15:43:42.0724604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:43:42.0758523Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 2022-09-27T15:43:42.0945311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:43:42.0965351Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 2022-09-27T15:43:42.2420300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:43:42.2446751Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 2022-09-27T15:43:42.4394701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:43:42.4423000Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 2022-09-27T15:43:42.4987261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:43:42.5006593Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 2022-09-27T15:43:42.7347467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:43:42.7374234Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 2022-09-27T15:43:42.9205330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:43:42.9230041Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 2022-09-27T15:43:42.9312325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:43:42.9337437Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 2022-09-27T15:43:43.0943190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:43:43.0968879Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 2022-09-27T15:43:43.2202296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:43:43.2222948Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_norm_cpu_float32 2022-09-27T15:43:43.2731923Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:43:43.2756231Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 2022-09-27T15:43:43.3966714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:43:43.3984623Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 2022-09-27T15:43:43.4666202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:43:43.4689472Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 2022-09-27T15:43:43.5003497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:43:43.5026522Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_normalize_cpu_float32 2022-09-27T15:43:43.6632391Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:43:43.6649322Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 2022-09-27T15:43:43.7052707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:43:43.7091602Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 2022-09-27T15:43:43.9025001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:43:43.9057923Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 2022-09-27T15:43:43.9106999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:43:43.9126082Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool 2022-09-27T15:43:44.2138651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:43:44.2246631Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 2022-09-27T15:43:44.3306042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:43:44.3333394Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 2022-09-27T15:43:44.3727899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:43:44.3752026Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 2022-09-27T15:43:44.4660456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:43:44.4685849Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 2022-09-27T15:43:44.5847377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:43:44.5873864Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 2022-09-27T15:43:44.6471741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:43:44.6485881Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 2022-09-27T15:43:44.6758534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:43:44.6784923Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 2022-09-27T15:43:44.7868805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:43:44.7899615Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 2022-09-27T15:43:44.8006086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:43:44.8406724Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 2022-09-27T15:43:44.8417399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:43:44.8805278Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool 2022-09-27T15:43:44.8887424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:43:44.9242440Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 2022-09-27T15:43:44.9333171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:43:44.9648234Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 2022-09-27T15:43:44.9758613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:43:45.0087880Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 2022-09-27T15:43:45.0193958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:43:45.0594695Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 2022-09-27T15:43:45.0629851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:43:45.0698212Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 2022-09-27T15:43:45.0713502Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 2022-09-27T15:43:45.0967574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:43:45.1084580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:43:45.1409015Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 2022-09-27T15:43:45.1513762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:43:45.1810679Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 2022-09-27T15:43:45.1821551Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 2022-09-27T15:43:45.1845563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:43:45.1943895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:43:45.2287893Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 2022-09-27T15:43:45.2383301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:43:45.2727913Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 2022-09-27T15:43:45.2828968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:43:45.3167266Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 2022-09-27T15:43:45.3265068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:43:45.3406723Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 2022-09-27T15:43:45.3421106Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 2022-09-27T15:43:45.3607814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:43:45.3691747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:43:45.4047372Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 2022-09-27T15:43:45.4117046Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:43:45.4487654Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool 2022-09-27T15:43:45.4582788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:43:45.4848123Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 2022-09-27T15:43:45.4866061Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 2022-09-27T15:43:45.4925104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:43:45.5010162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:43:45.5055770Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 2022-09-27T15:43:45.5065467Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_prod_cpu_float32 2022-09-27T15:43:45.5367567Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:43:45.5449532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:43:45.5807590Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 2022-09-27T15:43:45.5880871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:43:45.6230908Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 2022-09-27T15:43:45.6239286Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmax_cpu_float32 2022-09-27T15:43:45.6252662Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:43:45.6325733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:43:45.6371617Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 2022-09-27T15:43:45.6379557Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 2022-09-27T15:43:45.6687852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:43:45.6775247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:43:45.7127735Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 2022-09-27T15:43:45.7188767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:43:45.7538483Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 2022-09-27T15:43:45.7559897Z [gw3] [ 70%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_softmin_cpu_float32 2022-09-27T15:43:45.7570797Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:43:45.7634342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:43:45.7698643Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 2022-09-27T15:43:45.7709149Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 2022-09-27T15:43:45.8007117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:43:45.8070447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:43:45.8447109Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 2022-09-27T15:43:45.8512990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:43:45.8886059Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 2022-09-27T15:43:45.8951280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:43:45.9235215Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 2022-09-27T15:43:45.9320720Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 2022-09-27T15:43:45.9329806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:43:45.9475282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:43:45.9770841Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 2022-09-27T15:43:45.9894089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:43:46.0209600Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool 2022-09-27T15:43:46.0395253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:43:46.0649687Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 2022-09-27T15:43:46.0676947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:43:46.0693092Z [gw0] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 2022-09-27T15:43:46.0875796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:43:46.1127922Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 2022-09-27T15:43:46.1273629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:43:46.1530327Z [gw1] [ 70%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 2022-09-27T15:43:46.1658946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:43:46.1969836Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 2022-09-27T15:43:46.2096618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:43:46.2409969Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 2022-09-27T15:43:46.2445341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:43:46.2457190Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 2022-09-27T15:43:46.2536910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:43:46.2847000Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 2022-09-27T15:43:46.2937334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:43:46.3286173Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 2022-09-27T15:43:46.3373443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:43:46.3725342Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 2022-09-27T15:43:46.3730660Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 2022-09-27T15:43:46.3738551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:43:46.3813398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:43:46.4166031Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 2022-09-27T15:43:46.4252570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:43:46.4606605Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 2022-09-27T15:43:46.4697534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:43:46.5019744Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 2022-09-27T15:43:46.5026642Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 2022-09-27T15:43:46.5043657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:43:46.5130012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:43:46.5487902Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 2022-09-27T15:43:46.5560846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:43:46.5925915Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool 2022-09-27T15:43:46.6028323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:43:46.6250066Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 2022-09-27T15:43:46.6258870Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 2022-09-27T15:43:46.6363809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:43:46.6462316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:43:46.6806155Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 2022-09-27T15:43:46.6904764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:43:46.7246085Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 2022-09-27T15:43:46.7334258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:43:46.7418404Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 2022-09-27T15:43:46.7428377Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 2022-09-27T15:43:46.7687805Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:43:46.7771247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:43:46.8126650Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 2022-09-27T15:43:46.8213450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:43:46.8392219Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 2022-09-27T15:43:46.8402255Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 2022-09-27T15:43:46.8565725Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:43:46.8644871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:43:46.9006320Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 2022-09-27T15:43:46.9083891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:43:46.9373776Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 2022-09-27T15:43:46.9383020Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 2022-09-27T15:43:46.9443454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:43:46.9519801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:43:46.9886017Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 2022-09-27T15:43:46.9960809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:43:47.0319620Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 2022-09-27T15:43:47.0329650Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 2022-09-27T15:43:47.0331560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:43:47.0408764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:43:47.0734275Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 2022-09-27T15:43:47.0763014Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 2022-09-27T15:43:47.0765769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:43:47.0887384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:43:47.1085595Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 2022-09-27T15:43:47.1203113Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 2022-09-27T15:43:47.1205971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:43:47.1325218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:43:47.1371557Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 2022-09-27T15:43:47.1646183Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 2022-09-27T15:43:47.1648918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:43:47.1734809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:43:47.1772507Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool 2022-09-27T15:43:47.1921761Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 2022-09-27T15:43:47.1928130Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_std_cpu_float32 2022-09-27T15:43:47.2086680Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:43:47.2088012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:43:47.2234495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:43:47.2403170Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 2022-09-27T15:43:47.2566737Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 2022-09-27T15:43:47.2567418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:43:47.2683043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:43:47.2868493Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 2022-09-27T15:43:47.3005263Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 2022-09-27T15:43:47.3007097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:43:47.3092754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:43:47.3125292Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 2022-09-27T15:43:47.3447171Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 2022-09-27T15:43:47.3447727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:43:47.3573850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:43:47.3655040Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 2022-09-27T15:43:47.3885540Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 2022-09-27T15:43:47.3887416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:43:47.4012312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:43:47.4080203Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 2022-09-27T15:43:47.4326765Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 2022-09-27T15:43:47.4327238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:43:47.4451873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:43:47.4523878Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 2022-09-27T15:43:47.4764307Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 2022-09-27T15:43:47.4804325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:43:47.4939204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:43:47.4986341Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 2022-09-27T15:43:47.5204228Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 2022-09-27T15:43:47.5243591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:43:47.5396943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:43:47.5647861Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 2022-09-27T15:43:47.5861088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:43:47.6086386Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 2022-09-27T15:43:47.6110589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:43:47.6120012Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_sum_cpu_float32 2022-09-27T15:43:47.6237151Z test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:43:47.6528987Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 2022-09-27T15:43:47.6657875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:43:47.6936625Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool 2022-09-27T15:43:47.6947718Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 2022-09-27T15:43:47.6964936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:43:47.7160991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:43:47.7407283Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 2022-09-27T15:43:47.7618824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:43:47.7887293Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 2022-09-27T15:43:47.8095542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:43:47.8175725Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 2022-09-27T15:43:47.8183505Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool 2022-09-27T15:43:47.8323719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:43:47.8449840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:43:47.8767055Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 2022-09-27T15:43:47.8912309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:43:47.9207922Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 2022-09-27T15:43:47.9401627Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:43:47.9688212Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 2022-09-27T15:43:47.9792672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:43:48.0127968Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 2022-09-27T15:43:48.0256538Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:43:48.0570876Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 2022-09-27T15:43:48.0703170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:43:48.0798132Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 2022-09-27T15:43:48.0803090Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 2022-09-27T15:43:48.1008494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:43:48.1138396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:43:48.1564573Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 2022-09-27T15:43:48.1646260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:43:48.2043703Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 2022-09-27T15:43:48.2087988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:43:48.2111146Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 2022-09-27T15:43:48.2594482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:43:48.2625473Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 2022-09-27T15:43:48.3167375Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:43:48.3207055Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool 2022-09-27T15:43:48.3634841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:43:48.3653838Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 2022-09-27T15:43:48.4028393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:43:48.4236539Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 2022-09-27T15:43:48.4263916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:43:48.4297698Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 2022-09-27T15:43:48.4871630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:43:48.4883289Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 2022-09-27T15:43:48.5612083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:43:48.5624760Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 2022-09-27T15:43:48.5956719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:43:48.6122316Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 2022-09-27T15:43:48.6194864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:43:48.6219948Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 2022-09-27T15:43:48.6690496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:43:48.6704988Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 2022-09-27T15:43:48.7076624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:43:48.7087500Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool 2022-09-27T15:43:48.7141027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:43:48.7178770Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 2022-09-27T15:43:48.7722307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:43:48.7760272Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 2022-09-27T15:43:48.8035225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:43:48.8046474Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 2022-09-27T15:43:48.8273591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:43:48.8296397Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 2022-09-27T15:43:48.8629485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:43:48.8724664Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 2022-09-27T15:43:48.9002530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:43:48.9240938Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 2022-09-27T15:43:48.9241553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:43:48.9689511Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 2022-09-27T15:43:48.9690147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:43:49.0123701Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool 2022-09-27T15:43:49.0124334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:43:49.0405283Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 2022-09-27T15:43:49.0423363Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 2022-09-27T15:43:49.0562806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:43:49.0563362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:43:49.0893462Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 2022-09-27T15:43:49.0910433Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 2022-09-27T15:43:49.1018395Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:43:49.1019002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:43:49.1453361Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 2022-09-27T15:43:49.1454007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:43:49.1886627Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 2022-09-27T15:43:49.1887268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:43:49.2384335Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 2022-09-27T15:43:49.2384973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:43:49.2806559Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 2022-09-27T15:43:49.2807176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:43:49.2903904Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 2022-09-27T15:43:49.2917599Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 2022-09-27T15:43:49.3131282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:43:49.3149163Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 2022-09-27T15:43:49.3248140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:43:49.3248705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:43:49.3632026Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 2022-09-27T15:43:49.3659889Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward__masked_var_cpu_float32 2022-09-27T15:43:49.3685694Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:43:49.3686214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:43:49.3767446Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 2022-09-27T15:43:49.4048944Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 2022-09-27T15:43:49.4119026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:43:49.4161230Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 2022-09-27T15:43:49.4237648Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:43:49.4572787Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 2022-09-27T15:43:49.4573454Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:43:49.4588619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:43:49.4721374Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 2022-09-27T15:43:49.5050210Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 2022-09-27T15:43:49.5050791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:43:49.5099171Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 2022-09-27T15:43:49.5492926Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:43:49.5493539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:43:49.5823806Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool 2022-09-27T15:43:49.5835389Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 2022-09-27T15:43:49.5870762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:43:49.5910415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:43:49.6315522Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 2022-09-27T15:43:49.6358597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:43:49.6409571Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 2022-09-27T15:43:49.6423707Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 2022-09-27T15:43:49.6450069Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 2022-09-27T15:43:49.6458154Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:43:49.6727127Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:43:49.6791643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:43:49.7233456Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 2022-09-27T15:43:49.7243731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:43:49.7680253Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 2022-09-27T15:43:49.7692368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:43:49.7979792Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 2022-09-27T15:43:49.7993408Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 2022-09-27T15:43:49.8053806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:43:49.8082234Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 2022-09-27T15:43:49.8117708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:43:49.8126867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:43:49.8143519Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 2022-09-27T15:43:49.8443899Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 2022-09-27T15:43:49.8460250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:43:49.8555314Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool 2022-09-27T15:43:49.8565570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:43:49.8848669Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 2022-09-27T15:43:49.8923985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:43:49.8990225Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 2022-09-27T15:43:49.9000402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:43:49.9288261Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 2022-09-27T15:43:49.9427295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:43:49.9442253Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 2022-09-27T15:43:49.9475955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:43:49.9809382Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 2022-09-27T15:43:49.9887692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:43:49.9908057Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 2022-09-27T15:43:49.9919056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:43:49.9976560Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 2022-09-27T15:43:49.9987747Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 2022-09-27T15:43:50.0164073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:43:50.0179906Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 2022-09-27T15:43:50.0244988Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:43:50.0283476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:43:50.0293626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:43:50.0308376Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 2022-09-27T15:43:50.0689067Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 2022-09-27T15:43:50.0723925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:43:50.0735065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:43:50.1165894Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 2022-09-27T15:43:50.1182156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:43:50.1194955Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 2022-09-27T15:43:50.1208180Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 2022-09-27T15:43:50.1474278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:43:50.1594134Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool 2022-09-27T15:43:50.1603979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:43:50.1645493Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 2022-09-27T15:43:50.2031757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:43:50.2041971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:43:50.2129310Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 2022-09-27T15:43:50.2144667Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 2022-09-27T15:43:50.2243526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:43:50.2265412Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 2022-09-27T15:43:50.2325939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:43:50.2404816Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 2022-09-27T15:43:50.2460146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:43:50.2613722Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 2022-09-27T15:43:50.2841559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:43:50.2929017Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 2022-09-27T15:43:50.2934633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:43:50.3091907Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 2022-09-27T15:43:50.3264989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:43:50.3366277Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 2022-09-27T15:43:50.3370238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:43:50.3542866Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 2022-09-27T15:43:50.3673867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:43:50.3701044Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 2022-09-27T15:43:50.3705946Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 2022-09-27T15:43:50.3842176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:43:50.3989947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:43:50.4144706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:43:50.4155850Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 2022-09-27T15:43:50.4186123Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 2022-09-27T15:43:50.4407199Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:43:50.4569678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:43:50.4848372Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 2022-09-27T15:43:50.5013511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:43:50.5362513Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 2022-09-27T15:43:50.5497042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:43:50.5818485Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 2022-09-27T15:43:50.5949322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:43:50.6303374Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 2022-09-27T15:43:50.6421407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:43:50.6624751Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 2022-09-27T15:43:50.6884866Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 2022-09-27T15:43:50.6897488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:43:50.6928314Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 2022-09-27T15:43:50.7223200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:43:50.7223845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:43:50.7659533Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool 2022-09-27T15:43:50.7712980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:43:50.8136183Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 2022-09-27T15:43:50.8145249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:43:50.8226620Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 2022-09-27T15:43:50.8242201Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 2022-09-27T15:43:50.8577371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:43:50.8589092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:43:50.8602931Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 2022-09-27T15:43:50.8631478Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 2022-09-27T15:43:50.9082808Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:43:50.9234269Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:43:50.9247608Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 2022-09-27T15:43:50.9544984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:43:50.9570043Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 2022-09-27T15:43:51.0276665Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:43:51.0297170Z [gw1] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 2022-09-27T15:43:51.0324449Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 2022-09-27T15:43:51.0545027Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:43:51.0560525Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool 2022-09-27T15:43:51.0580112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:43:51.0690246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:43:51.0717050Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool 2022-09-27T15:43:51.0726646Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 2022-09-27T15:43:51.0966355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:43:51.1109135Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:43:51.1461005Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 2022-09-27T15:43:51.1466832Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:43:51.1922980Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 2022-09-27T15:43:51.1966998Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:43:51.2261676Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 2022-09-27T15:43:51.2283655Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 2022-09-27T15:43:51.2335883Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:43:51.2339397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:43:51.2752728Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 2022-09-27T15:43:51.2784681Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:43:51.3283590Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 2022-09-27T15:43:51.3312816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:43:51.3339352Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 2022-09-27T15:43:51.3693058Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:43:51.3733458Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 2022-09-27T15:43:51.3971288Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:43:51.3995789Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 2022-09-27T15:43:51.4219512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:43:51.4251636Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 2022-09-27T15:43:51.4377045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:43:51.4406189Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 2022-09-27T15:43:51.4428484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:43:51.4454456Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 2022-09-27T15:43:51.5493113Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:43:51.5513969Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 2022-09-27T15:43:51.5588480Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:43:51.6004066Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 2022-09-27T15:43:51.6286455Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:43:51.6366134Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 2022-09-27T15:43:51.6393538Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:43:51.6480092Z [gw3] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 2022-09-27T15:43:51.6501727Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 2022-09-27T15:43:51.6701636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:43:51.6729496Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 2022-09-27T15:43:51.6850519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:43:51.6902020Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:43:51.7323425Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 2022-09-27T15:43:51.7352631Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:43:51.7687546Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 2022-09-27T15:43:51.9121324Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:43:51.9323665Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 2022-09-27T15:43:52.0210051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:43:52.0248451Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 2022-09-27T15:43:52.0392816Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:43:52.0658784Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 2022-09-27T15:43:52.0675208Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 2022-09-27T15:43:52.0802985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:43:52.0808288Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:43:52.1208596Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 2022-09-27T15:43:52.1790868Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:43:52.1825587Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 2022-09-27T15:43:52.2273147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:43:52.2293055Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 2022-09-27T15:43:52.2981624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:43:52.3068545Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 2022-09-27T15:43:52.3118101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:43:52.3221625Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 2022-09-27T15:43:52.3510502Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:43:52.3547262Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 2022-09-27T15:43:52.3618886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:43:52.3825731Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 2022-09-27T15:43:52.3842342Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 2022-09-27T15:43:52.4016188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:43:52.4033303Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 2022-09-27T15:43:52.4049246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:43:52.4050897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:43:52.4563634Z [gw1] [ 71%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 2022-09-27T15:43:52.4763613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:43:52.4780814Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 2022-09-27T15:43:52.5677205Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:43:52.5694282Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 2022-09-27T15:43:52.6016976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:43:52.6034445Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 2022-09-27T15:43:52.6370622Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:43:52.6394922Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 2022-09-27T15:43:52.8158681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:43:52.8183733Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 2022-09-27T15:43:53.0012278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:43:53.0045446Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 2022-09-27T15:43:53.0083303Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:43:53.0108230Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 2022-09-27T15:43:53.0286852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:43:53.0563689Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 2022-09-27T15:43:53.0818909Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:43:53.0928129Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 2022-09-27T15:43:53.1537430Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:43:53.1569654Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 2022-09-27T15:43:53.2241060Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:43:53.2256887Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 2022-09-27T15:43:53.2320854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:43:53.2336729Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 2022-09-27T15:43:53.2618772Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:43:53.2722925Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool 2022-09-27T15:43:53.2784188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:43:53.2811528Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 2022-09-27T15:43:53.2993187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:43:53.3052493Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 2022-09-27T15:43:53.3152641Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:43:53.3322619Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 2022-09-27T15:43:53.3502546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:43:53.3533214Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 2022-09-27T15:43:53.3550745Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 2022-09-27T15:43:53.3762632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:43:53.4091076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:43:53.4124344Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 2022-09-27T15:43:53.4389758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:43:53.4450155Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 2022-09-27T15:43:53.4690706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:43:53.4704333Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 2022-09-27T15:43:53.4820858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:43:53.4833056Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 2022-09-27T15:43:53.4959260Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:43:53.4967649Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 2022-09-27T15:43:53.4997766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:43:53.5127750Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 2022-09-27T15:43:53.5272557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:43:53.5396580Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 2022-09-27T15:43:53.5410608Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 2022-09-27T15:43:53.5566790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:43:53.5739873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:43:53.5785115Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 2022-09-27T15:43:53.5844444Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 2022-09-27T15:43:53.6007824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:43:53.6160499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:43:53.6203715Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool 2022-09-27T15:43:53.6283847Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 2022-09-27T15:43:53.6395273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:43:53.6410552Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 2022-09-27T15:43:53.6443806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:43:53.6575750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:53.6594159Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 2022-09-27T15:43:53.6746030Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:43:53.6763683Z [gw1] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 2022-09-27T15:43:53.6846895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:43:53.6885697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:43:53.7058440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:53.7073457Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 2022-09-27T15:43:53.7205201Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:43:53.7328059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:43:53.7493591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:43:53.7500282Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 2022-09-27T15:43:53.7645770Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 2022-09-27T15:43:53.7766389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:43:53.7936799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:53.7944318Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 2022-09-27T15:43:53.8023505Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:43:53.8033986Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 2022-09-27T15:43:53.8123466Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:43:53.8205324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:43:53.8284744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:43:53.8372198Z [gw3] [ 71%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 2022-09-27T15:43:53.8420752Z [gw0] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:43:53.8442955Z [gw2] [ 71%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 2022-09-27T15:43:53.8566327Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:43:53.8634318Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:43:53.8650003Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 2022-09-27T15:43:53.8796545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:43:53.8937406Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 2022-09-27T15:43:53.8946182Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 2022-09-27T15:43:53.9005569Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:43:53.9063605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:43:53.9084946Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool 2022-09-27T15:43:53.9185093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:43:53.9195325Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 2022-09-27T15:43:53.9205401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:43:53.9226242Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 2022-09-27T15:43:53.9229448Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 2022-09-27T15:43:53.9364566Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 2022-09-27T15:43:53.9444358Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:43:53.9511148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:43:53.9526174Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 2022-09-27T15:43:53.9605300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:43:53.9643340Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:43:53.9926096Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 2022-09-27T15:43:53.9964486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:43:53.9983713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:43:54.0033671Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 2022-09-27T15:43:54.0047741Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 2022-09-27T15:43:54.0082564Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:43:54.0365369Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 2022-09-27T15:43:54.0404918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:43:54.0412829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:43:54.0497717Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 2022-09-27T15:43:54.0748394Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 2022-09-27T15:43:54.0760463Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 2022-09-27T15:43:54.0784448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:43:54.0801683Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 2022-09-27T15:43:54.0842192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:43:54.0846077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:43:54.0946561Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 2022-09-27T15:43:54.1164957Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 2022-09-27T15:43:54.1188550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:43:54.1242021Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 2022-09-27T15:43:54.1282458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:43:54.1287635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:43:54.1372809Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 2022-09-27T15:43:54.1605230Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool 2022-09-27T15:43:54.1631439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:43:54.1682943Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 2022-09-27T15:43:54.1724227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:43:54.1725855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:54.1833371Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 2022-09-27T15:43:54.2044361Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:43:54.2070016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:43:54.2123764Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 2022-09-27T15:43:54.2162661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:43:54.2183939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:54.2278811Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 2022-09-27T15:43:54.2484751Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:43:54.2516556Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:43:54.2564754Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 2022-09-27T15:43:54.2604416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:43:54.2619032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:54.2968342Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 2022-09-27T15:43:54.3006061Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:43:54.3021986Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 2022-09-27T15:43:54.3075498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:43:54.3406680Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 2022-09-27T15:43:54.3449744Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:43:54.3471022Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:43:54.3519041Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 2022-09-27T15:43:54.3847323Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 2022-09-27T15:43:54.3935911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:43:54.3937268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:43:54.3973912Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 2022-09-27T15:43:54.4375693Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 2022-09-27T15:43:54.4383181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:43:54.4391848Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 2022-09-27T15:43:54.4771131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:43:54.5988085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:43:54.6011196Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 2022-09-27T15:43:54.7592323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:43:54.7626524Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool 2022-09-27T15:43:55.1282552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:43:55.1293006Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 2022-09-27T15:43:55.2695411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:43:55.2708272Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 2022-09-27T15:43:55.3589954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:43:55.3616034Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 2022-09-27T15:43:55.6926448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:43:55.6958835Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 2022-09-27T15:43:55.8491894Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:43:55.8545916Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 2022-09-27T15:43:55.8605644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:55.9006755Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:43:55.9016047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:55.9447912Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:43:55.9457169Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:43:55.9778863Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 2022-09-27T15:43:55.9794598Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 2022-09-27T15:43:55.9888554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:43:55.9897592Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:56.0134113Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:43:56.0161964Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 2022-09-27T15:43:56.0341972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:43:56.0351204Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:43:56.0730631Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 2022-09-27T15:43:56.1603018Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:43:56.1638373Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 2022-09-27T15:43:56.1819114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:43:56.1843579Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 2022-09-27T15:43:56.2770359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:43:56.2792578Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 2022-09-27T15:43:56.2943544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:43:56.2961830Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 2022-09-27T15:43:56.3067000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:43:56.3081508Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 2022-09-27T15:43:56.4273783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:43:56.4289079Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 2022-09-27T15:43:56.4365346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:43:56.4377699Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 2022-09-27T15:43:56.5368303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:43:56.5380767Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 2022-09-27T15:43:56.5687713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:43:56.5721014Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 2022-09-27T15:43:56.5797962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:56.6128436Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 2022-09-27T15:43:56.6475033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:43:56.6523522Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 2022-09-27T15:43:56.6860578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:43:56.6874422Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 2022-09-27T15:43:56.6902858Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:43:56.7291215Z [gw1] [ 72%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 2022-09-27T15:43:56.7360933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:43:56.7373585Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 2022-09-27T15:43:56.7571684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:43:56.7582497Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 2022-09-27T15:43:56.7646842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:43:56.8007051Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 2022-09-27T15:43:56.8079853Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:43:56.8095502Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 2022-09-27T15:43:56.8296564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:43:56.8444588Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 2022-09-27T15:43:56.8566914Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:43:56.8683480Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 2022-09-27T15:43:56.8697134Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 2022-09-27T15:43:56.8889030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:43:56.9443006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:56.9456006Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 2022-09-27T15:43:56.9514221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:43:56.9526352Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 2022-09-27T15:43:56.9848355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:43:56.9968425Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 2022-09-27T15:43:57.0013388Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:43:57.0199962Z [gw0] [ 72%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 2022-09-27T15:43:57.0212901Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 2022-09-27T15:43:57.0411994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:43:57.0463984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:43:57.0847727Z [gw0] [ 72%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 2022-09-27T15:43:57.1141218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:43:57.1153817Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 2022-09-27T15:43:57.1334130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:43:57.1347616Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 2022-09-27T15:43:57.1502392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:43:57.1767563Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 2022-09-27T15:43:57.2212959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:43:57.2244198Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 2022-09-27T15:43:57.2347985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:43:57.2361353Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool 2022-09-27T15:43:57.2366736Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 2022-09-27T15:43:57.2689636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:43:57.2789319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:43:57.3127561Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 2022-09-27T15:43:57.3237977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:43:57.3570907Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 2022-09-27T15:43:57.3676972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:43:57.4009150Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 2022-09-27T15:43:57.4492858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:43:57.4503897Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 2022-09-27T15:43:57.4684492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:43:57.4932394Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 2022-09-27T15:43:57.5110901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:43:57.5331650Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 2022-09-27T15:43:57.5400775Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 2022-09-27T15:43:57.5401459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:43:57.5647105Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:43:57.5804756Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 2022-09-27T15:43:57.5856059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:43:57.6247123Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 2022-09-27T15:43:57.6338785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:43:57.6725709Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 2022-09-27T15:43:57.6980188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:43:57.7166090Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 2022-09-27T15:43:57.7313666Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:43:57.7608035Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 2022-09-27T15:43:57.8215365Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:43:57.8281724Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 2022-09-27T15:43:57.8295874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:43:57.8678595Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 2022-09-27T15:43:57.8686706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:43:57.9118998Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 2022-09-27T15:43:57.9127610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:43:57.9528175Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 2022-09-27T15:43:57.9623853Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:43:57.9970330Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 2022-09-27T15:43:58.0047647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:43:58.0189568Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 2022-09-27T15:43:58.0199594Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 2022-09-27T15:43:58.0408553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:43:58.0526956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:43:58.0849555Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 2022-09-27T15:43:58.0907085Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:43:58.1288083Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 2022-09-27T15:43:58.1680665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:43:58.1690714Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 2022-09-27T15:43:58.1741778Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:43:58.1783565Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 2022-09-27T15:43:58.1807906Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 2022-09-27T15:43:58.1904540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:43:58.2092937Z [gw0] [ 72%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 2022-09-27T15:43:58.2108761Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 2022-09-27T15:43:58.2164785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:43:58.2326303Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:43:58.2342041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:43:58.2500505Z [gw0] [ 72%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 2022-09-27T15:43:58.2512160Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 2022-09-27T15:43:58.2524882Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 2022-09-27T15:43:58.2645626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:43:58.2684028Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:43:58.2706485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:43:58.2728616Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 2022-09-27T15:43:58.3448118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:43:58.3501738Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 2022-09-27T15:43:58.3704927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:43:58.3928061Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 2022-09-27T15:43:58.3971078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:43:58.4370230Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 2022-09-27T15:43:58.4468857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:43:58.4883352Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 2022-09-27T15:43:58.5643797Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:43:58.5659275Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 2022-09-27T15:43:58.6280935Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:43:58.6315137Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 2022-09-27T15:43:58.6974305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:43:58.7002949Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 2022-09-27T15:43:58.7216727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:43:58.7244585Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 2022-09-27T15:43:58.8422657Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:43:58.8453344Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 2022-09-27T15:43:58.8473008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:43:58.8508322Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 2022-09-27T15:43:59.0378624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:59.0424248Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 2022-09-27T15:43:59.1656222Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:43:59.1670879Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 2022-09-27T15:43:59.1826171Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:43:59.1853317Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 2022-09-27T15:43:59.2009729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:43:59.2025827Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 2022-09-27T15:43:59.2307677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:43:59.2477406Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 2022-09-27T15:43:59.2520262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:43:59.2888041Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 2022-09-27T15:43:59.3138091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:43:59.3320197Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 2022-09-27T15:43:59.3401473Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 2022-09-27T15:43:59.3413750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:43:59.3443692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:43:59.3832613Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 2022-09-27T15:43:59.3844494Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:43:59.4154018Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 2022-09-27T15:43:59.4181144Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 2022-09-27T15:43:59.4267285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:43:59.4276689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:43:59.4472015Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 2022-09-27T15:43:59.4494372Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 2022-09-27T15:43:59.4723673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:43:59.5272956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:43:59.5301618Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 2022-09-27T15:43:59.5491671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:43:59.5524486Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 2022-09-27T15:43:59.5848258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:43:59.5874915Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 2022-09-27T15:43:59.6131861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:43:59.6286683Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 2022-09-27T15:43:59.6595486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:43:59.6621588Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 2022-09-27T15:43:59.6712632Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:43:59.6745561Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 2022-09-27T15:43:59.6754757Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:43:59.6782723Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 2022-09-27T15:43:59.6943632Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:43:59.7283486Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 2022-09-27T15:43:59.7295183Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 2022-09-27T15:43:59.7302706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:43:59.7391748Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:43:59.7723873Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 2022-09-27T15:43:59.7768380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:43:59.7842847Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 2022-09-27T15:43:59.7858450Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 2022-09-27T15:43:59.8149401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:43:59.8159473Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:43:59.8169835Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 2022-09-27T15:43:59.8715963Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:43:59.8730610Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 2022-09-27T15:43:59.8826578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:43:59.8862525Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 2022-09-27T15:43:59.9282756Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:43:59.9314496Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 2022-09-27T15:43:59.9461841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:43:59.9571020Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 2022-09-27T15:43:59.9619235Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 2022-09-27T15:43:59.9791567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:43:59.9921943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:44:00.0000516Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool 2022-09-27T15:44:00.0086335Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 2022-09-27T15:44:00.0219181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:44:00.0339225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:44:00.0350799Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 2022-09-27T15:44:00.0727081Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:44:00.0753837Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 2022-09-27T15:44:00.0761152Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:44:00.0764995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:00.0815527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:44:00.1093073Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:00.1166468Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:44:00.1171335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:44:00.1229668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:00.1404736Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:00.1416006Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 2022-09-27T15:44:00.1470010Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:44:00.1604679Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 2022-09-27T15:44:00.1643320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:44:00.1714017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:44:00.1835105Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 2022-09-27T15:44:00.1841687Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 2022-09-27T15:44:00.1963315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:44:00.2044125Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 2022-09-27T15:44:00.2137091Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:44:00.2331139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:44:00.2375983Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 2022-09-27T15:44:00.2383357Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 2022-09-27T15:44:00.2444032Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:44:00.2457259Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 2022-09-27T15:44:00.2482274Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 2022-09-27T15:44:00.2635115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:44:00.2674535Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 2022-09-27T15:44:00.2825281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:44:00.2890620Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:44:00.2923145Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 2022-09-27T15:44:00.2965869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:44:00.3023730Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 2022-09-27T15:44:00.3115486Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 2022-09-27T15:44:00.3285713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:44:00.3303268Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:44:00.3362956Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 2022-09-27T15:44:00.3421534Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:44:00.3452008Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:44:00.3461750Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 2022-09-27T15:44:00.3522112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:44:00.3753106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:44:00.3804085Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 2022-09-27T15:44:00.3850974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:00.3964903Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:00.4245606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:44:00.4262809Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:44:00.4327619Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 2022-09-27T15:44:00.4405404Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:44:00.4686583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:44:00.4706462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:00.4732814Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 2022-09-27T15:44:00.4843953Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:00.4929869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:44:00.4937910Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 2022-09-27T15:44:00.5019011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:44:00.5033162Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 2022-09-27T15:44:00.5124769Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:44:00.5180975Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:44:00.5286032Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 2022-09-27T15:44:00.5424836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:44:00.5620448Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 2022-09-27T15:44:00.5628041Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool 2022-09-27T15:44:00.5659507Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:00.5752431Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:00.5960170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:44:00.6041192Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 2022-09-27T15:44:00.6057237Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:44:00.6073879Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 2022-09-27T15:44:00.6117654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:00.6363143Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:00.6410756Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 2022-09-27T15:44:00.6444638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:44:00.6497596Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:44:00.6506808Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 2022-09-27T15:44:00.6604332Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:44:00.6635786Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 2022-09-27T15:44:00.6653131Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 2022-09-27T15:44:00.6962886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:00.6969506Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:44:00.7049737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:44:00.7212071Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 2022-09-27T15:44:00.7238033Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 2022-09-27T15:44:00.7461293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:44:00.7461933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:44:00.7888956Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 2022-09-27T15:44:00.7896959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:44:00.7922514Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 2022-09-27T15:44:00.7943237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:44:00.8363791Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 2022-09-27T15:44:00.8387857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:44:00.8457877Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 2022-09-27T15:44:00.8483624Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 2022-09-27T15:44:00.8802182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:44:00.8803070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:44:00.9047728Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 2022-09-27T15:44:00.9072499Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 2022-09-27T15:44:00.9244062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:44:00.9248980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:44:00.9259177Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 2022-09-27T15:44:00.9277001Z [gw1] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:00.9387368Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:44:00.9422602Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 2022-09-27T15:44:00.9595184Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:44:00.9646366Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 2022-09-27T15:44:00.9722972Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:44:00.9732555Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 2022-09-27T15:44:01.0004593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:44:01.0024761Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:44:01.0207503Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 2022-09-27T15:44:01.0493372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:44:01.0647132Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 2022-09-27T15:44:01.0857712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:44:01.0868514Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 2022-09-27T15:44:01.1033086Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:44:01.1126588Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 2022-09-27T15:44:01.1445995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:44:01.1569128Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 2022-09-27T15:44:01.1572652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:44:01.1586033Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 2022-09-27T15:44:01.1716685Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:44:01.1854307Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 2022-09-27T15:44:01.2041485Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 2022-09-27T15:44:01.2081020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:44:01.2130875Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:44:01.2447941Z [gw3] [ 72%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 2022-09-27T15:44:01.2861096Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:44:01.2871252Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 2022-09-27T15:44:01.3891762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:44:01.3903032Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 2022-09-27T15:44:01.4034927Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:44:01.4389075Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 2022-09-27T15:44:01.4394496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:44:01.4802880Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 2022-09-27T15:44:01.4822488Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:44:01.5242142Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 2022-09-27T15:44:01.5597916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:01.5644216Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:01.6099301Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:01.6133499Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:01.6722225Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:01.6756598Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:01.6973918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:44:01.7242983Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 2022-09-27T15:44:01.7621094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:44:01.7633404Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 2022-09-27T15:44:01.7718229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:44:01.8123540Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 2022-09-27T15:44:01.9211012Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:44:01.9287762Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 2022-09-27T15:44:01.9498824Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:44:01.9511276Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 2022-09-27T15:44:01.9896711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:44:01.9905598Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 2022-09-27T15:44:01.9968093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:44:02.0327838Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 2022-09-27T15:44:02.0372095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:44:02.0768529Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 2022-09-27T15:44:02.0944874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:44:02.1207689Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 2022-09-27T15:44:02.1302347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:44:02.1682393Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 2022-09-27T15:44:02.1716282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:44:02.2203359Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 2022-09-27T15:44:02.2275230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:44:02.2567907Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 2022-09-27T15:44:02.2810419Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:44:02.3083496Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 2022-09-27T15:44:02.3128052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:44:02.3562358Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 2022-09-27T15:44:02.3566761Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:44:02.3962706Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 2022-09-27T15:44:02.3963325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:44:02.4397722Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 2022-09-27T15:44:02.4406073Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:44:02.5074306Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 2022-09-27T15:44:02.5075333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:44:02.5492295Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_complex64 2022-09-27T15:44:02.5493262Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:44:02.5602072Z [gw0] [ 72%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_strided_cpu_float32 2022-09-27T15:44:02.5603124Z [gw2] [ 72%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool 2022-09-27T15:44:02.5841061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:44:02.6047061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:44:02.6282374Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 2022-09-27T15:44:02.6406811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:44:02.6689660Z [gw0] [ 72%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 2022-09-27T15:44:02.6791599Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:44:02.7127943Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 2022-09-27T15:44:02.7194461Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:44:02.7565784Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 2022-09-27T15:44:02.7652393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:44:02.8004979Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 2022-09-27T15:44:02.8063212Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:44:02.8521010Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 2022-09-27T15:44:02.8889083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:44:02.8945704Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 2022-09-27T15:44:02.9033308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:02.9399335Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:02.9439185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:02.9850224Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:02.9902646Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:03.0279829Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:03.0318807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:03.0733607Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:03.0821333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:03.1202828Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:03.1218103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:03.1641383Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:03.1643276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:03.2041153Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:03.2068734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:03.2514410Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:03.2516491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:03.2962609Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:03.2990926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:03.3482711Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:03.3705344Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:03.3763270Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:03.3794411Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 2022-09-27T15:44:03.3801895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:44:03.3872854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:03.4245828Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:03.4371970Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:03.4687300Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:03.4751375Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:44:03.5167753Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 2022-09-27T15:44:03.7397755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:44:03.7409798Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 2022-09-27T15:44:03.7717132Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:03.7846585Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:03.9146803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:44:03.9273175Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 2022-09-27T15:44:04.0151394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:44:04.0169534Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 2022-09-27T15:44:04.0723201Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:44:04.0739327Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 2022-09-27T15:44:04.0891645Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:44:04.1244969Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 2022-09-27T15:44:04.1289313Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:44:04.1644469Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 2022-09-27T15:44:04.1688855Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:44:04.1997717Z [gw3] [ 73%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 2022-09-27T15:44:04.2012132Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 2022-09-27T15:44:04.2121183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:04.2332052Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:44:04.2563786Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 2022-09-27T15:44:04.2811517Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:44:04.2835290Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:04.3379481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:44:04.3403174Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:44:04.3720708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:04.3883452Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:04.4365712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:04.4419664Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:04.4468051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:04.4504097Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 2022-09-27T15:44:04.4624195Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:44:04.4637065Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 2022-09-27T15:44:04.4802623Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:44:04.4982088Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 2022-09-27T15:44:04.4998970Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:04.5123248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:04.5291581Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:44:04.5482930Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:04.5496852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:04.5667406Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:04.5682655Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 2022-09-27T15:44:04.5886911Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:44:04.6100899Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:04.6308476Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:04.6371064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:04.6404216Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 2022-09-27T15:44:04.6612505Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:44:04.6688386Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:04.6694195Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 2022-09-27T15:44:04.6707165Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 2022-09-27T15:44:04.6801838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:44:04.6882336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:04.7140863Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:44:04.7162648Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 2022-09-27T15:44:04.7578333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:44:04.7595183Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 2022-09-27T15:44:04.7605037Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:04.7621268Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:44:04.8315009Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:04.8333757Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 2022-09-27T15:44:04.8369748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:44:04.8484883Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 2022-09-27T15:44:04.8506089Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:04.8874397Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:44:04.8883783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:44:04.9093249Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:44:04.9115101Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 2022-09-27T15:44:04.9135598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:44:04.9149649Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 2022-09-27T15:44:04.9188153Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:44:04.9244629Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 2022-09-27T15:44:04.9248325Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:44:04.9601234Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 2022-09-27T15:44:04.9687493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:04.9693677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:44:04.9837882Z [gw1] [ 73%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 2022-09-27T15:44:05.0007580Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:05.0063304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:44:05.0122195Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 2022-09-27T15:44:05.0447637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:05.0717167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:05.0886727Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:05.1971154Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:44:05.1991653Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 2022-09-27T15:44:05.2155670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:44:05.2170977Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:44:05.2525168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:05.2606609Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:05.4182707Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:05.4209533Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:05.5142641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:05.5161190Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:05.7248730Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:05.7267846Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 2022-09-27T15:44:05.7590916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:44:05.7605346Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:05.7713535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:44:05.8008369Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 2022-09-27T15:44:05.8129027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:44:05.8449385Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 2022-09-27T15:44:05.8566172Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:05.8889029Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:05.8964757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:05.9328606Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:05.9370881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:05.9768654Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:05.9825067Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:06.0208545Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:06.0249987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:06.0648416Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:06.0692744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:06.1129110Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:06.1204505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:06.1568481Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:06.1625558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:06.2008235Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:06.2087682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:06.2515635Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:06.2569098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:06.2807726Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:06.2835444Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 2022-09-27T15:44:06.2997556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:44:06.3007033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:06.3433022Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:06.3442865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:06.3909912Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:06.3919635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:06.4356326Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:06.4359641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:06.4808192Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:06.4812762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:06.5243830Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:06.5266191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:06.5722862Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:06.5746706Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:44:06.6145818Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:44:06.6153165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:06.6641960Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:06.6661434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:06.7061033Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:06.7068183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:06.7523136Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:06.7704349Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:44:06.7928861Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 2022-09-27T15:44:06.8049028Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:44:06.8242328Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 2022-09-27T15:44:06.8268248Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 2022-09-27T15:44:06.8395609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:44:06.8437620Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:06.8458563Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 2022-09-27T15:44:06.8522281Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:44:06.8590504Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:06.8830898Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 2022-09-27T15:44:06.8888773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:06.9102135Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:44:06.9322238Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:06.9371311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:06.9764413Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:07.4589665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:07.4616121Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:07.4889713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:07.4925769Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 2022-09-27T15:44:07.8308266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:44:07.8349886Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 2022-09-27T15:44:07.9587307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:44:07.9615779Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:08.1618590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:08.1640001Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool 2022-09-27T15:44:08.1682560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:44:08.1702223Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:08.2702259Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:08.2728085Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:08.4031223Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:08.4074359Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:08.4086025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:08.4110925Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 2022-09-27T15:44:08.5411107Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:44:08.5437881Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 2022-09-27T15:44:08.6601494Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:08.6630004Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:08.7646384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:08.7690576Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:08.8735949Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:44:08.8769436Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:44:08.8777811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:08.8802378Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 2022-09-27T15:44:08.8917849Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:44:08.9322883Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 2022-09-27T15:44:08.9414037Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:44:08.9716118Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 2022-09-27T15:44:09.0019153Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:44:09.0062951Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:44:09.0611311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:09.0638489Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:44:09.0709356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:44:09.0790436Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 2022-09-27T15:44:09.0821886Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 2022-09-27T15:44:09.1141864Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:44:09.1148458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:09.1161967Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 2022-09-27T15:44:09.1283068Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 2022-09-27T15:44:09.1563550Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:44:09.1579733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:09.2016193Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:44:09.2024187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:09.2432538Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:44:09.2483901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:09.2777609Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:44:09.2804871Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 2022-09-27T15:44:09.2853702Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:44:09.2902835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:09.3106139Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 2022-09-27T15:44:09.3323624Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 2022-09-27T15:44:09.3426900Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:44:09.3452903Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 2022-09-27T15:44:09.3460305Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:44:09.3768131Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 2022-09-27T15:44:09.3772540Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:44:09.3806125Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 2022-09-27T15:44:09.3811343Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 2022-09-27T15:44:09.3836677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:44:09.3874149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:44:09.4203104Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 2022-09-27T15:44:09.4326063Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:44:09.4326731Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 2022-09-27T15:44:09.4346831Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:44:09.4683645Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:44:09.4797350Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:44:09.4797989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:09.4846155Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 2022-09-27T15:44:09.5082988Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 2022-09-27T15:44:09.5204887Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:44:09.5281597Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 2022-09-27T15:44:09.5448693Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:44:09.5458675Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:44:09.5606178Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:44:09.5715117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:09.5729732Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 2022-09-27T15:44:09.5927998Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 2022-09-27T15:44:09.6005290Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:44:09.6081337Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 2022-09-27T15:44:09.6153651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:44:09.6407333Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:44:09.6527614Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:44:09.6547350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:09.6967897Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:44:09.7045535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:44:09.7448105Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:44:09.7453484Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 2022-09-27T15:44:09.7491148Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:09.7578421Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:44:09.7927230Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:44:09.8011422Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:44:09.8152252Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:44:09.8181083Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 2022-09-27T15:44:09.8366932Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:44:09.8422032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:09.8806912Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:44:09.8865719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:44:09.8957760Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 2022-09-27T15:44:09.8986176Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 2022-09-27T15:44:09.9285985Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:44:09.9316788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:44:09.9391976Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 2022-09-27T15:44:09.9405717Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:44:09.9726960Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:44:09.9821016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:10.0207957Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:44:10.0311319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:44:10.0384218Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:44:10.0399455Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 2022-09-27T15:44:10.0688332Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:44:10.0795558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:10.1127935Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:44:10.1511666Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:10.1533445Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 2022-09-27T15:44:10.1885237Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:44:10.1928650Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:44:10.2012038Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:44:10.2367755Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 2022-09-27T15:44:10.2405021Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:44:10.2715147Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 2022-09-27T15:44:10.2738048Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 2022-09-27T15:44:10.2804027Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:44:10.2849141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:44:10.3247768Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 2022-09-27T15:44:10.3358835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:10.3688004Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 2022-09-27T15:44:10.3739268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:44:10.4012070Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 2022-09-27T15:44:10.4026332Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 2022-09-27T15:44:10.4125670Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:44:10.4181657Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:44:10.4674594Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:44:10.4686180Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:44:10.4853459Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 2022-09-27T15:44:10.4896483Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 2022-09-27T15:44:10.5153091Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:44:10.5165144Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:10.5379698Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:44:10.5397638Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 2022-09-27T15:44:10.5404929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:44:10.5498652Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 2022-09-27T15:44:10.5561497Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:44:10.5583276Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:10.5741573Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:44:10.6071633Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 2022-09-27T15:44:10.6075733Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:44:10.6081689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:44:10.6470922Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 2022-09-27T15:44:10.6522893Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:44:10.6854203Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:44:10.6935769Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 2022-09-27T15:44:10.6947711Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:44:10.6952522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:10.7378776Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:44:10.7386576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:44:10.7799271Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 2022-09-27T15:44:10.7862525Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 2022-09-27T15:44:10.7869692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:10.7901188Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 2022-09-27T15:44:10.8353750Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:44:10.8359177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:44:10.8757654Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 2022-09-27T15:44:10.8786200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:44:10.8957712Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 2022-09-27T15:44:10.9051053Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 2022-09-27T15:44:10.9201485Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:44:10.9235062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:44:10.9268106Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:44:10.9285179Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 2022-09-27T15:44:10.9659138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:44:10.9666269Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:10.9824996Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:44:10.9871524Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 2022-09-27T15:44:11.0091978Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:44:11.0145150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:44:11.0603195Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 2022-09-27T15:44:11.0686586Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:44:11.0822046Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:44:11.0838413Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 2022-09-27T15:44:11.0989518Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:44:11.1052306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:11.1477957Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:44:11.1614047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:44:11.1814637Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:44:11.1840144Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 2022-09-27T15:44:11.1848834Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:44:11.1954176Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:11.2363241Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:44:11.2920991Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:44:11.2947120Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 2022-09-27T15:44:11.3326131Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:44:11.3368919Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 2022-09-27T15:44:11.4157765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:44:11.4199882Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 2022-09-27T15:44:11.5298912Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:44:11.5322181Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 2022-09-27T15:44:11.5538160Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:44:11.5883146Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 2022-09-27T15:44:11.5935925Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:44:11.6016505Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 2022-09-27T15:44:11.6028437Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 2022-09-27T15:44:11.6125552Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:44:11.6160974Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 2022-09-27T15:44:11.6321293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:44:11.6692722Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:44:11.6734306Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 2022-09-27T15:44:11.6913643Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:44:11.7281419Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 2022-09-27T15:44:11.7298373Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:44:11.7720887Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 2022-09-27T15:44:11.7796104Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:44:11.8162057Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 2022-09-27T15:44:11.8251976Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:44:11.8291448Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 2022-09-27T15:44:11.8379270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:11.8794233Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:44:11.8799081Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:11.9241822Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:44:11.9307119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:44:11.9327953Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 2022-09-27T15:44:11.9353894Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 2022-09-27T15:44:11.9685480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:44:11.9696650Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:44:12.0124233Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 2022-09-27T15:44:12.1570956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:44:12.1685650Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 2022-09-27T15:44:12.2094343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:44:12.2110735Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 2022-09-27T15:44:12.2123491Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 2022-09-27T15:44:12.2136897Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:44:12.2186364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:44:12.2211601Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 2022-09-27T15:44:12.2227246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:44:12.2353811Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 2022-09-27T15:44:12.2604159Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 2022-09-27T15:44:12.2712356Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:44:12.2722479Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:44:12.3163394Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 2022-09-27T15:44:12.3208635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:44:12.3600373Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 2022-09-27T15:44:12.3610527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:44:12.3976906Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 2022-09-27T15:44:12.3982577Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 2022-09-27T15:44:12.4010607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:44:12.4077290Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:44:12.4413968Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 2022-09-27T15:44:12.4488459Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:44:12.4922760Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 2022-09-27T15:44:12.4947948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:44:12.5038644Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 2022-09-27T15:44:12.5065625Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 2022-09-27T15:44:12.5284833Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:44:12.5342299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:44:12.5727276Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 2022-09-27T15:44:12.5778205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:44:12.6259429Z [gw0] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 2022-09-27T15:44:12.6271701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:44:12.6725830Z [gw0] [ 73%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 2022-09-27T15:44:12.6736427Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:44:12.6768813Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 2022-09-27T15:44:12.6794127Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 2022-09-27T15:44:12.7179659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:44:12.7191619Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:44:12.7523947Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 2022-09-27T15:44:12.7536264Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 2022-09-27T15:44:12.7566727Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:44:12.7820205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:44:12.7836269Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:12.8427647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:44:12.8438359Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 2022-09-27T15:44:12.8511075Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:44:12.8964609Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 2022-09-27T15:44:12.9008455Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:44:12.9299065Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 2022-09-27T15:44:12.9329571Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 2022-09-27T15:44:12.9401495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:44:12.9814329Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:44:12.9840255Z [gw3] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 2022-09-27T15:44:13.0341972Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:44:13.0385686Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 2022-09-27T15:44:13.1111713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:44:13.1141821Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 2022-09-27T15:44:13.1236739Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:44:13.1651964Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 2022-09-27T15:44:13.1658591Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:44:13.2083147Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 2022-09-27T15:44:13.2725731Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:44:13.2759985Z [gw2] [ 73%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool 2022-09-27T15:44:13.8490951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:44:13.8535300Z [gw1] [ 73%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 2022-09-27T15:44:13.8877941Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:44:13.9066685Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 2022-09-27T15:44:13.9190915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:44:13.9569314Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 2022-09-27T15:44:13.9574463Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:44:13.9967198Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 2022-09-27T15:44:14.0464822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:44:14.0491892Z [gw0] [ 73%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 2022-09-27T15:44:14.0785429Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:44:14.0928958Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 2022-09-27T15:44:14.1130695Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:44:14.1443023Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 2022-09-27T15:44:14.1602238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:14.1838650Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:44:14.1846409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:14.2286203Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:44:14.2294270Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:14.2766815Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:44:14.2773118Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:14.3041331Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:44:14.3067666Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 2022-09-27T15:44:14.3204041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:44:14.3211008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:14.3389666Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:44:14.3408532Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 2022-09-27T15:44:14.3428250Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:14.3486331Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 2022-09-27T15:44:14.3698554Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:44:14.3706771Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:44:14.3900176Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 2022-09-27T15:44:14.3923345Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 2022-09-27T15:44:14.4117911Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:44:14.4125030Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:44:14.4563367Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 2022-09-27T15:44:14.4950980Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:44:14.4981936Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 2022-09-27T15:44:14.5146682Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:44:14.5483193Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 2022-09-27T15:44:14.6469013Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:44:14.6621115Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 2022-09-27T15:44:14.6894007Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:44:14.6921303Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 2022-09-27T15:44:14.7077021Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:44:14.7404173Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 2022-09-27T15:44:14.7763871Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:44:14.7886577Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 2022-09-27T15:44:14.9407791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:44:14.9567154Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 2022-09-27T15:44:14.9655829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:44:14.9687869Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 2022-09-27T15:44:15.0032636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:44:15.0066298Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 2022-09-27T15:44:15.0118948Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:44:15.0155618Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 2022-09-27T15:44:15.0726722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:44:15.0759417Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 2022-09-27T15:44:15.1007589Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:44:15.1284325Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 2022-09-27T15:44:15.1302912Z [gw1] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:15.1314655Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:44:15.1330833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:44:15.1359270Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 2022-09-27T15:44:15.1713003Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:44:15.1764698Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 2022-09-27T15:44:15.2209817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:44:15.2240249Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 2022-09-27T15:44:15.2386606Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:44:15.2723238Z [gw3] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 2022-09-27T15:44:15.2887185Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:44:15.2906050Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 2022-09-27T15:44:15.3083120Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:44:15.3109336Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 2022-09-27T15:44:15.3125690Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:44:15.3295588Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 2022-09-27T15:44:15.3305747Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 2022-09-27T15:44:15.3332727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:44:15.3790300Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:44:15.3826536Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 2022-09-27T15:44:15.4133546Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:44:15.4164549Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 2022-09-27T15:44:15.4251257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:44:15.4683453Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 2022-09-27T15:44:15.4772288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:44:15.5123673Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 2022-09-27T15:44:15.5166063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:44:15.5563072Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 2022-09-27T15:44:15.5702022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:44:15.5932476Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 2022-09-27T15:44:15.6010218Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:44:15.6418634Z [gw0] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 2022-09-27T15:44:15.6428433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:44:15.6884282Z [gw0] [ 74%] XFAIL test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 2022-09-27T15:44:15.7020333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:44:15.7310960Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 2022-09-27T15:44:15.7379361Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:44:15.7611058Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 2022-09-27T15:44:15.7633544Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 2022-09-27T15:44:15.7690440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:44:15.7708995Z [gw3] [ 74%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 2022-09-27T15:44:15.7726376Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:44:15.7810813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:44:15.7915481Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 2022-09-27T15:44:15.8129973Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 2022-09-27T15:44:15.8225675Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:44:15.8266698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:44:15.8638517Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 2022-09-27T15:44:15.8675127Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 2022-09-27T15:44:15.8693832Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:44:15.8747743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:44:15.9178579Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 2022-09-27T15:44:15.9179374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:44:15.9685958Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 2022-09-27T15:44:15.9698214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:44:16.0089843Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 2022-09-27T15:44:16.0101554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:44:16.0524195Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 2022-09-27T15:44:16.0856072Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:44:16.0899837Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 2022-09-27T15:44:16.1242767Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:44:16.1265685Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 2022-09-27T15:44:16.1558591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:44:16.1588889Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 2022-09-27T15:44:16.1972202Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:44:16.2045450Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 2022-09-27T15:44:16.2194400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:44:16.2564697Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 2022-09-27T15:44:16.2923050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:44:16.2965244Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 2022-09-27T15:44:16.3271949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:44:16.3423731Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 2022-09-27T15:44:16.3518165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:44:16.3701864Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 2022-09-27T15:44:16.3729303Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 2022-09-27T15:44:16.3820552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:44:16.3838609Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 2022-09-27T15:44:16.3958430Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:44:16.3959058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:44:16.3973990Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 2022-09-27T15:44:16.4283608Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 2022-09-27T15:44:16.4326351Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:44:16.4426634Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:44:16.4768405Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 2022-09-27T15:44:16.4831457Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:44:16.5247720Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 2022-09-27T15:44:16.5382905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:44:16.5689251Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 2022-09-27T15:44:16.5765584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:44:16.6076594Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 2022-09-27T15:44:16.6091564Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 2022-09-27T15:44:16.6205399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:44:16.6216263Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:44:16.6621703Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 2022-09-27T15:44:16.6632199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:44:16.7049419Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 2022-09-27T15:44:16.7110747Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:44:16.7488090Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 2022-09-27T15:44:16.7527163Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:44:16.7968353Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 2022-09-27T15:44:16.8028442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:44:16.8057556Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 2022-09-27T15:44:16.8111747Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 2022-09-27T15:44:16.8407762Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:44:16.8451068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:44:16.8580676Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 2022-09-27T15:44:16.8616184Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 2022-09-27T15:44:16.8887956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:44:16.8939822Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:44:16.9383046Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 2022-09-27T15:44:16.9383735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:44:16.9843045Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 2022-09-27T15:44:17.0157044Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:44:17.0204504Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 2022-09-27T15:44:17.0437070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:44:17.0648858Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 2022-09-27T15:44:17.0679350Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:44:17.0699718Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 2022-09-27T15:44:17.1111321Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:44:17.1138896Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 2022-09-27T15:44:17.1403389Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:44:17.1610032Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 2022-09-27T15:44:17.1610845Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 2022-09-27T15:44:17.1647269Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:44:17.1926440Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:44:17.2157261Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 2022-09-27T15:44:17.2167025Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:44:17.2386640Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 2022-09-27T15:44:17.2411575Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 2022-09-27T15:44:17.2473149Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:44:17.2499720Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 2022-09-27T15:44:17.2571721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:44:17.2611654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:44:17.3010613Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 2022-09-27T15:44:17.3011281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:44:17.3455789Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 2022-09-27T15:44:17.3456581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:17.3666451Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 2022-09-27T15:44:17.3683938Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 2022-09-27T15:44:17.3923681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:44:17.3969871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:44:17.3992193Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 2022-09-27T15:44:17.4242571Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool 2022-09-27T15:44:17.4405574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:44:17.4430837Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:44:17.4843940Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 2022-09-27T15:44:17.4883066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:44:17.5279353Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 2022-09-27T15:44:17.5284288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:44:17.5512772Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 2022-09-27T15:44:17.5524870Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 2022-09-27T15:44:17.5696567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:44:17.5961008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:44:17.6243322Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 2022-09-27T15:44:17.6293529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:44:17.6495702Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 2022-09-27T15:44:17.6522427Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 2022-09-27T15:44:17.6683127Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:44:17.6998626Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:44:17.7086268Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 2022-09-27T15:44:17.7254069Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:44:17.7510746Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 2022-09-27T15:44:17.7524028Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 2022-09-27T15:44:17.7641001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:44:17.8169522Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:17.8202517Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 2022-09-27T15:44:17.8665083Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:17.8685064Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 2022-09-27T15:44:17.9545342Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:17.9569038Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 2022-09-27T15:44:18.0362331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:18.0388090Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 2022-09-27T15:44:18.0837128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:18.0850741Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 2022-09-27T15:44:18.0862527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:44:18.0889179Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 2022-09-27T15:44:18.1032196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:44:18.1324320Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 2022-09-27T15:44:18.1636320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:18.1656550Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 2022-09-27T15:44:18.1688441Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 2022-09-27T15:44:18.1726368Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:44:18.2195961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:18.2230645Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 2022-09-27T15:44:18.2240027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:44:18.2260170Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 2022-09-27T15:44:18.2498383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:44:18.2647066Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 2022-09-27T15:44:18.2728153Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:44:18.3163714Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 2022-09-27T15:44:18.3178453Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:44:18.3564372Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 2022-09-27T15:44:18.3578585Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 2022-09-27T15:44:18.3605914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:44:18.3614826Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:44:18.3990410Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 2022-09-27T15:44:18.4027492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:44:18.4487740Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 2022-09-27T15:44:18.4498734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:44:18.4664280Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 2022-09-27T15:44:18.4688423Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 2022-09-27T15:44:18.4908874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:44:18.4919277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:44:18.5077748Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 2022-09-27T15:44:18.5164741Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 2022-09-27T15:44:18.5316505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:44:18.5335784Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:44:18.5365325Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 2022-09-27T15:44:18.5498166Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:44:18.5630969Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 2022-09-27T15:44:18.5653712Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 2022-09-27T15:44:18.5725709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:44:18.5844156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:44:18.5977662Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 2022-09-27T15:44:18.6085151Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 2022-09-27T15:44:18.6167188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:44:18.6224649Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:44:18.6260395Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 2022-09-27T15:44:18.6290050Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 2022-09-27T15:44:18.6387693Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:18.6607760Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 2022-09-27T15:44:18.6644061Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:44:18.6658887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:44:18.6761648Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 2022-09-27T15:44:18.7006584Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 2022-09-27T15:44:18.7046623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:44:18.7117055Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:44:18.7133836Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 2022-09-27T15:44:18.7188158Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 2022-09-27T15:44:18.7208081Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 2022-09-27T15:44:18.7549399Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:44:18.7550135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:44:18.7556114Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 2022-09-27T15:44:18.7576628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:44:18.8003430Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool 2022-09-27T15:44:18.8006064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:44:18.8111006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:44:18.8121379Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 2022-09-27T15:44:18.8442569Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 2022-09-27T15:44:18.8453570Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:44:18.8460099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:44:18.8597700Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 2022-09-27T15:44:18.8807435Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 2022-09-27T15:44:18.8875953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:44:18.8997758Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 2022-09-27T15:44:18.9026059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:44:18.9247110Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 2022-09-27T15:44:18.9310806Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:44:18.9400839Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 2022-09-27T15:44:18.9443440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:44:18.9760934Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 2022-09-27T15:44:18.9881848Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:44:18.9890908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:44:18.9917094Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 2022-09-27T15:44:19.0222050Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 2022-09-27T15:44:19.0263246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:44:19.0279719Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 2022-09-27T15:44:19.0336105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:44:19.0585841Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 2022-09-27T15:44:19.0721919Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:44:19.0764704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:44:19.0830294Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 2022-09-27T15:44:19.1086417Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 2022-09-27T15:44:19.1171075Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:44:19.1281323Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 2022-09-27T15:44:19.1336668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:44:19.1525945Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 2022-09-27T15:44:19.1611141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:44:19.1721294Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 2022-09-27T15:44:19.2032802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:44:19.2044208Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 2022-09-27T15:44:19.2073016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:44:19.2084335Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 2022-09-27T15:44:19.2111770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:44:19.2481615Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:44:19.2504624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:44:19.2554662Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 2022-09-27T15:44:19.2560470Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:44:19.2922716Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 2022-09-27T15:44:19.3010870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:44:19.3015692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:44:19.3453979Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 2022-09-27T15:44:19.3459765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:44:19.3890092Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 2022-09-27T15:44:19.3896740Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:44:19.4330686Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 2022-09-27T15:44:19.4336908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:44:19.4756427Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 2022-09-27T15:44:19.4772601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:44:19.5224511Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 2022-09-27T15:44:19.5230478Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:19.5662770Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:19.5668760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:19.6118597Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:19.6125373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:19.6558159Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:19.6564888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:19.7013948Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:19.7020078Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:44:19.7457472Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 2022-09-27T15:44:19.7463438Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:44:19.7905259Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 2022-09-27T15:44:19.7911271Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:44:19.8341965Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:44:19.8347810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:44:19.8774480Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:44:19.8780200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:44:19.9215566Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 2022-09-27T15:44:19.9221785Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:44:19.9654707Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 2022-09-27T15:44:19.9660307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:44:20.0099396Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 2022-09-27T15:44:20.0105022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:44:20.0518366Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:44:20.0524166Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:44:20.1013843Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:44:20.1022036Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:44:20.1489420Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 2022-09-27T15:44:20.1497908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:44:20.1931408Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 2022-09-27T15:44:20.1940540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:44:20.2369640Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 2022-09-27T15:44:20.2378274Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:44:20.2810823Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 2022-09-27T15:44:20.2819571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:44:20.3300101Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 2022-09-27T15:44:20.3309696Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:44:20.3735553Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 2022-09-27T15:44:20.3744672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:44:20.4165639Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 2022-09-27T15:44:20.4182302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:44:20.4609917Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:44:20.4619232Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:44:20.5050852Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:44:20.5059713Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:44:20.5478351Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:44:20.5487772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:20.5917383Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:44:20.5926526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:20.6343877Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:44:20.6356752Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 2022-09-27T15:44:20.6365768Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:20.6373936Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:44:20.6769549Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:44:20.6810392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:20.7251173Z [gw0] [ 74%] SKIPPED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:44:20.7255578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:44:20.7717259Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:44:20.7717966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:44:20.7884440Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 2022-09-27T15:44:20.8051646Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 2022-09-27T15:44:20.8117368Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:44:20.8141590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:44:20.8592121Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 2022-09-27T15:44:20.8592926Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:44:20.9019525Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 2022-09-27T15:44:20.9021835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:44:20.9074375Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 2022-09-27T15:44:20.9092260Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 2022-09-27T15:44:20.9482382Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:44:20.9495916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:44:20.9926374Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 2022-09-27T15:44:20.9938451Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:44:21.0362777Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 2022-09-27T15:44:21.0388819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:44:21.0794088Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 2022-09-27T15:44:21.0795059Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:44:21.1168943Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 2022-09-27T15:44:21.1246496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:44:21.1609324Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 2022-09-27T15:44:21.1665685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:44:21.2048816Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 2022-09-27T15:44:21.2182807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:44:21.2485780Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 2022-09-27T15:44:21.2565576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:44:21.2926695Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 2022-09-27T15:44:21.3185987Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:44:21.3367903Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 2022-09-27T15:44:21.3503637Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:44:21.3847474Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 2022-09-27T15:44:21.3926443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:44:21.4363109Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 2022-09-27T15:44:21.5844448Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:44:21.5845612Z [gw0] [ 74%] PASSED test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 2022-09-27T15:44:25.2150258Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:44:25.2175856Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 2022-09-27T15:44:25.2188213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:44:25.2218121Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 2022-09-27T15:44:25.5957271Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:25.6000192Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool 2022-09-27T15:44:25.9647326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:44:25.9674972Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 2022-09-27T15:44:26.4671682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:44:26.4723778Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 2022-09-27T15:44:26.7506719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:44:26.7561846Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 2022-09-27T15:44:27.0438386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:44:27.0473748Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 2022-09-27T15:44:27.2542173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:44:27.2594326Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 2022-09-27T15:44:27.6053007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:44:27.6110691Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 2022-09-27T15:44:27.9621646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:44:27.9657592Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 2022-09-27T15:44:28.7925958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:44:28.7975797Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 2022-09-27T15:44:29.3937214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:44:29.3972838Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 2022-09-27T15:44:29.6591059Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:44:29.6646473Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 2022-09-27T15:44:29.7165855Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:29.7189317Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 2022-09-27T15:44:29.7825422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:44:29.7855322Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:29.8799649Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:44:29.8835792Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 2022-09-27T15:44:29.8907930Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:44:29.8937915Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:44:29.9048097Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:44:29.9326641Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:44:29.9327593Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:44:29.9802778Z [gw0] [ 74%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_singular_cpu_float32 2022-09-27T15:44:30.1291986Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:44:30.1412938Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 2022-09-27T15:44:30.1937746Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:44:30.1990868Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 2022-09-27T15:44:30.3243845Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:44:30.3259704Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 2022-09-27T15:44:30.4007932Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:44:30.4037124Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 2022-09-27T15:44:30.4400910Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:44:30.4424168Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 2022-09-27T15:44:31.0762557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:44:31.0795212Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 2022-09-27T15:44:31.2404612Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:44:31.2427853Z [gw3] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 2022-09-27T15:44:31.2501463Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:44:31.2523398Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 2022-09-27T15:44:31.5705433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:44:31.5738544Z [gw2] [ 74%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 2022-09-27T15:44:31.6605463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:44:31.6630278Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 2022-09-27T15:44:31.7178172Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:44:31.7202240Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 2022-09-27T15:44:31.7314321Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:44:31.7683636Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 2022-09-27T15:44:31.8009493Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:44:31.8066454Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 2022-09-27T15:44:31.8595184Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:44:31.8618878Z [gw0] [ 74%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 2022-09-27T15:44:31.8665432Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:44:31.8688198Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 2022-09-27T15:44:31.9934825Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:31.9964631Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 2022-09-27T15:44:32.0915754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:44:32.0947507Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 2022-09-27T15:44:32.1184911Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:44:32.1210895Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:44:32.4239201Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:44:32.4268496Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 2022-09-27T15:44:32.4662171Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:44:32.4686782Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 2022-09-27T15:44:32.4766914Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:44:32.5041151Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 2022-09-27T15:44:32.5056915Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 2022-09-27T15:44:32.5186439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:44:32.5193502Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:44:32.5666499Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 2022-09-27T15:44:32.5702294Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:44:32.6068813Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 2022-09-27T15:44:32.6140451Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:44:32.6501821Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 2022-09-27T15:44:32.6595024Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:44:32.6927105Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 2022-09-27T15:44:32.7069821Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:44:32.7477979Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 2022-09-27T15:44:32.7487011Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:44:32.7882580Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 2022-09-27T15:44:32.7908596Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:44:32.8363158Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 2022-09-27T15:44:32.8407363Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:44:32.8497648Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 2022-09-27T15:44:32.8513419Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 2022-09-27T15:44:32.8786514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:44:32.9394845Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:44:32.9450819Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 2022-09-27T15:44:32.9812576Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:44:32.9924116Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 2022-09-27T15:44:32.9992881Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:44:33.0442358Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 2022-09-27T15:44:33.0606704Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:44:33.0922175Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 2022-09-27T15:44:33.1067896Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:44:33.1402539Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 2022-09-27T15:44:33.1420435Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:44:33.1801990Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 2022-09-27T15:44:33.3728275Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:44:33.3759988Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 2022-09-27T15:44:33.7626961Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:44:33.7655199Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 2022-09-27T15:44:33.8216216Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:44:33.8244378Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 2022-09-27T15:44:33.8330328Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:44:33.8762423Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 2022-09-27T15:44:33.8871562Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:44:33.8902619Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 2022-09-27T15:44:33.8985004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:44:33.9126558Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 2022-09-27T15:44:34.0615018Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:44:34.0776579Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 2022-09-27T15:44:34.3011782Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:44:34.3048290Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 2022-09-27T15:44:34.3176922Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:44:34.3204692Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool 2022-09-27T15:44:34.4650614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:44:34.4669392Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 2022-09-27T15:44:34.4931623Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:44:34.5164709Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 2022-09-27T15:44:34.5206130Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:44:34.5603921Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 2022-09-27T15:44:34.5910829Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:44:34.5965499Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 2022-09-27T15:44:34.6310642Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:44:34.6490323Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 2022-09-27T15:44:34.6647723Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:44:34.6893275Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 2022-09-27T15:44:34.7603351Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:44:34.7624202Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 2022-09-27T15:44:34.7857516Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:44:34.8111939Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 2022-09-27T15:44:34.8501436Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:44:34.8730494Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 2022-09-27T15:44:34.8731316Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:34.9089627Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 2022-09-27T15:44:34.9208354Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:34.9603920Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 2022-09-27T15:44:34.9808417Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:44:34.9822849Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:44:35.0014761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:44:35.0164935Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 2022-09-27T15:44:35.0737091Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:44:35.0775896Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 2022-09-27T15:44:35.1157146Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:44:35.1208844Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 2022-09-27T15:44:35.1637449Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:35.1652285Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:44:35.2769023Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:35.2781757Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:44:35.3062673Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:44:35.3209829Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 2022-09-27T15:44:35.3276722Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:35.3649112Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 2022-09-27T15:44:35.3939465Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:35.4088283Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 2022-09-27T15:44:35.4396718Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:44:35.4427152Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:44:35.4477402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:44:35.4525415Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 2022-09-27T15:44:35.4582416Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:44:35.4967307Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 2022-09-27T15:44:35.5180996Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:44:35.5407986Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 2022-09-27T15:44:35.5478837Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:44:35.5847927Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 2022-09-27T15:44:35.5964025Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:44:35.6287036Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 2022-09-27T15:44:35.6549010Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:44:35.6727065Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 2022-09-27T15:44:35.7085267Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:44:35.7166493Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 2022-09-27T15:44:35.7244512Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:44:35.7608830Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 2022-09-27T15:44:35.7861308Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:35.8048163Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:44:35.8293665Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:35.8487351Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:44:35.8733738Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:35.8928128Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:44:35.9003315Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:44:35.9090997Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 2022-09-27T15:44:35.9102404Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 2022-09-27T15:44:35.9367859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:36.0431515Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:44:36.0446454Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 2022-09-27T15:44:36.0700954Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:44:36.0847010Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 2022-09-27T15:44:36.1356887Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:44:36.1372288Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:44:36.4130720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:44:36.4146064Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:44:36.7029578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:44:36.7046111Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 2022-09-27T15:44:36.8478521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:44:36.8507238Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 2022-09-27T15:44:36.8947350Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:44:36.8975203Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 2022-09-27T15:44:36.9174123Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:44:36.9475591Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 2022-09-27T15:44:36.9485834Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:44:36.9923109Z [gw0] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 2022-09-27T15:44:37.1666836Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:44:37.1708841Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 2022-09-27T15:44:37.2212998Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:44:37.2285364Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 2022-09-27T15:44:37.2336460Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:44:37.2423724Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 2022-09-27T15:44:37.2452433Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 2022-09-27T15:44:37.2754293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:44:37.2765994Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:44:37.3212240Z [gw0] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 2022-09-27T15:44:37.3223996Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:44:37.3644584Z [gw0] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 2022-09-27T15:44:37.3764352Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:44:37.4136334Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 2022-09-27T15:44:37.4293315Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:44:37.4604508Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 2022-09-27T15:44:37.4644534Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:44:37.5044461Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 2022-09-27T15:44:37.5215706Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:44:37.5422911Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 2022-09-27T15:44:37.5623146Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:37.5831352Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:44:37.6145811Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:37.6246876Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:44:37.6876981Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:37.6915610Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 2022-09-27T15:44:37.6936847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:44:37.6983558Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:44:37.7903575Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:37.7918951Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:44:37.9309145Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:37.9336650Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:44:38.0064290Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:38.0087711Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:44:38.0764989Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:38.0779573Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 2022-09-27T15:44:38.0790934Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:44:38.0815270Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:38.1164358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:44:38.1204805Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:44:38.1455426Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:38.1648284Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:44:38.4737439Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:38.4750888Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 2022-09-27T15:44:38.6638295Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:38.6667691Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 2022-09-27T15:44:39.0204564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:44:39.0243546Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 2022-09-27T15:44:39.0737059Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:39.0763899Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:44:39.2212867Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:39.2235097Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:44:39.2304315Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:44:39.2669842Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 2022-09-27T15:44:39.4693541Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:39.4754984Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 2022-09-27T15:44:39.5072816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:44:39.5117532Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 2022-09-27T15:44:40.0668396Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:40.0709250Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 2022-09-27T15:44:40.2026663Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:40.2062190Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:44:40.3707540Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:40.3750285Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:44:40.3836243Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:40.3856713Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 2022-09-27T15:44:40.7621523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:44:40.7677416Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:44:40.9525949Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:40.9544506Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:44:41.1413392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:44:41.1580399Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:44:41.3277398Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:41.3308977Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:44:41.4890807Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:41.4910243Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:44:41.5339840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:44:41.5356952Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:44:41.8374015Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:41.8413387Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 2022-09-27T15:44:41.9276676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:44:41.9341593Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:44:42.0487472Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:42.0520642Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 2022-09-27T15:44:42.1251808Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:42.1282379Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 2022-09-27T15:44:42.2934169Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:44:42.2955167Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 2022-09-27T15:44:42.3036771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:44:42.3069413Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 2022-09-27T15:44:42.3164608Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:44:42.3531383Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 2022-09-27T15:44:42.3535486Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:42.3966621Z [gw0] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:44:42.3974414Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:44:42.4443665Z [gw0] [ 75%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 2022-09-27T15:44:42.5293206Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:42.5403920Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:44:42.5753372Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:42.5780377Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:44:42.7198725Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:42.7226511Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 2022-09-27T15:44:42.8079902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:44:42.8110693Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:44:43.1194404Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:43.1222217Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 2022-09-27T15:44:43.1995512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:44:43.2028920Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:44:43.2096876Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:43.2524508Z [gw0] [ 75%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:44:43.2805757Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:44:43.2886793Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 2022-09-27T15:44:43.4426851Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:44:43.4458939Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 2022-09-27T15:44:43.5171238Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:43.5196582Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 2022-09-27T15:44:43.5356421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:44:43.5608486Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 2022-09-27T15:44:43.5663698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:44:43.5698069Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool 2022-09-27T15:44:43.5726402Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 2022-09-27T15:44:43.6064079Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:43.6073568Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 2022-09-27T15:44:43.6134013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:44:43.6165027Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 2022-09-27T15:44:43.6318768Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:43.6551823Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 2022-09-27T15:44:43.6562092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:44:43.6682870Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 2022-09-27T15:44:43.6699064Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:43.6928245Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:44:43.7012633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:44:43.7056089Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 2022-09-27T15:44:43.7154649Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:43.7367905Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 2022-09-27T15:44:43.7444464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:44:43.7484631Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 2022-09-27T15:44:43.7616889Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:43.7808533Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 2022-09-27T15:44:43.7878824Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:44:43.7924775Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 2022-09-27T15:44:43.8248138Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:43.8307697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:44:43.8579286Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 2022-09-27T15:44:43.8588989Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:44:43.8686953Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:43.8743866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:44:43.8826276Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 2022-09-27T15:44:43.9006983Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 2022-09-27T15:44:43.9167673Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:43.9221444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:44:43.9608172Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 2022-09-27T15:44:43.9666410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:44:44.0047516Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 2022-09-27T15:44:44.0105039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:44:44.0487200Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 2022-09-27T15:44:44.0550764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:44:44.1024226Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 2022-09-27T15:44:44.1053066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:44:44.1489172Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 2022-09-27T15:44:44.1493698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:44:44.1964038Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool 2022-09-27T15:44:44.1976090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:44:44.2425537Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 2022-09-27T15:44:44.2429065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:44:44.2861293Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 2022-09-27T15:44:44.2864860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:44:44.3256412Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 2022-09-27T15:44:44.3292801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:44:44.3687816Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 2022-09-27T15:44:44.3733946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:44:44.4178180Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 2022-09-27T15:44:44.4179124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:44:44.4573139Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 2022-09-27T15:44:44.4649940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:44:44.5104835Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 2022-09-27T15:44:44.5107463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:44:44.5530179Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 2022-09-27T15:44:44.5532738Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:44:44.5921184Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 2022-09-27T15:44:44.5964419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:44:44.6327075Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 2022-09-27T15:44:44.6398752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:44:44.6767157Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 2022-09-27T15:44:44.6804760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:44:44.7004057Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 2022-09-27T15:44:44.7028834Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 2022-09-27T15:44:44.7216349Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:44.7248485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:44:44.7573380Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool 2022-09-27T15:44:44.7598086Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:44:44.7722549Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:44.7725901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:44:44.8041274Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 2022-09-27T15:44:44.8065533Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:44:44.8161912Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:44.8165383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:44:44.8491621Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 2022-09-27T15:44:44.8516256Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:44:44.8643010Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:44.8646659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:44:44.8899147Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 2022-09-27T15:44:44.8924712Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:44:44.9125834Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:44.9128986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:44:44.9353472Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 2022-09-27T15:44:44.9380827Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:44:44.9527262Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:44.9551094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:44:44.9625912Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 2022-09-27T15:44:44.9807061Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:44:44.9966255Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:44.9995394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:44:45.0405682Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 2022-09-27T15:44:45.0419767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:44:45.0443857Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 2022-09-27T15:44:45.0455013Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 2022-09-27T15:44:45.0653185Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:45.0845890Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 2022-09-27T15:44:45.0868767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:44:45.0884098Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 2022-09-27T15:44:45.1285801Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:45.1327229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:44:45.1332071Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 2022-09-27T15:44:45.1341559Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 2022-09-27T15:44:45.1488765Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:45.1725356Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:44:45.1757405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:44:45.1856333Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 2022-09-27T15:44:45.2232700Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:44:45.2240882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:44:45.2636394Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 2022-09-27T15:44:45.2644830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:44:45.3077907Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bfloat16 2022-09-27T15:44:45.3090247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:44:45.3109334Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool 2022-09-27T15:44:45.3120814Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 2022-09-27T15:44:45.3519730Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:45.3522489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:44:45.3681772Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex128 2022-09-27T15:44:45.3688802Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:44:45.3760658Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:45.3927259Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:44:45.3958715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:44:45.4202299Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex32 2022-09-27T15:44:45.4398575Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:45.4402246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:44:45.4839104Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_complex64 2022-09-27T15:44:45.4843230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:44:45.5278383Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float16 2022-09-27T15:44:45.5283543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:44:45.5687198Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float32 2022-09-27T15:44:45.5726501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:44:45.6166916Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_float64 2022-09-27T15:44:45.6189501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:44:45.6436933Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 2022-09-27T15:44:45.6444924Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:44:45.6606902Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:45.6632106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:44:45.7047677Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 2022-09-27T15:44:45.7079045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:44:45.7488102Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int64 2022-09-27T15:44:45.7517249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:44:45.7927889Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 2022-09-27T15:44:45.7956115Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:44:45.8441573Z [gw2] [ 75%] SKIPPED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_uint8 2022-09-27T15:44:46.2903407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:44:46.2936172Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 2022-09-27T15:44:46.6880581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:44:46.6912522Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool 2022-09-27T15:44:47.4635202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:44:47.4657711Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 2022-09-27T15:44:48.2042645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:44:48.2074021Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 2022-09-27T15:44:48.6533496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:44:48.6564099Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 2022-09-27T15:44:49.2382185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:44:49.2507212Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 2022-09-27T15:44:49.4771444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:44:49.4799545Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 2022-09-27T15:44:49.8524649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:44:49.8551769Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 2022-09-27T15:44:49.9032749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:44:49.9060752Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:44:50.2718509Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:50.2746328Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 2022-09-27T15:44:50.5405658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:44:50.5451512Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 2022-09-27T15:44:50.8563048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:44:50.8594927Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 2022-09-27T15:44:51.0575155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:44:51.0607566Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 2022-09-27T15:44:51.3523907Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:44:51.3555343Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 2022-09-27T15:44:51.5665416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:44:51.5696960Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 2022-09-27T15:44:51.9056345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:44:51.9083649Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool 2022-09-27T15:44:52.0833754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:44:52.0863999Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 2022-09-27T15:44:52.2945610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:44:52.2978951Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 2022-09-27T15:44:52.5784734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:44:52.5815175Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 2022-09-27T15:44:52.8015374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:44:52.8046331Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 2022-09-27T15:44:52.9647040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:44:52.9679681Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 2022-09-27T15:44:53.1701116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:44:53.1731616Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 2022-09-27T15:44:53.3513876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:44:53.3544292Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 2022-09-27T15:44:53.6708881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:44:53.6761473Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 2022-09-27T15:44:54.0713756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:44:54.0878631Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool 2022-09-27T15:44:54.3463017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:44:54.3489487Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 2022-09-27T15:44:54.5855783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:44:54.5886628Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 2022-09-27T15:44:54.8091730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:44:54.8118934Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:44:55.0055031Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:55.0099635Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 2022-09-27T15:44:55.3482066Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:44:55.3512834Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 2022-09-27T15:44:55.6171887Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:44:55.6188399Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 2022-09-27T15:44:55.9108098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:44:55.9126861Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 2022-09-27T15:44:56.2246353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:44:56.2281013Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 2022-09-27T15:44:56.5618980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:44:56.5660248Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 2022-09-27T15:44:56.6202498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:44:56.6229584Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 2022-09-27T15:44:57.0756857Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:57.0868249Z [gw0] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:44:57.1369576Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:57.1401858Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool 2022-09-27T15:44:57.3419709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:44:57.3468331Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:57.5010155Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:44:57.5040628Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 2022-09-27T15:44:57.7960780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:44:57.7987490Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 2022-09-27T15:44:57.8471745Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:44:57.8497134Z [gw2] [ 75%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 2022-09-27T15:44:57.8574286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:44:57.8587255Z [gw3] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 2022-09-27T15:44:57.9251967Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:44:57.9275644Z [gw1] [ 75%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 2022-09-27T15:44:58.2824694Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:58.2838623Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:44:58.3489080Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:58.3555450Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 2022-09-27T15:44:58.5852047Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:44:58.5870190Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:44:58.5935205Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:44:58.5962542Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 2022-09-27T15:44:58.7113032Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:58.7155081Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 2022-09-27T15:44:59.0148368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:44:59.0173874Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 2022-09-27T15:44:59.1282920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:44:59.1306856Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:44:59.3769374Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:44:59.3927062Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 2022-09-27T15:44:59.6939729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:44:59.6975972Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 2022-09-27T15:44:59.7964652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:44:59.8023783Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 2022-09-27T15:44:59.8370248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:44:59.8394420Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:45:00.0800645Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:00.0825835Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 2022-09-27T15:45:00.0910938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:45:00.0936463Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:45:00.2947451Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:00.2996014Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 2022-09-27T15:45:00.3069242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:45:00.3459253Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 2022-09-27T15:45:00.3466360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:45:00.3922250Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:45:00.5324768Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:45:00.5352025Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 2022-09-27T15:45:00.5422871Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:45:00.5436175Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 2022-09-27T15:45:00.5669477Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:45:00.5683526Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool 2022-09-27T15:45:00.7188692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:45:00.7213413Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:45:00.8671752Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:00.8696978Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:45:00.8783957Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:45:00.9029476Z [gw3] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_singular_cpu_float32 2022-09-27T15:45:00.9130681Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:45:00.9169435Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:45:00.9249808Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:45:00.9604064Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 2022-09-27T15:45:00.9706353Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:01.0084025Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 2022-09-27T15:45:01.0162474Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:01.0448927Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:45:01.0552804Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:01.0570195Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:45:01.0596893Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 2022-09-27T15:45:01.0909291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:45:01.1417233Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:01.1447404Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:45:01.2750271Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:01.2772469Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 2022-09-27T15:45:01.4237325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:45:01.4260733Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 2022-09-27T15:45:01.4509617Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:45:01.4689281Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 2022-09-27T15:45:01.5115143Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:01.5131921Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 2022-09-27T15:45:01.5442593Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:01.5452408Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 2022-09-27T15:45:01.5914660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:45:01.5922651Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 2022-09-27T15:45:01.6132463Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:01.6391367Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:45:01.6675132Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:01.6859777Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:45:01.7196325Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:01.7286222Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:45:01.7462243Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:45:01.7695939Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 2022-09-27T15:45:01.7726813Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 2022-09-27T15:45:01.7756463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:45:01.7792693Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:01.8250708Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:45:01.8262752Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:01.8724395Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:45:02.0495248Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:02.0512363Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 2022-09-27T15:45:02.1617747Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:45:02.1631762Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 2022-09-27T15:45:02.4856170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:45:02.4887368Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 2022-09-27T15:45:02.5294802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:45:02.5320393Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 2022-09-27T15:45:02.5604561Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:45:02.5635004Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:45:02.6183619Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:45:02.6206036Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 2022-09-27T15:45:02.6292252Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:45:02.6334579Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 2022-09-27T15:45:02.6350225Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 2022-09-27T15:45:02.6724759Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:45:02.6768726Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:45:02.6863412Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 2022-09-27T15:45:02.6897814Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 2022-09-27T15:45:02.7139500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:45:02.7435411Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:02.7527130Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 2022-09-27T15:45:02.7597108Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:45:02.8009254Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 2022-09-27T15:45:02.8089145Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:45:02.8450949Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 2022-09-27T15:45:02.8711095Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:02.8769932Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:45:02.8795207Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 2022-09-27T15:45:02.8886759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:45:02.9253946Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:02.9329292Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:45:02.9479298Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:45:02.9769094Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 2022-09-27T15:45:03.0068252Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:03.0206871Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:45:03.0377010Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:45:03.0629947Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 2022-09-27T15:45:03.0642660Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:45:03.0656331Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 2022-09-27T15:45:03.0666920Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:03.0678316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:45:03.0754925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:45:03.1089677Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 2022-09-27T15:45:03.1188810Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:45:03.1479330Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 2022-09-27T15:45:03.1514493Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 2022-09-27T15:45:03.1576476Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:45:03.1634688Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:03.1969983Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:45:03.2079760Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:45:03.2407173Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 2022-09-27T15:45:03.2721872Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:03.2741055Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool 2022-09-27T15:45:03.4733838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:45:03.4757467Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:45:03.6227258Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:03.6255734Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 2022-09-27T15:45:03.6312760Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:45:03.6328280Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 2022-09-27T15:45:03.6340034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:45:03.6355435Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:45:04.2002658Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:45:04.2030764Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 2022-09-27T15:45:04.2431725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:45:04.2457317Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 2022-09-27T15:45:04.3982594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:45:04.4012850Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 2022-09-27T15:45:04.4124981Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:04.4524307Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:45:04.4971866Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:04.5082177Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:45:04.5332192Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:45:04.5349507Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:45:04.5385539Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:45:04.5493561Z [gw1] [ 76%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_singular_cpu_float32 2022-09-27T15:45:04.5509328Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 2022-09-27T15:45:04.5792163Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:45:04.5935893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:45:04.5950132Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 2022-09-27T15:45:04.6456019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:45:04.6502231Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 2022-09-27T15:45:04.6705539Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:45:04.7043205Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 2022-09-27T15:45:04.7066241Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:45:04.7523075Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 2022-09-27T15:45:04.7552635Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:45:04.8004256Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 2022-09-27T15:45:04.8300004Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:45:04.8318104Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 2022-09-27T15:45:04.8591641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:45:04.8602984Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 2022-09-27T15:45:04.8676954Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:45:04.9047598Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 2022-09-27T15:45:04.9102727Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:45:04.9603467Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 2022-09-27T15:45:04.9650235Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:45:05.0007389Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 2022-09-27T15:45:05.0708332Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:45:05.0728341Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 2022-09-27T15:45:05.3493733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:45:05.3515657Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 2022-09-27T15:45:05.4662139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:45:05.4688796Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 2022-09-27T15:45:05.5879269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:45:05.5896534Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 2022-09-27T15:45:05.6943255Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:45:05.6971841Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 2022-09-27T15:45:05.7233938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:45:05.7257979Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 2022-09-27T15:45:05.7326172Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:45:05.7729133Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 2022-09-27T15:45:05.8808365Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:45:05.8839024Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 2022-09-27T15:45:06.0991239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:45:06.1021519Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 2022-09-27T15:45:06.1083458Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:45:06.1496591Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 2022-09-27T15:45:06.1502803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:45:06.1950643Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool 2022-09-27T15:45:06.1956971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:45:06.2429688Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 2022-09-27T15:45:06.2436325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:45:06.2861099Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 2022-09-27T15:45:06.2870332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:45:06.3282583Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 2022-09-27T15:45:06.3310475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:45:06.3740561Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 2022-09-27T15:45:06.3749958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:45:06.4215476Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 2022-09-27T15:45:06.4221546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:45:06.4656600Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 2022-09-27T15:45:06.4661149Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:45:06.5135102Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 2022-09-27T15:45:06.5139802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:45:06.5587269Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 2022-09-27T15:45:06.5593952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:45:06.6095517Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 2022-09-27T15:45:06.6107498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:45:06.6114637Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 2022-09-27T15:45:06.6125430Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 2022-09-27T15:45:06.6454593Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:45:06.6552995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:45:06.7008361Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 2022-09-27T15:45:06.7013234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:45:06.7506991Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool 2022-09-27T15:45:06.7511225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:45:06.7990236Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 2022-09-27T15:45:06.7994357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:45:06.8461739Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 2022-09-27T15:45:06.8465757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:45:06.8807593Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 2022-09-27T15:45:06.8909272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:45:06.9249401Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 2022-09-27T15:45:06.9428926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:45:06.9801871Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 2022-09-27T15:45:06.9817324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:45:07.0206487Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 2022-09-27T15:45:07.0290077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:45:07.0647525Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 2022-09-27T15:45:07.0719562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:45:07.1171335Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 2022-09-27T15:45:07.1179975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:45:07.1609091Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 2022-09-27T15:45:07.1617808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:45:07.2082421Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 2022-09-27T15:45:07.4921292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:45:07.4948620Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 2022-09-27T15:45:07.5532928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:45:07.5553656Z [gw1] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 2022-09-27T15:45:08.0466255Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:45:08.0478083Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool 2022-09-27T15:45:08.3607226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:45:08.3648446Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 2022-09-27T15:45:08.7715491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:45:08.7742735Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 2022-09-27T15:45:09.2093420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:45:09.2123804Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 2022-09-27T15:45:09.4736041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:45:09.4884930Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 2022-09-27T15:45:09.7486223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:45:09.7514173Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 2022-09-27T15:45:10.1653314Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:45:10.1777784Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 2022-09-27T15:45:10.5524459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:45:10.5552068Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 2022-09-27T15:45:10.5811430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:45:10.6029757Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool 2022-09-27T15:45:10.6367846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:45:10.6405234Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 2022-09-27T15:45:10.6982090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:45:10.7108686Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 2022-09-27T15:45:10.7657212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:45:10.7664544Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 2022-09-27T15:45:10.8044660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:45:10.8086178Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 2022-09-27T15:45:10.8450266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:45:10.8527653Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 2022-09-27T15:45:10.8852250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:45:10.9008802Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 2022-09-27T15:45:10.9456502Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:45:10.9510630Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 2022-09-27T15:45:11.0004085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:45:11.0046826Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 2022-09-27T15:45:11.0337131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:45:11.0563228Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 2022-09-27T15:45:11.0731307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:45:11.0996242Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 2022-09-27T15:45:11.1001246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:45:11.1396600Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool 2022-09-27T15:45:11.1494067Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:45:11.1844470Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 2022-09-27T15:45:11.1888626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:45:11.2323764Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 2022-09-27T15:45:11.2366669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:45:11.2757628Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 2022-09-27T15:45:11.2808200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:45:11.3245215Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 2022-09-27T15:45:11.3250516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:45:11.3719122Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 2022-09-27T15:45:11.3721193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:45:11.4090930Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 2022-09-27T15:45:11.4162590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:45:11.4594843Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 2022-09-27T15:45:11.4600340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:45:11.5078391Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 2022-09-27T15:45:11.5079087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:45:11.5447500Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 2022-09-27T15:45:11.5562421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:45:11.5889253Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool 2022-09-27T15:45:11.5995963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:45:11.6327920Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 2022-09-27T15:45:11.6436128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:45:11.6768587Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 2022-09-27T15:45:11.6878786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:45:11.7226210Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 2022-09-27T15:45:11.7416031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:45:11.7656333Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 2022-09-27T15:45:11.7749642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:45:11.8088217Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 2022-09-27T15:45:11.8231832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:45:11.8255698Z [gw3] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 2022-09-27T15:45:11.8284002Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:45:11.8566762Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 2022-09-27T15:45:11.8669062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:45:11.9047654Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 2022-09-27T15:45:11.9145693Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:45:11.9563469Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 2022-09-27T15:45:11.9588896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:45:12.0043635Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 2022-09-27T15:45:12.0088664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:45:12.0483327Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool 2022-09-27T15:45:12.0510746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:45:12.0880165Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 2022-09-27T15:45:12.1187744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:45:12.1363892Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 2022-09-27T15:45:12.1448976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:45:12.1883930Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 2022-09-27T15:45:12.1930570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:45:12.2282972Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 2022-09-27T15:45:12.2362526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:45:12.2763193Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 2022-09-27T15:45:12.2807083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:45:12.3203015Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 2022-09-27T15:45:12.3250431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:45:12.3602637Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 2022-09-27T15:45:12.3690499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:45:12.4084026Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 2022-09-27T15:45:12.4276328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:45:12.4510250Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 2022-09-27T15:45:12.4510959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:45:12.4985532Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 2022-09-27T15:45:12.4986244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:45:12.5431242Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool 2022-09-27T15:45:12.5440639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:45:12.5874357Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 2022-09-27T15:45:12.5884731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:45:12.6357780Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 2022-09-27T15:45:12.6368246Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:45:12.6781265Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 2022-09-27T15:45:12.6791227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:45:12.7221341Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 2022-09-27T15:45:12.7231274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:45:12.7664972Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 2022-09-27T15:45:12.7675333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:45:12.8098277Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 2022-09-27T15:45:12.8108330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:45:12.8576407Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 2022-09-27T15:45:12.8586388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:45:12.8790516Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 2022-09-27T15:45:12.8811712Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 2022-09-27T15:45:12.8904107Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:45:12.8968444Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 2022-09-27T15:45:12.9030449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:45:12.9325987Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 2022-09-27T15:45:12.9408448Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:45:12.9459956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:45:12.9651692Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 2022-09-27T15:45:12.9722184Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 2022-09-27T15:45:12.9848864Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:45:12.9902249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:45:13.0168954Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 2022-09-27T15:45:13.0201091Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 2022-09-27T15:45:13.0287002Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:45:13.0357840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:45:13.0592987Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool 2022-09-27T15:45:13.0646654Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:45:13.0727438Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:45:13.0799372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:45:13.1026055Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 2022-09-27T15:45:13.1085872Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:45:13.1165420Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:45:13.1237247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:45:13.1428087Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 2022-09-27T15:45:13.1580330Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:45:13.1606597Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:45:13.1677117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:45:13.1769280Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 2022-09-27T15:45:13.2005139Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:45:13.2045949Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:45:13.2114281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:45:13.2241923Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 2022-09-27T15:45:13.2406136Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:45:13.2484221Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:45:13.2493068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:45:13.2552324Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 2022-09-27T15:45:13.2924052Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 2022-09-27T15:45:13.2933230Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:45:13.3003772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:45:13.3368673Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 2022-09-27T15:45:13.3380488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:45:13.3439535Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 2022-09-27T15:45:13.3525774Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 2022-09-27T15:45:13.3808411Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:45:13.3879826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:45:13.4247252Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 2022-09-27T15:45:13.4317378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:45:13.4361712Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 2022-09-27T15:45:13.4385337Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 2022-09-27T15:45:13.4714534Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:45:13.4799110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:45:13.5168502Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool 2022-09-27T15:45:13.5264518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:45:13.5607648Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 2022-09-27T15:45:13.5699927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:45:13.5897201Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 2022-09-27T15:45:13.6014153Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 2022-09-27T15:45:13.6046023Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:45:13.6191404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:45:13.6528481Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 2022-09-27T15:45:13.6713522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:45:13.7327213Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 2022-09-27T15:45:13.7336541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:45:13.7480877Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 2022-09-27T15:45:13.7509942Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:45:13.7625277Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 2022-09-27T15:45:13.7653723Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 2022-09-27T15:45:13.7845811Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:45:13.7938879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:45:13.8326348Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 2022-09-27T15:45:13.8422176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:45:13.8766864Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 2022-09-27T15:45:13.8883474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:45:13.9207564Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 2022-09-27T15:45:13.9578138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:45:13.9645888Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool 2022-09-27T15:45:13.9899712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:45:14.0126887Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 2022-09-27T15:45:14.0242678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:45:14.0566836Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 2022-09-27T15:45:14.0698393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:45:14.1007631Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 2022-09-27T15:45:14.1150279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:45:14.1448110Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 2022-09-27T15:45:14.1715618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:45:14.1887282Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 2022-09-27T15:45:14.2133834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:45:14.2327577Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 2022-09-27T15:45:14.2618321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:45:14.2766268Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 2022-09-27T15:45:14.2896012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:45:14.3207077Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 2022-09-27T15:45:14.3340321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:45:14.3645592Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 2022-09-27T15:45:14.3711274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:45:14.4086458Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool 2022-09-27T15:45:14.4156791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:45:14.4526614Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 2022-09-27T15:45:14.4588710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:45:14.4966628Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 2022-09-27T15:45:14.5025671Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:45:14.5406577Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 2022-09-27T15:45:14.5472001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:45:14.5847018Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 2022-09-27T15:45:14.5914349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:45:14.6287231Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 2022-09-27T15:45:14.6356462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:45:14.6726466Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 2022-09-27T15:45:14.6784427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:45:14.7276226Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 2022-09-27T15:45:14.7281146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:45:14.7509358Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 2022-09-27T15:45:14.7522463Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 2022-09-27T15:45:14.7589507Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:45:14.7711216Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 2022-09-27T15:45:14.7748919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:45:14.8081928Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 2022-09-27T15:45:14.8150197Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:45:14.8297615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:45:14.8544878Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool 2022-09-27T15:45:14.8570168Z [gw0] [ 76%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 2022-09-27T15:45:14.8604037Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:45:14.9060037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:45:14.9069188Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 2022-09-27T15:45:14.9148787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:45:14.9457849Z [gw2] [ 76%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 2022-09-27T15:45:14.9471971Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 2022-09-27T15:45:14.9500561Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:45:14.9562391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:45:14.9606530Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 2022-09-27T15:45:14.9888867Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 2022-09-27T15:45:14.9927283Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:45:15.0024374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:45:15.0188063Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 2022-09-27T15:45:15.0325468Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 2022-09-27T15:45:15.0402026Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:45:15.0414508Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 2022-09-27T15:45:15.0520244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:45:15.0832784Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 2022-09-27T15:45:15.0840112Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:45:15.0884860Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 2022-09-27T15:45:15.0989018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:45:15.1283319Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 2022-09-27T15:45:15.1288636Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:45:15.1365114Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 2022-09-27T15:45:15.1470702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:45:15.1721299Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 2022-09-27T15:45:15.1805532Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:45:15.1908661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:45:15.2125011Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 2022-09-27T15:45:15.2163703Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 2022-09-27T15:45:15.2246253Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:45:15.2324673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:45:15.2346213Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 2022-09-27T15:45:15.2605332Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 2022-09-27T15:45:15.2684348Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:45:15.2782062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:45:15.3089825Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool 2022-09-27T15:45:15.3099416Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 2022-09-27T15:45:15.3124187Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:45:15.3231232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:45:15.3299663Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 2022-09-27T15:45:15.3526582Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 2022-09-27T15:45:15.3566891Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:45:15.3644091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:45:15.3726101Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 2022-09-27T15:45:15.3986070Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 2022-09-27T15:45:15.4003988Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:45:15.4110070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:45:15.4210961Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 2022-09-27T15:45:15.4477075Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 2022-09-27T15:45:15.4480154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:45:15.4484794Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:45:15.4591762Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 2022-09-27T15:45:15.4919895Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 2022-09-27T15:45:15.4928119Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:45:15.4936309Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 2022-09-27T15:45:15.5038201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:45:15.5364424Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 2022-09-27T15:45:15.5367923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:45:15.5429826Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:45:15.5528584Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 2022-09-27T15:45:15.5766201Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 2022-09-27T15:45:15.5864394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:45:15.5868460Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:45:15.5951834Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 2022-09-27T15:45:15.6207143Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 2022-09-27T15:45:15.6363003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:45:15.6581300Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:45:15.6600766Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 2022-09-27T15:45:15.6644429Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 2022-09-27T15:45:15.6683882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:45:15.6934044Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:45:15.7145037Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 2022-09-27T15:45:15.7156204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:45:15.7333346Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 2022-09-27T15:45:15.7357958Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 2022-09-27T15:45:15.7411204Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:45:15.7580042Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 2022-09-27T15:45:15.7585463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:45:15.7847771Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool 2022-09-27T15:45:15.7848527Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:45:15.8038738Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 2022-09-27T15:45:15.8039449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:45:15.8328403Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:45:15.8329156Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:45:15.8478973Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 2022-09-27T15:45:15.8479643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:45:15.8810846Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 2022-09-27T15:45:15.8811560Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:15.8858072Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 2022-09-27T15:45:15.8916359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:45:15.9165018Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:45:15.9221877Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:45:15.9284149Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 2022-09-27T15:45:15.9324939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:45:15.9605136Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 2022-09-27T15:45:15.9725973Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:45:15.9770204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:45:15.9811296Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 2022-09-27T15:45:16.0046906Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 2022-09-27T15:45:16.0166423Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:45:16.0227317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:45:16.0330931Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 2022-09-27T15:45:16.0487726Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 2022-09-27T15:45:16.0609448Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:45:16.0677381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:45:16.1089788Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 2022-09-27T15:45:16.1157688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:45:16.1371490Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 2022-09-27T15:45:16.1388859Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 2022-09-27T15:45:16.1529654Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:16.1596479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:45:16.1969740Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 2022-09-27T15:45:16.2037819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:45:16.2264416Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 2022-09-27T15:45:16.2316354Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 2022-09-27T15:45:16.2405772Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:45:16.2462640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:45:16.2846663Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 2022-09-27T15:45:16.3161880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:45:16.3284890Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool 2022-09-27T15:45:16.3439957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:45:16.3440927Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 2022-09-27T15:45:16.3459083Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 2022-09-27T15:45:16.3755316Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:45:16.3892765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:45:16.4167164Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 2022-09-27T15:45:16.4238319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:45:16.4607147Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 2022-09-27T15:45:16.4685302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:45:16.4733958Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 2022-09-27T15:45:16.4743602Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 2022-09-27T15:45:16.5046504Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:45:16.5120819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:45:16.5487097Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 2022-09-27T15:45:16.5562005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:45:16.5581203Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 2022-09-27T15:45:16.5591145Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 2022-09-27T15:45:16.5927359Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:45:16.5997310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:45:16.6367095Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 2022-09-27T15:45:16.6436505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:45:16.6443585Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 2022-09-27T15:45:16.6490711Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:45:16.6881014Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool 2022-09-27T15:45:16.7009910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:45:16.7360967Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 2022-09-27T15:45:16.7484976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:45:16.7798436Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 2022-09-27T15:45:16.7939241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:45:16.8237647Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 2022-09-27T15:45:16.8386830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:45:16.8647225Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 2022-09-27T15:45:16.8764300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:45:16.9086408Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 2022-09-27T15:45:16.9200911Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:45:16.9526259Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 2022-09-27T15:45:16.9642718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:45:16.9995768Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 2022-09-27T15:45:17.0452153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:45:17.0508151Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool 2022-09-27T15:45:17.0748212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:45:17.0927555Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 2022-09-27T15:45:17.1107277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:45:17.1214544Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 2022-09-27T15:45:17.1229301Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 2022-09-27T15:45:17.1406256Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:45:17.1617252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:45:17.1846734Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 2022-09-27T15:45:17.2368760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:45:17.2387603Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 2022-09-27T15:45:17.2716475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:45:17.2803711Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 2022-09-27T15:45:17.3088052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:45:17.3245132Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 2022-09-27T15:45:17.3378004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:45:17.3685410Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 2022-09-27T15:45:17.3751338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:45:17.4127078Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool 2022-09-27T15:45:17.4194633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:45:17.4565400Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 2022-09-27T15:45:17.4634210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:45:17.4685214Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 2022-09-27T15:45:17.4699306Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 2022-09-27T15:45:17.5078397Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:45:17.5086304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:45:17.5471247Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 2022-09-27T15:45:17.5516427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:45:17.5923376Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 2022-09-27T15:45:17.5961064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:45:17.6402866Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 2022-09-27T15:45:17.6410946Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:45:17.6836501Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 2022-09-27T15:45:17.6844905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:45:17.7174569Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 2022-09-27T15:45:17.7187842Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 2022-09-27T15:45:17.7243732Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:45:17.7309082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:45:17.7374034Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 2022-09-27T15:45:17.7706533Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 2022-09-27T15:45:17.7715329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:45:17.7817327Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:45:17.7872560Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 2022-09-27T15:45:17.8142104Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 2022-09-27T15:45:17.8185335Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:45:17.8197511Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 2022-09-27T15:45:17.8336611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:45:17.8525977Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool 2022-09-27T15:45:17.8563365Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:45:17.8608119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:45:17.8660816Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 2022-09-27T15:45:17.9091093Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 2022-09-27T15:45:17.9091769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:45:17.9095986Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:45:17.9099890Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 2022-09-27T15:45:17.9513434Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 2022-09-27T15:45:17.9514136Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:45:17.9514714Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 2022-09-27T15:45:17.9558262Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:45:17.9947511Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 2022-09-27T15:45:17.9948150Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:45:17.9951752Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 2022-09-27T15:45:17.9996030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:45:18.0334572Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 2022-09-27T15:45:18.0362763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:45:18.0381527Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:45:18.0434004Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 2022-09-27T15:45:18.0888593Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 2022-09-27T15:45:18.0889219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:45:18.0889790Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:45:18.0977798Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 2022-09-27T15:45:18.1308963Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 2022-09-27T15:45:18.1309625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:45:18.1310201Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:45:18.1410477Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 2022-09-27T15:45:18.1766354Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 2022-09-27T15:45:18.1767003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:45:18.1855044Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:45:18.2153447Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 2022-09-27T15:45:18.2266811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:45:18.2294834Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 2022-09-27T15:45:18.2303834Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 2022-09-27T15:45:18.2512667Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:45:18.2568983Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 2022-09-27T15:45:18.2743049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:45:18.2747495Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool 2022-09-27T15:45:18.2863556Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:45:18.3114826Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 2022-09-27T15:45:18.3115511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:45:18.3243140Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 2022-09-27T15:45:18.3524279Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:45:18.3556646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:45:18.4226932Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 2022-09-27T15:45:18.4955097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:45:18.4956062Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 2022-09-27T15:45:18.5171033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:45:18.5204524Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 2022-09-27T15:45:18.5246715Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:45:18.5531780Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 2022-09-27T15:45:18.5542060Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 2022-09-27T15:45:18.5723496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:45:18.5761743Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:45:18.5809538Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 2022-09-27T15:45:18.6043773Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 2022-09-27T15:45:18.6246295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:45:18.6250199Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:45:18.6291750Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 2022-09-27T15:45:18.6405303Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 2022-09-27T15:45:18.6511986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:45:18.6671230Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 2022-09-27T15:45:18.6682855Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 2022-09-27T15:45:18.6687400Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:45:18.6698615Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 2022-09-27T15:45:18.6846991Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:45:18.6957622Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:45:18.7123371Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 2022-09-27T15:45:18.7127513Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:45:18.7319790Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 2022-09-27T15:45:18.7495648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:45:18.7501490Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 2022-09-27T15:45:18.7564433Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:45:18.7746019Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 2022-09-27T15:45:18.7866013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:45:18.7924702Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool 2022-09-27T15:45:18.8206177Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:18.8223945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:45:18.8342984Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:18.8364399Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 2022-09-27T15:45:18.8674973Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:18.8700778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:45:18.8784970Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:18.8803054Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 2022-09-27T15:45:18.8827202Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:18.9112546Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:18.9229934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:45:18.9276340Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 2022-09-27T15:45:18.9282366Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:18.9527445Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:18.9666366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:45:18.9681633Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 2022-09-27T15:45:18.9690535Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 2022-09-27T15:45:18.9696494Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:45:18.9746153Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:45:18.9861705Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 2022-09-27T15:45:18.9964921Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 2022-09-27T15:45:19.0050690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:45:19.0086535Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 2022-09-27T15:45:19.0160521Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:45:19.0199932Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:45:19.0488773Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 2022-09-27T15:45:19.0494991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:45:19.0641610Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 2022-09-27T15:45:19.0768483Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:45:19.0843938Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:45:19.0902915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:45:19.1004893Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 2022-09-27T15:45:19.1228107Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:45:19.1285316Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:45:19.1378453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:45:19.1393640Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool 2022-09-27T15:45:19.1399907Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 2022-09-27T15:45:19.1443847Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:45:19.1502241Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:45:19.1571966Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 2022-09-27T15:45:19.1725501Z [gw3] [ 77%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 2022-09-27T15:45:19.1804402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:45:19.1812782Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:45:19.1884794Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 2022-09-27T15:45:19.1941217Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:45:19.2165545Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 2022-09-27T15:45:19.2249892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:45:19.2364612Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 2022-09-27T15:45:19.2423320Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:45:19.2604519Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 2022-09-27T15:45:19.2703926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:45:19.2803740Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 2022-09-27T15:45:19.3031737Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:45:19.3044818Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:45:19.3138694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:45:19.3245169Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 2022-09-27T15:45:19.3265839Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:45:19.3486858Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:45:19.3587219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:45:19.3684699Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 2022-09-27T15:45:19.3754613Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:45:19.3925779Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 2022-09-27T15:45:19.4017736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:45:19.4124078Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 2022-09-27T15:45:19.4195062Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:45:19.4365329Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 2022-09-27T15:45:19.4459739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:45:19.4565577Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 2022-09-27T15:45:19.4632442Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:45:19.4805573Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 2022-09-27T15:45:19.4915415Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:45:19.5004401Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool 2022-09-27T15:45:19.5073873Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:45:19.5245109Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 2022-09-27T15:45:19.5338944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:45:19.5443829Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 2022-09-27T15:45:19.5512986Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:45:19.5685718Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 2022-09-27T15:45:19.5776717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:45:19.5925259Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 2022-09-27T15:45:19.6031894Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:45:19.6159183Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 2022-09-27T15:45:19.6235893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:45:19.6306169Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 2022-09-27T15:45:19.6320612Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 2022-09-27T15:45:19.6404150Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:45:19.6476627Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:45:19.6563810Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 2022-09-27T15:45:19.6681014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:45:19.6844988Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 2022-09-27T15:45:19.7038731Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:45:19.7080921Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:45:19.7135145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:45:19.7286978Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 2022-09-27T15:45:19.7366294Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:45:19.7445104Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:45:19.7556457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:45:19.7724224Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 2022-09-27T15:45:19.7795816Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:45:19.7883579Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:45:19.7992446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:45:19.8163734Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 2022-09-27T15:45:19.8187163Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:19.8324901Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:45:19.8609781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:45:19.8643091Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:19.9049642Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:45:19.9081194Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:19.9487628Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:45:19.9524747Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:19.9606145Z [gw0] [ 77%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:45:19.9615238Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 2022-09-27T15:45:19.9928107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:45:20.0001192Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:45:20.0407395Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:45:20.0638166Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:45:20.0847669Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 2022-09-27T15:45:20.0983860Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:45:20.0996602Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool 2022-09-27T15:45:20.1100841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:45:20.1291295Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 2022-09-27T15:45:20.1404732Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:45:20.1727228Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 2022-09-27T15:45:20.1834589Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:45:20.2165865Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 2022-09-27T15:45:20.2334264Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:45:20.2611505Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 2022-09-27T15:45:20.2685513Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:45:20.3086743Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 2022-09-27T15:45:20.3157613Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:45:20.3529342Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 2022-09-27T15:45:20.3697838Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:45:20.4003566Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 2022-09-27T15:45:20.4015835Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 2022-09-27T15:45:20.4023868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:45:20.4164240Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:45:20.4445891Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 2022-09-27T15:45:20.4602519Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:45:20.4890591Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 2022-09-27T15:45:20.5110045Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:45:20.5326489Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 2022-09-27T15:45:20.6179053Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:45:20.6197267Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 2022-09-27T15:45:20.6613878Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:45:20.6684425Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 2022-09-27T15:45:20.6883231Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:45:20.6897610Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 2022-09-27T15:45:20.7038825Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:45:20.7210393Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 2022-09-27T15:45:20.7234857Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 2022-09-27T15:45:20.7405375Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:45:20.7410187Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:45:20.7843831Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 2022-09-27T15:45:20.7844666Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 2022-09-27T15:45:20.7971110Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:45:20.7981157Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 2022-09-27T15:45:20.8323757Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:45:20.8358233Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:45:20.8649495Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 2022-09-27T15:45:20.8947486Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:45:20.9088510Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 2022-09-27T15:45:20.9445603Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:45:20.9531413Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 2022-09-27T15:45:20.9715253Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:45:20.9732010Z [gw1] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 2022-09-27T15:45:20.9753586Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:45:20.9841891Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 2022-09-27T15:45:20.9850198Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 2022-09-27T15:45:20.9965802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:45:21.0102318Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:45:21.0409839Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 2022-09-27T15:45:21.1024440Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:45:21.1038844Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 2022-09-27T15:45:21.1772047Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:45:21.1792472Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 2022-09-27T15:45:21.1964109Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:45:21.2283179Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 2022-09-27T15:45:21.3202852Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:45:21.3232197Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 2022-09-27T15:45:21.3704398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:45:21.3755868Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 2022-09-27T15:45:21.4671134Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:45:21.4703218Z [gw0] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 2022-09-27T15:45:21.7568559Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:45:21.7584997Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 2022-09-27T15:45:21.9283255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:45:21.9299792Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 2022-09-27T15:45:22.2445662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:45:22.2478581Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 2022-09-27T15:45:22.3730684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:45:22.3747566Z [gw3] [ 77%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 2022-09-27T15:45:22.4162631Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:45:22.4176303Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 2022-09-27T15:45:22.5109240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:45:22.5132354Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 2022-09-27T15:45:22.6482524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:45:22.6502551Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 2022-09-27T15:45:22.7394806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:45:22.7416800Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 2022-09-27T15:45:22.8301795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:45:22.8330492Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 2022-09-27T15:45:22.8859470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:45:22.8885993Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 2022-09-27T15:45:22.9330263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:45:22.9356836Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool 2022-09-27T15:45:22.9724869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:45:22.9763120Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 2022-09-27T15:45:23.0354239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:45:23.0373681Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 2022-09-27T15:45:23.0627960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:45:23.0805955Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 2022-09-27T15:45:23.1101260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:45:23.1245559Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 2022-09-27T15:45:23.1537469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:45:23.1722545Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 2022-09-27T15:45:23.2143518Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:45:23.2174012Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 2022-09-27T15:45:23.2418183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:45:23.2643772Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 2022-09-27T15:45:23.3046165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:45:23.3096179Z [gw2] [ 77%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 2022-09-27T15:45:23.3470753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:45:23.3525177Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 2022-09-27T15:45:23.4003028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:45:23.4034859Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 2022-09-27T15:45:23.4291001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:45:23.4523551Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 2022-09-27T15:45:23.4567405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:45:23.4923902Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 2022-09-27T15:45:23.5020936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:45:23.5366863Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool 2022-09-27T15:45:23.5446719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:45:23.5851635Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 2022-09-27T15:45:23.6912849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:45:23.6930440Z [gw2] [ 78%] PASSED test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 2022-09-27T15:45:23.8440442Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:45:23.8450305Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 2022-09-27T15:45:23.8513457Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:45:23.8886132Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 2022-09-27T15:45:23.9960031Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:45:23.9970671Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 2022-09-27T15:45:24.1839615Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:45:24.1850134Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 2022-09-27T15:45:24.2469767Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:45:24.2478141Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 2022-09-27T15:45:24.3244827Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:45:24.3256754Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 2022-09-27T15:45:24.3260003Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:45:24.3608037Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 2022-09-27T15:45:24.3779223Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:45:24.4086639Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 2022-09-27T15:45:24.4281100Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:45:24.4567031Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 2022-09-27T15:45:24.4802384Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:45:24.5006270Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 2022-09-27T15:45:24.5091392Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:45:24.5445809Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 2022-09-27T15:45:24.5680331Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:45:24.5885882Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 2022-09-27T15:45:24.6829117Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:45:24.6843427Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 2022-09-27T15:45:24.7374990Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:45:24.7388071Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 2022-09-27T15:45:24.8361273Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:45:24.8373440Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 2022-09-27T15:45:24.8420817Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:45:24.8807819Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 2022-09-27T15:45:24.9740394Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:45:24.9756301Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 2022-09-27T15:45:24.9805597Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:45:25.0167254Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 2022-09-27T15:45:25.0239214Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:45:25.0608525Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 2022-09-27T15:45:25.0789407Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:45:25.1046737Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 2022-09-27T15:45:25.1068386Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:45:25.1487138Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 2022-09-27T15:45:25.1514815Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:45:25.1927020Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 2022-09-27T15:45:25.1999136Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:45:25.2366913Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 2022-09-27T15:45:25.2428854Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:45:25.2805952Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 2022-09-27T15:45:25.2867801Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:45:25.3246267Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 2022-09-27T15:45:25.3302630Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:45:25.3686504Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 2022-09-27T15:45:25.3795041Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:45:25.4125852Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 2022-09-27T15:45:25.4143243Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:45:25.4566254Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 2022-09-27T15:45:25.5375929Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:45:25.5376652Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 2022-09-27T15:45:25.5422180Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:45:25.5725133Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 2022-09-27T15:45:25.5894342Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:45:25.6168177Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 2022-09-27T15:45:25.6307470Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:45:25.6648008Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 2022-09-27T15:45:25.6792824Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:45:25.7127827Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 2022-09-27T15:45:25.7251776Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:45:25.7607424Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 2022-09-27T15:45:25.7748815Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:45:25.8087637Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 2022-09-27T15:45:25.8231767Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:45:25.8528061Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 2022-09-27T15:45:25.8693599Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:45:25.9008593Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 2022-09-27T15:45:25.9194006Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:45:25.9488522Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 2022-09-27T15:45:25.9553027Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:45:25.9561821Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 2022-09-27T15:45:25.9615626Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:45:25.9982004Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 2022-09-27T15:45:26.0152200Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:45:26.0448318Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 2022-09-27T15:45:26.0628784Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:45:26.0888159Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 2022-09-27T15:45:26.1111830Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:45:26.1403093Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 2022-09-27T15:45:26.1421356Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:45:26.1842945Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 2022-09-27T15:45:26.1895294Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:45:26.2209934Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 2022-09-27T15:45:26.2408017Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:45:26.2576401Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 2022-09-27T15:45:26.2598138Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 2022-09-27T15:45:26.2726592Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:45:26.2730891Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:45:26.2808740Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 2022-09-27T15:45:26.3006404Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 2022-09-27T15:45:26.3089587Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:45:26.3144189Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:45:26.3263429Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 2022-09-27T15:45:26.3444033Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 2022-09-27T15:45:26.3525863Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:45:26.3594313Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:45:26.4042304Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 2022-09-27T15:45:26.4266040Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:45:26.4404610Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 2022-09-27T15:45:26.4462598Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:45:26.4715292Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 2022-09-27T15:45:26.4722767Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 2022-09-27T15:45:26.4847027Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:45:26.4962895Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:45:26.5287341Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 2022-09-27T15:45:26.5598757Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:45:26.5615077Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 2022-09-27T15:45:26.5625407Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 2022-09-27T15:45:26.5725626Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:45:26.5868881Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:45:26.6162688Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 2022-09-27T15:45:26.6167801Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 2022-09-27T15:45:26.6185260Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:45:26.6262918Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:45:26.6676055Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 2022-09-27T15:45:26.6680138Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:45:26.7322537Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 2022-09-27T15:45:26.7370666Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:45:26.7567462Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 2022-09-27T15:45:26.7644866Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:45:26.8082074Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 2022-09-27T15:45:26.8251093Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:45:26.8603693Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 2022-09-27T15:45:26.8643782Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:45:26.8787636Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 2022-09-27T15:45:26.8803282Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 2022-09-27T15:45:26.9051944Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:45:26.9060481Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:45:26.9199466Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 2022-09-27T15:45:26.9243898Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 2022-09-27T15:45:26.9521714Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:45:26.9559924Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:45:26.9959337Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 2022-09-27T15:45:26.9968312Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:45:27.0396357Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 2022-09-27T15:45:27.0404659Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:45:27.0802499Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 2022-09-27T15:45:27.0819712Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:45:27.0998764Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 2022-09-27T15:45:27.1022886Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 2022-09-27T15:45:27.1183710Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:45:27.1203254Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 2022-09-27T15:45:27.1295488Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:45:27.1445035Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 2022-09-27T15:45:27.1594579Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:45:27.1644283Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 2022-09-27T15:45:27.1681298Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:45:27.1885946Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 2022-09-27T15:45:27.2086145Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:45:27.2127079Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:45:27.2565603Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 2022-09-27T15:45:27.2572775Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:45:27.3020050Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 2022-09-27T15:45:27.3026574Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:45:27.3437356Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 2022-09-27T15:45:27.3562208Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:45:27.3576004Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 2022-09-27T15:45:27.4079898Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:45:27.4093702Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 2022-09-27T15:45:27.4124816Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:45:27.4158503Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 2022-09-27T15:45:27.4171729Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 2022-09-27T15:45:27.4566429Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:45:27.4575858Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:45:27.4942638Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 2022-09-27T15:45:27.4968471Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 2022-09-27T15:45:27.5051085Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:27.5060016Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:45:27.5493561Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 2022-09-27T15:45:27.5503133Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:45:27.5928011Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 2022-09-27T15:45:27.5937892Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:45:27.6392119Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 2022-09-27T15:45:27.6402078Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:45:27.6841731Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 2022-09-27T15:45:27.6855884Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:45:27.7282110Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 2022-09-27T15:45:27.7471762Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:45:27.7484350Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:27.7713902Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:27.7844146Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 2022-09-27T15:45:27.8346234Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:45:27.8483990Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 2022-09-27T15:45:27.8589499Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:45:27.8966932Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 2022-09-27T15:45:27.9185322Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:45:27.9366029Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 2022-09-27T15:45:27.9439380Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:45:27.9842131Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 2022-09-27T15:45:27.9975048Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:45:28.0271370Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 2022-09-27T15:45:28.1872072Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:45:28.1904000Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 2022-09-27T15:45:28.1955924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:45:28.2012937Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 2022-09-27T15:45:28.2185126Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:45:28.2523652Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 2022-09-27T15:45:28.2549056Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:45:28.2888056Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 2022-09-27T15:45:28.3045775Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:45:28.3327788Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 2022-09-27T15:45:28.3443984Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:45:28.3768894Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 2022-09-27T15:45:28.4308811Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:45:28.4324097Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 2022-09-27T15:45:28.4642949Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:45:28.4808473Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 2022-09-27T15:45:28.4899516Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:45:28.5249039Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 2022-09-27T15:45:28.5315918Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:45:28.5713824Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 2022-09-27T15:45:28.5835907Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:45:28.6129045Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 2022-09-27T15:45:28.6420417Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:45:28.6568735Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 2022-09-27T15:45:28.7867836Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:45:28.7918209Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 2022-09-27T15:45:29.0333322Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:45:29.0361467Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:29.0630640Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:45:29.0650936Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 2022-09-27T15:45:29.0983248Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:45:29.1085617Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 2022-09-27T15:45:29.1494089Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:45:29.1524880Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 2022-09-27T15:45:29.1754992Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:45:29.1774513Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 2022-09-27T15:45:29.1785143Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 2022-09-27T15:45:29.1904513Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:45:29.2006709Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 2022-09-27T15:45:29.2246818Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:45:29.2481421Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:45:29.2802839Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 2022-09-27T15:45:29.4677523Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:45:29.4761027Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 2022-09-27T15:45:29.5061567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:45:29.5086702Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 2022-09-27T15:45:29.5112619Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:45:29.5205112Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 2022-09-27T15:45:29.5253209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:45:29.5553433Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 2022-09-27T15:45:29.6405396Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:45:29.6468304Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 2022-09-27T15:45:29.6617840Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:45:29.6962482Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 2022-09-27T15:45:29.7025756Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:45:29.7389921Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 2022-09-27T15:45:29.8457917Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:45:29.8472925Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 2022-09-27T15:45:29.8618558Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:45:29.8638089Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 2022-09-27T15:45:29.8755107Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:45:29.9086684Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 2022-09-27T15:45:29.9225154Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:45:29.9225816Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 2022-09-27T15:45:29.9242869Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 2022-09-27T15:45:29.9530439Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:45:29.9910046Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:29.9938370Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 2022-09-27T15:45:30.0217432Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:45:30.0231119Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:30.0248636Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 2022-09-27T15:45:30.0252691Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:45:30.0931848Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:30.0963910Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 2022-09-27T15:45:30.1072350Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:45:30.1086788Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 2022-09-27T15:45:30.1110029Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:30.1368663Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:30.1522811Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:45:30.1540183Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:30.1600107Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:45:30.1660557Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 2022-09-27T15:45:30.1843436Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 2022-09-27T15:45:30.2042770Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:45:30.2554193Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:45:30.2578423Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 2022-09-27T15:45:30.3106073Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:45:30.3135004Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 2022-09-27T15:45:30.3628901Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:45:30.3648803Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 2022-09-27T15:45:30.3864400Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:45:30.4087873Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 2022-09-27T15:45:30.4135990Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:45:30.4280024Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_singular_cpu_complex64 2022-09-27T15:45:30.4293584Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 2022-09-27T15:45:30.4603661Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:45:30.4753924Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:45:30.4773887Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 2022-09-27T15:45:30.5180004Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:45:30.5375610Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 2022-09-27T15:45:30.5688788Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:45:30.5884098Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 2022-09-27T15:45:30.6307671Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:45:30.6364182Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 2022-09-27T15:45:30.6629041Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:45:30.6883347Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 2022-09-27T15:45:31.3635714Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:45:31.3650774Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 2022-09-27T15:45:31.5325805Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:45:31.5342494Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 2022-09-27T15:45:31.5646227Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:45:31.5801673Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 2022-09-27T15:45:31.5871055Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:45:31.6209055Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 2022-09-27T15:45:31.6279825Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:45:31.6286821Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 2022-09-27T15:45:31.6347782Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:45:31.6648008Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 2022-09-27T15:45:31.6868323Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:45:31.7087276Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 2022-09-27T15:45:31.7296009Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:45:31.7307378Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 2022-09-27T15:45:31.7375344Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:45:31.7725248Z [gw3] [ 78%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 2022-09-27T15:45:31.7780238Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:45:31.7799024Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 2022-09-27T15:45:31.9094392Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:45:31.9109137Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 2022-09-27T15:45:31.9207559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:45:31.9219032Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 2022-09-27T15:45:31.9249083Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:45:31.9602303Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 2022-09-27T15:45:31.9617303Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 2022-09-27T15:45:31.9669592Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:45:31.9686681Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 2022-09-27T15:45:31.9794150Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:45:32.0046096Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 2022-09-27T15:45:32.0147360Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:45:32.0352568Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:45:32.0434872Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 2022-09-27T15:45:32.0523660Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:45:32.0615780Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:45:32.0679271Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:45:32.1143539Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 2022-09-27T15:45:32.1157159Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:45:32.1171982Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:45:32.1181008Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:45:32.1642023Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 2022-09-27T15:45:32.1781101Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:45:32.2121354Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 2022-09-27T15:45:32.2131529Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:45:32.2374028Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 2022-09-27T15:45:32.2427036Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:45:32.2563809Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:45:32.2575305Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:45:32.3022996Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 2022-09-27T15:45:32.3041996Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:45:32.3109110Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 2022-09-27T15:45:32.3128359Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:45:32.3525004Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:45:32.3528220Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:45:32.3841291Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 2022-09-27T15:45:32.3852190Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:45:32.3923451Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:45:32.3959723Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:45:32.4368596Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 2022-09-27T15:45:32.4430988Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:45:32.4448963Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 2022-09-27T15:45:32.4457683Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:45:32.4807533Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:45:32.4835592Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:45:32.4884887Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:45:32.5115897Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:45:32.5269046Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 2022-09-27T15:45:32.5370341Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:45:32.5389219Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:45:32.5805909Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:45:32.5815580Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:45:32.7393403Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:45:32.7422336Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 2022-09-27T15:45:32.7936175Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:45:32.7962967Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 2022-09-27T15:45:32.8375489Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:45:32.8416538Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 2022-09-27T15:45:32.8738313Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:45:32.8845188Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 2022-09-27T15:45:32.9211590Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:45:32.9285517Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 2022-09-27T15:45:32.9438254Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:45:32.9844335Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 2022-09-27T15:45:32.9889559Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:45:33.0208405Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 2022-09-27T15:45:33.0802125Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:45:33.0815826Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 2022-09-27T15:45:33.1028840Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:45:33.1322105Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 2022-09-27T15:45:33.1611138Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:45:33.1684328Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 2022-09-27T15:45:33.1787051Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:45:33.2126603Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:45:33.2224602Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:45:33.2566556Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:45:33.2628862Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:45:33.3006554Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 2022-09-27T15:45:33.3065999Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:45:33.3449017Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 2022-09-27T15:45:33.3539437Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:45:33.3551410Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 2022-09-27T15:45:33.3583118Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:45:33.3713502Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 2022-09-27T15:45:33.3924275Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 2022-09-27T15:45:33.3972614Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:45:33.3978947Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 2022-09-27T15:45:33.4200904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:45:33.4406595Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 2022-09-27T15:45:33.4481574Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:45:33.4534194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:45:33.4558641Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 2022-09-27T15:45:33.4846621Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 2022-09-27T15:45:33.4849911Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:45:33.4933210Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:45:33.5110423Z [gw2] [ 78%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 2022-09-27T15:45:33.5362947Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 2022-09-27T15:45:33.5374478Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:45:33.5379086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:45:33.5538508Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 2022-09-27T15:45:33.5726668Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 2022-09-27T15:45:33.5741165Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:45:33.5759875Z [gw3] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 2022-09-27T15:45:33.5795435Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:45:33.5803087Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 2022-09-27T15:45:33.6197833Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:45:33.6200686Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:45:33.6509138Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 2022-09-27T15:45:33.6531830Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 2022-09-27T15:45:33.6638093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:45:33.6638856Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:45:33.7121550Z [gw2] [ 78%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 2022-09-27T15:45:33.7125217Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:45:33.7261919Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 2022-09-27T15:45:33.7281263Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 2022-09-27T15:45:33.7551220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:45:33.7551933Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:45:33.7851183Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 2022-09-27T15:45:33.7870756Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 2022-09-27T15:45:33.7964688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:45:33.7988072Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:45:33.8368229Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 2022-09-27T15:45:33.8376501Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:45:33.8387656Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 2022-09-27T15:45:33.8414252Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:45:33.8806169Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 2022-09-27T15:45:33.9609484Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:45:33.9638450Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 2022-09-27T15:45:34.0528862Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:45:34.0566446Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 2022-09-27T15:45:34.0632426Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:45:34.1019948Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 2022-09-27T15:45:34.1060859Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:45:34.1484046Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 2022-09-27T15:45:34.1492202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:45:34.1909747Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 2022-09-27T15:45:34.1941195Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:45:34.2144853Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 2022-09-27T15:45:34.2170821Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 2022-09-27T15:45:34.2390718Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:45:34.2921551Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:45:34.2947859Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 2022-09-27T15:45:34.3136477Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:45:34.3148704Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 2022-09-27T15:45:34.3160335Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:45:34.3187115Z [gw1] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 2022-09-27T15:45:34.3245379Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:45:34.3315922Z [gw1] [ 78%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 2022-09-27T15:45:34.3343914Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 2022-09-27T15:45:34.3362807Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 2022-09-27T15:45:34.3478450Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:45:34.3681495Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:45:34.3690076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:45:34.3760573Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:45:34.3854079Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 2022-09-27T15:45:34.4196772Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:45:34.4206001Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 2022-09-27T15:45:34.4284376Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:45:34.4311546Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:45:34.4623972Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 2022-09-27T15:45:34.4640024Z [gw2] [ 78%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 2022-09-27T15:45:34.4723433Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:45:34.4784873Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:45:34.4915742Z [gw0] [ 78%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 2022-09-27T15:45:34.5015579Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 2022-09-27T15:45:34.5083186Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:45:34.5213333Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 2022-09-27T15:45:34.5328376Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:45:34.5341238Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 2022-09-27T15:45:34.5368421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:45:34.5443226Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 2022-09-27T15:45:34.5488825Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:45:34.5737517Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 2022-09-27T15:45:34.5748118Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 2022-09-27T15:45:34.5763910Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:45:34.5799936Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:45:34.5886550Z [gw1] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 2022-09-27T15:45:34.5998110Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:45:34.5999023Z [gw0] [ 79%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 2022-09-27T15:45:34.6165322Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 2022-09-27T15:45:34.6204536Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:45:34.6402151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:45:34.6541698Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:45:34.6713634Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 2022-09-27T15:45:34.6750827Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 2022-09-27T15:45:34.6763188Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:45:34.6950944Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:45:34.7271473Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:45:34.7274079Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:45:34.7756259Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 2022-09-27T15:45:34.7756939Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:45:34.8009991Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 2022-09-27T15:45:34.8035404Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 2022-09-27T15:45:34.8186984Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:45:34.8187593Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:34.8644899Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:45:34.8658076Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:45:34.8867590Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 2022-09-27T15:45:34.8894025Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 2022-09-27T15:45:34.8925345Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:45:34.9085980Z [gw0] [ 79%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 2022-09-27T15:45:34.9094670Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:45:34.9363736Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 2022-09-27T15:45:34.9522999Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:45:34.9531406Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:45:34.9806434Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:45:34.9848650Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 2022-09-27T15:45:34.9963714Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:45:35.0035085Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:45:35.0118904Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 2022-09-27T15:45:35.0323112Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 2022-09-27T15:45:35.0362390Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:45:35.0497990Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:45:35.0591999Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 2022-09-27T15:45:35.0846863Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 2022-09-27T15:45:35.0847532Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:45:35.1647505Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:45:35.1678898Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 2022-09-27T15:45:35.1811108Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:45:35.1848195Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 2022-09-27T15:45:35.2866340Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:45:35.2901949Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 2022-09-27T15:45:35.3431168Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:45:35.3441947Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:45:35.3839370Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:45:35.3872785Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 2022-09-27T15:45:35.4225957Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:45:35.4283631Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 2022-09-27T15:45:35.4842745Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:45:35.4876060Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 2022-09-27T15:45:35.5114466Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:45:35.5384280Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 2022-09-27T15:45:35.5384855Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:45:35.5882542Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 2022-09-27T15:45:35.6039766Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:45:35.6242516Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 2022-09-27T15:45:35.6376664Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:45:35.6804280Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 2022-09-27T15:45:35.6879436Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:45:35.6895961Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 2022-09-27T15:45:35.6975247Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:45:35.7028739Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 2022-09-27T15:45:35.7123583Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 2022-09-27T15:45:35.7234226Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:45:35.7442775Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 2022-09-27T15:45:35.7606773Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:45:35.7757938Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:45:35.7778372Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 2022-09-27T15:45:35.7855292Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:45:35.8243511Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 2022-09-27T15:45:35.8287426Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:45:35.8718268Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 2022-09-27T15:45:35.8723760Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:45:35.9146505Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 2022-09-27T15:45:35.9151327Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:45:35.9598298Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 2022-09-27T15:45:35.9602878Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:45:36.0043607Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 2022-09-27T15:45:36.1537545Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:45:36.1602310Z [gw1] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 2022-09-27T15:45:36.1830639Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:45:36.1846861Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 2022-09-27T15:45:36.1888354Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:45:36.2365053Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 2022-09-27T15:45:36.2376166Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:45:36.2842938Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 2022-09-27T15:45:36.3221324Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:45:36.3264339Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 2022-09-27T15:45:36.3447560Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:45:36.3803670Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 2022-09-27T15:45:36.4018410Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:45:36.4196719Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 2022-09-27T15:45:36.4282851Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 2022-09-27T15:45:36.4291906Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:45:36.4592624Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:45:36.4616959Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:45:36.4827283Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:45:36.5045032Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 2022-09-27T15:45:36.5058980Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 2022-09-27T15:45:36.5066525Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:45:36.5483952Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:45:36.5504773Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 2022-09-27T15:45:36.6298172Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:45:36.6327610Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 2022-09-27T15:45:36.6574145Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:45:36.6824147Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 2022-09-27T15:45:36.6833524Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:45:36.7323308Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 2022-09-27T15:45:36.7350094Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:45:36.7676511Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 2022-09-27T15:45:36.7777014Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:45:36.8151708Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 2022-09-27T15:45:36.8161489Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:45:36.8606729Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 2022-09-27T15:45:36.8617921Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:45:36.9043599Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 2022-09-27T15:45:36.9096620Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:45:36.9408764Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 2022-09-27T15:45:36.9871471Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:45:36.9885659Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 2022-09-27T15:45:37.0103193Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:45:37.0520155Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 2022-09-27T15:45:37.0520813Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:45:37.0541044Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 2022-09-27T15:45:37.0554446Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 2022-09-27T15:45:37.0804379Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:45:37.0853566Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:45:37.1231663Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 2022-09-27T15:45:37.1232243Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:45:37.1644688Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 2022-09-27T15:45:37.1683114Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:45:37.2049033Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 2022-09-27T15:45:37.2116502Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:45:37.2488845Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 2022-09-27T15:45:37.2556278Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:45:37.2929556Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 2022-09-27T15:45:37.3139542Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:45:37.3368463Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 2022-09-27T15:45:37.3796819Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:45:37.3823216Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 2022-09-27T15:45:37.3904895Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:45:37.4246073Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 2022-09-27T15:45:37.4449953Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:45:37.4685974Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 2022-09-27T15:45:37.4702109Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:45:37.4718406Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 2022-09-27T15:45:37.4855348Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:45:37.4880142Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 2022-09-27T15:45:37.5167707Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 2022-09-27T15:45:37.5171898Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:45:37.5347057Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:45:37.5358784Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 2022-09-27T15:45:37.5609989Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 2022-09-27T15:45:37.5617837Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:45:37.5707261Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:45:37.5880178Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 2022-09-27T15:45:37.6048063Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 2022-09-27T15:45:37.6053787Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:45:37.6107235Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:45:37.6117525Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 2022-09-27T15:45:37.6488703Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 2022-09-27T15:45:37.6526700Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:45:37.6540652Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:45:37.6589805Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 2022-09-27T15:45:37.6927547Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 2022-09-27T15:45:37.6968354Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:45:37.7059534Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:45:37.7062394Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 2022-09-27T15:45:37.7367448Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 2022-09-27T15:45:37.7406970Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:45:37.7465787Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:45:37.7499430Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 2022-09-27T15:45:37.7815692Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 2022-09-27T15:45:37.7828046Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 2022-09-27T15:45:37.7845506Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:45:37.7850873Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:45:37.7933171Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:45:37.7943304Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 2022-09-27T15:45:37.8390512Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 2022-09-27T15:45:37.8395670Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:45:37.8415827Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 2022-09-27T15:45:37.8421787Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:45:37.8806904Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 2022-09-27T15:45:37.8815506Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:45:37.8901905Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:45:37.9134226Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 2022-09-27T15:45:37.9251070Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 2022-09-27T15:45:37.9251724Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:45:37.9283879Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:45:37.9615529Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 2022-09-27T15:45:37.9756658Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 2022-09-27T15:45:37.9760699Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:45:37.9797928Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:45:37.9804639Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 2022-09-27T15:45:37.9854361Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 2022-09-27T15:45:37.9874606Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:45:38.0264393Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:45:38.0267451Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:45:38.0294540Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 2022-09-27T15:45:38.0298966Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:45:38.0687355Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 2022-09-27T15:45:38.0767087Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:45:38.0800026Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 2022-09-27T15:45:38.0866443Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:45:38.1165534Z [gw0] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 2022-09-27T15:45:38.1227990Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:45:38.1279964Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 2022-09-27T15:45:38.1687795Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:45:38.1689793Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:45:38.2087658Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 2022-09-27T15:45:38.2229230Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:45:38.2566397Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 2022-09-27T15:45:38.2640097Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:45:38.3006860Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 2022-09-27T15:45:38.3141506Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:45:38.3355516Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 2022-09-27T15:45:38.3418912Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 2022-09-27T15:45:38.3450136Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:45:38.3538108Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:45:38.3546178Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 2022-09-27T15:45:38.3913905Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 2022-09-27T15:45:38.3918731Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:45:38.4114507Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:45:38.4135720Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:45:38.4143490Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:45:38.4431323Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 2022-09-27T15:45:38.4599313Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:45:38.4714907Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 2022-09-27T15:45:38.4829333Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 2022-09-27T15:45:38.4839634Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:45:38.5089899Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:45:38.5247527Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 2022-09-27T15:45:38.5320422Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:45:38.5762436Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 2022-09-27T15:45:38.6492281Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:45:38.6525351Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 2022-09-27T15:45:38.6882317Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:45:38.6964402Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 2022-09-27T15:45:38.7413471Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:45:38.7461522Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 2022-09-27T15:45:38.7814470Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:45:38.7924135Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 2022-09-27T15:45:38.8023670Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:45:38.8038731Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:45:38.8270148Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:45:38.8404841Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 2022-09-27T15:45:38.8564912Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:45:38.8962263Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 2022-09-27T15:45:38.9113544Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:45:38.9283787Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumprod_cpu_complex64 2022-09-27T15:45:38.9437236Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:45:38.9556311Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_cumsum_cpu_complex64 2022-09-27T15:45:38.9569959Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 2022-09-27T15:45:38.9662306Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:45:38.9724742Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 2022-09-27T15:45:39.0085466Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:45:39.0094302Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:45:39.0503444Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 2022-09-27T15:45:39.0598105Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:45:39.0926659Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 2022-09-27T15:45:39.1188844Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:45:39.1403555Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 2022-09-27T15:45:39.1421048Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:45:39.1807684Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 2022-09-27T15:45:39.1851805Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:45:39.1976224Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 2022-09-27T15:45:39.1986290Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_mean_cpu_complex64 2022-09-27T15:45:39.2246923Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:45:39.2340402Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:45:39.2435904Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 2022-09-27T15:45:39.2444177Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_normalize_cpu_complex64 2022-09-27T15:45:39.2687149Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:45:39.2770472Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:45:39.3127618Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 2022-09-27T15:45:39.3290071Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:45:39.3298511Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_prod_cpu_complex64 2022-09-27T15:45:39.3510403Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:45:39.3563761Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 2022-09-27T15:45:39.3664149Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:45:39.3671379Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:45:39.3859154Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:45:39.4005022Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 2022-09-27T15:45:39.4058732Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:45:39.4447549Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 2022-09-27T15:45:39.4501412Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:45:39.4571624Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 2022-09-27T15:45:39.4577980Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_std_cpu_complex64 2022-09-27T15:45:39.4887300Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:45:39.5059196Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:45:39.5328821Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 2022-09-27T15:45:39.5354588Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:45:39.5364627Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_sum_cpu_complex64 2022-09-27T15:45:39.5534264Z test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:45:39.5767518Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 2022-09-27T15:45:39.5968189Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:45:39.6207078Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 2022-09-27T15:45:39.6364904Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:45:39.6612763Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 2022-09-27T15:45:39.6627989Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:45:39.6645277Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:45:39.6912290Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:45:39.6976451Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 2022-09-27T15:45:39.6989229Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__masked_var_cpu_complex64 2022-09-27T15:45:39.7116125Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:45:39.7291717Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:45:39.7681230Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 2022-09-27T15:45:39.7902138Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:45:39.7913027Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 2022-09-27T15:45:39.7923512Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 2022-09-27T15:45:39.7968075Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:45:39.8067921Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 2022-09-27T15:45:39.8145588Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:45:39.8391181Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 2022-09-27T15:45:39.8399760Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:45:39.8559810Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 2022-09-27T15:45:39.8630983Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:45:39.8815940Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 2022-09-27T15:45:39.9000763Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:45:39.9379196Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:45:39.9389864Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 2022-09-27T15:45:39.9453068Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:45:39.9806873Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 2022-09-27T15:45:39.9964173Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:45:39.9980600Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 2022-09-27T15:45:39.9991119Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 2022-09-27T15:45:40.0287111Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:45:40.0359042Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:45:40.0767781Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 2022-09-27T15:45:40.0776549Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:45:40.0782309Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:45:40.0790642Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 2022-09-27T15:45:40.1237153Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:45:40.1237865Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:45:40.1336916Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 2022-09-27T15:45:40.1355057Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 2022-09-27T15:45:40.1642181Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:45:40.1714993Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:45:40.2166220Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 2022-09-27T15:45:40.2170658Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:45:40.2217610Z [gw2] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 2022-09-27T15:45:40.2235970Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 2022-09-27T15:45:40.2562521Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:45:40.2668832Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:45:40.2967574Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 2022-09-27T15:45:40.3033023Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:45:40.3386355Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 2022-09-27T15:45:40.3406194Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 2022-09-27T15:45:40.3417894Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:45:40.3492613Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:45:40.3564645Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 2022-09-27T15:45:40.3921217Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 2022-09-27T15:45:40.3926344Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:45:40.4030000Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:45:40.4347719Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 2022-09-27T15:45:40.4354118Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 2022-09-27T15:45:40.4374231Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:45:40.4425503Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:45:40.4435962Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 2022-09-27T15:45:40.4805923Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 2022-09-27T15:45:40.4868995Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:45:40.4875699Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:45:40.4883195Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 2022-09-27T15:45:40.5301732Z [gw2] [ 79%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 2022-09-27T15:45:40.5308614Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:45:40.5316022Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 2022-09-27T15:45:40.5354297Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:45:40.5723253Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 2022-09-27T15:45:40.5732044Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:45:40.5765790Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 2022-09-27T15:45:40.6127279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:45:40.6170490Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:45:40.6286467Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 2022-09-27T15:45:40.6317529Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 2022-09-27T15:45:40.6404084Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:45:40.6565876Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 2022-09-27T15:45:40.6643821Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:45:40.6816949Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 2022-09-27T15:45:40.7006795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:45:40.7104892Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:45:40.7150323Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 2022-09-27T15:45:40.7244737Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 2022-09-27T15:45:40.7447127Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:45:40.7570187Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:45:40.7739031Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 2022-09-27T15:45:40.7756947Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 2022-09-27T15:45:40.7855792Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:45:40.7884069Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 2022-09-27T15:45:40.7932814Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:45:40.8243191Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 2022-09-27T15:45:40.8365203Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:45:40.8372639Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:45:40.8430775Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 2022-09-27T15:45:40.8664622Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 2022-09-27T15:45:40.8672454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:45:40.8682416Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 2022-09-27T15:45:40.8695936Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:45:40.8800958Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:45:40.8880821Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:45:40.9082175Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 2022-09-27T15:45:40.9108124Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:45:40.9235095Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 2022-09-27T15:45:40.9340674Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:45:40.9475923Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 2022-09-27T15:45:40.9484689Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 2022-09-27T15:45:40.9523818Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:45:40.9568599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:45:40.9644122Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 2022-09-27T15:45:40.9690597Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:45:40.9966604Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 2022-09-27T15:45:41.0108803Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:45:41.0118131Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumprod_cpu_complex128 2022-09-27T15:45:41.0149913Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:45:41.0159072Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 2022-09-27T15:45:41.0179291Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:45:41.0405750Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 2022-09-27T15:45:41.0463232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:45:41.0564329Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_cumsum_cpu_complex128 2022-09-27T15:45:41.0608521Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:45:41.0789906Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 2022-09-27T15:45:41.0797448Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 2022-09-27T15:45:41.0843234Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:45:41.0877879Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:45:41.0966784Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 2022-09-27T15:45:41.1002534Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_mean_cpu_complex128 2022-09-27T15:45:41.1040597Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:45:41.1204095Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 2022-09-27T15:45:41.1285736Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:45:41.1388512Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:45:41.1444582Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_normalize_cpu_complex128 2022-09-27T15:45:41.1726575Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:45:41.1782125Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:45:41.1842589Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_prod_cpu_complex128 2022-09-27T15:45:41.1882996Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 2022-09-27T15:45:41.1919939Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:45:41.2166441Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 2022-09-27T15:45:41.2329407Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:45:41.2339660Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:45:41.2389812Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_std_cpu_complex128 2022-09-27T15:45:41.2607030Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 2022-09-27T15:45:41.2655161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:45:41.2806305Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_sum_cpu_complex128 2022-09-27T15:45:41.2869938Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:45:41.3046921Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 2022-09-27T15:45:41.3119431Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:45:41.3245649Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__masked_var_cpu_complex128 2022-09-27T15:45:41.3370276Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:45:41.3485735Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 2022-09-27T15:45:41.3686573Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:45:41.3752218Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:45:41.3787500Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 2022-09-27T15:45:41.3926985Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 2022-09-27T15:45:41.3971431Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:45:41.4127151Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 2022-09-27T15:45:41.4282421Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:45:41.4367330Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 2022-09-27T15:45:41.4410877Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:45:41.4567456Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 2022-09-27T15:45:41.4642877Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:45:41.4807006Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 2022-09-27T15:45:41.4981701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:45:41.5045682Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 2022-09-27T15:45:41.5143204Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:45:41.5246052Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 2022-09-27T15:45:41.5486271Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:45:41.5521582Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:45:41.5545554Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 2022-09-27T15:45:41.5685310Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 2022-09-27T15:45:41.5733729Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:45:41.5927568Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 2022-09-27T15:45:41.5956650Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:45:41.6126573Z [gw0] [ 79%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 2022-09-27T15:45:41.6303245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:45:41.6306527Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 2022-09-27T15:45:41.6314769Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:45:41.6363850Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:45:41.6512254Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:45:41.6528713Z [gw3] [ 79%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 2022-09-27T15:45:41.6563787Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 2022-09-27T15:45:41.6633716Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:45:41.6723221Z [gw2] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 2022-09-27T15:45:41.6806024Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:45:41.6865951Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:45:41.7006808Z [gw0] [ 79%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 2022-09-27T15:45:41.7043571Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:45:41.7096173Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:45:41.7163552Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 2022-09-27T15:45:41.7244738Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:45:41.7292194Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:45:41.7487588Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 2022-09-27T15:45:41.7511996Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:45:41.7646452Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 2022-09-27T15:45:41.7655749Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:45:41.7684659Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:45:41.7797833Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:45:41.7966990Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 2022-09-27T15:45:41.8018041Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:45:41.8123971Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 2022-09-27T15:45:41.8146413Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:45:41.8406890Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 2022-09-27T15:45:41.8451373Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:45:41.8605873Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 2022-09-27T15:45:41.8782281Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:45:41.8933813Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 2022-09-27T15:45:41.8942067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:45:41.9122648Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 2022-09-27T15:45:41.9151445Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:45:41.9412726Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 2022-09-27T15:45:41.9422340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:45:41.9558308Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 2022-09-27T15:45:41.9700497Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:45:41.9760032Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 2022-09-27T15:45:41.9776828Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:45:41.9844316Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:45:41.9889938Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:45:42.0073840Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 2022-09-27T15:45:42.0077766Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:45:42.0342301Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 2022-09-27T15:45:42.0346962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:45:42.0474356Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 2022-09-27T15:45:42.0576754Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:45:42.0728370Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 2022-09-27T15:45:42.0779426Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:45:42.0958610Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 2022-09-27T15:45:42.1224161Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:45:42.1231961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:45:42.1305952Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 2022-09-27T15:45:42.1366295Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 2022-09-27T15:45:42.1645940Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:45:42.1665437Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 2022-09-27T15:45:42.1673312Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:45:42.1875948Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 2022-09-27T15:45:42.1979516Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:45:42.2045830Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 2022-09-27T15:45:42.2095434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:45:42.2296019Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 2022-09-27T15:45:42.2408441Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:45:42.2592027Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 2022-09-27T15:45:42.2592942Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:45:42.2767464Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 2022-09-27T15:45:42.2816608Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:45:42.2825877Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:45:42.2903519Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:45:42.2933023Z [gw3] [ 80%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:45:42.3062007Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 2022-09-27T15:45:42.3062588Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:45:42.3315461Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 2022-09-27T15:45:42.3320034Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:45:42.3320631Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:45:42.3525100Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 2022-09-27T15:45:42.3530210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:45:42.3552538Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 2022-09-27T15:45:42.3804567Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 2022-09-27T15:45:42.3805290Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:45:42.3863264Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:45:42.4003750Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 2022-09-27T15:45:42.4008592Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:45:42.4316971Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 2022-09-27T15:45:42.4342748Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:45:42.4468881Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 2022-09-27T15:45:42.4530275Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:45:42.4722497Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 2022-09-27T15:45:42.4875829Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:45:42.4933915Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 2022-09-27T15:45:42.4989111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:45:42.5246136Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 2022-09-27T15:45:42.5264754Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:45:42.5266690Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 2022-09-27T15:45:42.5287815Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 2022-09-27T15:45:42.5444668Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:45:42.5455463Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:45:42.5608801Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 2022-09-27T15:45:42.5688934Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:45:42.5887487Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 2022-09-27T15:45:42.5938347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:45:42.6030524Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 2022-09-27T15:45:42.6046912Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 2022-09-27T15:45:42.6048598Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:45:42.6152334Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:45:42.6327271Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 2022-09-27T15:45:42.6377140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:45:42.6544642Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 2022-09-27T15:45:42.6547807Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:45:42.6766894Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 2022-09-27T15:45:42.6814414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:45:42.6985980Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 2022-09-27T15:45:42.6986654Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:45:42.7254636Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 2022-09-27T15:45:42.7255948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:45:42.7405842Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 2022-09-27T15:45:42.7632197Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:45:42.7683746Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 2022-09-27T15:45:42.7701501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:45:42.7885955Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 2022-09-27T15:45:42.7897326Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:45:42.8158039Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 2022-09-27T15:45:42.8168318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:45:42.8253307Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 2022-09-27T15:45:42.8305803Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:45:42.8357987Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 2022-09-27T15:45:42.8373388Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 2022-09-27T15:45:42.8607355Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:45:42.8617780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:45:42.8683870Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 2022-09-27T15:45:42.8741039Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:45:42.8998376Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 2022-09-27T15:45:42.9004959Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:45:42.9146644Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 2022-09-27T15:45:42.9216034Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:45:42.9439128Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 2022-09-27T15:45:42.9444525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:45:42.9587985Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 2022-09-27T15:45:42.9626720Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:45:42.9794726Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 2022-09-27T15:45:42.9806914Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 2022-09-27T15:45:42.9898511Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:45:42.9909104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:45:42.9916745Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 2022-09-27T15:45:42.9925348Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 2022-09-27T15:45:43.0005332Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:45:43.0054472Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:45:43.0079428Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 2022-09-27T15:45:43.0185238Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 2022-09-27T15:45:43.0243442Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 2022-09-27T15:45:43.0288171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:45:43.0342080Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:45:43.0347433Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:45:43.0428777Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 2022-09-27T15:45:43.0443096Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:45:43.0491845Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:45:43.0618727Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 2022-09-27T15:45:43.0726390Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 2022-09-27T15:45:43.0762430Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:45:43.0772146Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:45:43.0817629Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 2022-09-27T15:45:43.0952081Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:45:43.0957883Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 2022-09-27T15:45:43.1218233Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:45:43.1223026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:45:43.1321872Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 2022-09-27T15:45:43.1611677Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:45:43.1619065Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:45:43.1638093Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 2022-09-27T15:45:43.1681877Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 2022-09-27T15:45:43.1813236Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:45:43.1822549Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 2022-09-27T15:45:43.1871627Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:45:43.2044401Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 2022-09-27T15:45:43.2181825Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:45:43.2245264Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 2022-09-27T15:45:43.2352431Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:45:43.2486157Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 2022-09-27T15:45:43.2540518Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:45:43.2727459Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 2022-09-27T15:45:43.2779677Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:45:43.2847295Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 2022-09-27T15:45:43.2856713Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:45:43.2925456Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:45:43.2988520Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:45:43.3170276Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 2022-09-27T15:45:43.3181040Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 2022-09-27T15:45:43.3204321Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:45:43.3252950Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:45:43.3366135Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 2022-09-27T15:45:43.3407393Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:45:43.3600016Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 2022-09-27T15:45:43.3610819Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 2022-09-27T15:45:43.3698939Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:45:43.3852611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:45:43.3892282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:45:43.4287085Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 2022-09-27T15:45:43.4341619Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:45:43.4767681Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 2022-09-27T15:45:43.4832581Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:45:43.5205986Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 2022-09-27T15:45:43.5253315Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:45:43.5533827Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 2022-09-27T15:45:43.5551632Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 2022-09-27T15:45:43.5644732Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:45:43.5696042Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:45:43.5751553Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 2022-09-27T15:45:43.5768605Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 2022-09-27T15:45:43.6085541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:45:43.6148622Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:45:43.6525862Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 2022-09-27T15:45:43.6570004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:45:43.6752899Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 2022-09-27T15:45:43.6770228Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 2022-09-27T15:45:43.7019790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:45:43.7028427Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:45:43.7389960Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 2022-09-27T15:45:43.7406309Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 2022-09-27T15:45:43.7409141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:45:43.7511692Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:45:43.7845797Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 2022-09-27T15:45:43.7950637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:45:43.8286548Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 2022-09-27T15:45:43.8329601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:45:43.8725915Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 2022-09-27T15:45:43.8782719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:45:43.9219644Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 2022-09-27T15:45:43.9225462Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:45:43.9663298Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 2022-09-27T15:45:43.9669666Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:45:44.0078416Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 2022-09-27T15:45:44.0095923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:45:44.0486824Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 2022-09-27T15:45:44.0540950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:45:44.0673403Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 2022-09-27T15:45:44.0695712Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 2022-09-27T15:45:44.0926116Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:45:44.0982347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:45:44.1052708Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 2022-09-27T15:45:44.1124136Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 2022-09-27T15:45:44.1420532Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:45:44.1426435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:45:44.1844421Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 2022-09-27T15:45:44.1852394Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:45:44.2246464Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 2022-09-27T15:45:44.2295557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:45:44.2732628Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 2022-09-27T15:45:44.2735503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:45:44.3174025Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 2022-09-27T15:45:44.3176908Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:45:44.3613663Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 2022-09-27T15:45:44.3616213Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:45:44.4082408Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 2022-09-27T15:45:44.4105442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:45:44.4496348Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 2022-09-27T15:45:44.4497116Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:45:44.4877618Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 2022-09-27T15:45:44.4878964Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 2022-09-27T15:45:44.4886197Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:45:44.4994004Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:45:44.5250764Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 2022-09-27T15:45:44.5260665Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 2022-09-27T15:45:44.5267586Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 2022-09-27T15:45:44.5282670Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:45:44.5345296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:45:44.5373227Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:45:44.5474814Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 2022-09-27T15:45:44.5693802Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 2022-09-27T15:45:44.5749997Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:45:44.5843435Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 2022-09-27T15:45:44.5856747Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:45:44.6194867Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 2022-09-27T15:45:44.6195923Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:45:44.6250668Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 2022-09-27T15:45:44.6311405Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:45:44.6637439Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 2022-09-27T15:45:44.6637884Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:45:44.6717627Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 2022-09-27T15:45:44.6876826Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:45:44.7006121Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 2022-09-27T15:45:44.7097701Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:45:44.7126907Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 2022-09-27T15:45:44.7170261Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:45:44.7447397Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 2022-09-27T15:45:44.7504523Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:45:44.7564857Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 2022-09-27T15:45:44.7609317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:45:44.7888013Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 2022-09-27T15:45:44.8006559Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:45:44.8072818Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:45:44.8078568Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 2022-09-27T15:45:44.8327196Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 2022-09-27T15:45:44.8440902Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:45:44.8460861Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 2022-09-27T15:45:44.8510104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:45:44.8541663Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 2022-09-27T15:45:44.8550265Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 2022-09-27T15:45:44.8708056Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:45:44.8764522Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 2022-09-27T15:45:44.8808024Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:45:44.8886175Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 2022-09-27T15:45:44.8925017Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:45:44.8964348Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 2022-09-27T15:45:44.9205676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:45:44.9243848Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:45:44.9293846Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 2022-09-27T15:45:44.9323186Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 2022-09-27T15:45:44.9367423Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:45:44.9402643Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 2022-09-27T15:45:44.9721282Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:45:44.9817399Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:45:44.9817955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:45:45.0255297Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 2022-09-27T15:45:45.0257288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:45:45.0271932Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 2022-09-27T15:45:45.0290909Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 2022-09-27T15:45:45.0414402Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:45:45.0447724Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 2022-09-27T15:45:45.0694302Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:45:45.0694970Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:45:45.0784364Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 2022-09-27T15:45:45.0802234Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 2022-09-27T15:45:45.0813403Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:45:45.0954945Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:45:45.1076070Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:45:45.1093151Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 2022-09-27T15:45:45.1147433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:45:45.1176551Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 2022-09-27T15:45:45.1244053Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:45:45.1326000Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:45:45.1369021Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:45:45.1525357Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 2022-09-27T15:45:45.1570637Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:45:45.1603176Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 2022-09-27T15:45:45.1683736Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:45:45.1764963Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:45.1901730Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:45:45.1963854Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 2022-09-27T15:45:45.2000672Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:45:45.2109541Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 2022-09-27T15:45:45.2121656Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:45:45.2204551Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:45.2316860Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:45:45.2404443Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 2022-09-27T15:45:45.2445593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:45:45.2484001Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 2022-09-27T15:45:45.2563331Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:45:45.2644376Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:45.2796714Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:45:45.2843434Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 2022-09-27T15:45:45.2881456Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:45:45.2911072Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 2022-09-27T15:45:45.2932528Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:45:45.2940714Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 2022-09-27T15:45:45.3001512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:45:45.3084494Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:45.3137653Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:45:45.3284150Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 2022-09-27T15:45:45.3329327Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:45:45.3525934Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:45:45.3553088Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:45:45.3718691Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 2022-09-27T15:45:45.3730928Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 2022-09-27T15:45:45.3733205Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:45:45.3775023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:45:45.3963192Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:45:45.3980364Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:45:45.4164096Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 2022-09-27T15:45:45.4193948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:45:45.4405638Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 2022-09-27T15:45:45.4474461Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:45:45.4481427Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 2022-09-27T15:45:45.4488665Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 2022-09-27T15:45:45.4603698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:45.4638772Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:45:45.4845497Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 2022-09-27T15:45:45.4861815Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:45:45.4874759Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 2022-09-27T15:45:45.4907174Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:45.5044258Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 2022-09-27T15:45:45.5077929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:45:45.5285431Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 2022-09-27T15:45:45.5341659Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:45:45.5353133Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 2022-09-27T15:45:45.5359838Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 2022-09-27T15:45:45.5416973Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:45.5433151Z [gw1] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:45:45.5482556Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:45.5525086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:45:45.5725436Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 2022-09-27T15:45:45.5868982Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:45:45.5974192Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 2022-09-27T15:45:45.5976854Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:45:45.6164898Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 2022-09-27T15:45:45.6218793Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:45:45.6338811Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 2022-09-27T15:45:45.6349443Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 2022-09-27T15:45:45.6362807Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:45.6383355Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:45:45.6610607Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 2022-09-27T15:45:45.6623597Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:45:45.6721348Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:45:45.6764729Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 2022-09-27T15:45:45.6804690Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:45:45.6827210Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:45:45.7046544Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_strided_cpu_complex128 2022-09-27T15:45:45.7231041Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:45:45.7298816Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 2022-09-27T15:45:45.7302901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:45:45.7485917Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 2022-09-27T15:45:45.7529929Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:45:45.7685947Z [gw0] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 2022-09-27T15:45:45.7736813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:45:45.7924684Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 2022-09-27T15:45:45.7975763Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:45:45.8124540Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 2022-09-27T15:45:45.8158325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:45:45.8364720Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 2022-09-27T15:45:45.8398538Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:45:45.8564590Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 2022-09-27T15:45:45.8607292Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:45:45.8805450Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:45:45.8926594Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:45:45.9003653Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 2022-09-27T15:45:45.9040133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:45:45.9245227Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:45:45.9445882Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:45:45.9491514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:45:45.9579926Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:45:45.9588113Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 2022-09-27T15:45:45.9620244Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:45.9682565Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 2022-09-27T15:45:45.9703199Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:45:45.9884851Z [gw0] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 2022-09-27T15:45:45.9920642Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:45:46.0125251Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 2022-09-27T15:45:46.0225371Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:45:46.0366579Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 2022-09-27T15:45:46.0368933Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:45:46.0631022Z [gw2] [ 80%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 2022-09-27T15:45:46.0634125Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:45:46.0780478Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 2022-09-27T15:45:46.0787361Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:45:46.0791739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:45:46.0830897Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:46.0888324Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 2022-09-27T15:45:46.1077566Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:45:46.1081932Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:45:46.1252488Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 2022-09-27T15:45:46.1257820Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:45:46.1264350Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 2022-09-27T15:45:46.1508307Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:46.1650389Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:45:46.1695580Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 2022-09-27T15:45:46.1707412Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:45:46.1945432Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 2022-09-27T15:45:46.1949465Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:45:46.2104555Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 2022-09-27T15:45:46.2131726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:45:46.2326562Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 2022-09-27T15:45:46.2414167Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:45:46.2525808Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 2022-09-27T15:45:46.2550174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:45:46.2766059Z [gw2] [ 80%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 2022-09-27T15:45:46.2865499Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:45:46.2964802Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 2022-09-27T15:45:46.3020044Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:45:46.3205762Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 2022-09-27T15:45:46.3407351Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:45:46.3457175Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:45:46.3474331Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 2022-09-27T15:45:46.3645750Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 2022-09-27T15:45:46.3709484Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:45:46.3845224Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 2022-09-27T15:45:46.3891479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:45:46.4086960Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 2022-09-27T15:45:46.4284630Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:45:46.4298359Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 2022-09-27T15:45:46.4396841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:45:46.4527067Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 2022-09-27T15:45:46.4570862Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:45:46.4726911Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 2022-09-27T15:45:46.4772153Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:45:46.4966723Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 2022-09-27T15:45:46.5096624Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:45:46.5164352Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 2022-09-27T15:45:46.5211107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:45:46.5372924Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 2022-09-27T15:45:46.5379822Z [gw3] [ 80%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:45:46.5403513Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:46.5454346Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:45:46.5605628Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 2022-09-27T15:45:46.5648768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:45:46.5846222Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 2022-09-27T15:45:46.5903139Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:45:46.6045172Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 2022-09-27T15:45:46.6089011Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:45:46.6286224Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 2022-09-27T15:45:46.6335399Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:45:46.6485175Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 2022-09-27T15:45:46.6538767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:45:46.6725588Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 2022-09-27T15:45:46.6775449Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:45:46.6925581Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 2022-09-27T15:45:46.6976934Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:45:46.7166184Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 2022-09-27T15:45:46.7241667Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:45:46.7366105Z [gw0] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 2022-09-27T15:45:46.7413245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:45:46.7606392Z [gw2] [ 80%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 2022-09-27T15:45:46.7706925Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:45:46.7804826Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 2022-09-27T15:45:46.7871598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:45:46.8045381Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 2022-09-27T15:45:46.8124219Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:45:46.8245277Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 2022-09-27T15:45:46.8297889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:45:46.8485642Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 2022-09-27T15:45:46.8738180Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:45:46.8752006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:45:46.8756613Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 2022-09-27T15:45:46.8925743Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 2022-09-27T15:45:46.9180570Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:45:46.9187693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:45:46.9337885Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 2022-09-27T15:45:46.9363223Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 2022-09-27T15:45:46.9571849Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:45:46.9575632Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 2022-09-27T15:45:46.9630354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:45:46.9807417Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 2022-09-27T15:45:47.0007091Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:45:47.0059514Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:45:47.0106223Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 2022-09-27T15:45:47.0244678Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 2022-09-27T15:45:47.0358835Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:45:47.0445652Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 2022-09-27T15:45:47.0488698Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:45:47.0686146Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 2022-09-27T15:45:47.0735334Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:45:47.0884679Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 2022-09-27T15:45:47.0924372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:45:47.1125823Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 2022-09-27T15:45:47.1174826Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:45:47.1325718Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 2022-09-27T15:45:47.1391119Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:45:47.1567250Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 2022-09-27T15:45:47.1617981Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:45:47.1765686Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 2022-09-27T15:45:47.1840586Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:45:47.2006390Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 2022-09-27T15:45:47.2205849Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:45:47.2248491Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:45:47.2286812Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 2022-09-27T15:45:47.2446221Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 2022-09-27T15:45:47.2646647Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:45:47.2692136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:45:47.2716378Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 2022-09-27T15:45:47.2885124Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 2022-09-27T15:45:47.2922905Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:45:47.3086083Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 2022-09-27T15:45:47.3124596Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:45:47.3326463Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 2022-09-27T15:45:47.3409350Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:45:47.3525725Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 2022-09-27T15:45:47.3564530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:45:47.3765802Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 2022-09-27T15:45:47.3855089Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:45:47.3966140Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 2022-09-27T15:45:47.4013414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:45:47.4206632Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 2022-09-27T15:45:47.4296205Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:45:47.4405349Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 2022-09-27T15:45:47.4455433Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:45:47.4646889Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 2022-09-27T15:45:47.4815122Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:45:47.4843286Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 2022-09-27T15:45:47.4909329Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:45:47.5085706Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 2022-09-27T15:45:47.5199274Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:45:47.5285440Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 2022-09-27T15:45:47.5330411Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:45:47.5525779Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 2022-09-27T15:45:47.5611379Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:45:47.5725288Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 2022-09-27T15:45:47.5766109Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:45:47.5965870Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 2022-09-27T15:45:47.6126855Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:45:47.6164345Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 2022-09-27T15:45:47.6205104Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:45:47.6406603Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 2022-09-27T15:45:47.6526309Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:45:47.6604400Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 2022-09-27T15:45:47.6647052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:45:47.6847130Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 2022-09-27T15:45:47.7025306Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:45:47.7044364Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 2022-09-27T15:45:47.7087784Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:45:47.7286352Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 2022-09-27T15:45:47.7485307Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:45:47.7536952Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:45:47.7637705Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 2022-09-27T15:45:47.7724440Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 2022-09-27T15:45:47.7781887Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:45:47.7925733Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 2022-09-27T15:45:47.7971712Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:45:47.8166007Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 2022-09-27T15:45:47.8270961Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:45:47.8365440Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 2022-09-27T15:45:47.8405218Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:45:47.8605932Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 2022-09-27T15:45:47.8685080Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:45:47.8805162Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 2022-09-27T15:45:47.8868694Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:45:47.9046061Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 2022-09-27T15:45:47.9134798Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:45:47.9244651Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 2022-09-27T15:45:47.9298715Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:45:47.9485915Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 2022-09-27T15:45:47.9599645Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:45:47.9684885Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 2022-09-27T15:45:47.9757442Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:45:47.9926472Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 2022-09-27T15:45:47.9975511Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:45:48.0126375Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 2022-09-27T15:45:48.0219976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:45:48.0365250Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 2022-09-27T15:45:48.0424682Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:45:48.0565312Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 2022-09-27T15:45:48.0615911Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:45:48.0805956Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 2022-09-27T15:45:48.0898749Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:45:48.1004510Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 2022-09-27T15:45:48.1058924Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:45:48.1245266Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 2022-09-27T15:45:48.1339001Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:45:48.1444818Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 2022-09-27T15:45:48.1503082Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:45:48.1686593Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 2022-09-27T15:45:48.1887265Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:45:48.1923441Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:45:48.1939603Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 2022-09-27T15:45:48.2125472Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 2022-09-27T15:45:48.2325979Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:45:48.2385823Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:45:48.2811837Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 2022-09-27T15:45:48.2819450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:45:48.3044369Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 2022-09-27T15:45:48.3077344Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 2022-09-27T15:45:48.3260613Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:45:48.3268816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:45:48.3671877Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 2022-09-27T15:45:48.3678895Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 2022-09-27T15:45:48.3707767Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:45:48.3741502Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:45:48.4145398Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 2022-09-27T15:45:48.4147748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:45:48.4289355Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 2022-09-27T15:45:48.4324358Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 2022-09-27T15:45:48.4581593Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:45:48.4584889Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:45:48.4594211Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 2022-09-27T15:45:48.4842837Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 2022-09-27T15:45:48.4910963Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:45:48.4964327Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 2022-09-27T15:45:48.5041881Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:45:48.5246356Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 2022-09-27T15:45:48.5440435Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:45:48.5489451Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:45:48.5522154Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 2022-09-27T15:45:48.5761317Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 2022-09-27T15:45:48.5804275Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:45:48.5908397Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 2022-09-27T15:45:48.5908964Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:45:48.5911812Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:45:48.5948772Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:45:48.6125448Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 2022-09-27T15:45:48.6193678Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:45:48.6354943Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 2022-09-27T15:45:48.6357354Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:45:48.6565965Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 2022-09-27T15:45:48.6699353Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:45:48.6756556Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 2022-09-27T15:45:48.6805317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:45:48.7042197Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 2022-09-27T15:45:48.7056469Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:45:48.7166732Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 2022-09-27T15:45:48.7225473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:45:48.7447358Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 2022-09-27T15:45:48.7526575Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:45:48.7605778Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 2022-09-27T15:45:48.7668915Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:45:48.7886796Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 2022-09-27T15:45:48.7962671Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:45:48.8045231Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 2022-09-27T15:45:48.8091222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:45:48.8366423Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 2022-09-27T15:45:48.8368631Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:45:48.8586274Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 2022-09-27T15:45:48.8588260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:45:48.8808984Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 2022-09-27T15:45:48.8811015Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:45:48.8988072Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 2022-09-27T15:45:48.8990072Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:45:48.9077151Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 2022-09-27T15:45:48.9090568Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 2022-09-27T15:45:48.9245290Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:45:48.9270167Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 2022-09-27T15:45:48.9270741Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:45:48.9365082Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 2022-09-27T15:45:48.9414061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:45:48.9550672Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 2022-09-27T15:45:48.9710732Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:45:48.9713942Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:45:48.9805712Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 2022-09-27T15:45:48.9847660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:45:49.0010950Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 2022-09-27T15:45:49.0037122Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 2022-09-27T15:45:49.0146537Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:45:49.0148905Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:45:49.0304059Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 2022-09-27T15:45:49.0306572Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:45:49.0589181Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 2022-09-27T15:45:49.0591231Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:45:49.0687193Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 2022-09-27T15:45:49.0750652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:45:49.1041992Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 2022-09-27T15:45:49.1071698Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:45:49.1130071Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 2022-09-27T15:45:49.1190909Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:45:49.1482228Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 2022-09-27T15:45:49.1513910Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:45:49.1570722Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 2022-09-27T15:45:49.1626101Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:45:49.1848619Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 2022-09-27T15:45:49.2041422Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:45:49.2051666Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 2022-09-27T15:45:49.2119898Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:45:49.2288300Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 2022-09-27T15:45:49.2523571Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:45:49.2560079Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:45:49.2962999Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 2022-09-27T15:45:49.3004742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:45:49.3241671Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 2022-09-27T15:45:49.3284961Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 2022-09-27T15:45:49.3352405Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:45:49.3365230Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 2022-09-27T15:45:49.3435047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:45:49.3726387Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 2022-09-27T15:45:49.3806263Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:45:49.3872838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:45:49.3904534Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 2022-09-27T15:45:49.3925639Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 2022-09-27T15:45:49.3930571Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 2022-09-27T15:45:49.4165002Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:45:49.4310118Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:45:49.4315692Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 2022-09-27T15:45:49.4320760Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 2022-09-27T15:45:49.4342925Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:45:49.4361877Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 2022-09-27T15:45:49.4661156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:45:49.4661708Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:45:49.4720043Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 2022-09-27T15:45:49.4729754Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:45:49.5101326Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 2022-09-27T15:45:49.5105102Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:45:49.5196556Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 2022-09-27T15:45:49.5199432Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:45:49.5327406Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 2022-09-27T15:45:49.5356053Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 2022-09-27T15:45:49.5559676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:45:49.5610960Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:45:49.5614143Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:45:49.5617733Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 2022-09-27T15:45:49.5647674Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 2022-09-27T15:45:49.5799064Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 2022-09-27T15:45:49.5978728Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:45:49.5985634Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:45:49.6002182Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 2022-09-27T15:45:49.6036152Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:45:49.6048697Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 2022-09-27T15:45:49.6243864Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 2022-09-27T15:45:49.6434036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:45:49.6440968Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:45:49.6519506Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 2022-09-27T15:45:49.6570440Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:45:49.6932893Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 2022-09-27T15:45:49.6935589Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:45:49.6979692Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:45:49.7001557Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 2022-09-27T15:45:49.7361718Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 2022-09-27T15:45:49.7404869Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:45:49.7452961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:45:49.7456283Z [gw0] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 2022-09-27T15:45:49.7765130Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 2022-09-27T15:45:49.7803552Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:45:49.7842518Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 2022-09-27T15:45:49.7879047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:45:49.8207290Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 2022-09-27T15:45:49.8286728Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:45:49.8353826Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:45:49.8725966Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 2022-09-27T15:45:49.8797057Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:45:49.8822479Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 2022-09-27T15:45:49.8836965Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:45:49.9031628Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 2022-09-27T15:45:49.9046870Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 2022-09-27T15:45:49.9079455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:45:49.9152949Z [gw1] [ 81%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 2022-09-27T15:45:49.9164623Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 2022-09-27T15:45:49.9208436Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:45:49.9242888Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 2022-09-27T15:45:49.9465103Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:45:49.9483986Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 2022-09-27T15:45:49.9676674Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:45:49.9677278Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:45:49.9748235Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 2022-09-27T15:45:49.9800187Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:45:49.9851062Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 2022-09-27T15:45:49.9923825Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 2022-09-27T15:45:50.0070016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:50.0160912Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:45:50.0271952Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 2022-09-27T15:45:50.0273029Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:45:50.0511181Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 2022-09-27T15:45:50.0603534Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:45:50.0634470Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 2022-09-27T15:45:50.0653271Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:45:50.0656889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:50.0730371Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:45:50.0976532Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 2022-09-27T15:45:50.0977132Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:45:50.1202139Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 2022-09-27T15:45:50.1422100Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:45:50.1424803Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:45:50.1426979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:50.1428565Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:45:50.1450634Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 2022-09-27T15:45:50.1524371Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 2022-09-27T15:45:50.1610051Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:45:50.1866292Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 2022-09-27T15:45:50.1869151Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:45:50.2015468Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 2022-09-27T15:45:50.2075450Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:45:50.2080665Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:45:50.2103860Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 2022-09-27T15:45:50.2304940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:45:50.2305595Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:45:50.2338308Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 2022-09-27T15:45:50.2484785Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 2022-09-27T15:45:50.2525977Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:45:50.2686004Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:45:50.2731671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:45:50.3127443Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 2022-09-27T15:45:50.3168389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:45:50.3185705Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 2022-09-27T15:45:50.3196538Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 2022-09-27T15:45:50.3247515Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:45:50.3608559Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 2022-09-27T15:45:50.3645219Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:45:50.3892741Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:45:50.3899621Z [gw3] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:45:50.3905250Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 2022-09-27T15:45:50.3915277Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 2022-09-27T15:45:50.4044609Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:50.4085087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:45:50.4143766Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:45:50.4487448Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 2022-09-27T15:45:50.4500493Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 2022-09-27T15:45:50.4554247Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:45:50.4604326Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:45:50.4822015Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 2022-09-27T15:45:50.4926121Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 2022-09-27T15:45:50.4964369Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:45:50.5024013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:45:50.5086305Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 2022-09-27T15:45:50.5364978Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 2022-09-27T15:45:50.5405098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:45:50.5463463Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:45:50.5691757Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 2022-09-27T15:45:50.5805253Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 2022-09-27T15:45:50.5815794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:45:50.5825338Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 2022-09-27T15:45:50.5844280Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:45:50.5865245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:45:50.5887076Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 2022-09-27T15:45:50.6246760Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 2022-09-27T15:45:50.6284709Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:45:50.6361859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:45:50.6431915Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 2022-09-27T15:45:50.6518645Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 2022-09-27T15:45:50.6527759Z [gw1] [ 81%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 2022-09-27T15:45:50.6725377Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:45:50.6729445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:45:50.6778320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:45:50.6790179Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 2022-09-27T15:45:50.7168108Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 2022-09-27T15:45:50.7174232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:45:50.7222903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:45:50.7350036Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 2022-09-27T15:45:50.7606096Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 2022-09-27T15:45:50.7645015Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:45:50.7659846Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:45:50.7824564Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 2022-09-27T15:45:50.8045881Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 2022-09-27T15:45:50.8085388Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:45:50.8117116Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:45:50.8122592Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 2022-09-27T15:45:50.8486533Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 2022-09-27T15:45:50.8526660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:45:50.8552951Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:45:50.8558366Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 2022-09-27T15:45:50.8926412Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 2022-09-27T15:45:50.8968226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:45:50.8979233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:45:50.9008772Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 2022-09-27T15:45:50.9365745Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 2022-09-27T15:45:50.9406849Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:45:50.9417815Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:45:50.9447000Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 2022-09-27T15:45:50.9806312Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 2022-09-27T15:45:50.9845447Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:45:50.9860174Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:45:51.0015092Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 2022-09-27T15:45:51.0246497Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 2022-09-27T15:45:51.0290553Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:45:51.0295900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:45:51.0358891Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 2022-09-27T15:45:51.0686139Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 2022-09-27T15:45:51.0724855Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:45:51.0743251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:45:51.0779555Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 2022-09-27T15:45:51.1125101Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 2022-09-27T15:45:51.1167833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:45:51.1187003Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:45:51.1198166Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 2022-09-27T15:45:51.1565723Z [gw0] [ 81%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 2022-09-27T15:45:51.1609071Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:45:51.1612701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:45:51.1884538Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 2022-09-27T15:45:51.2004880Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 2022-09-27T15:45:51.2044755Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:45:51.2061380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:45:51.2135852Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 2022-09-27T15:45:51.2519959Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 2022-09-27T15:45:51.2521660Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:45:51.2529684Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 2022-09-27T15:45:51.2582201Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:45:51.2936590Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 2022-09-27T15:45:51.2940013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:45:51.2947825Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 2022-09-27T15:45:51.3001630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:45:51.3346913Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 2022-09-27T15:45:51.3380878Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:45:51.3389494Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 2022-09-27T15:45:51.3621008Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:45:51.3817527Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 2022-09-27T15:45:51.3822146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:45:51.3829504Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 2022-09-27T15:45:51.3866009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:45:51.4280486Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 2022-09-27T15:45:51.4282977Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:45:51.4288071Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 2022-09-27T15:45:51.4326599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:45:51.4676429Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 2022-09-27T15:45:51.4717823Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:45:51.4725230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:45:51.4785885Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 2022-09-27T15:45:51.5156281Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 2022-09-27T15:45:51.5160947Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:45:51.5166259Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 2022-09-27T15:45:51.5695546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:45:51.5696304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:45:51.5746999Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 2022-09-27T15:45:51.5766045Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 2022-09-27T15:45:51.5946805Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:45:51.5986811Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 2022-09-27T15:45:51.6045559Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:45:51.6273794Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 2022-09-27T15:45:51.6275623Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:45:51.6508447Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 2022-09-27T15:45:51.6722053Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:45:51.6767574Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 2022-09-27T15:45:51.6832585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:45:51.7039452Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 2022-09-27T15:45:51.7040067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:45:51.7201660Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 2022-09-27T15:45:51.7230222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:45:51.7458286Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 2022-09-27T15:45:51.7462209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:45:51.7605026Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 2022-09-27T15:45:51.7674953Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:45:51.7900232Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 2022-09-27T15:45:51.7907734Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:45:51.8113171Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 2022-09-27T15:45:51.8121019Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:45:51.8364920Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 2022-09-27T15:45:51.8370407Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:45:51.8558280Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 2022-09-27T15:45:51.8564571Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:45:51.8796718Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 2022-09-27T15:45:51.8802591Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:45:51.8994339Z [gw2] [ 81%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 2022-09-27T15:45:51.9001012Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:45:51.9230166Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 2022-09-27T15:45:51.9235737Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:45:51.9434413Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 2022-09-27T15:45:51.9441050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:45:51.9616782Z [gw0] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 2022-09-27T15:45:51.9653927Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:45:51.9805083Z [gw2] [ 81%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 2022-09-27T15:45:51.9851605Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:45:52.0047445Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 2022-09-27T15:45:52.0094543Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:45:52.0246242Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 2022-09-27T15:45:52.0287371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:45:52.0486781Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 2022-09-27T15:45:52.0534233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:45:52.0726317Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 2022-09-27T15:45:52.0780833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:45:52.0926309Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 2022-09-27T15:45:52.0975544Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:45:52.1167338Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 2022-09-27T15:45:52.1214919Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:45:52.1366107Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 2022-09-27T15:45:52.1399429Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:45:52.1606424Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 2022-09-27T15:45:52.1661859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:45:52.1806059Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 2022-09-27T15:45:52.1855221Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:45:52.2046361Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 2022-09-27T15:45:52.2090096Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:45:52.2246064Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 2022-09-27T15:45:52.2287613Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:45:52.2485968Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 2022-09-27T15:45:52.2539030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:45:52.2685080Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 2022-09-27T15:45:52.2738715Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:45:52.2925143Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 2022-09-27T15:45:52.2970469Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:45:52.3126562Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 2022-09-27T15:45:52.3177625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:45:52.3366630Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 2022-09-27T15:45:52.3412671Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:45:52.3566464Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 2022-09-27T15:45:52.3612774Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:45:52.3805919Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 2022-09-27T15:45:52.3860779Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:45:52.4006460Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 2022-09-27T15:45:52.4047243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:45:52.4246002Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 2022-09-27T15:45:52.4293202Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:45:52.4447638Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 2022-09-27T15:45:52.4491827Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:45:52.4686358Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 2022-09-27T15:45:52.4743107Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:45:52.4886459Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 2022-09-27T15:45:52.5126847Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:45:52.5187841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:45:52.5205657Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 2022-09-27T15:45:52.5324180Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 2022-09-27T15:45:52.5375223Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:45:52.5566147Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 2022-09-27T15:45:52.5621953Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:45:52.5765706Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 2022-09-27T15:45:52.5982753Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:45:52.6044812Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 2022-09-27T15:45:52.6175558Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:45:52.6215230Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_put_cpu_complex128 2022-09-27T15:45:52.6486675Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:45:52.6538122Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:45:52.6557371Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 2022-09-27T15:45:52.6642743Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 2022-09-27T15:45:52.6786375Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:45:52.6925905Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 2022-09-27T15:45:52.6985961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:45:52.7084967Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 2022-09-27T15:45:52.7367044Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:45:52.7475278Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:45:52.7657306Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 2022-09-27T15:45:52.7674211Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 2022-09-27T15:45:52.7833638Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:45:52.7887588Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 2022-09-27T15:45:52.7895408Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:45:52.8162070Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 2022-09-27T15:45:52.8226436Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:45:52.8322045Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 2022-09-27T15:45:52.8343665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:45:52.8601514Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 2022-09-27T15:45:52.8691181Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:45:52.8812462Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 2022-09-27T15:45:52.8818404Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:45:52.9081899Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 2022-09-27T15:45:52.9146842Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:45:52.9291919Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 2022-09-27T15:45:52.9296847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:45:52.9485661Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 2022-09-27T15:45:52.9727253Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:45:52.9769480Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:45:53.0168173Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 2022-09-27T15:45:53.0224522Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:45:53.0607722Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 2022-09-27T15:45:53.0641976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:45:53.0737133Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 2022-09-27T15:45:53.0752422Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amax_cpu_float64 2022-09-27T15:45:53.1046142Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:45:53.1079073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:45:53.1564434Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 2022-09-27T15:45:53.1565344Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:45:53.1827664Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 2022-09-27T15:45:53.1845564Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_amin_cpu_float64 2022-09-27T15:45:53.1993598Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:45:53.2016275Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:45:53.2292040Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 2022-09-27T15:45:53.2301434Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmax_cpu_float64 2022-09-27T15:45:53.2404683Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:45:53.2438282Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:45:53.2626546Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 2022-09-27T15:45:53.2724687Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_argmin_cpu_float64 2022-09-27T15:45:53.2886048Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:45:53.2951300Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:45:53.3331120Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 2022-09-27T15:45:53.3347331Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumprod_cpu_float64 2022-09-27T15:45:53.3363367Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:45:53.3462948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:45:53.3520202Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 2022-09-27T15:45:53.3765348Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_cumsum_cpu_float64 2022-09-27T15:45:53.3845348Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:45:53.3961035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:45:53.4286488Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 2022-09-27T15:45:53.4342745Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:45:53.4357530Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_log_softmax_cpu_float64 2022-09-27T15:45:53.4518637Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:45:53.4634192Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 2022-09-27T15:45:53.4732394Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logaddexp_cpu_float64 2022-09-27T15:45:53.4780263Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:45:53.4798856Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 2022-09-27T15:45:53.5225353Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:45:53.5225918Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:45:53.5682572Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 2022-09-27T15:45:53.5700009Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:45:53.5991959Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 2022-09-27T15:45:53.6010841Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_logsumexp_cpu_float64 2022-09-27T15:45:53.6179169Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:45:53.6179738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:45:53.6688233Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 2022-09-27T15:45:53.6847030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:45:53.7114481Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 2022-09-27T15:45:53.7139822Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:45:53.7382711Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 2022-09-27T15:45:53.7401195Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_mean_cpu_float64 2022-09-27T15:45:53.7623551Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:45:53.7624163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:45:53.7710243Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 2022-09-27T15:45:53.7803648Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_median_cpu_float64 2022-09-27T15:45:53.8112111Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:45:53.8112654Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:45:53.8563497Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 2022-09-27T15:45:53.8586364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:45:53.9007584Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 2022-09-27T15:45:53.9176230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:45:53.9465230Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 2022-09-27T15:45:53.9509711Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:45:53.9938080Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 2022-09-27T15:45:53.9941546Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:45:54.0348476Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 2022-09-27T15:45:54.0436197Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:45:54.0765984Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 2022-09-27T15:45:54.0874027Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:45:54.1207411Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 2022-09-27T15:45:54.1308500Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:45:54.1724654Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 2022-09-27T15:45:54.1910039Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:45:54.2121437Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 2022-09-27T15:45:54.2256900Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:45:54.2272176Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_norm_cpu_float64 2022-09-27T15:45:54.2281662Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 2022-09-27T15:45:54.2526536Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:45:54.2580904Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:45:54.3020808Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 2022-09-27T15:45:54.3023936Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:45:54.3244938Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 2022-09-27T15:45:54.3267744Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_normalize_cpu_float64 2022-09-27T15:45:54.3457362Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:45:54.3462454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:45:54.3883210Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 2022-09-27T15:45:54.4024115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:45:54.4289629Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 2022-09-27T15:45:54.4300849Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:45:54.4328569Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_prod_cpu_float64 2022-09-27T15:45:54.4335813Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 2022-09-27T15:45:54.4569048Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:45:54.4766965Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmax_cpu_float64 2022-09-27T15:45:54.4770815Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:45:54.4810536Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:45:54.5123412Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 2022-09-27T15:45:54.5206396Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_softmin_cpu_float64 2022-09-27T15:45:54.5258897Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:45:54.5259829Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:45:54.5700107Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 2022-09-27T15:45:54.5700965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:45:54.6088069Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 2022-09-27T15:45:54.6173880Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:45:54.6529977Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 2022-09-27T15:45:54.6712353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:45:54.6967214Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 2022-09-27T15:45:54.7025939Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:45:54.7172705Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 2022-09-27T15:45:54.7183759Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_std_cpu_float64 2022-09-27T15:45:54.7255172Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:45:54.7266413Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 2022-09-27T15:45:54.7405493Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:45:54.7459506Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:45:54.7845682Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 2022-09-27T15:45:54.7898701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:45:54.8005248Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 2022-09-27T15:45:54.8015216Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_sum_cpu_float64 2022-09-27T15:45:54.8327062Z test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:45:54.8359841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:45:54.8806062Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_singular_cpu_complex128 2022-09-27T15:45:54.9026206Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:45:54.9295330Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 2022-09-27T15:45:54.9301617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:45:54.9437703Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 2022-09-27T15:45:54.9459284Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__masked_var_cpu_float64 2022-09-27T15:45:54.9726507Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:45:54.9731689Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 2022-09-27T15:45:54.9747744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:45:54.9885362Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 2022-09-27T15:45:54.9942004Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:45:54.9957182Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 2022-09-27T15:45:54.9975409Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:45:54.9991299Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 2022-09-27T15:45:55.0177078Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 2022-09-27T15:45:55.0181453Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:45:55.0324644Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 2022-09-27T15:45:55.0363631Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:45:55.0384046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:45:55.0496787Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 2022-09-27T15:45:55.0625032Z [gw1] [ 82%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 2022-09-27T15:45:55.0628335Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:45:55.0765115Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 2022-09-27T15:45:55.1402074Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:45:55.1402620Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:45:55.1404366Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 2022-09-27T15:45:55.1405780Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:45:55.1407211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:45:55.1410979Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 2022-09-27T15:45:55.1431740Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 2022-09-27T15:45:55.1521815Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 2022-09-27T15:45:55.1522367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:45:55.1522917Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:45:55.1540865Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 2022-09-27T15:45:55.1679790Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 2022-09-27T15:45:55.1718532Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:45:55.1948462Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 2022-09-27T15:45:55.1999965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:45:55.2009560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:45:55.2029559Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 2022-09-27T15:45:55.2119306Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 2022-09-27T15:45:55.2360280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:45:55.2379851Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:45:55.2408057Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 2022-09-27T15:45:55.2410956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:45:55.2502855Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 2022-09-27T15:45:55.2521835Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 2022-09-27T15:45:55.2611846Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:45:55.2763673Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 2022-09-27T15:45:55.2834448Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:45:55.2835075Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 2022-09-27T15:45:55.2841008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:45:55.2963843Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 2022-09-27T15:45:55.3153955Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:45:55.3202738Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 2022-09-27T15:45:55.3244318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:45:55.3247304Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 2022-09-27T15:45:55.3273893Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:45:55.3403676Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 2022-09-27T15:45:55.3598385Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:45:55.3643270Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 2022-09-27T15:45:55.3684096Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:45:55.3716225Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:45:55.3772190Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 2022-09-27T15:45:55.3842810Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 2022-09-27T15:45:55.4059352Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:45:55.4083072Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 2022-09-27T15:45:55.4116778Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:45:55.4125627Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 2022-09-27T15:45:55.4155501Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:45:55.4283794Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 2022-09-27T15:45:55.4315969Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:45:55.4524789Z [gw2] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 2022-09-27T15:45:55.4568035Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:45:55.4574391Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 2022-09-27T15:45:55.4603922Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:45:55.4724678Z [gw1] [ 82%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 2022-09-27T15:45:55.4742741Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:45:55.4965078Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 2022-09-27T15:45:55.5008475Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:45:55.5012994Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 2022-09-27T15:45:55.5184414Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:45:55.5254758Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:45:55.5460784Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 2022-09-27T15:45:55.5463605Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:45:55.5504349Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 2022-09-27T15:45:55.5517469Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:45:55.5604232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:45:55.5651512Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:45:55.5901168Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 2022-09-27T15:45:55.5904859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:45:55.6057170Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 2022-09-27T15:45:55.6190253Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:45:55.6345751Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 2022-09-27T15:45:55.6351209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:45:55.6457730Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 2022-09-27T15:45:55.6470539Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:45:55.6500249Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:45:55.6534277Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:45:55.6814560Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 2022-09-27T15:45:55.6815256Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:45:55.6966455Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 2022-09-27T15:45:55.6973788Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:45:55.7240161Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 2022-09-27T15:45:55.7254322Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:45:55.7257277Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:45:55.7298129Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:45:55.7373029Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 2022-09-27T15:45:55.7434430Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:45:55.7655962Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 2022-09-27T15:45:55.7673436Z [gw3] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:45:55.7768545Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:55.7770098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:45:55.7803451Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 2022-09-27T15:45:55.7887576Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:45:55.8211584Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 2022-09-27T15:45:55.8212131Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:45:55.8245575Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 2022-09-27T15:45:55.8275109Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:45:55.8288964Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:45:55.8358483Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:45:55.8695712Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 2022-09-27T15:45:55.8698469Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:45:55.8702963Z [gw0] [ 82%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 2022-09-27T15:45:55.8741013Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:45:55.9126966Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 2022-09-27T15:45:55.9132633Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:45:55.9186232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:45:55.9226078Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 2022-09-27T15:45:55.9629327Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 2022-09-27T15:45:55.9634095Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:45:55.9640724Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 2022-09-27T15:45:55.9681903Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:45:56.0008447Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 2022-09-27T15:45:56.0062537Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:45:56.0081488Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 2022-09-27T15:45:56.0086705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:45:56.0447206Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 2022-09-27T15:45:56.0469901Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:45:56.0498731Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:45:56.0567879Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 2022-09-27T15:45:56.0912722Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 2022-09-27T15:45:56.0923831Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:45:56.0938937Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:45:56.0954120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:45:56.0962115Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:45:56.0977087Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 2022-09-27T15:45:56.1327661Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 2022-09-27T15:45:56.1391341Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:45:56.1400304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:45:56.1415072Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 2022-09-27T15:45:56.1836005Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 2022-09-27T15:45:56.1845252Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:45:56.1855402Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 2022-09-27T15:45:56.1863246Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:45:56.2282921Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 2022-09-27T15:45:56.2283523Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:45:56.2284050Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 2022-09-27T15:45:56.2284608Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:45:56.2714894Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 2022-09-27T15:45:56.2718617Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:45:56.2739599Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 2022-09-27T15:45:56.2806971Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:45:56.3022770Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 2022-09-27T15:45:56.3226106Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:45:56.3230751Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:45:56.3243983Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 2022-09-27T15:45:56.3258665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:45:56.3262103Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:45:56.3688061Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 2022-09-27T15:45:56.3691067Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:45:56.3726633Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 2022-09-27T15:45:56.3758506Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:45:56.4061756Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 2022-09-27T15:45:56.4085687Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:45:56.4102687Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:45:56.4107427Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:45:56.4201101Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 2022-09-27T15:45:56.4554393Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:45:56.4559610Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:45:56.4823191Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 2022-09-27T15:45:56.4845293Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 2022-09-27T15:45:56.4888267Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:45:56.4988354Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 2022-09-27T15:45:56.4993473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:45:56.5027276Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 2022-09-27T15:45:56.5048571Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:45:56.5362912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:45:56.5404872Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:45:56.5433372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:45:56.5676734Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 2022-09-27T15:45:56.5725097Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 2022-09-27T15:45:56.5734766Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:45:56.5748239Z [gw1] [ 82%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:45:56.5792990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:45:56.5866263Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 2022-09-27T15:45:56.5866872Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:45:56.6167716Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 2022-09-27T15:45:56.6230559Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:45:56.6303501Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 2022-09-27T15:45:56.6306667Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:45:56.6607256Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 2022-09-27T15:45:56.6719813Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:45:56.6741843Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 2022-09-27T15:45:56.6743523Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:45:56.7053237Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 2022-09-27T15:45:56.7138726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:45:56.7173055Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 2022-09-27T15:45:56.7174618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:45:56.7533266Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 2022-09-27T15:45:56.7550353Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:45:56.7600332Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 2022-09-27T15:45:56.7619047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:45:56.8003143Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 2022-09-27T15:45:56.8059367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:45:56.8059945Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:45:56.8548085Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 2022-09-27T15:45:56.8548956Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:45:56.8959322Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 2022-09-27T15:45:56.8960784Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:45:56.9277880Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 2022-09-27T15:45:56.9298946Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 2022-09-27T15:45:56.9395588Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:45:56.9401072Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:45:56.9452122Z [gw0] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_strided_cpu_complex128 2022-09-27T15:45:56.9758302Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 2022-09-27T15:45:56.9905371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:45:56.9911630Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:45:56.9953302Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 2022-09-27T15:45:57.0282319Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 2022-09-27T15:45:57.0283856Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:45:57.0346084Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 2022-09-27T15:45:57.0347890Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:45:57.0753453Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 2022-09-27T15:45:57.0753989Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:45:57.0756137Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 2022-09-27T15:45:57.0789557Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:45:57.1157470Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 2022-09-27T15:45:57.1158943Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:45:57.1193872Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 2022-09-27T15:45:57.1281895Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:45:57.1569985Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 2022-09-27T15:45:57.1610408Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:45:57.1725525Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 2022-09-27T15:45:57.1729818Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:45:57.2066886Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 2022-09-27T15:45:57.2144337Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:45:57.2160442Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 2022-09-27T15:45:57.2166434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:45:57.2523587Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 2022-09-27T15:45:57.2533565Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:45:57.2639178Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 2022-09-27T15:45:57.2643780Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:45:57.2994326Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 2022-09-27T15:45:57.2997790Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:45:57.3066510Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 2022-09-27T15:45:57.3068185Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:45:57.3406159Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 2022-09-27T15:45:57.3462536Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:45:57.3561031Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 2022-09-27T15:45:57.3572020Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:45:57.3858229Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 2022-09-27T15:45:57.3911778Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:45:57.3988916Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 2022-09-27T15:45:57.3991337Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:45:57.4356879Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 2022-09-27T15:45:57.4357505Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:45:57.4426065Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 2022-09-27T15:45:57.4426701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:45:57.4754385Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 2022-09-27T15:45:57.4852859Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:45:57.4997863Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 2022-09-27T15:45:57.5004161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:45:57.5241688Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 2022-09-27T15:45:57.5275648Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:45:57.5344414Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 2022-09-27T15:45:57.5348657Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:45:57.5605037Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 2022-09-27T15:45:57.5655984Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:45:57.5779917Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 2022-09-27T15:45:57.5783419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:45:57.6096249Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 2022-09-27T15:45:57.6127132Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:45:57.6226656Z [gw2] [ 82%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 2022-09-27T15:45:57.6231423Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:45:57.6525687Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 2022-09-27T15:45:57.6664054Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:45:57.6669994Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 2022-09-27T15:45:57.6670932Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:45:57.6966495Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 2022-09-27T15:45:57.7071511Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:45:57.7107721Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:45:57.7149753Z [gw0] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 2022-09-27T15:45:57.7406960Z [gw2] [ 82%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 2022-09-27T15:45:57.7539090Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:45:57.7539696Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:45:57.7603435Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 2022-09-27T15:45:57.7982677Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 2022-09-27T15:45:57.7985245Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:45:57.7987366Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 2022-09-27T15:45:57.7988784Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:45:57.8391386Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 2022-09-27T15:45:57.8417947Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:45:57.8462379Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:45:57.8650770Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 2022-09-27T15:45:57.8832980Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 2022-09-27T15:45:57.8895211Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:45:57.8896038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:45:57.9347940Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 2022-09-27T15:45:57.9348696Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:45:57.9409734Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 2022-09-27T15:45:57.9459827Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 2022-09-27T15:45:57.9743003Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:45:57.9788979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:45:58.0223808Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 2022-09-27T15:45:58.0224503Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:45:58.0416895Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 2022-09-27T15:45:58.0458944Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 2022-09-27T15:45:58.0599325Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:45:58.0662946Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 2022-09-27T15:45:58.0663531Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:45:58.0914774Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 2022-09-27T15:45:58.1106959Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:45:58.1107538Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 2022-09-27T15:45:58.1108064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:45:58.1359432Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 2022-09-27T15:45:58.1545387Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:45:58.1555950Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:45:58.1598163Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 2022-09-27T15:45:58.1867510Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 2022-09-27T15:45:58.1868112Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:45:58.1980471Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 2022-09-27T15:45:58.1981031Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:45:58.2272021Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 2022-09-27T15:45:58.2445187Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:45:58.2460410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:45:58.2559891Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 2022-09-27T15:45:58.2725721Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 2022-09-27T15:45:58.2900071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:45:58.2900614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:45:58.3050087Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 2022-09-27T15:45:58.3283354Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 2022-09-27T15:45:58.3328027Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:45:58.3350916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:45:58.3388080Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 2022-09-27T15:45:58.3606617Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 2022-09-27T15:45:58.3668974Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:45:58.3768057Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 2022-09-27T15:45:58.4047445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:45:58.4217821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:45:58.4385170Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 2022-09-27T15:45:58.4420551Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 2022-09-27T15:45:58.4521193Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:45:58.4580223Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 2022-09-27T15:45:58.4693217Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:45:58.4904418Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 2022-09-27T15:45:58.4905024Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:45:58.4961832Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 2022-09-27T15:45:58.4989347Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:45:58.5355871Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 2022-09-27T15:45:58.5356436Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:45:58.5442109Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 2022-09-27T15:45:58.5472556Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:45:58.5823788Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 2022-09-27T15:45:58.5824353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:45:58.5922500Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 2022-09-27T15:45:58.5951948Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:45:58.6273567Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 2022-09-27T15:45:58.6274146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:45:58.6368059Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 2022-09-27T15:45:58.6368610Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:45:58.6482938Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 2022-09-27T15:45:58.6500905Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:45:58.6682871Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:45:58.6704813Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:45:58.6874954Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 2022-09-27T15:45:58.6880549Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:45:58.7104246Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 2022-09-27T15:45:58.7149479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:45:58.7241813Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 2022-09-27T15:45:58.7280935Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:45:58.7528310Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 2022-09-27T15:45:58.7580994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:45:58.7665360Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 2022-09-27T15:45:58.7665909Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:45:58.8032316Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 2022-09-27T15:45:58.8032916Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:45:58.8160616Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 2022-09-27T15:45:58.8174324Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:45:58.8469481Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 2022-09-27T15:45:58.8470093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:45:58.8603303Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 2022-09-27T15:45:58.8667164Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:45:58.8915694Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 2022-09-27T15:45:58.8916304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:45:58.9021002Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 2022-09-27T15:45:58.9021623Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:45:58.9351368Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 2022-09-27T15:45:58.9351967Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:45:58.9523746Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 2022-09-27T15:45:58.9790389Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:45:58.9791052Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:45:59.0204182Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 2022-09-27T15:45:59.0222528Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:45:59.0677407Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 2022-09-27T15:45:59.0678145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:45:59.1062238Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 2022-09-27T15:45:59.1415976Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:45:59.1511936Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 2022-09-27T15:45:59.1519849Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 2022-09-27T15:45:59.1520552Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:45:59.1547633Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:45:59.1661634Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 2022-09-27T15:45:59.1926346Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 2022-09-27T15:45:59.1940603Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:45:59.1978926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:45:59.2078971Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 2022-09-27T15:45:59.2424037Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 2022-09-27T15:45:59.2426509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:45:59.2435314Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 2022-09-27T15:45:59.2523277Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:45:59.2816302Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 2022-09-27T15:45:59.2826649Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:45:59.2851480Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:45:59.2956795Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 2022-09-27T15:45:59.3305136Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 2022-09-27T15:45:59.3307232Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:45:59.3325526Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 2022-09-27T15:45:59.3458576Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:45:59.3757178Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 2022-09-27T15:45:59.3760371Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:45:59.3764295Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 2022-09-27T15:45:59.3866973Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:45:59.4182829Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 2022-09-27T15:45:59.4183568Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:45:59.4204788Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 2022-09-27T15:45:59.4621160Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:45:59.4622249Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:45:59.4916740Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 2022-09-27T15:45:59.4960273Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 2022-09-27T15:45:59.5068228Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:45:59.5070061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:45:59.5098187Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 2022-09-27T15:45:59.5426434Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 2022-09-27T15:45:59.5427750Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:45:59.5511403Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 2022-09-27T15:45:59.5511997Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:45:59.5842752Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 2022-09-27T15:45:59.5944291Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:45:59.5944905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:45:59.5962038Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 2022-09-27T15:45:59.6253103Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 2022-09-27T15:45:59.6315766Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:45:59.6403550Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 2022-09-27T15:45:59.6407429Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:45:59.6759588Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 2022-09-27T15:45:59.6834225Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:45:59.6849757Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 2022-09-27T15:45:59.6850347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:45:59.7150596Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 2022-09-27T15:45:59.7278107Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:45:59.7285119Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 2022-09-27T15:45:59.7305828Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:45:59.7582711Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 2022-09-27T15:45:59.7637086Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:45:59.7754560Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 2022-09-27T15:45:59.7755161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:45:59.8060621Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 2022-09-27T15:45:59.8061199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:45:59.8363613Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 2022-09-27T15:45:59.8364120Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:45:59.8565699Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 2022-09-27T15:45:59.8802008Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:45:59.8808942Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 2022-09-27T15:45:59.8809437Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:45:59.8928408Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 2022-09-27T15:45:59.8976316Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:45:59.9167722Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 2022-09-27T15:45:59.9168223Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:45:59.9609496Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 2022-09-27T15:45:59.9610109Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:45:59.9610628Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:46:00.0075379Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 2022-09-27T15:46:00.0075955Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:46:00.0432874Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 2022-09-27T15:46:00.0434560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:46:00.0605471Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 2022-09-27T15:46:00.0624087Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 2022-09-27T15:46:00.0685365Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:46:00.0842151Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 2022-09-27T15:46:00.0843435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:46:00.1107816Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 2022-09-27T15:46:00.1108726Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:46:00.1301956Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 2022-09-27T15:46:00.1302921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:46:00.1535890Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 2022-09-27T15:46:00.1538606Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:46:00.1721522Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 2022-09-27T15:46:00.1728054Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:46:00.1978979Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 2022-09-27T15:46:00.1979884Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:46:00.2181315Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 2022-09-27T15:46:00.2182185Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:46:00.2367803Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 2022-09-27T15:46:00.2421664Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:46:00.2635597Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 2022-09-27T15:46:00.2636553Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:46:00.2805773Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 2022-09-27T15:46:00.2859926Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:46:00.3042514Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 2022-09-27T15:46:00.3059264Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:46:00.3286507Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 2022-09-27T15:46:00.3422534Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:46:00.3508152Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 2022-09-27T15:46:00.3511096Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:46:00.3765825Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 2022-09-27T15:46:00.3835314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:46:00.3903849Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 2022-09-27T15:46:00.3908390Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:46:00.3925664Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:46:00.3935946Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:46:00.4282634Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 2022-09-27T15:46:00.4390308Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:46:00.4390841Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:46:00.4831202Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 2022-09-27T15:46:00.4834483Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:46:00.5274499Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 2022-09-27T15:46:00.5275091Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:46:00.5707166Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 2022-09-27T15:46:00.5707768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:46:00.6141631Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 2022-09-27T15:46:00.6142214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:46:00.6540279Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 2022-09-27T15:46:00.6545494Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:46:00.6561030Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:46:00.6575471Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:46:00.6807731Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 2022-09-27T15:46:00.6907327Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 2022-09-27T15:46:00.7018569Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:46:00.7019142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:46:00.7472228Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 2022-09-27T15:46:00.7472819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:46:00.7909298Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 2022-09-27T15:46:00.7912485Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:46:00.8363231Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 2022-09-27T15:46:00.8738851Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:46:00.8754136Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 2022-09-27T15:46:00.9181591Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:46:00.9304659Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 2022-09-27T15:46:01.0698204Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:46:01.0699427Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 2022-09-27T15:46:01.2077149Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:46:01.2092491Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 2022-09-27T15:46:01.2266389Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:46:01.2286447Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 2022-09-27T15:46:01.2361759Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:46:01.2549982Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 2022-09-27T15:46:01.2636037Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:46:01.2722943Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 2022-09-27T15:46:01.2965775Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:46:01.3003898Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 2022-09-27T15:46:01.3495309Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:46:01.3637186Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 2022-09-27T15:46:01.3871892Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:46:01.4122296Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 2022-09-27T15:46:01.4329170Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:46:01.4561868Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 2022-09-27T15:46:01.4767540Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:46:01.4990947Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 2022-09-27T15:46:01.5489511Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:46:01.5514186Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 2022-09-27T15:46:01.6455985Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:46:01.6483239Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 2022-09-27T15:46:01.6956385Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:46:01.7141931Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 2022-09-27T15:46:01.7652387Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:46:01.7681669Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 2022-09-27T15:46:01.7796943Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:46:01.8123585Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 2022-09-27T15:46:01.8159192Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:46:01.8180563Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 2022-09-27T15:46:01.8191435Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 2022-09-27T15:46:01.8234467Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:46:01.8536925Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 2022-09-27T15:46:01.8607683Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:46:01.8672729Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:46:01.9098003Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 2022-09-27T15:46:01.9102357Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:46:01.9283443Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 2022-09-27T15:46:01.9445343Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 2022-09-27T15:46:01.9487105Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:46:01.9501657Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:46:01.9555144Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 2022-09-27T15:46:01.9888640Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 2022-09-27T15:46:01.9927598Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:46:01.9993286Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:46:02.0089413Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 2022-09-27T15:46:02.0404614Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 2022-09-27T15:46:02.0419409Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:46:02.0767064Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:46:02.0793107Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 2022-09-27T15:46:02.1014385Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:46:02.1041378Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 2022-09-27T15:46:02.1061538Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 2022-09-27T15:46:02.1150092Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:46:02.1263280Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 2022-09-27T15:46:02.1381998Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:46:02.1580619Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 2022-09-27T15:46:02.1581199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:46:02.1647134Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 2022-09-27T15:46:02.1713596Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:46:02.2042110Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 2022-09-27T15:46:02.2086128Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:46:02.2143524Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:46:02.2208492Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 2022-09-27T15:46:02.2405775Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 2022-09-27T15:46:02.2505546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:46:02.2551775Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 2022-09-27T15:46:02.2858866Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:46:02.2952071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:46:02.2964361Z [gw2] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 2022-09-27T15:46:02.2983643Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 2022-09-27T15:46:02.3064505Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:46:02.3362435Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 2022-09-27T15:46:02.3407943Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:46:02.3478164Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:46:02.3859849Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 2022-09-27T15:46:02.4322255Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:46:02.4419425Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 2022-09-27T15:46:02.4591442Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:46:02.4636312Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 2022-09-27T15:46:02.4687946Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 2022-09-27T15:46:02.4846448Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:46:02.4911650Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:46:02.4997530Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 2022-09-27T15:46:02.5125731Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 2022-09-27T15:46:02.5188962Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:46:02.5285593Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 2022-09-27T15:46:02.5364948Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:46:02.5567007Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 2022-09-27T15:46:02.5696921Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:46:02.5724738Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 2022-09-27T15:46:02.5807326Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:46:02.6122723Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 2022-09-27T15:46:02.6165386Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:46:02.6367339Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:46:02.6443698Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 2022-09-27T15:46:02.6599757Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:46:02.6609563Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:46:02.6618871Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 2022-09-27T15:46:02.6961366Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:46:02.7048560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:46:02.7441540Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:46:02.7454234Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:46:02.7812385Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 2022-09-27T15:46:02.7814191Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:46:02.7963197Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 2022-09-27T15:46:02.7990392Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 2022-09-27T15:46:02.8282757Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:46:02.8368821Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:46:02.8683156Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 2022-09-27T15:46:02.9008348Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:46:02.9084197Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 2022-09-27T15:46:02.9250268Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:46:02.9642161Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 2022-09-27T15:46:03.0016502Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:46:03.0058939Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 2022-09-27T15:46:03.0095043Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:46:03.0120671Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 2022-09-27T15:46:03.0178469Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:46:03.0347288Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 2022-09-27T15:46:03.0559667Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 2022-09-27T15:46:03.0566201Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:46:03.0579405Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 2022-09-27T15:46:03.0585020Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:46:03.0931431Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 2022-09-27T15:46:03.0994520Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:46:03.0996138Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:46:03.1208694Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 2022-09-27T15:46:03.1383811Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 2022-09-27T15:46:03.1437891Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:46:03.1443514Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:46:03.1458294Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_strided_cpu_float64 2022-09-27T15:46:03.1883164Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 2022-09-27T15:46:03.1914368Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:46:03.1927992Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:46:03.1928583Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 2022-09-27T15:46:03.2325636Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 2022-09-27T15:46:03.2326222Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:46:03.2344695Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:46:03.2345847Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 2022-09-27T15:46:03.2763493Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 2022-09-27T15:46:03.2764253Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:46:03.2782737Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:46:03.2894162Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 2022-09-27T15:46:03.3202495Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 2022-09-27T15:46:03.3207033Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:46:03.3220510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:46:03.3296180Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 2022-09-27T15:46:03.3641582Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 2022-09-27T15:46:03.3657984Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:46:03.3658933Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:46:03.3666352Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 2022-09-27T15:46:03.4075771Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 2022-09-27T15:46:03.4076649Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:46:03.4160827Z [gw2] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 2022-09-27T15:46:03.4193806Z test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:46:03.4543711Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_index_put_cpu_float64 2022-09-27T15:46:03.4605616Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:46:03.4611892Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 2022-09-27T15:46:03.5002761Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:46:03.5015834Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:46:03.5412874Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 2022-09-27T15:46:03.5661949Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:46:03.5718345Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 2022-09-27T15:46:03.5804084Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 2022-09-27T15:46:03.5923241Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:46:03.5945621Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:46:03.5987622Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 2022-09-27T15:46:03.6245840Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 2022-09-27T15:46:03.6311790Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:46:03.6429081Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 2022-09-27T15:46:03.6432117Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:46:03.6759576Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 2022-09-27T15:46:03.6839768Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:46:03.6916503Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:46:03.7244430Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 2022-09-27T15:46:03.7340623Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:46:03.7602626Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 2022-09-27T15:46:03.7628607Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:46:03.7682530Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:46:03.7721155Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:46:03.7795285Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 2022-09-27T15:46:03.8107037Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 2022-09-27T15:46:03.8109792Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:46:03.8170714Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 2022-09-27T15:46:03.8173076Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:46:03.8549679Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 2022-09-27T15:46:03.8567372Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:46:03.8608042Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:46:03.8611040Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:46:03.9000687Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 2022-09-27T15:46:03.9054802Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:46:03.9060576Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:46:03.9493188Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 2022-09-27T15:46:03.9496924Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:46:03.9931326Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 2022-09-27T15:46:03.9935151Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:46:04.0374300Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 2022-09-27T15:46:04.0378069Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:46:04.0679012Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 2022-09-27T15:46:04.0815862Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:46:04.0820301Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:46:04.0866888Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:46:04.1318742Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 2022-09-27T15:46:04.1330371Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 2022-09-27T15:46:04.1371792Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:46:04.1372370Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:46:04.1383151Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 2022-09-27T15:46:04.1754212Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 2022-09-27T15:46:04.1754854Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:46:04.1806770Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:46:04.1807388Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:46:04.2124427Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 2022-09-27T15:46:04.2141384Z [gw3] [ 83%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:46:04.2248429Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:46:04.2249062Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:46:04.2252350Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 2022-09-27T15:46:04.2253661Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:46:04.2643545Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 2022-09-27T15:46:04.2697964Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:46:04.2703409Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:46:04.3127853Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 2022-09-27T15:46:04.3133684Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:46:04.3635876Z [gw0] [ 83%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 2022-09-27T15:46:04.3636427Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:46:04.3950307Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 2022-09-27T15:46:04.3969551Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:46:04.4083188Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:46:04.4086973Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:46:04.4355659Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 2022-09-27T15:46:04.4403104Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 2022-09-27T15:46:04.4448298Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:46:04.4521148Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 2022-09-27T15:46:04.4532337Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:46:04.4962608Z [gw0] [ 83%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 2022-09-27T15:46:04.4963178Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:46:04.4963760Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 2022-09-27T15:46:04.4964304Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:46:04.5406706Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 2022-09-27T15:46:04.5407278Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:46:04.5407855Z [gw2] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 2022-09-27T15:46:04.5743569Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:46:04.5747496Z [gw0] [ 83%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 2022-09-27T15:46:04.5795938Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:46:04.5800234Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 2022-09-27T15:46:04.5836707Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:46:04.5879372Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 2022-09-27T15:46:04.5897605Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:46:04.6207267Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:46:04.6211072Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:46:04.6381453Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:46:04.6687980Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 2022-09-27T15:46:04.6691706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:46:04.6766071Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:46:04.6798567Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 2022-09-27T15:46:04.7037939Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:46:04.7079807Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 2022-09-27T15:46:04.7107875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:46:04.7289177Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 2022-09-27T15:46:04.7334133Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:46:04.7602690Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 2022-09-27T15:46:04.7740978Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:46:04.7759360Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 2022-09-27T15:46:04.7759960Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:46:04.8020315Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 2022-09-27T15:46:04.8022765Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:46:04.8200079Z [gw2] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 2022-09-27T15:46:04.8245798Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:46:04.8451091Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 2022-09-27T15:46:04.8496249Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:46:04.8624785Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 2022-09-27T15:46:04.8910608Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:46:04.8914549Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:46:04.9363267Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 2022-09-27T15:46:04.9520443Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:46:04.9649256Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 2022-09-27T15:46:04.9661896Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 2022-09-27T15:46:04.9760175Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:46:04.9827824Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:46:05.0132702Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 2022-09-27T15:46:05.0211784Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:46:05.0527687Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 2022-09-27T15:46:05.0681318Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:46:05.0808820Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 2022-09-27T15:46:05.0836327Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 2022-09-27T15:46:05.0870135Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:46:05.1034955Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 2022-09-27T15:46:05.1116446Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:46:05.1286616Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 2022-09-27T15:46:05.1325537Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:46:05.1474332Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 2022-09-27T15:46:05.1745862Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:46:05.1753366Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:46:05.2198698Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 2022-09-27T15:46:05.2206510Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:46:05.2225882Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 2022-09-27T15:46:05.2262457Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 2022-09-27T15:46:05.2469923Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:46:05.2575002Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 2022-09-27T15:46:05.2730177Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:46:05.2792521Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:46:05.2807054Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 2022-09-27T15:46:05.3082515Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 2022-09-27T15:46:05.3146810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:46:05.3238362Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:46:05.3255907Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 2022-09-27T15:46:05.3483674Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 2022-09-27T15:46:05.3503224Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:46:05.3582702Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 2022-09-27T15:46:05.3680903Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:46:05.3885490Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 2022-09-27T15:46:05.3990296Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:46:05.4062336Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 2022-09-27T15:46:05.4251427Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:46:05.4442006Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 2022-09-27T15:46:05.4520794Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:46:05.4529569Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 2022-09-27T15:46:05.4802465Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:46:05.5159785Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:46:05.5204006Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 2022-09-27T15:46:05.5258283Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:46:05.5589210Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 2022-09-27T15:46:05.5607167Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 2022-09-27T15:46:05.5725714Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:46:05.5733129Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:46:05.6163875Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 2022-09-27T15:46:05.6410640Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:46:05.6580947Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 2022-09-27T15:46:05.6588954Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:46:05.7041175Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 2022-09-27T15:46:05.7240667Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:46:05.7470602Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 2022-09-27T15:46:05.7477881Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:46:05.7860363Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 2022-09-27T15:46:05.7963578Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:46:05.8336904Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 2022-09-27T15:46:05.8343666Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:46:05.8621295Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 2022-09-27T15:46:05.8645607Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 2022-09-27T15:46:05.8733908Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:46:05.8785682Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:46:05.9085248Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 2022-09-27T15:46:05.9212790Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 2022-09-27T15:46:05.9222366Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:46:05.9230065Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 2022-09-27T15:46:05.9396796Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:46:05.9684109Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 2022-09-27T15:46:05.9694094Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:46:05.9822567Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:46:06.0163239Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 2022-09-27T15:46:06.0169322Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 2022-09-27T15:46:06.0169846Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:46:06.0211913Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:46:06.0625654Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 2022-09-27T15:46:06.0634680Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:46:06.1071111Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 2022-09-27T15:46:06.1080173Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:46:06.1285835Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 2022-09-27T15:46:06.1309177Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:46:06.1527803Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:46:06.1533330Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:46:06.1961895Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 2022-09-27T15:46:06.2007657Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:46:06.2355764Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 2022-09-27T15:46:06.2454640Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:46:06.2768912Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 2022-09-27T15:46:06.2893862Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:46:06.3182265Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 2022-09-27T15:46:06.3207562Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:46:06.3214113Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:46:06.3328280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:46:06.3531814Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 2022-09-27T15:46:06.3647575Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 2022-09-27T15:46:06.3699388Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:46:06.3708507Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 2022-09-27T15:46:06.4168851Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:46:06.4173450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:46:06.4601132Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 2022-09-27T15:46:06.4616475Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 2022-09-27T15:46:06.4630614Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:46:06.4634860Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:46:06.4651503Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 2022-09-27T15:46:06.4676542Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 2022-09-27T15:46:06.4966485Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:46:06.5048790Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:46:06.5058357Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 2022-09-27T15:46:06.5064271Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:46:06.5257895Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:46:06.5404696Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:46:06.5504201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:46:06.5723715Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:46:06.5743963Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 2022-09-27T15:46:06.5766501Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:46:06.5922972Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 2022-09-27T15:46:06.6109560Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:46:06.6163592Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 2022-09-27T15:46:06.6614270Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:46:06.6643622Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 2022-09-27T15:46:06.6847273Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:46:06.6909791Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 2022-09-27T15:46:06.6926325Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 2022-09-27T15:46:06.7021046Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:46:06.7120965Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 2022-09-27T15:46:06.7443263Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:46:06.7564210Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:46:06.7582969Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 2022-09-27T15:46:06.7626605Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 2022-09-27T15:46:06.7725552Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:46:06.7881052Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 2022-09-27T15:46:06.8098803Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:46:06.8108665Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:46:06.8147827Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 2022-09-27T15:46:06.8182927Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:46:06.8543061Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:46:06.8554538Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:46:06.8982810Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 2022-09-27T15:46:06.8994532Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:46:06.9309156Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 2022-09-27T15:46:06.9719823Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 2022-09-27T15:46:06.9720421Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:46:07.0172453Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:46:07.0173067Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 2022-09-27T15:46:07.0376411Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:46:07.0690450Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 2022-09-27T15:46:07.0719647Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:46:07.0769913Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 2022-09-27T15:46:07.0797620Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 2022-09-27T15:46:07.1207396Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:46:07.1416116Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:46:07.1622802Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 2022-09-27T15:46:07.1634936Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 2022-09-27T15:46:07.1717110Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:46:07.1722683Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:46:07.1862281Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 2022-09-27T15:46:07.2084145Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 2022-09-27T15:46:07.2116561Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:46:07.2197113Z [gw0] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_singular_cpu_float64 2022-09-27T15:46:07.2201703Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:46:07.2646458Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 2022-09-27T15:46:07.2721500Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:46:07.2844801Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:46:07.2980215Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 2022-09-27T15:46:07.3044802Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 2022-09-27T15:46:07.3092235Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:46:07.3147618Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 2022-09-27T15:46:07.3344189Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:46:07.3567197Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 2022-09-27T15:46:07.3601540Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:46:07.3658376Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:46:07.4040169Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 2022-09-27T15:46:07.4050351Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 2022-09-27T15:46:07.4057691Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:46:07.4065151Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 2022-09-27T15:46:07.4288906Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:46:07.4528805Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 2022-09-27T15:46:07.4535920Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:46:07.4550860Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 2022-09-27T15:46:07.4963187Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:46:07.4970212Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:46:07.5402970Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 2022-09-27T15:46:07.5618041Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:46:07.5765771Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 2022-09-27T15:46:07.6593996Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:46:07.6640881Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 2022-09-27T15:46:07.6743987Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:46:07.7121978Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 2022-09-27T15:46:07.7157922Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:46:07.7606082Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 2022-09-27T15:46:07.7613215Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:46:07.8001815Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 2022-09-27T15:46:07.8054381Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:46:07.8482455Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 2022-09-27T15:46:07.8509685Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:46:07.8945530Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 2022-09-27T15:46:07.8951953Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:46:07.9423736Z [gw2] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 2022-09-27T15:46:07.9428543Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:46:07.9924643Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 2022-09-27T15:46:07.9929933Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:46:08.0400670Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 2022-09-27T15:46:08.0409969Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:46:08.0884576Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 2022-09-27T15:46:08.1006545Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:46:08.1142387Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 2022-09-27T15:46:08.1237360Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 2022-09-27T15:46:08.1289751Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:46:08.1524286Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:46:08.1672107Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 2022-09-27T15:46:08.1698135Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 2022-09-27T15:46:08.1767079Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:46:08.1959153Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:46:08.2204655Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 2022-09-27T15:46:08.2392788Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:46:08.2645254Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 2022-09-27T15:46:08.2718478Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:46:08.2805590Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 2022-09-27T15:46:08.2845308Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 2022-09-27T15:46:08.3126027Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:46:08.3200145Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:46:08.3565487Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 2022-09-27T15:46:08.3642607Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:46:08.3662002Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 2022-09-27T15:46:08.3681740Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:46:08.4046447Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 2022-09-27T15:46:08.4148636Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:46:08.4166929Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 2022-09-27T15:46:08.4185331Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 2022-09-27T15:46:08.4255017Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:46:08.4550680Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 2022-09-27T15:46:08.4551605Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:46:08.4603772Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 2022-09-27T15:46:08.4702867Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:46:08.4896887Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 2022-09-27T15:46:08.4912394Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 2022-09-27T15:46:08.5036933Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:46:08.5044565Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:46:08.5159592Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:46:08.5259017Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 2022-09-27T15:46:08.5439689Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 2022-09-27T15:46:08.5484942Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:46:08.5674508Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:46:08.5967459Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 2022-09-27T15:46:08.6075827Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:46:08.6125146Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 2022-09-27T15:46:08.6138393Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 2022-09-27T15:46:08.6328711Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:46:08.6402971Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:46:08.6718977Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 2022-09-27T15:46:08.6733737Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 2022-09-27T15:46:08.6764693Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:46:08.6822326Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:46:08.7313392Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 2022-09-27T15:46:08.7320322Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:46:08.7733192Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 2022-09-27T15:46:08.7781247Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:46:08.7867965Z [gw2] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 2022-09-27T15:46:08.7889281Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:46:08.7910765Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 2022-09-27T15:46:08.7917357Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:46:08.7959581Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:46:08.8229715Z [gw0] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 2022-09-27T15:46:08.8230322Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:46:08.8376361Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 2022-09-27T15:46:08.8434855Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:46:08.8694227Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 2022-09-27T15:46:08.8705272Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:46:08.8709733Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:46:08.8729757Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 2022-09-27T15:46:08.8901981Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:46:08.8906770Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:46:08.9084657Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 2022-09-27T15:46:08.9189264Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:46:08.9360770Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 2022-09-27T15:46:08.9366981Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:46:08.9524572Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 2022-09-27T15:46:08.9575831Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:46:08.9846278Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 2022-09-27T15:46:08.9852721Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:46:08.9977046Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 2022-09-27T15:46:08.9999763Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:46:09.0005239Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:46:09.0036399Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:46:09.0321685Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 2022-09-27T15:46:09.0338595Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:46:09.0372317Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 2022-09-27T15:46:09.0402003Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 2022-09-27T15:46:09.0514506Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:46:09.0521685Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:46:09.0571385Z [gw2] [ 84%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 2022-09-27T15:46:09.0757392Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:46:09.0782533Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:46:09.0920580Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 2022-09-27T15:46:09.0951664Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:46:09.1027794Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:46:09.1031132Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:46:09.1168484Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 2022-09-27T15:46:09.1174665Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:46:09.1360643Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 2022-09-27T15:46:09.1504320Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:46:09.1508530Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:46:09.1605174Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 2022-09-27T15:46:09.1654496Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:46:09.1962267Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 2022-09-27T15:46:09.2052214Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:46:09.2120463Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 2022-09-27T15:46:09.2167264Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:46:09.2384876Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 2022-09-27T15:46:09.2386260Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:46:09.2532938Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 2022-09-27T15:46:09.2661121Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:46:09.2826705Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 2022-09-27T15:46:09.2829254Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:46:09.2997947Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 2022-09-27T15:46:09.2998815Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:46:09.3460737Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 2022-09-27T15:46:09.3461334Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:46:09.3561919Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 2022-09-27T15:46:09.3912267Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:46:09.3912845Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:46:09.3920217Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 2022-09-27T15:46:09.4128173Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 2022-09-27T15:46:09.4403091Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:46:09.4403709Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:46:09.4468870Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 2022-09-27T15:46:09.4564791Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 2022-09-27T15:46:09.4650731Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:46:09.4807602Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 2022-09-27T15:46:09.4951414Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:46:09.5054170Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 2022-09-27T15:46:09.5333202Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:46:09.5337852Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:46:09.5589102Z [gw0] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 2022-09-27T15:46:09.5635834Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 2022-09-27T15:46:09.5803242Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:46:09.5863635Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:46:09.5953923Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 2022-09-27T15:46:09.6068419Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 2022-09-27T15:46:09.6139982Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:46:09.6200678Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 2022-09-27T15:46:09.6212201Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:46:09.6543194Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 2022-09-27T15:46:09.6622268Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:46:09.6629989Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 2022-09-27T15:46:09.6671099Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:46:09.7029694Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 2022-09-27T15:46:09.7129778Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:46:09.7137263Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 2022-09-27T15:46:09.7539891Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:46:09.7543637Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:46:09.7631604Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 2022-09-27T15:46:09.7664750Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 2022-09-27T15:46:09.7978930Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:46:09.7982135Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:46:09.8443596Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 2022-09-27T15:46:09.8478241Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:46:09.8889985Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 2022-09-27T15:46:09.8960947Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:46:09.9173042Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 2022-09-27T15:46:09.9188349Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 2022-09-27T15:46:09.9330644Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:46:09.9340038Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:46:09.9352724Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 2022-09-27T15:46:09.9723495Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 2022-09-27T15:46:09.9748767Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:46:09.9772036Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 2022-09-27T15:46:09.9844859Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:46:10.0164103Z [gw2] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 2022-09-27T15:46:10.0220309Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:46:10.0265500Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 2022-09-27T15:46:10.0363514Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:46:10.0566848Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 2022-09-27T15:46:10.0763688Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:46:10.0775239Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 2022-09-27T15:46:10.1078021Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:46:10.1152825Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:46:10.1564574Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 2022-09-27T15:46:10.1604457Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:46:10.2044643Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 2022-09-27T15:46:10.2274811Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:46:10.2406835Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 2022-09-27T15:46:10.2542052Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:46:10.2962500Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 2022-09-27T15:46:10.3017697Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:46:10.3349335Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 2022-09-27T15:46:10.3349904Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:46:10.3729008Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 2022-09-27T15:46:10.3784925Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:46:10.4281629Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 2022-09-27T15:46:10.4366271Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:46:10.4752706Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 2022-09-27T15:46:10.4938520Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:46:10.5174168Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 2022-09-27T15:46:10.5237223Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:46:10.5409852Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 2022-09-27T15:46:10.5421377Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 2022-09-27T15:46:10.5465555Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:46:10.5680786Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 2022-09-27T15:46:10.5704171Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:46:10.5845397Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 2022-09-27T15:46:10.5947026Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:46:10.6045569Z [gw2] [ 84%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 2022-09-27T15:46:10.6136598Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:46:10.6287219Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 2022-09-27T15:46:10.6331766Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:46:10.6486601Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 2022-09-27T15:46:10.6623357Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:46:10.6725617Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 2022-09-27T15:46:10.6967188Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:46:10.7025906Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:46:10.7263732Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 2022-09-27T15:46:10.7288401Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 2022-09-27T15:46:10.7447200Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:46:10.7586990Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:46:10.7883617Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 2022-09-27T15:46:10.7904859Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 2022-09-27T15:46:10.7924302Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:46:10.8118111Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:46:10.8406850Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 2022-09-27T15:46:10.8414549Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:46:10.8440527Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 2022-09-27T15:46:10.8457750Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:46:10.8491042Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 2022-09-27T15:46:10.8507184Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:46:10.8551671Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:46:10.8923915Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 2022-09-27T15:46:10.8929845Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:46:10.9001183Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 2022-09-27T15:46:10.9049406Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:46:10.9386586Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 2022-09-27T15:46:10.9393930Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:46:10.9440449Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 2022-09-27T15:46:10.9519820Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:46:10.9882845Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 2022-09-27T15:46:10.9888412Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:46:10.9907041Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:46:11.0001883Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 2022-09-27T15:46:11.0322678Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 2022-09-27T15:46:11.0345779Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:46:11.0352414Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:46:11.0424575Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 2022-09-27T15:46:11.0802216Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 2022-09-27T15:46:11.0840097Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:46:11.0869412Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:46:11.0878495Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 2022-09-27T15:46:11.0882573Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 2022-09-27T15:46:11.0893155Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 2022-09-27T15:46:11.1019683Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:46:11.1165010Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 2022-09-27T15:46:11.1213982Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:46:11.1242518Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 2022-09-27T15:46:11.1325294Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:46:11.1514449Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:46:11.1524759Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 2022-09-27T15:46:11.1603739Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 2022-09-27T15:46:11.1723681Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:46:11.1795317Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:46:11.1810704Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:46:11.1878691Z [gw0] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 2022-09-27T15:46:11.1963517Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 2022-09-27T15:46:11.2083814Z [gw3] [ 84%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 2022-09-27T15:46:11.2163458Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:46:11.2204937Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:46:11.2221780Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:46:11.2287730Z [gw2] [ 84%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 2022-09-27T15:46:11.2304538Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 2022-09-27T15:46:11.2525109Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 2022-09-27T15:46:11.2646521Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:46:11.2652093Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:46:11.2692331Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:46:11.2727433Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 2022-09-27T15:46:11.2749914Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 2022-09-27T15:46:11.2965842Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 2022-09-27T15:46:11.3030013Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:46:11.3084486Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 2022-09-27T15:46:11.3124629Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:46:11.3407629Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:46:11.3604985Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:46:11.3618672Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 2022-09-27T15:46:11.3676350Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:46:11.3738370Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 2022-09-27T15:46:11.3748883Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:46:11.3757587Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:46:11.3843133Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 2022-09-27T15:46:11.3943977Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:46:11.4044762Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 2022-09-27T15:46:11.4153793Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:46:11.4165893Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:46:11.4236213Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:46:11.4284298Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 2022-09-27T15:46:11.4403759Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:46:11.4486187Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 2022-09-27T15:46:11.4605937Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:46:11.4621089Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:46:11.4890657Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 2022-09-27T15:46:11.4925195Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:46:11.5010581Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:46:11.5044381Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 2022-09-27T15:46:11.5104231Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:46:11.5118515Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 2022-09-27T15:46:11.5149178Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:46:11.5367040Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 2022-09-27T15:46:11.5425633Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:46:11.5447283Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 2022-09-27T15:46:11.5483501Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 2022-09-27T15:46:11.5523652Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:11.5572691Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:46:11.5635556Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 2022-09-27T15:46:11.5805616Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 2022-09-27T15:46:11.5892452Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:46:11.5965256Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 2022-09-27T15:46:11.5966811Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:46:11.6029925Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:46:11.6139430Z [gw0] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 2022-09-27T15:46:11.6245280Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 2022-09-27T15:46:11.6406469Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:46:11.6408484Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:11.6698709Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:46:11.6717924Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:46:11.6845996Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 2022-09-27T15:46:11.6965647Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:46:11.7037585Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:46:11.7088376Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 2022-09-27T15:46:11.7140435Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 2022-09-27T15:46:11.7155298Z [gw1] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 2022-09-27T15:46:11.7172293Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:46:11.7187179Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 2022-09-27T15:46:11.7259541Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:46:11.7283787Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 2022-09-27T15:46:11.7405379Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:11.7465109Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:46:11.7660000Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 2022-09-27T15:46:11.7665983Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:46:11.7845241Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 2022-09-27T15:46:11.7878326Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:46:11.8046499Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 2022-09-27T15:46:11.8135191Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:46:11.8286927Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 2022-09-27T15:46:11.8324947Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:46:11.8486331Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_strided_cpu_float64 2022-09-27T15:46:11.8686344Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:46:11.8724578Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 2022-09-27T15:46:11.8786841Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:46:11.8926347Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 2022-09-27T15:46:11.8994221Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:46:11.9164950Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 2022-09-27T15:46:11.9209584Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:46:11.9365229Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 2022-09-27T15:46:11.9508528Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:46:11.9607415Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 2022-09-27T15:46:11.9664098Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:46:11.9806621Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 2022-09-27T15:46:11.9869577Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:46:12.0047707Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 2022-09-27T15:46:12.0141275Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:46:12.0245739Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 2022-09-27T15:46:12.0404044Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:46:12.0526881Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 2022-09-27T15:46:12.0668102Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:46:12.0683904Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 2022-09-27T15:46:12.0865537Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:46:12.1005854Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 2022-09-27T15:46:12.1165205Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:46:12.1184508Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:46:12.1243056Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 2022-09-27T15:46:12.1445491Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 2022-09-27T15:46:12.1604605Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:46:12.1671086Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:46:12.1779220Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 2022-09-27T15:46:12.1924768Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 2022-09-27T15:46:12.2034074Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:46:12.2050178Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 2022-09-27T15:46:12.2187279Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:46:12.2200863Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:46:12.2289498Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:46:12.2364471Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 2022-09-27T15:46:12.2486409Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:46:12.2621195Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:46:12.2805863Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 2022-09-27T15:46:12.3046637Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:46:12.3247225Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 2022-09-27T15:46:12.3269793Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:46:12.3281054Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 2022-09-27T15:46:12.3342192Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:46:12.3394526Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 2022-09-27T15:46:12.3688262Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 2022-09-27T15:46:12.3694667Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:46:12.3798843Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:46:12.4124801Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 2022-09-27T15:46:12.4243769Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:46:12.4507869Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 2022-09-27T15:46:12.4523856Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 2022-09-27T15:46:12.4669792Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:46:12.4674315Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:46:12.4816752Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 2022-09-27T15:46:12.5005895Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 2022-09-27T15:46:12.5084488Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:46:12.5166776Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:46:12.5448073Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 2022-09-27T15:46:12.5599052Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:46:12.5611556Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 2022-09-27T15:46:12.5622450Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 2022-09-27T15:46:12.5838029Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:46:12.5884523Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 2022-09-27T15:46:12.5929117Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:46:12.6043636Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 2022-09-27T15:46:12.6327164Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:46:12.6413433Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:46:12.6429282Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 2022-09-27T15:46:12.6483155Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 2022-09-27T15:46:12.6550786Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:46:12.6805822Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 2022-09-27T15:46:12.6859371Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:46:12.6899312Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 2022-09-27T15:46:12.6911459Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:46:12.6930885Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:46:12.7120279Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:46:12.7245833Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 2022-09-27T15:46:12.7315063Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:46:12.7364236Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 2022-09-27T15:46:12.7687495Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:46:12.7856463Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:46:12.7934110Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 2022-09-27T15:46:12.7944871Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 2022-09-27T15:46:12.8123497Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:46:12.8133385Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 2022-09-27T15:46:12.8156244Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:46:12.8365346Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 2022-09-27T15:46:12.8638884Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:46:12.8643088Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:46:12.8660916Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 2022-09-27T15:46:12.8846424Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 2022-09-27T15:46:12.9167011Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:46:12.9175603Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:46:12.9579370Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 2022-09-27T15:46:12.9587763Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:46:12.9754214Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 2022-09-27T15:46:12.9800839Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 2022-09-27T15:46:13.0001766Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:46:13.0030359Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:46:13.0128695Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 2022-09-27T15:46:13.0277039Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 2022-09-27T15:46:13.0445850Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:46:13.0447421Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:46:13.0485996Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 2022-09-27T15:46:13.0683135Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 2022-09-27T15:46:13.0845332Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:46:13.0900105Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:46:13.0975749Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 2022-09-27T15:46:13.1153077Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 2022-09-27T15:46:13.1359338Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:46:13.1367222Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:46:13.1803111Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 2022-09-27T15:46:13.1860182Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:46:13.2023016Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 2022-09-27T15:46:13.2047631Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 2022-09-27T15:46:13.2244942Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:46:13.2315069Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:46:13.2685961Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 2022-09-27T15:46:13.2806382Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:46:13.2880782Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 2022-09-27T15:46:13.2910547Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 2022-09-27T15:46:13.3125519Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:46:13.3177952Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:46:13.3606410Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 2022-09-27T15:46:13.3640466Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:46:13.3838928Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 2022-09-27T15:46:13.3870271Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 2022-09-27T15:46:13.4045588Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:46:13.4202741Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:46:13.4389407Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 2022-09-27T15:46:13.4396313Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 2022-09-27T15:46:13.4462570Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:46:13.4483488Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 2022-09-27T15:46:13.4649215Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:46:13.4880773Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 2022-09-27T15:46:13.4923794Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:46:13.5502844Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:46:13.5535989Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 2022-09-27T15:46:13.5549157Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 2022-09-27T15:46:13.5565696Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:46:13.5682641Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:46:13.5692971Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 2022-09-27T15:46:13.5933324Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 2022-09-27T15:46:13.5946289Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 2022-09-27T15:46:13.6028633Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:46:13.6092480Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:46:13.6101415Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:46:13.6268374Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:46:13.6415889Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 2022-09-27T15:46:13.6421995Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 2022-09-27T15:46:13.6441988Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:46:13.6466622Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:46:13.6663117Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:46:13.6948284Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 2022-09-27T15:46:13.7011406Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:46:13.7021194Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:46:13.7034170Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 2022-09-27T15:46:13.7040742Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:46:13.7093771Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:46:13.7229923Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool2d_cpu_float64 2022-09-27T15:46:13.7364729Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 2022-09-27T15:46:13.7487032Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:46:13.7495189Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:46:13.7506340Z [gw0] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_fractional_max_pool3d_cpu_float64 2022-09-27T15:46:13.7829667Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 2022-09-27T15:46:13.7886063Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:46:13.7978208Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:46:13.8245783Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 2022-09-27T15:46:13.8391348Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:46:13.8728036Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 2022-09-27T15:46:13.8812932Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:46:13.9167072Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 2022-09-27T15:46:13.9198539Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:46:13.9606029Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:46:13.9662652Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:46:13.9830574Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 2022-09-27T15:46:13.9844330Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 2022-09-27T15:46:14.0011980Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:46:14.0085614Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 2022-09-27T15:46:14.0148026Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:46:14.0287526Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 2022-09-27T15:46:14.0519839Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:46:14.0530144Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 2022-09-27T15:46:14.0669423Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:46:14.0723980Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 2022-09-27T15:46:14.0876122Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:46:14.1005359Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 2022-09-27T15:46:14.1071002Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:46:14.1205098Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 2022-09-27T15:46:14.1447949Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:46:14.1514350Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:46:14.1615546Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 2022-09-27T15:46:14.1642987Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 2022-09-27T15:46:14.1707038Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:46:14.1885279Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 2022-09-27T15:46:14.1951719Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:46:14.2085158Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 2022-09-27T15:46:14.2228570Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:46:14.2366439Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 2022-09-27T15:46:14.2434733Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:46:14.2526340Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 2022-09-27T15:46:14.2549992Z test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:46:14.2845284Z [gw3] [ 85%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_pca_lowrank_cpu_float32 2022-09-27T15:46:14.2899030Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:46:14.2964204Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 2022-09-27T15:46:14.3074247Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:46:14.3123431Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 2022-09-27T15:46:14.3129727Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 2022-09-27T15:46:14.3215908Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:46:14.3284121Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 2022-09-27T15:46:14.3304743Z test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:46:14.3404959Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_legendre_polynomial_p_cpu_float64 2022-09-27T15:46:14.3566394Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:46:14.3768894Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:46:14.3852820Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:46:14.3978399Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 2022-09-27T15:46:14.4044852Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 2022-09-27T15:46:14.4247274Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:46:14.4295490Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:46:14.4567574Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 2022-09-27T15:46:14.4581778Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 2022-09-27T15:46:14.4686096Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:46:14.4724929Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 2022-09-27T15:46:14.4776617Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:46:14.5006724Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 2022-09-27T15:46:14.5123946Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:46:14.5165689Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 2022-09-27T15:46:14.5181413Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 2022-09-27T15:46:14.5203391Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:46:14.5252951Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:46:14.5523560Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 2022-09-27T15:46:14.5529786Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:46:14.5685175Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 2022-09-27T15:46:14.5733112Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:46:14.5961751Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 2022-09-27T15:46:14.5979614Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:46:14.6164734Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 2022-09-27T15:46:14.6247171Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:46:14.6360500Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 2022-09-27T15:46:14.6432116Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:46:14.6645805Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 2022-09-27T15:46:14.6704018Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:46:14.6763623Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 2022-09-27T15:46:14.6899122Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:46:14.7085106Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 2022-09-27T15:46:14.7189689Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:46:14.7204474Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 2022-09-27T15:46:14.7337673Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:46:14.7525940Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 2022-09-27T15:46:14.7566941Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:46:14.7643126Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 2022-09-27T15:46:14.7662790Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:46:14.7678923Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 2022-09-27T15:46:14.7823572Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:14.8046182Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 2022-09-27T15:46:14.8061651Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:46:14.8065949Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:46:14.8110756Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 2022-09-27T15:46:14.8120443Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:46:14.8388290Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:14.8481685Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 2022-09-27T15:46:14.8482972Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:46:14.8522999Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:46:14.8535084Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:46:14.8550359Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:46:14.8725049Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:14.8956977Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 2022-09-27T15:46:14.8962359Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:46:14.9079872Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:46:14.9147255Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:46:14.9160845Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:46:14.9206145Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:14.9396851Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 2022-09-27T15:46:14.9404145Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:46:14.9476438Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:46:14.9529102Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:46:14.9583567Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:46:14.9642675Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 2022-09-27T15:46:14.9839007Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:14.9847398Z test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:46:14.9918798Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_shifted_chebyshev_polynomial_w_cpu_float64 2022-09-27T15:46:15.0045802Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:46:15.0059298Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:46:15.0081278Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 2022-09-27T15:46:15.0164155Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:46:15.0319232Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 2022-09-27T15:46:15.0331405Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:46:15.0335124Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 2022-09-27T15:46:15.0466340Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:46:15.0523234Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 2022-09-27T15:46:15.0725811Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:46:15.0808347Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:46:15.0865874Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:46:15.1010728Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 2022-09-27T15:46:15.1166221Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 2022-09-27T15:46:15.1228984Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:46:15.1243804Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 2022-09-27T15:46:15.1325740Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:46:15.1606766Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 2022-09-27T15:46:15.1659148Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:46:15.1684282Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 2022-09-27T15:46:15.1811431Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:46:15.1876882Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 2022-09-27T15:46:15.1889802Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 2022-09-27T15:46:15.2043219Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:46:15.2104695Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:46:15.2125314Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 2022-09-27T15:46:15.2252190Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:46:15.2630203Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 2022-09-27T15:46:15.2642720Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:46:15.2645927Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:46:15.2962411Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 2022-09-27T15:46:15.2982373Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:46:15.3018890Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 2022-09-27T15:46:15.3042543Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 2022-09-27T15:46:15.3365300Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:46:15.3442965Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:46:15.3465780Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 2022-09-27T15:46:15.3490727Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 2022-09-27T15:46:15.3604929Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:46:15.3904614Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 2022-09-27T15:46:15.3923312Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:46:15.3998766Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 2022-09-27T15:46:15.4172213Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:46:15.4187778Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 2022-09-27T15:46:15.4351274Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:46:15.4356713Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:46:15.4392119Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 2022-09-27T15:46:15.4419339Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 2022-09-27T15:46:15.4880937Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:46:15.4904308Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:46:15.5203651Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 2022-09-27T15:46:15.5278556Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:46:15.5684242Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 2022-09-27T15:46:15.5973323Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:46:15.6187246Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 2022-09-27T15:46:15.6351613Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:46:15.6722895Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 2022-09-27T15:46:15.6883980Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:46:15.7122427Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 2022-09-27T15:46:15.7160138Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:46:15.7642826Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 2022-09-27T15:46:15.8603878Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:46:15.8617927Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 2022-09-27T15:46:15.9308778Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:46:15.9325682Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 2022-09-27T15:46:16.4126494Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:46:16.4157217Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 2022-09-27T15:46:16.4304814Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:46:16.4642132Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 2022-09-27T15:46:16.4652285Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:46:16.5083252Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 2022-09-27T15:46:16.5107495Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:46:16.5522959Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 2022-09-27T15:46:16.5580836Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:46:16.5985463Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 2022-09-27T15:46:16.5995622Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:46:16.6444189Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 2022-09-27T15:46:16.6467566Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:46:16.6547234Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 2022-09-27T15:46:16.6574257Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 2022-09-27T15:46:16.6922087Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:46:16.6969052Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:46:16.7392223Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 2022-09-27T15:46:16.7402462Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:46:16.7808267Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 2022-09-27T15:46:16.8156482Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:46:16.8236480Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 2022-09-27T15:46:16.8830211Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:46:16.8854042Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 2022-09-27T15:46:16.8982849Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:46:16.9361932Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 2022-09-27T15:46:16.9387596Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:46:16.9780959Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 2022-09-27T15:46:16.9791659Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:46:17.0243371Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 2022-09-27T15:46:17.0312401Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:46:17.0683519Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 2022-09-27T15:46:17.0770632Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:46:17.1097288Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 2022-09-27T15:46:17.1245188Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:46:17.1539581Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 2022-09-27T15:46:17.1688999Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:46:17.1698051Z [gw3] [ 85%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 2022-09-27T15:46:17.1727285Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 2022-09-27T15:46:17.1926948Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:46:17.2199196Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:46:17.2367356Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 2022-09-27T15:46:17.2753307Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:46:17.2806780Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 2022-09-27T15:46:17.3264522Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:46:17.3319817Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 2022-09-27T15:46:17.3428875Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:46:17.3831418Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 2022-09-27T15:46:17.3881140Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:46:17.4283580Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 2022-09-27T15:46:17.4390757Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:46:17.4727916Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 2022-09-27T15:46:17.5182642Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:46:17.5304207Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 2022-09-27T15:46:17.5412102Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:46:17.6196486Z [gw2] [ 85%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 2022-09-27T15:46:17.8149986Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:46:17.8211744Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 2022-09-27T15:46:18.0940840Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:46:18.0967004Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 2022-09-27T15:46:18.1097549Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:46:18.1521768Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 2022-09-27T15:46:18.1589266Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:46:18.2005371Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 2022-09-27T15:46:18.2015018Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:46:18.2443416Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 2022-09-27T15:46:18.2457347Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:46:18.2894168Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 2022-09-27T15:46:18.2905672Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:46:18.3208391Z [gw2] [ 85%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_complex_cpu_float64 2022-09-27T15:46:18.3230768Z [gw0] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 2022-09-27T15:46:18.3358722Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:46:18.3439872Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:46:18.3767318Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 2022-09-27T15:46:18.3913852Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:46:18.4247515Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 2022-09-27T15:46:18.4318866Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:46:18.4712910Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 2022-09-27T15:46:18.4771523Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:46:18.5048429Z [gw2] [ 85%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 2022-09-27T15:46:18.5067557Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 2022-09-27T15:46:18.5125709Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:46:18.5189955Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:46:18.5241667Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 2022-09-27T15:46:18.5602581Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 2022-09-27T15:46:18.5607307Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:46:18.5655667Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:46:18.5798274Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 2022-09-27T15:46:18.6082672Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 2022-09-27T15:46:18.6086606Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:46:18.6102679Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:46:18.6151638Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 2022-09-27T15:46:18.6489373Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 2022-09-27T15:46:18.6549149Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:46:18.6559590Z [gw2] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 2022-09-27T15:46:18.6635975Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:46:18.7044241Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 2022-09-27T15:46:18.7163104Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:46:18.7258889Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:46:18.7475690Z [gw2] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 2022-09-27T15:46:18.7798116Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:46:18.7883943Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu 2022-09-27T15:46:18.8121592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:46:18.8325921Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu 2022-09-27T15:46:18.8814068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:46:18.8900159Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu 2022-09-27T15:46:18.9315366Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:46:18.9342066Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu 2022-09-27T15:46:18.9536897Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:46:18.9569255Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu 2022-09-27T15:46:18.9578523Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 2022-09-27T15:46:18.9789130Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:46:19.0001602Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:46:19.0016161Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 2022-09-27T15:46:19.0180656Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:46:19.0207106Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu 2022-09-27T15:46:19.0650856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:46:19.0921158Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu 2022-09-27T15:46:19.1042155Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:46:19.1067525Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 2022-09-27T15:46:19.1139927Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:46:19.1297892Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu 2022-09-27T15:46:19.1305712Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:46:19.1406277Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu 2022-09-27T15:46:19.1483676Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 2022-09-27T15:46:19.1737625Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:46:19.1745684Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:46:19.1865846Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu 2022-09-27T15:46:19.1922035Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 2022-09-27T15:46:19.2087185Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:46:19.2162480Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 2022-09-27T15:46:19.2167785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:46:19.2447977Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu 2022-09-27T15:46:19.2451778Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 2022-09-27T15:46:19.2473514Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:46:19.2481107Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:46:19.2604357Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 2022-09-27T15:46:19.2608555Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:46:19.2844923Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu 2022-09-27T15:46:19.2923483Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:46:19.3043827Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 2022-09-27T15:46:19.3049449Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:46:19.3285526Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu 2022-09-27T15:46:19.3447000Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:46:19.3478347Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:46:19.3655459Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu 2022-09-27T15:46:19.3723495Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 2022-09-27T15:46:19.3885068Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:46:19.3915448Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:46:19.4326993Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu 2022-09-27T15:46:19.4365579Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:46:19.4451322Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu 2022-09-27T15:46:19.4459178Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 2022-09-27T15:46:19.4624035Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:46:19.4634969Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 2022-09-27T15:46:19.4693029Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:46:19.4764999Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 2022-09-27T15:46:19.4797596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:46:19.5023867Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu 2022-09-27T15:46:19.5030342Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 2022-09-27T15:46:19.5044138Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:46:19.5127063Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:46:19.5203336Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 2022-09-27T15:46:19.5233985Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:46:19.5486963Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu 2022-09-27T15:46:19.5588195Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:46:19.5647096Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 2022-09-27T15:46:19.5677456Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:46:19.5927788Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu 2022-09-27T15:46:19.6029443Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:46:19.6085426Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 2022-09-27T15:46:19.6114984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:46:19.6366528Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu 2022-09-27T15:46:19.6496342Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:46:19.6524180Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 2022-09-27T15:46:19.6555563Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:46:19.6807897Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu 2022-09-27T15:46:19.6968209Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:46:19.7008326Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:46:19.7408267Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu 2022-09-27T15:46:19.7445294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:46:19.7579371Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu 2022-09-27T15:46:19.7587177Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 2022-09-27T15:46:19.7848569Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:46:19.7884128Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:46:19.8143077Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu 2022-09-27T15:46:19.8148711Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 2022-09-27T15:46:19.8285107Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:46:19.8316067Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:46:19.8473633Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu 2022-09-27T15:46:19.8485170Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 2022-09-27T15:46:19.8726769Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:46:19.8765107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:46:19.9166595Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu 2022-09-27T15:46:19.9203456Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:46:19.9288023Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu 2022-09-27T15:46:19.9297309Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 2022-09-27T15:46:19.9548836Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:46:19.9686194Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 2022-09-27T15:46:19.9686856Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:19.9687476Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:46:20.0049487Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu 2022-09-27T15:46:20.0094262Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:46:20.0536807Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu 2022-09-27T15:46:20.0537514Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:46:20.0954116Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu 2022-09-27T15:46:20.0987838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:46:20.1014795Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu 2022-09-27T15:46:20.1020355Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 2022-09-27T15:46:20.1395586Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:46:20.1407638Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:46:20.1592172Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu 2022-09-27T15:46:20.1602579Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 2022-09-27T15:46:20.1659295Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:46:20.1804099Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 2022-09-27T15:46:20.1835943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:46:20.2005029Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu 2022-09-27T15:46:20.2100267Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:46:20.2245364Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 2022-09-27T15:46:20.2276976Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:46:20.2445670Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu 2022-09-27T15:46:20.2536436Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:46:20.2685407Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 2022-09-27T15:46:20.2718006Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:46:20.2885991Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu 2022-09-27T15:46:20.2949605Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:46:20.3125419Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 2022-09-27T15:46:20.3157803Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:46:20.3325436Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu 2022-09-27T15:46:20.3421241Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:46:20.3565371Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 2022-09-27T15:46:20.3596761Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:46:20.3765298Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu 2022-09-27T15:46:20.4005993Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:46:20.4043860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:46:20.4339310Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu 2022-09-27T15:46:20.4355235Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 2022-09-27T15:46:20.4444550Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:46:20.4478031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:46:20.4495347Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu 2022-09-27T15:46:20.4765673Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 2022-09-27T15:46:20.4884506Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:46:20.4920616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:46:20.4934518Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu 2022-09-27T15:46:20.5205057Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 2022-09-27T15:46:20.5324189Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:46:20.5357590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:46:20.5764281Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu 2022-09-27T15:46:20.5803358Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:46:20.5815155Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu 2022-09-27T15:46:20.5823815Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 2022-09-27T15:46:20.5958649Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:46:20.6206371Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 2022-09-27T15:46:20.6235109Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:46:20.6250619Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu 2022-09-27T15:46:20.6392947Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:46:20.6645568Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 2022-09-27T15:46:20.6676854Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:46:20.6686155Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu 2022-09-27T15:46:20.6792510Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:46:20.7086110Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 2022-09-27T15:46:20.7120129Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:46:20.7130380Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu 2022-09-27T15:46:20.7247359Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:46:20.7312959Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 2022-09-27T15:46:20.7326759Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 2022-09-27T15:46:20.7526051Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:20.7558872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:46:20.7572241Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu 2022-09-27T15:46:20.7627567Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:46:20.7966784Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 2022-09-27T15:46:20.7999778Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:46:20.8009757Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu 2022-09-27T15:46:20.8063546Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:46:20.8405393Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 2022-09-27T15:46:20.8437574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:46:20.8446703Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu 2022-09-27T15:46:20.8846423Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:46:20.8886047Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:46:20.9286310Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu 2022-09-27T15:46:20.9322209Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:46:20.9519918Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu 2022-09-27T15:46:20.9527259Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 2022-09-27T15:46:20.9725829Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:46:20.9763017Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:46:20.9781574Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu 2022-09-27T15:46:20.9965166Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 2022-09-27T15:46:21.0030967Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:46:21.0164351Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 2022-09-27T15:46:21.0195599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:46:21.0404405Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu 2022-09-27T15:46:21.0486458Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:46:21.0603654Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 2022-09-27T15:46:21.0635290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:46:21.0844279Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu 2022-09-27T15:46:21.0924199Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:46:21.1043701Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 2022-09-27T15:46:21.1074144Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:46:21.1284661Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu 2022-09-27T15:46:21.1336431Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:46:21.1485051Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 2022-09-27T15:46:21.1516270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:46:21.1726995Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu 2022-09-27T15:46:21.1791761Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:46:21.1965260Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 2022-09-27T15:46:21.1995714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:46:21.2164195Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu 2022-09-27T15:46:21.2282394Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:46:21.2403938Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 2022-09-27T15:46:21.2433394Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:46:21.2604618Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu 2022-09-27T15:46:21.2688725Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:46:21.2843978Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 2022-09-27T15:46:21.2870174Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:46:21.3044100Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu 2022-09-27T15:46:21.3118943Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:46:21.3285037Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 2022-09-27T15:46:21.3311729Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:46:21.3484940Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu 2022-09-27T15:46:21.3573070Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:46:21.3724556Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 2022-09-27T15:46:21.3752131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:46:21.3924279Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu 2022-09-27T15:46:21.3981920Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:46:21.4126393Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 2022-09-27T15:46:21.4136255Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 2022-09-27T15:46:21.4203984Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:21.4236334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:46:21.4365358Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu 2022-09-27T15:46:21.4443294Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:46:21.4646750Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 2022-09-27T15:46:21.4677564Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:46:21.4804145Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu 2022-09-27T15:46:21.4867538Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:46:21.5084801Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 2022-09-27T15:46:21.5116454Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:46:21.5243893Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu 2022-09-27T15:46:21.5304007Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:46:21.5524738Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 2022-09-27T15:46:21.5555551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:46:21.5684106Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu 2022-09-27T15:46:21.5752887Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:46:21.5965423Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 2022-09-27T15:46:21.5998390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:46:21.6124315Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu 2022-09-27T15:46:21.6269512Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:46:21.6404721Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 2022-09-27T15:46:21.6435119Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:46:21.6565733Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu 2022-09-27T15:46:21.6720372Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:46:21.6845913Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 2022-09-27T15:46:21.6876430Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:46:21.7005391Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu 2022-09-27T15:46:21.7286234Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:46:21.7322883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:46:21.7746619Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu 2022-09-27T15:46:21.7780772Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:46:21.8206069Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu 2022-09-27T15:46:21.8255084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:46:21.8694704Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu 2022-09-27T15:46:21.8702501Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:46:21.9110399Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu 2022-09-27T15:46:21.9131741Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:46:21.9335455Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu 2022-09-27T15:46:21.9349976Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 2022-09-27T15:46:21.9468881Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:21.9604071Z [gw3] [ 86%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 2022-09-27T15:46:21.9608590Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:46:21.9678011Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu 2022-09-27T15:46:21.9690557Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 2022-09-27T15:46:21.9767939Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:46:21.9775021Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 2022-09-27T15:46:22.0044211Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:22.0049814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:46:22.0240611Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu 2022-09-27T15:46:22.0322053Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:46:22.0445977Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 2022-09-27T15:46:22.0496123Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:46:22.0644141Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu 2022-09-27T15:46:22.0728384Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:46:22.0933833Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 2022-09-27T15:46:22.0939073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:46:22.1123687Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu 2022-09-27T15:46:22.1373149Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:46:22.1376743Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:46:22.1731098Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu 2022-09-27T15:46:22.1742545Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 2022-09-27T15:46:22.1766054Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:46:22.1793973Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:46:22.1816625Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 2022-09-27T15:46:22.2165933Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu 2022-09-27T15:46:22.2205817Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:46:22.2243573Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:46:22.2260450Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu 2022-09-27T15:46:22.2606633Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 2022-09-27T15:46:22.2644441Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:46:22.2692396Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:46:22.3025494Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu 2022-09-27T15:46:22.3245252Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 2022-09-27T15:46:22.3248226Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:46:22.3253250Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu 2022-09-27T15:46:22.3355303Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:46:22.3404549Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 2022-09-27T15:46:22.3426516Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 2022-09-27T15:46:22.3742939Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:22.3757405Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:46:22.3763449Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 2022-09-27T15:46:22.3768363Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:46:22.4167234Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu 2022-09-27T15:46:22.4193125Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:46:22.4206585Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu 2022-09-27T15:46:22.4212893Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:46:22.4567710Z [gw0] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 2022-09-27T15:46:22.4613740Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:46:22.4644686Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 2022-09-27T15:46:22.4648231Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:46:22.5048004Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu 2022-09-27T15:46:22.5085668Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:46:22.5093162Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:46:22.5206880Z [gw2] [ 86%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu 2022-09-27T15:46:22.5527576Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 2022-09-27T15:46:22.5528206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:46:22.6220887Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:46:22.6239880Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 2022-09-27T15:46:22.6284059Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:46:22.6648283Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 2022-09-27T15:46:22.9874204Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:46:22.9891166Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 2022-09-27T15:46:23.1586169Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:23.1610685Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 2022-09-27T15:46:23.1739473Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:46:23.2123765Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 2022-09-27T15:46:23.2223174Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:46:23.2487399Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 2022-09-27T15:46:23.2639152Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:46:23.3044969Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 2022-09-27T15:46:23.3122758Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:46:23.3448062Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 2022-09-27T15:46:23.3594283Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:46:23.3926927Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 2022-09-27T15:46:23.4074706Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:46:23.4409337Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 2022-09-27T15:46:23.4592188Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:46:23.4890840Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 2022-09-27T15:46:23.5107721Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:46:23.5370854Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 2022-09-27T15:46:23.5462231Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:46:23.5851405Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 2022-09-27T15:46:23.6113502Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:46:23.6208730Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 2022-09-27T15:46:23.6219484Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 2022-09-27T15:46:23.6327671Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:46:23.6359826Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:46:23.6652468Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 2022-09-27T15:46:23.6708105Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:46:23.6803895Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 2022-09-27T15:46:23.7017374Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:46:23.7084827Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 2022-09-27T15:46:23.7098588Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 2022-09-27T15:46:23.7161111Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:46:23.7285499Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 2022-09-27T15:46:23.7539625Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:46:23.7565828Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 2022-09-27T15:46:23.7699730Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:46:23.7765341Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 2022-09-27T15:46:23.8078008Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:46:23.8082528Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:46:23.8530370Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 2022-09-27T15:46:23.8530967Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:46:23.8794239Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 2022-09-27T15:46:23.8818182Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 2022-09-27T15:46:23.8888248Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:46:23.9084100Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:46:23.9135197Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 2022-09-27T15:46:23.9323545Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 2022-09-27T15:46:23.9409908Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:46:23.9464369Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:46:23.9497904Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 2022-09-27T15:46:23.9726634Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 2022-09-27T15:46:23.9847821Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:46:23.9878681Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:46:24.0166168Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 2022-09-27T15:46:24.0216276Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:46:24.0648845Z [gw0] [ 86%] XFAIL test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 2022-09-27T15:46:24.0754328Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:46:24.0770534Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 2022-09-27T15:46:24.0795097Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:46:24.0939815Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 2022-09-27T15:46:24.1126173Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 2022-09-27T15:46:24.1202241Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:46:24.1244352Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 2022-09-27T15:46:24.1550381Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:46:24.1639596Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 2022-09-27T15:46:24.1677611Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:46:24.1723104Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 2022-09-27T15:46:24.2169776Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:46:24.2173963Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:46:24.2662091Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 2022-09-27T15:46:24.2866123Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:46:24.3093625Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 2022-09-27T15:46:24.3164718Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:46:24.3529619Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 2022-09-27T15:46:24.3824042Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:46:24.3836759Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 2022-09-27T15:46:24.3849396Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:24.3859087Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 2022-09-27T15:46:24.4004466Z [gw3] [ 86%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 2022-09-27T15:46:24.4201797Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:46:24.4281506Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 2022-09-27T15:46:24.4359685Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:46:24.4567421Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 2022-09-27T15:46:24.4571861Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:46:24.4803505Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 2022-09-27T15:46:24.4881611Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:46:24.5042452Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 2022-09-27T15:46:24.5071534Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:46:24.5283829Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 2022-09-27T15:46:24.5323748Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:46:24.5405514Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 2022-09-27T15:46:24.5439696Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:46:24.5647007Z [gw0] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 2022-09-27T15:46:24.5828001Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:46:24.5916790Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 2022-09-27T15:46:24.5919932Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:46:24.6090469Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 2022-09-27T15:46:24.6239960Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:46:24.6283699Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 2022-09-27T15:46:24.6340303Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:46:24.6526531Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 2022-09-27T15:46:24.6725755Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:46:24.6808486Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:46:24.6817009Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 2022-09-27T15:46:24.6964782Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 2022-09-27T15:46:24.7165229Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:46:24.7197999Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:46:24.7337233Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 2022-09-27T15:46:24.7405316Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 2022-09-27T15:46:24.7600862Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:46:24.7612527Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 2022-09-27T15:46:24.7846353Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:46:24.7906584Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:24.8044041Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 2022-09-27T15:46:24.8083118Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:46:24.8183564Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 2022-09-27T15:46:24.8283537Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:46:24.8526376Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:46:24.8600773Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:46:24.8967129Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 2022-09-27T15:46:24.8990290Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:46:24.9406930Z [gw0] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 2022-09-27T15:46:24.9439400Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:46:24.9454187Z [gw0] [ 86%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 2022-09-27T15:46:24.9463647Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 2022-09-27T15:46:24.9644282Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:46:24.9846530Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 2022-09-27T15:46:24.9885267Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:46:24.9920622Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:46:25.0288942Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 2022-09-27T15:46:25.0299986Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:46:25.0364416Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 2022-09-27T15:46:25.0458148Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:46:25.0767791Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 2022-09-27T15:46:25.0909039Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:46:25.0915080Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 2022-09-27T15:46:25.0926999Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 2022-09-27T15:46:25.0994536Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:46:25.1205525Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 2022-09-27T15:46:25.1336508Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:46:25.1364405Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 2022-09-27T15:46:25.1484762Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:46:25.1646571Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 2022-09-27T15:46:25.1806242Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:46:25.1967767Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:46:25.2028962Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 2022-09-27T15:46:25.2083504Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 2022-09-27T15:46:25.2285609Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:46:25.2408991Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:46:25.2525443Z [gw0] [ 86%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 2022-09-27T15:46:25.2667481Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:46:25.2764310Z [gw3] [ 86%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 2022-09-27T15:46:25.2863561Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:46:25.2965001Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 2022-09-27T15:46:25.3361984Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:46:25.3377254Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 2022-09-27T15:46:25.3390933Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 2022-09-27T15:46:25.3403470Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:46:25.3701286Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:46:25.3844987Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 2022-09-27T15:46:25.4373403Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:46:25.4397192Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 2022-09-27T15:46:25.5118860Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:46:25.5134243Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 2022-09-27T15:46:25.6170946Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:46:25.6183200Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 2022-09-27T15:46:25.7315032Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:46:25.7329451Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 2022-09-27T15:46:25.7414919Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:46:25.7594645Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 2022-09-27T15:46:25.7610895Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 2022-09-27T15:46:25.7768648Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:46:25.8032097Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:46:25.8207790Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 2022-09-27T15:46:25.8276561Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:46:25.8403993Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 2022-09-27T15:46:25.8414407Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 2022-09-27T15:46:25.8648312Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:46:25.8717748Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:46:25.8950334Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 2022-09-27T15:46:25.8963104Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 2022-09-27T15:46:25.9086950Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:46:25.9181560Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:46:25.9335490Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 2022-09-27T15:46:25.9365096Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 2022-09-27T15:46:25.9525261Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:46:25.9572307Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:46:25.9967268Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 2022-09-27T15:46:26.0014123Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:46:26.0407774Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 2022-09-27T15:46:26.0461164Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:46:26.0845900Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 2022-09-27T15:46:26.0920885Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:46:26.1286744Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 2022-09-27T15:46:26.1336594Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:46:26.1726215Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 2022-09-27T15:46:26.1988783Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:46:26.2165407Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 2022-09-27T15:46:26.2248205Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:46:26.2604742Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 2022-09-27T15:46:26.2694342Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:46:26.3045253Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 2022-09-27T15:46:26.3309735Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:46:26.3484116Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 2022-09-27T15:46:26.3509516Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:46:26.3925222Z [gw0] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 2022-09-27T15:46:26.3972198Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:46:26.4366254Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 2022-09-27T15:46:26.4406749Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:46:26.4806019Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 2022-09-27T15:46:26.4851623Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:46:26.5244531Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 2022-09-27T15:46:26.5288630Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:46:26.5685481Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 2022-09-27T15:46:26.5737379Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:46:26.6125435Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 2022-09-27T15:46:26.6191107Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:46:26.6565698Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 2022-09-27T15:46:26.6631737Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:46:26.7005900Z [gw0] [ 87%] PASSED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 2022-09-27T15:46:26.7149494Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:46:26.7445521Z [gw0] [ 87%] SKIPPED test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_v_cpu_float64 2022-09-27T15:46:26.7746365Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:46:26.7885892Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu 2022-09-27T15:46:26.7952407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:46:26.7968567Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 2022-09-27T15:46:26.8154112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:46:26.8327100Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu 2022-09-27T15:46:26.8518906Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:46:26.8766283Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu 2022-09-27T15:46:26.8963307Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:46:26.9207806Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu 2022-09-27T15:46:26.9406201Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:46:26.9680254Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu 2022-09-27T15:46:26.9838028Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:46:27.0086350Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu 2022-09-27T15:46:27.0232752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:46:27.0528036Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu 2022-09-27T15:46:27.0759260Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:46:27.0966384Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu 2022-09-27T15:46:27.1000772Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:46:27.1407391Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu 2022-09-27T15:46:27.1438801Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:46:27.1845637Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu 2022-09-27T15:46:27.1877021Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:46:27.2286615Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu 2022-09-27T15:46:27.2317221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:46:27.2726282Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu 2022-09-27T15:46:27.2757000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:46:27.3132962Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu 2022-09-27T15:46:27.3141085Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:46:27.3163614Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:46:27.3198258Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:46:27.3606755Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu 2022-09-27T15:46:27.3637271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:46:27.4046478Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu 2022-09-27T15:46:27.4078390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:46:27.4486421Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu 2022-09-27T15:46:27.4517715Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:46:27.4926725Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu 2022-09-27T15:46:27.4958347Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:46:27.5365751Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu 2022-09-27T15:46:27.5396336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:46:27.5806378Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu 2022-09-27T15:46:27.5838257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:46:27.6246380Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu 2022-09-27T15:46:27.6276752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:46:27.6686134Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu 2022-09-27T15:46:27.6718496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:46:27.7126562Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu 2022-09-27T15:46:27.7157902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:46:27.7566289Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu 2022-09-27T15:46:27.7597552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:46:27.8007244Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu 2022-09-27T15:46:27.8038989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:46:27.8446283Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu 2022-09-27T15:46:27.8478521Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:46:27.8886824Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu 2022-09-27T15:46:27.8917869Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:46:27.9326409Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu 2022-09-27T15:46:27.9362083Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:46:27.9766819Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu 2022-09-27T15:46:27.9799967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:46:28.0206096Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu 2022-09-27T15:46:28.0236408Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:46:28.0646269Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu 2022-09-27T15:46:28.0676447Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:46:28.1095307Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu 2022-09-27T15:46:28.1119540Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:46:28.1527301Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu 2022-09-27T15:46:28.1557510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:46:28.1967443Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu 2022-09-27T15:46:28.1998714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:46:28.2406265Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu 2022-09-27T15:46:28.2436913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:46:28.2847541Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu 2022-09-27T15:46:28.2878427Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:46:28.3286511Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu 2022-09-27T15:46:28.3319342Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:46:28.3725910Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu 2022-09-27T15:46:28.3758663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:46:28.4165347Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu 2022-09-27T15:46:28.4201165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:46:28.4605734Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu 2022-09-27T15:46:28.4638396Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:46:28.4658503Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu 2022-09-27T15:46:28.4669677Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu 2022-09-27T15:46:28.4695691Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:46:28.5047682Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu 2022-09-27T15:46:28.5077863Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:46:28.5124506Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu 2022-09-27T15:46:28.5155462Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:46:28.5485534Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu 2022-09-27T15:46:28.5517777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:46:28.5564396Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu 2022-09-27T15:46:28.5594956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:46:28.5926191Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu 2022-09-27T15:46:28.5958243Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:46:28.6003399Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu 2022-09-27T15:46:28.6037446Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:46:28.6365690Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu 2022-09-27T15:46:28.6398218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:46:28.6443095Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu 2022-09-27T15:46:28.6474572Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:46:28.6805499Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu 2022-09-27T15:46:28.6837814Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:46:28.6883484Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu 2022-09-27T15:46:28.6915551Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:46:28.7247315Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu 2022-09-27T15:46:28.7278273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:46:28.7325536Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu 2022-09-27T15:46:28.7355386Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:46:28.7686617Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu 2022-09-27T15:46:28.7719756Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:46:28.7763546Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu 2022-09-27T15:46:28.7798257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:46:28.8126738Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu 2022-09-27T15:46:28.8158647Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:46:28.8204218Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu 2022-09-27T15:46:28.8234256Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:46:28.8566671Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu 2022-09-27T15:46:28.8601536Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:46:28.8643914Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu 2022-09-27T15:46:28.8676005Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:46:28.9006347Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu 2022-09-27T15:46:28.9038987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:46:28.9084834Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu 2022-09-27T15:46:28.9117663Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:46:28.9446431Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu 2022-09-27T15:46:28.9478710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:46:28.9523811Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu 2022-09-27T15:46:28.9556139Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:46:28.9886522Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu 2022-09-27T15:46:28.9918166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:46:28.9995888Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu 2022-09-27T15:46:28.9997389Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:46:29.0326536Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu 2022-09-27T15:46:29.0357278Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:46:29.0403689Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu 2022-09-27T15:46:29.0436089Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:46:29.0765799Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu 2022-09-27T15:46:29.0793909Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:46:29.0843461Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu 2022-09-27T15:46:29.0872851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:46:29.1205899Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu 2022-09-27T15:46:29.1235504Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:46:29.1283156Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu 2022-09-27T15:46:29.1314525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:46:29.1646297Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu 2022-09-27T15:46:29.1676444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:46:29.1723813Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu 2022-09-27T15:46:29.1750842Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:46:29.2086015Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu 2022-09-27T15:46:29.2117932Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:46:29.2184443Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu 2022-09-27T15:46:29.2203527Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:46:29.2519563Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu 2022-09-27T15:46:29.2527286Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:46:29.2535411Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:46:29.2571601Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:46:29.2603739Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu 2022-09-27T15:46:29.2641582Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:46:29.2705276Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu 2022-09-27T15:46:29.2998189Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 2022-09-27T15:46:29.3005010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:46:29.3010765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:46:29.3073847Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu 2022-09-27T15:46:29.3089762Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:46:29.3407550Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu 2022-09-27T15:46:29.3444470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:46:29.3517141Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu 2022-09-27T15:46:29.3520707Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:46:29.3847130Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu 2022-09-27T15:46:29.3882086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:46:29.3931672Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu 2022-09-27T15:46:29.3959063Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:46:29.4287114Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu 2022-09-27T15:46:29.4318053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:46:29.4364258Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu 2022-09-27T15:46:29.4398311Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:46:29.4727705Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu 2022-09-27T15:46:29.4759653Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:46:29.4803679Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu 2022-09-27T15:46:29.4834618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:46:29.5166953Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu 2022-09-27T15:46:29.5198537Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:46:29.5244190Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu 2022-09-27T15:46:29.5279515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:46:29.5607202Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_right_shift_cpu 2022-09-27T15:46:29.5638099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:46:29.5684342Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu 2022-09-27T15:46:29.5718928Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:46:29.6046872Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu 2022-09-27T15:46:29.6077896Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:46:29.6124329Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu 2022-09-27T15:46:29.6155862Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:46:29.6487307Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu 2022-09-27T15:46:29.6519253Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:46:29.6564111Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu 2022-09-27T15:46:29.6595541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:46:29.6927406Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu 2022-09-27T15:46:29.6959743Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:46:29.7003480Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu 2022-09-27T15:46:29.7035511Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:46:29.7367163Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu 2022-09-27T15:46:29.7403471Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:46:29.7485464Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:46:29.7518400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:46:29.7806057Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu 2022-09-27T15:46:29.7842323Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:46:29.7925535Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:46:29.7957234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:46:29.8247627Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu 2022-09-27T15:46:29.8282951Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:46:29.8364741Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:46:29.8398610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:46:29.8686418Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu 2022-09-27T15:46:29.8719456Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:46:29.8803992Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:46:29.8835145Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:46:29.9126069Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu 2022-09-27T15:46:29.9159531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:46:29.9284632Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:46:29.9317393Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:46:29.9566571Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu 2022-09-27T15:46:29.9598895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:46:29.9725268Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu 2022-09-27T15:46:29.9758759Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:46:30.0006469Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu 2022-09-27T15:46:30.0037231Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:46:30.0164852Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:46:30.0194612Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:46:30.0445082Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu 2022-09-27T15:46:30.0479439Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:46:30.0679127Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:46:30.0744309Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:46:30.0884301Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu 2022-09-27T15:46:30.0926782Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:46:30.1083402Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu 2022-09-27T15:46:30.1121579Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:46:30.1362950Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu 2022-09-27T15:46:30.1367915Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:46:30.1559607Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:46:30.1564409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:46:30.1775405Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu 2022-09-27T15:46:30.1810539Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:46:30.2001420Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu 2022-09-27T15:46:30.2006479Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:46:30.2243787Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copy_to_cpu 2022-09-27T15:46:30.2246366Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:46:30.2442461Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu 2022-09-27T15:46:30.2446818Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:46:30.2666828Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu 2022-09-27T15:46:30.2689286Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:46:30.2923500Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu 2022-09-27T15:46:30.2927927Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:46:30.3102535Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu 2022-09-27T15:46:30.3122684Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:46:30.3363508Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu 2022-09-27T15:46:30.3368044Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:46:30.3525567Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu 2022-09-27T15:46:30.3568413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:46:30.3845960Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu 2022-09-27T15:46:30.3848257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:46:30.4004407Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu 2022-09-27T15:46:30.4006674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:46:30.4592409Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:46:30.4603464Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:46:30.4615243Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:46:30.4617650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:46:30.4779739Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu 2022-09-27T15:46:30.4796179Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:46:30.4844266Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu 2022-09-27T15:46:30.4996962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:46:30.5246736Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu 2022-09-27T15:46:30.5276034Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:46:30.5324365Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu 2022-09-27T15:46:30.5354694Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:46:30.5726678Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu 2022-09-27T15:46:30.5752947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:46:30.5766126Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu 2022-09-27T15:46:30.5797029Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:46:30.6204045Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu 2022-09-27T15:46:30.6204712Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:46:30.6284117Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu 2022-09-27T15:46:30.6284800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:46:30.6643292Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu 2022-09-27T15:46:30.6645221Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:46:30.6724184Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu 2022-09-27T15:46:30.6728492Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:46:30.7083931Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu 2022-09-27T15:46:30.7088809Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:46:30.7161624Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu 2022-09-27T15:46:30.7166312Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:46:30.7526507Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu 2022-09-27T15:46:30.7531364Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:46:30.7607588Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_strided_cpu 2022-09-27T15:46:30.7612210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:46:30.7968527Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu 2022-09-27T15:46:30.7969157Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:46:30.8017935Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu 2022-09-27T15:46:30.8037775Z [gw1] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 2022-09-27T15:46:30.8048136Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:46:30.8049752Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:46:30.8408104Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu 2022-09-27T15:46:30.8410218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:46:30.8482554Z [gw2] [ 87%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_equal_cpu 2022-09-27T15:46:30.8485266Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:46:30.8807173Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu 2022-09-27T15:46:30.8839209Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:46:30.8885337Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu 2022-09-27T15:46:30.8917679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:46:30.9246620Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu 2022-09-27T15:46:30.9275968Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:46:30.9323690Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu 2022-09-27T15:46:30.9354635Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:46:30.9686979Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu 2022-09-27T15:46:30.9728048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:46:30.9764957Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu 2022-09-27T15:46:30.9794126Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:46:31.0164879Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu 2022-09-27T15:46:31.0172766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:46:31.0203898Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu 2022-09-27T15:46:31.0234872Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:46:31.0604144Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu 2022-09-27T15:46:31.0612257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:46:31.0682938Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu 2022-09-27T15:46:31.0688475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:46:31.1043174Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu 2022-09-27T15:46:31.1050054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:46:31.1123048Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu 2022-09-27T15:46:31.1127417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:46:31.1483685Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu 2022-09-27T15:46:31.1487842Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:46:31.1564543Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu 2022-09-27T15:46:31.1569523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:46:31.1924797Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu 2022-09-27T15:46:31.1929981Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:46:31.1965323Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu 2022-09-27T15:46:31.2005935Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:46:31.2362886Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu 2022-09-27T15:46:31.2364998Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:46:31.2405400Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu 2022-09-27T15:46:31.2449929Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:46:31.2845298Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu 2022-09-27T15:46:31.2849651Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:46:31.2904042Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu 2022-09-27T15:46:31.3287209Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:46:31.3287944Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu 2022-09-27T15:46:31.3289762Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:46:31.3345014Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu 2022-09-27T15:46:31.3346239Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:46:31.3766678Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu 2022-09-27T15:46:31.3767722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:46:31.3785647Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu 2022-09-27T15:46:31.3822275Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:46:31.4207779Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu 2022-09-27T15:46:31.4209216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:46:31.4245485Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu 2022-09-27T15:46:31.4290004Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:46:31.4645412Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu 2022-09-27T15:46:31.4647184Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:46:31.4685721Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu 2022-09-27T15:46:31.4729252Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:46:31.5085885Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu 2022-09-27T15:46:31.5087669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:46:31.5125299Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu 2022-09-27T15:46:31.5167353Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:46:31.5370198Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu 2022-09-27T15:46:31.5383364Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 2022-09-27T15:46:31.5405906Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:46:31.5484387Z [gw3] [ 87%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_svd_lowrank_cpu_float32 2022-09-27T15:46:31.5523567Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:46:31.5565537Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu 2022-09-27T15:46:31.5609637Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:46:31.5806195Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu 2022-09-27T15:46:31.5963422Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:46:31.5968792Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:46:31.6049577Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu 2022-09-27T15:46:31.6054069Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:46:31.6406090Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu 2022-09-27T15:46:31.6411222Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:46:31.6481698Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu 2022-09-27T15:46:31.6486668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:46:31.6846240Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu 2022-09-27T15:46:31.6851165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:46:31.6921749Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu 2022-09-27T15:46:31.6926766Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:46:31.7286428Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu 2022-09-27T15:46:31.7291187Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:46:31.7364593Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu 2022-09-27T15:46:31.7368263Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:46:31.7691409Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu 2022-09-27T15:46:31.7730832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:46:31.7847016Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu 2022-09-27T15:46:31.7847659Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:46:31.8135591Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu 2022-09-27T15:46:31.8167380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:46:31.8204796Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu 2022-09-27T15:46:31.8234783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:46:31.8566445Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu 2022-09-27T15:46:31.8597084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:46:31.8680892Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu 2022-09-27T15:46:31.8682293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:46:31.9000067Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu 2022-09-27T15:46:31.9008634Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 2022-09-27T15:46:31.9047715Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:46:31.9059411Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu 2022-09-27T15:46:31.9083327Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:46:31.9120736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:46:31.9162559Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu 2022-09-27T15:46:31.9485075Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 2022-09-27T15:46:31.9489773Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:46:31.9496049Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu 2022-09-27T15:46:31.9554832Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:46:31.9559939Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:46:31.9842166Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu 2022-09-27T15:46:31.9883952Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 2022-09-27T15:46:31.9912413Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:46:31.9924696Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu 2022-09-27T15:46:31.9963270Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:46:32.0187970Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:46:32.0326949Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu 2022-09-27T15:46:32.0359588Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:46:32.0386126Z [gw0] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu 2022-09-27T15:46:32.0405454Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 2022-09-27T15:46:32.0406234Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:46:32.0440577Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:46:32.0475874Z [gw2] [ 87%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu 2022-09-27T15:46:32.0765381Z [gw3] [ 87%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 2022-09-27T15:46:32.0793115Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:46:32.0846314Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu 2022-09-27T15:46:32.0849748Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:46:32.0875342Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:46:32.0911952Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu 2022-09-27T15:46:32.1205721Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 2022-09-27T15:46:32.1231489Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:46:32.1284889Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu 2022-09-27T15:46:32.1286655Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:46:32.1318219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:46:32.1536682Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu 2022-09-27T15:46:32.1644826Z [gw3] [ 88%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 2022-09-27T15:46:32.1672014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:46:32.1726087Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu 2022-09-27T15:46:32.1726947Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:46:32.1755757Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:46:32.2106359Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu 2022-09-27T15:46:32.2124797Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 2022-09-27T15:46:32.2155875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:46:32.2166807Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu 2022-09-27T15:46:32.2205425Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:46:32.2209816Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:46:32.2566483Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu 2022-09-27T15:46:32.2596776Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:46:32.2643471Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu 2022-09-27T15:46:32.2675098Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:46:32.2884782Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu 2022-09-27T15:46:32.2894889Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 2022-09-27T15:46:32.3004637Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:46:32.3048804Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:46:32.3083599Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu 2022-09-27T15:46:32.3121909Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:46:32.3446293Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu 2022-09-27T15:46:32.3477070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:46:32.3524755Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu 2022-09-27T15:46:32.3560143Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:46:32.3824678Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu 2022-09-27T15:46:32.3832708Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 2022-09-27T15:46:32.3851462Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:46:32.3883232Z [gw3] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 2022-09-27T15:46:32.3916022Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:46:32.3963484Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu 2022-09-27T15:46:32.3997937Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:46:32.4245675Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu 2022-09-27T15:46:32.4325470Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:46:32.4359259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:46:32.4404294Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu 2022-09-27T15:46:32.4439066Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:46:32.4660789Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu 2022-09-27T15:46:32.4682322Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 2022-09-27T15:46:32.4739907Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:46:32.4763781Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 2022-09-27T15:46:32.4796882Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:46:32.4843017Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu 2022-09-27T15:46:32.4876175Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:46:32.5165412Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu 2022-09-27T15:46:32.5243878Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:46:32.5278037Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:46:32.5294056Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu 2022-09-27T15:46:32.5325127Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:46:32.5389981Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu 2022-09-27T15:46:32.5605507Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 2022-09-27T15:46:32.5685546Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:46:32.5719939Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:46:32.5763838Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu 2022-09-27T15:46:32.5793094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:46:32.6127168Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu 2022-09-27T15:46:32.6159397Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:46:32.6245661Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu 2022-09-27T15:46:32.6272699Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:46:32.6606584Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu 2022-09-27T15:46:32.6639912Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:46:32.6724070Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu 2022-09-27T15:46:32.6756241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:46:32.6932590Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu 2022-09-27T15:46:32.6942335Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 2022-09-27T15:46:32.7085678Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:46:32.7121369Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:46:32.7164624Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu 2022-09-27T15:46:32.7196306Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:46:32.7526539Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_cpu 2022-09-27T15:46:32.7558865Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:46:32.7643151Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu 2022-09-27T15:46:32.7675183Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:46:32.8007289Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_full_like_cpu 2022-09-27T15:46:32.8044645Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:46:32.8084055Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu 2022-09-27T15:46:32.8116596Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:46:32.8263755Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu 2022-09-27T15:46:32.8274264Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 2022-09-27T15:46:32.8448213Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:46:32.8494333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:46:32.8524571Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu 2022-09-27T15:46:32.8556073Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:46:32.8902000Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu 2022-09-27T15:46:32.8948853Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:46:32.9042788Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu 2022-09-27T15:46:32.9047000Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:46:32.9375409Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu 2022-09-27T15:46:32.9379709Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:46:32.9481629Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu 2022-09-27T15:46:32.9485800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:46:32.9806794Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu 2022-09-27T15:46:32.9808997Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:46:32.9927174Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu 2022-09-27T15:46:32.9930523Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:46:33.0285624Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu 2022-09-27T15:46:33.0286661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:46:33.0364512Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu 2022-09-27T15:46:33.0368432Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:46:33.0725581Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu 2022-09-27T15:46:33.0765339Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:46:33.0768771Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu 2022-09-27T15:46:33.0794898Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:46:33.1165825Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu 2022-09-27T15:46:33.1209668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:46:33.1213431Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu 2022-09-27T15:46:33.1232176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:46:33.1608118Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu 2022-09-27T15:46:33.1646580Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:46:33.1653892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:46:33.1678110Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu 2022-09-27T15:46:33.2092130Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu 2022-09-27T15:46:33.2094509Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:46:33.2095143Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:46:33.2126771Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu 2022-09-27T15:46:33.2527556Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu 2022-09-27T15:46:33.2574622Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:46:33.2578545Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu 2022-09-27T15:46:33.2580343Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:46:33.3006192Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu 2022-09-27T15:46:33.3016698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:46:33.3020406Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu 2022-09-27T15:46:33.3022210Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:46:33.3451395Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add__cpu 2022-09-27T15:46:33.3453003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:46:33.3482822Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu 2022-09-27T15:46:33.3485360Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:46:33.3847849Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu 2022-09-27T15:46:33.3879553Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:46:33.3925379Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy__cpu 2022-09-27T15:46:33.3958036Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:46:33.4027589Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu 2022-09-27T15:46:33.4040406Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 2022-09-27T15:46:33.4274391Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:46:33.4326761Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 2022-09-27T15:46:33.4367314Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:46:33.4403666Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu 2022-09-27T15:46:33.4444750Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:46:33.4454379Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu 2022-09-27T15:46:33.4706904Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:46:33.4847204Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 2022-09-27T15:46:33.4849620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:46:33.4925289Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill__cpu 2022-09-27T15:46:33.4927371Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:46:33.4939150Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu 2022-09-27T15:46:33.5323384Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:46:33.5325785Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:46:33.5402818Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu 2022-09-27T15:46:33.5404826Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:46:33.5747831Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu 2022-09-27T15:46:33.5774284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:46:33.5840519Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu 2022-09-27T15:46:33.5841832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:46:33.6148010Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu 2022-09-27T15:46:33.6165490Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 2022-09-27T15:46:33.6207977Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:46:33.6220314Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu 2022-09-27T15:46:33.6282565Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:46:33.6284113Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:46:33.6291594Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu 2022-09-27T15:46:33.6617411Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 2022-09-27T15:46:33.6645619Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:46:33.6657112Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu 2022-09-27T15:46:33.6717647Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:46:33.6720005Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:46:33.7046539Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu 2022-09-27T15:46:33.7080172Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:46:33.7124544Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu 2022-09-27T15:46:33.7488204Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:46:33.7522241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:46:33.7927704Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu 2022-09-27T15:46:33.7963390Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:46:33.8407730Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu 2022-09-27T15:46:33.8445496Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:46:33.8847618Z [gw2] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_item_cpu 2022-09-27T15:46:33.8896415Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:46:33.9328090Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu 2022-09-27T15:46:33.9365493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:46:33.9808080Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu 2022-09-27T15:46:33.9859757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:46:34.0301952Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu 2022-09-27T15:46:34.0311276Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 2022-09-27T15:46:34.0323232Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:46:34.0365885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:46:34.0596490Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu 2022-09-27T15:46:34.0730908Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 2022-09-27T15:46:34.0731537Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:46:34.0775070Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:46:34.1167495Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu 2022-09-27T15:46:34.1229084Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:46:34.1412006Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu 2022-09-27T15:46:34.1425031Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 2022-09-27T15:46:34.1646706Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:46:34.1664583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:46:34.1682622Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 2022-09-27T15:46:34.1844571Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu 2022-09-27T15:46:34.2088333Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:46:34.2120681Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:46:34.2207524Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu 2022-09-27T15:46:34.2283112Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 2022-09-27T15:46:34.2565523Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:46:34.2598099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:46:34.3007440Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu 2022-09-27T15:46:34.3038351Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:46:34.3446731Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu 2022-09-27T15:46:34.3483446Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:46:34.3499656Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu 2022-09-27T15:46:34.3509803Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 2022-09-27T15:46:34.3638661Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:46:34.3886901Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 2022-09-27T15:46:34.3921166Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:46:34.3933296Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu 2022-09-27T15:46:34.4005418Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:46:34.4328288Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 2022-09-27T15:46:34.4360085Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:46:34.4405057Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu 2022-09-27T15:46:34.4697752Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:46:34.4765875Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 2022-09-27T15:46:34.4794846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:46:34.4844262Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu 2022-09-27T15:46:34.5115503Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:46:34.5205763Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 2022-09-27T15:46:34.5234686Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:46:34.5283530Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu 2022-09-27T15:46:34.5645754Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:46:34.5680408Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:46:34.6028117Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu 2022-09-27T15:46:34.6038443Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 2022-09-27T15:46:34.6083786Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:46:34.6123293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:46:34.6202312Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu 2022-09-27T15:46:34.6447433Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 2022-09-27T15:46:34.6529345Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:46:34.6565259Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:46:34.6968109Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu 2022-09-27T15:46:34.7004237Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:46:34.7322238Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu 2022-09-27T15:46:34.7333729Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 2022-09-27T15:46:34.7447744Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:46:34.7488679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:46:34.7927731Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu 2022-09-27T15:46:34.7967216Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:46:34.8367800Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu 2022-09-27T15:46:34.8416919Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:46:34.8543894Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu 2022-09-27T15:46:34.8554526Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 2022-09-27T15:46:34.8663864Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:46:34.8806402Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 2022-09-27T15:46:34.8841598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:46:34.8965391Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu 2022-09-27T15:46:34.9230384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:46:34.9244679Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 2022-09-27T15:46:34.9279884Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:46:34.9404932Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu 2022-09-27T15:46:34.9542150Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:46:34.9687513Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 2022-09-27T15:46:34.9722456Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:46:34.9846703Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu 2022-09-27T15:46:35.0167449Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:46:35.0252061Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:46:35.0647770Z [gw2] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu 2022-09-27T15:46:35.0962360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:46:35.0978576Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 2022-09-27T15:46:35.3436669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:46:35.3453142Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 2022-09-27T15:46:35.6945323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:46:35.6999092Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 2022-09-27T15:46:36.3428037Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:46:36.3443679Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 2022-09-27T15:46:36.3512667Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:46:36.3534246Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 2022-09-27T15:46:36.6041531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:46:36.6049476Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 2022-09-27T15:46:36.8091636Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:46:36.8099606Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 2022-09-27T15:46:37.1557722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:46:37.1566516Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 2022-09-27T15:46:37.3503199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:46:37.3510299Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 2022-09-27T15:46:37.4891808Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:46:37.4904752Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:46:37.9201338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:46:37.9206896Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu 2022-09-27T15:46:37.9229429Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:46:37.9645938Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu 2022-09-27T15:46:37.9670287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:46:38.0087139Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu 2022-09-27T15:46:38.0124243Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:46:38.0526500Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu 2022-09-27T15:46:38.0552593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:46:38.0966228Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu 2022-09-27T15:46:38.0990856Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:46:38.1406459Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu 2022-09-27T15:46:38.1438104Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:46:38.1846582Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu 2022-09-27T15:46:38.1878287Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:46:38.2286177Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hinge_embedding_loss_cpu 2022-09-27T15:46:38.2309978Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:46:38.2726247Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu 2022-09-27T15:46:38.2750674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:46:38.3166506Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu 2022-09-27T15:46:38.3190546Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:46:38.3606152Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu 2022-09-27T15:46:38.3631217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:46:38.4045844Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu 2022-09-27T15:46:38.4071561Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:46:38.4486058Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu 2022-09-27T15:46:38.4511146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:46:38.4925931Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu 2022-09-27T15:46:38.4950989Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:46:38.5366813Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_poisson_nll_loss_cpu 2022-09-27T15:46:38.5392712Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:46:38.5805174Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu 2022-09-27T15:46:38.5816452Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amax_cpu_float32 2022-09-27T15:46:38.5817120Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:46:38.5841400Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:46:38.6245453Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu 2022-09-27T15:46:38.6269957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:46:38.6685447Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu 2022-09-27T15:46:38.6712395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:46:38.6916181Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu 2022-09-27T15:46:38.6924000Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:46:38.7126153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:46:38.7160639Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:46:38.7568126Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu 2022-09-27T15:46:38.7599813Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:46:38.8007626Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu 2022-09-27T15:46:38.8038095Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:46:38.8447189Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu 2022-09-27T15:46:38.8469911Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:46:38.8886029Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu 2022-09-27T15:46:38.8915409Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:46:38.9326371Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_cpu 2022-09-27T15:46:38.9351411Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:46:38.9766408Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ones_like_cpu 2022-09-27T15:46:38.9793851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:46:39.0206041Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu 2022-09-27T15:46:39.0230108Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:46:39.0650058Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu 2022-09-27T15:46:39.0693502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:46:39.1088951Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu 2022-09-27T15:46:39.1125950Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:46:39.1527737Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu 2022-09-27T15:46:39.1570589Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:46:39.1968366Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu 2022-09-27T15:46:39.2009599Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:46:39.2406804Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu 2022-09-27T15:46:39.2445534Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:46:39.2847894Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu 2022-09-27T15:46:39.2886944Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:46:39.3287253Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu 2022-09-27T15:46:39.3324475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:46:39.3728067Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu 2022-09-27T15:46:39.3772008Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:46:39.4167241Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu 2022-09-27T15:46:39.4204791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:46:39.4607625Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu 2022-09-27T15:46:39.4654383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:46:39.5047443Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rfloordiv_cpu 2022-09-27T15:46:39.5091579Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:46:39.5488437Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu 2022-09-27T15:46:39.5528988Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:46:39.5927200Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu 2022-09-27T15:46:39.5963553Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:46:39.6369178Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu 2022-09-27T15:46:39.6409154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:46:39.6807635Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rpow_cpu 2022-09-27T15:46:39.6847380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:46:39.7247485Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu 2022-09-27T15:46:39.7289064Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:46:39.7687577Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu 2022-09-27T15:46:39.7730588Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:46:39.8128023Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rtruediv_cpu 2022-09-27T15:46:39.8169679Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:46:39.8565659Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_scalar_tensor_cpu 2022-09-27T15:46:39.8590588Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:46:39.9007715Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu 2022-09-27T15:46:39.9040241Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:46:39.9447239Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu 2022-09-27T15:46:39.9483161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:46:39.9886302Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu 2022-09-27T15:46:39.9916004Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:46:40.0196423Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu 2022-09-27T15:46:40.0203354Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_amin_cpu_float32 2022-09-27T15:46:40.0229938Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:46:40.0323117Z [gw3] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmax_cpu_float32 2022-09-27T15:46:40.0355593Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:46:40.0644947Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu 2022-09-27T15:46:40.0667295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:46:40.0764384Z [gw3] [ 88%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_argmin_cpu_float32 2022-09-27T15:46:40.0796202Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:46:40.1083874Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu 2022-09-27T15:46:40.1206436Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:46:40.1238428Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:46:40.1646379Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu 2022-09-27T15:46:40.1670984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:46:40.1842833Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu 2022-09-27T15:46:40.1852980Z [gw1] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:46:40.2085268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:46:40.2107102Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:46:40.2525767Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu 2022-09-27T15:46:40.2548843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:46:40.2966822Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu 2022-09-27T15:46:40.2995502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:46:40.3406443Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu 2022-09-27T15:46:40.3427676Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:46:40.3504335Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu 2022-09-27T15:46:40.3513134Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumprod_cpu_float32 2022-09-27T15:46:40.3846116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:46:40.3888055Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:46:40.4285542Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu 2022-09-27T15:46:40.4315880Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:46:40.4725830Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu 2022-09-27T15:46:40.4758634Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:46:40.5165301Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu 2022-09-27T15:46:40.5195054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:46:40.5213558Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu 2022-09-27T15:46:40.5223699Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_cumsum_cpu_float32 2022-09-27T15:46:40.5605949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:46:40.5637945Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:46:40.6046270Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu 2022-09-27T15:46:40.6076528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:46:40.6486877Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu 2022-09-27T15:46:40.6518889Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:46:40.6927174Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu 2022-09-27T15:46:40.6958317Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:46:40.7269512Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu 2022-09-27T15:46:40.7277201Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_allclose_cpu_float32 2022-09-27T15:46:40.7364244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:46:40.7397639Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:46:40.7547521Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu 2022-09-27T15:46:40.7683152Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amax_cpu_float32 2022-09-27T15:46:40.7805008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:46:40.7842485Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:46:40.7939696Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_swap_axes_cpu 2022-09-27T15:46:40.7983178Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_amin_cpu_float32 2022-09-27T15:46:40.7988916Z [gw3] [ 88%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_log_softmax_cpu_float32 2022-09-27T15:46:40.8123388Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:46:40.8245032Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:46:40.8276730Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:46:40.8686197Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu 2022-09-27T15:46:40.8716507Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:46:40.8825337Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu 2022-09-27T15:46:40.8835555Z [gw2] [ 88%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_aminmax_cpu_float32 2022-09-27T15:46:40.8975653Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:46:40.9125836Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_angle_cpu_float32 2022-09-27T15:46:40.9156384Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:46:40.9242649Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu 2022-09-27T15:46:40.9452743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:46:40.9564494Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_any_cpu_float32 2022-09-27T15:46:40.9594987Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:46:40.9683018Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu 2022-09-27T15:46:41.0006214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:46:41.0026316Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:46:41.0043557Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_arange_cpu_float32 2022-09-27T15:46:41.0121792Z [gw0] [ 88%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_to_cpu 2022-09-27T15:46:41.0335470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:46:41.0445700Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmax_cpu_float32 2022-09-27T15:46:41.0479733Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:46:41.0563944Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu 2022-09-27T15:46:41.0674622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:46:41.0925560Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argmin_cpu_float32 2022-09-27T15:46:41.0960344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:46:41.1003245Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu 2022-09-27T15:46:41.1219827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:46:41.1365289Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argsort_cpu_float32 2022-09-27T15:46:41.1396665Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:46:41.1441928Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu 2022-09-27T15:46:41.1507510Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:46:41.1808728Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_argwhere_cpu_float32 2022-09-27T15:46:41.1839460Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:46:41.1884367Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu 2022-09-27T15:46:41.1968872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:46:41.2246878Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_cpu_float32 2022-09-27T15:46:41.2277923Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:46:41.2324800Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu 2022-09-27T15:46:41.2420740Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:46:41.2687090Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_as_strided_scatter_cpu_float32 2022-09-27T15:46:41.2721086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:46:41.2764434Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu 2022-09-27T15:46:41.2810934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:46:41.3127421Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asin_cpu_float32 2022-09-27T15:46:41.3160560Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:46:41.3203894Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu 2022-09-27T15:46:41.3251551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:46:41.3566814Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_asinh_cpu_float32 2022-09-27T15:46:41.3597594Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:46:41.3642903Z [gw0] [ 88%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu 2022-09-27T15:46:41.3754757Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:46:41.4046765Z [gw2] [ 88%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan2_cpu_float32 2022-09-27T15:46:41.4083474Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:46:41.4092011Z [gw0] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_divide_cpu 2022-09-27T15:46:41.4130209Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:46:41.4485845Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atan_cpu_float32 2022-09-27T15:46:41.4519232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:46:41.4528447Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu 2022-09-27T15:46:41.4561797Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:46:41.4965894Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atanh_cpu_float32 2022-09-27T15:46:41.4967404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:46:41.5000623Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:46:41.5035054Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu 2022-09-27T15:46:41.5404417Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_1d_cpu_float32 2022-09-27T15:46:41.5405668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:46:41.5443289Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:46:41.5476477Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu 2022-09-27T15:46:41.5844669Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_2d_cpu_float32 2022-09-27T15:46:41.5845647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:46:41.5879852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:46:41.5925151Z [gw0] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_uniform_cpu 2022-09-27T15:46:41.6285471Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_atleast_3d_cpu_float32 2022-09-27T15:46:41.6286371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:46:41.6316165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:46:41.6726445Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu 2022-09-27T15:46:41.6756182Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:46:41.7166483Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu 2022-09-27T15:46:41.7197185Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:46:41.7646381Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu 2022-09-27T15:46:41.7675497Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:46:41.8086366Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu 2022-09-27T15:46:41.8116633Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:46:41.8527846Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu 2022-09-27T15:46:41.8556271Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:46:41.8966343Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu 2022-09-27T15:46:41.8997107Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:46:41.9408006Z [gw0] [ 89%] PASSED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu 2022-09-27T15:46:41.9439249Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:46:41.9886543Z [gw0] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_cpu 2022-09-27T15:46:41.9965054Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:46:42.0327062Z [gw0] [ 89%] SKIPPED test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_zeros_like_cpu 2022-09-27T15:46:42.8372056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:46:42.8379870Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logaddexp_cpu_float32 2022-09-27T15:46:43.1612382Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:46:43.1620270Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:46:43.9673769Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:46:43.9687242Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:46:44.1676642Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:46:44.1690583Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_logsumexp_cpu_float32 2022-09-27T15:46:44.8794342Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:46:44.8799799Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:46:44.8828906Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:46:44.9206300Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:46:45.0086793Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:46:45.0096115Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 2022-09-27T15:46:45.1051216Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:46:45.1059347Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 2022-09-27T15:46:45.2117898Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:46:45.2129803Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 2022-09-27T15:46:45.2267543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:46:45.2565350Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 2022-09-27T15:46:45.2593746Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:46:45.3006776Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:46:45.3373203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:46:45.3444438Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 2022-09-27T15:46:45.4269676Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:46:45.4277583Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:46:45.4875069Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:46:45.4880083Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:46:45.6360718Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:46:45.6428144Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_H_cpu_float32 2022-09-27T15:46:45.6778213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:46:45.6844308Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_T_cpu_float32 2022-09-27T15:46:45.7657301Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:46:45.7682181Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___getitem___cpu_float32 2022-09-27T15:46:45.7687294Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_mean_cpu_float32 2022-09-27T15:46:45.7703878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:46:45.8031358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:46:45.8124160Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___radd___cpu_float32 2022-09-27T15:46:45.8404223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:46:45.8565963Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rand___cpu_int64 2022-09-27T15:46:45.8687068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:46:45.8700049Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:46:45.8953589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:46:45.9003920Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rdiv___cpu_float32 2022-09-27T15:46:45.9565153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:46:45.9583095Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmatmul___cpu_float32 2022-09-27T15:46:45.9867961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:46:46.0041597Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmod___cpu_float32 2022-09-27T15:46:46.0136140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:46:46.0446565Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rmul___cpu_float32 2022-09-27T15:46:46.0527289Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:46:46.0552513Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_median_cpu_float32 2022-09-27T15:46:46.0568725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:46:46.0886910Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___ror___cpu_int64 2022-09-27T15:46:46.1301772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:46:46.1448115Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rpow___cpu_float32 2022-09-27T15:46:46.1584053Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:46:46.1887255Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rsub___cpu_float32 2022-09-27T15:46:46.2040725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:46:46.2326228Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake___rxor___cpu_int64 2022-09-27T15:46:46.3129821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:46:46.3137827Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:46:46.3375686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:46:46.3565825Z [gw1] [ 89%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:46:46.4188333Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:46:46.4203957Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 2022-09-27T15:46:46.4461912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:46:46.4479213Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amax_cpu_float32 2022-09-27T15:46:46.6155066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:46:46.6163275Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 2022-09-27T15:46:46.6187016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:46:46.6606586Z [gw1] [ 89%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 2022-09-27T15:46:46.9934879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:46:46.9944942Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_amin_cpu_float32 2022-09-27T15:46:47.1527703Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:46:47.1543976Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmax_cpu_float32 2022-09-27T15:46:47.3110628Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:46:47.3126397Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_argmin_cpu_float32 2022-09-27T15:46:47.3411037Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:46:47.3525133Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumprod_cpu_float32 2022-09-27T15:46:47.3823186Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:46:47.3964368Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_cumsum_cpu_float32 2022-09-27T15:46:47.4317923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:46:47.4405293Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_log_softmax_cpu_float32 2022-09-27T15:46:47.4853207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:46:47.4864518Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logaddexp_cpu_float32 2022-09-27T15:46:47.7136603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:46:47.7149376Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_logsumexp_cpu_float32 2022-09-27T15:46:48.1242182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:46:48.1257546Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_mean_cpu_float32 2022-09-27T15:46:48.1591155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:46:48.1682950Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_median_cpu_float32 2022-09-27T15:46:48.7431341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:46:48.7439759Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 2022-09-27T15:46:48.7854879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:46:48.7863750Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 2022-09-27T15:46:48.8067675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:46:48.8286467Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:46:48.8479114Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:46:48.8726519Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 2022-09-27T15:46:48.9113889Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:46:48.9122729Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 2022-09-27T15:46:48.9130820Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_norm_cpu_float32 2022-09-27T15:46:48.9162702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:46:48.9739062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:46:48.9746966Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_normalize_cpu_float32 2022-09-27T15:46:49.1327807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:46:49.1335700Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_prod_cpu_float32 2022-09-27T15:46:49.1774611Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:46:49.1786858Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmax_cpu_float32 2022-09-27T15:46:49.2287506Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:46:49.2297999Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_softmin_cpu_float32 2022-09-27T15:46:49.3939930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:46:49.3948945Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:46:49.6283269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:46:49.6291886Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 2022-09-27T15:46:50.8026686Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:46:50.8034965Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_std_cpu_float32 2022-09-27T15:46:51.0454290Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:46:51.0470617Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_sum_cpu_float32 2022-09-27T15:46:52.7724090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:46:52.7741238Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake__masked_var_cpu_float32 2022-09-27T15:46:52.7785001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:46:52.8169665Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_abs_cpu_float32 2022-09-27T15:46:52.8232462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:46:52.8607527Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acos_cpu_float32 2022-09-27T15:46:52.8678896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:46:52.9047528Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_acosh_cpu_float32 2022-09-27T15:46:52.9225901Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:46:52.9487085Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_add_cpu_float32 2022-09-27T15:46:52.9650745Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:46:52.9927321Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addbmm_cpu_float32 2022-09-27T15:46:53.0167217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:46:53.0367469Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcdiv_cpu_float32 2022-09-27T15:46:53.0599195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:46:53.0807107Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addcmul_cpu_float32 2022-09-27T15:46:53.0903813Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:46:53.0966665Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_cpu_float32 2022-09-27T15:46:53.0976422Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_H_cpu_float32 2022-09-27T15:46:53.1249020Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:46:53.1351776Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:46:53.1420133Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmm_decomposed_cpu_float32 2022-09-27T15:46:53.1443170Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_T_cpu_float32 2022-09-27T15:46:53.1688438Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:46:53.1847195Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:46:53.1851826Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___getitem___cpu_float32 2022-09-27T15:46:53.1923663Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addmv_cpu_float32 2022-09-27T15:46:53.2126749Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:46:53.2154950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:46:53.2268238Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___radd___cpu_float32 2022-09-27T15:46:53.2362594Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_addr_cpu_float32 2022-09-27T15:46:53.2565669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:46:53.2676607Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:46:53.2711177Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_all_cpu_float32 2022-09-27T15:46:53.2803105Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rand___cpu_int64 2022-09-27T15:46:53.3054671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:46:53.3055218Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rdiv___cpu_float32 2022-09-27T15:46:53.3245929Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:46:53.3264487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:46:53.3528878Z [gw0] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cov_cpu_float32 2022-09-27T15:46:53.3932110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:46:53.3949459Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmatmul___cpu_float32 2022-09-27T15:46:53.4153002Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:46:53.4362256Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmod___cpu_float32 2022-09-27T15:46:53.4620908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:46:53.4802009Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rmul___cpu_float32 2022-09-27T15:46:53.5049986Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:46:53.5242637Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___ror___cpu_int64 2022-09-27T15:46:53.5740467Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:46:53.5753411Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rpow___cpu_float32 2022-09-27T15:46:53.5966737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:46:53.6168385Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rsub___cpu_float32 2022-09-27T15:46:53.6346473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:46:53.6607587Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast___rxor___cpu_int64 2022-09-27T15:46:53.9189293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:46:53.9217929Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amax_cpu_float32 2022-09-27T15:46:54.1865487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:46:54.1875069Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_amin_cpu_float32 2022-09-27T15:46:54.2763543Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:46:54.2775858Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_norm_cpu_float32 2022-09-27T15:46:54.3925812Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:46:54.3937859Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmax_cpu_float32 2022-09-27T15:46:54.5970194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:46:54.5982754Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_argmin_cpu_float32 2022-09-27T15:46:54.6364892Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:46:54.6406384Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumprod_cpu_float32 2022-09-27T15:46:54.6798057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:46:54.6845948Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_cumsum_cpu_float32 2022-09-27T15:46:54.7330953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:46:54.7347521Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_normalize_cpu_float32 2022-09-27T15:46:54.7362079Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_log_softmax_cpu_float32 2022-09-27T15:46:54.7371264Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:46:54.7882672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:46:54.7894953Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logaddexp_cpu_float32 2022-09-27T15:46:55.0830283Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:46:55.0844494Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_logsumexp_cpu_float32 2022-09-27T15:46:55.5959127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:46:55.5964796Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_mean_cpu_float32 2022-09-27T15:46:55.6461600Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:46:55.6468893Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_median_cpu_float32 2022-09-27T15:46:56.7869329Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:46:56.7877786Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_prod_cpu_float32 2022-09-27T15:46:56.9472025Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:46:56.9501117Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_norm_cpu_float32 2022-09-27T15:46:57.0493583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:46:57.0506132Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_normalize_cpu_float32 2022-09-27T15:46:57.1531617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:46:57.1543972Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmax_cpu_float32 2022-09-27T15:46:57.3303164Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:46:57.3317568Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_prod_cpu_float32 2022-09-27T15:46:57.3807448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:46:57.3836882Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmax_cpu_float32 2022-09-27T15:46:57.4369777Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:46:57.4397419Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_softmin_cpu_float32 2022-09-27T15:46:57.5524923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:46:57.5539092Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_softmin_cpu_float32 2022-09-27T15:46:59.1568701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:46:59.1574104Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_std_cpu_float32 2022-09-27T15:46:59.4157175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:46:59.4169455Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_sum_cpu_float32 2022-09-27T15:46:59.6779210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:46:59.6795780Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 2022-09-27T15:46:59.7437113Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:46:59.7467043Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:46:59.8148221Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:46:59.8174964Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:46:59.8883263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:46:59.8912297Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:46:59.9403979Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:46:59.9412217Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:47:00.0027381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:47:00.0035393Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:47:00.0763236Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:47:00.0772295Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:47:00.5663016Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:47:00.5672814Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_std_cpu_float32 2022-09-27T15:47:00.6930765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:47:00.6939197Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast__masked_var_cpu_float32 2022-09-27T15:47:00.6977237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:47:00.6986846Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_abs_cpu_float32 2022-09-27T15:47:00.6994673Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 2022-09-27T15:47:00.7366199Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:47:00.7444911Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:47:00.7806696Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acos_cpu_float32 2022-09-27T15:47:00.7863632Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:47:00.8245998Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_acosh_cpu_float32 2022-09-27T15:47:00.8487996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:47:00.8685692Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_add_cpu_float32 2022-09-27T15:47:00.8800498Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:47:00.8809229Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 2022-09-27T15:47:00.8926566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:47:00.9125038Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addbmm_cpu_float32 2022-09-27T15:47:00.9464641Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:47:00.9565834Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcdiv_cpu_float32 2022-09-27T15:47:00.9877958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:47:01.0005981Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addcmul_cpu_float32 2022-09-27T15:47:01.0207548Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:47:01.0447069Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_cpu_float32 2022-09-27T15:47:01.0647339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:47:01.0886181Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmm_decomposed_cpu_float32 2022-09-27T15:47:01.1064312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:47:01.1326614Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addmv_cpu_float32 2022-09-27T15:47:01.1495450Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:47:01.1766357Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_addr_cpu_float32 2022-09-27T15:47:01.1988373Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:47:01.2207330Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_all_cpu_float32 2022-09-27T15:47:01.2609795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:47:01.2643431Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_allclose_cpu_float32 2022-09-27T15:47:01.2963890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:47:01.3085513Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amax_cpu_float32 2022-09-27T15:47:01.3159408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:47:01.3175577Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_sum_cpu_float32 2022-09-27T15:47:01.3423477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:47:01.3527406Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_amin_cpu_float32 2022-09-27T15:47:01.3559963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:47:01.3967161Z [gw2] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_aminmax_cpu_float32 2022-09-27T15:47:01.4018462Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:47:01.4406153Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_angle_cpu_float32 2022-09-27T15:47:01.4594143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:47:01.4847067Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_any_cpu_float32 2022-09-27T15:47:01.5242127Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:47:01.5284284Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_arange_cpu_float32 2022-09-27T15:47:01.5460004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:47:01.5727491Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmax_cpu_float32 2022-09-27T15:47:01.5909492Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:47:01.6166254Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argmin_cpu_float32 2022-09-27T15:47:01.6461118Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:47:01.6605335Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argsort_cpu_float32 2022-09-27T15:47:01.6687282Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:47:01.7047961Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_argwhere_cpu_float32 2022-09-27T15:47:01.7172385Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:47:01.7487257Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_cpu_float32 2022-09-27T15:47:01.7632241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:47:01.7926358Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_as_strided_scatter_cpu_float32 2022-09-27T15:47:01.7985629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:47:01.8366139Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asin_cpu_float32 2022-09-27T15:47:01.8422909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:47:01.8806103Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_asinh_cpu_float32 2022-09-27T15:47:01.9009814Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:47:01.9245159Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan2_cpu_float32 2022-09-27T15:47:01.9297721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:47:01.9684961Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atan_cpu_float32 2022-09-27T15:47:01.9736748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:47:02.0126386Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atanh_cpu_float32 2022-09-27T15:47:02.0259761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:47:02.0566153Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_1d_cpu_float32 2022-09-27T15:47:02.0709830Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:47:02.1007370Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_2d_cpu_float32 2022-09-27T15:47:02.1166536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:47:02.1438042Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_atleast_3d_cpu_float32 2022-09-27T15:47:02.1447829Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 2022-09-27T15:47:02.1450213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:47:02.1771105Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:47:02.1883485Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_baddbmm_cpu_float32 2022-09-27T15:47:02.1934901Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:47:02.1948991Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:47:02.2018742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:47:02.2326131Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bernoulli_cpu_float32 2022-09-27T15:47:02.2461842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:47:02.2765720Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bfloat16_cpu_float32 2022-09-27T15:47:02.2980165Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:47:02.3205399Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bincount_cpu_int64 2022-09-27T15:47:02.3382687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:47:02.3645845Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_and_cpu_int64 2022-09-27T15:47:02.3828464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:47:02.4087040Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 2022-09-27T15:47:02.4162282Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:47:02.4174977Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_not_cpu_int64 2022-09-27T15:47:02.4182826Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cross_cpu_float32 2022-09-27T15:47:02.4525833Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:47:02.4656647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:47:02.4678691Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_or_cpu_int64 2022-09-27T15:47:02.4685727Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummax_cpu_float32 2022-09-27T15:47:02.4965624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:47:02.5000246Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:47:02.5090658Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cummin_cpu_float32 2022-09-27T15:47:02.5121824Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 2022-09-27T15:47:02.5327896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:47:02.5402293Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumprod_cpu_float32 2022-09-27T15:47:02.5525019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:47:02.5603159Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bitwise_xor_cpu_int64 2022-09-27T15:47:02.5759959Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:47:02.5842977Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumsum_cpu_float32 2022-09-27T15:47:02.5921529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:47:02.6043185Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_block_diag_cpu_float32 2022-09-27T15:47:02.6285064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:47:02.6341687Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:47:02.6382247Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bmm_cpu_float32 2022-09-27T15:47:02.6481605Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 2022-09-27T15:47:02.6632863Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:47:02.6724123Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_deg2rad_cpu_float32 2022-09-27T15:47:02.6827782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:47:02.6924470Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bool_cpu_float32 2022-09-27T15:47:02.7090411Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:47:02.7164133Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_cpu_float32 2022-09-27T15:47:02.7223400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:47:02.7364722Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_shapes_cpu_float32 2022-09-27T15:47:02.7534034Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:47:02.7604056Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diag_embed_cpu_float32 2022-09-27T15:47:02.7663631Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:47:02.7804648Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_tensors_cpu_float32 2022-09-27T15:47:02.7895927Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:47:02.8044385Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagflat_cpu_float32 2022-09-27T15:47:02.8142386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:47:02.8244023Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_broadcast_to_cpu_float32 2022-09-27T15:47:02.8412918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:47:02.8484007Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_cpu_float32 2022-09-27T15:47:02.8686177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:47:02.8895547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:47:02.9125584Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diagonal_scatter_cpu_float32 2022-09-27T15:47:03.0152081Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:47:03.0164070Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_bucketize_cpu_float32 2022-09-27T15:47:03.0260146Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:47:03.0606487Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_byte_cpu_float32 2022-09-27T15:47:03.0759925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:47:03.0918265Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cartesian_prod_cpu_float32 2022-09-27T15:47:03.0928556Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_diff_cpu_float32 2022-09-27T15:47:03.0982083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:47:03.1042844Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_digamma_cpu_float32 2022-09-27T15:47:03.1156263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:47:03.1364767Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cat_cpu_float32 2022-09-27T15:47:03.1485084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:47:03.2058072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:47:03.2072045Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dist_cpu_float32 2022-09-27T15:47:03.2295951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:47:03.2486944Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_floor_rounding_cpu_float32 2022-09-27T15:47:03.2669280Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:47:03.2927708Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 2022-09-27T15:47:03.3115207Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:47:03.3406753Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 2022-09-27T15:47:03.3449008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:47:03.3847237Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dot_cpu_float32 2022-09-27T15:47:03.3977459Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:47:03.4286389Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_double_cpu_float32 2022-09-27T15:47:03.4364203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:47:03.4725255Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dsplit_cpu_float32 2022-09-27T15:47:03.4799364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:47:03.5103710Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_dstack_cpu_float32 2022-09-27T15:47:03.5113545Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cdist_cpu_float32 2022-09-27T15:47:03.5145919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:47:03.5162321Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ceil_cpu_float32 2022-09-27T15:47:03.5510961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:47:03.5523155Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_einsum_cpu_float32 2022-09-27T15:47:03.5603719Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:47:03.5621750Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:47:03.5695120Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chalf_cpu_float32 2022-09-27T15:47:03.5965236Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_cpu_float32 2022-09-27T15:47:03.6045686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:47:03.6065741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:47:03.6169620Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_char_cpu_float32 2022-09-27T15:47:03.6404994Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_empty_like_cpu_float32 2022-09-27T15:47:03.6430292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:47:03.6483705Z [gw2] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_cpu_float32 2022-09-27T15:47:03.6626793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:47:03.6845232Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eq_cpu_float32 2022-09-27T15:47:03.6871466Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:47:03.6922833Z [gw2] [ 89%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_inverse_cpu_float32 2022-09-27T15:47:03.7020004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:47:03.7077671Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_equal_cpu_float32 2022-09-27T15:47:03.7088221Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 2022-09-27T15:47:03.7286327Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:47:03.7422386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:47:03.7425021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:47:03.7886777Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erf_cpu_float32 2022-09-27T15:47:03.7895573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:47:03.8305473Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfc_cpu_float32 2022-09-27T15:47:03.8313309Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:47:03.8765496Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_erfinv_cpu_float32 2022-09-27T15:47:03.8773648Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:47:03.8973929Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp2_cpu_float32 2022-09-27T15:47:03.8989801Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cholesky_solve_cpu_float32 2022-09-27T15:47:03.9105446Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:47:03.9123620Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_chunk_cpu_float32 2022-09-27T15:47:03.9214447Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:47:03.9310080Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_exp_cpu_float32 2022-09-27T15:47:03.9323635Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad__masked_var_cpu_float32 2022-09-27T15:47:03.9462664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:47:03.9470004Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:47:03.9481665Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:47:03.9485574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:47:03.9569331Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 2022-09-27T15:47:03.9655506Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:47:03.9678127Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_as_cpu_float32 2022-09-27T15:47:03.9689839Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_cpu_float32 2022-09-27T15:47:03.9805306Z [gw1] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:47:03.9844361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:47:03.9924958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:47:04.0039809Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:47:04.0080633Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 2022-09-27T15:47:04.0178704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:47:04.0198779Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_max_cpu_float32 2022-09-27T15:47:04.0320793Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expand_cpu_float32 2022-09-27T15:47:04.0326431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:47:04.0446546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:47:04.0518386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:47:04.0590608Z [gw0] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_expm1_cpu_float32 2022-09-27T15:47:04.0630401Z [gw3] [ 89%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 2022-09-27T15:47:04.0682366Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clamp_min_cpu_float32 2022-09-27T15:47:04.0764616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:47:04.0831854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:47:04.0884355Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_clone_cpu_float32 2022-09-27T15:47:04.1207347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:47:04.1302125Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:47:04.1646467Z [gw2] [ 89%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_column_stack_cpu_float32 2022-09-27T15:47:04.2110242Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:47:04.2119315Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_eye_cpu_float32 2022-09-27T15:47:04.2293100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:47:04.2529622Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft2_cpu_float32 2022-09-27T15:47:04.2545292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:47:04.2556956Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_combinations_cpu_float32 2022-09-27T15:47:04.2697237Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:47:04.2736133Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fft_cpu_float32 2022-09-27T15:47:04.2967720Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_complex_cpu_float32 2022-09-27T15:47:04.2971083Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:47:04.3043145Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:47:04.3099071Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_cpu_float32 2022-09-27T15:47:04.3115454Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 2022-09-27T15:47:04.3276308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:47:04.3459851Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftn_cpu_float32 2022-09-27T15:47:04.3464766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:47:04.3525338Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_conj_physical_cpu_float32 2022-09-27T15:47:04.3886405Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:47:04.4256458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:47:04.4323100Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_fftshift_cpu_float32 2022-09-27T15:47:04.4890451Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:47:04.5001072Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft2_cpu_float32 2022-09-27T15:47:04.5094270Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:47:04.5126558Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_constant_pad_nd_cpu_float32 2022-09-27T15:47:04.5207089Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:47:04.5280212Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_contiguous_cpu_float32 2022-09-27T15:47:04.5323478Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfft_cpu_float32 2022-09-27T15:47:04.5596078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:47:04.5681238Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_hfftn_cpu_float32 2022-09-27T15:47:04.5737325Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:47:04.5765246Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_copysign_cpu_float32 2022-09-27T15:47:04.6054567Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:47:04.6117833Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:47:04.6254489Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft2_cpu_float32 2022-09-27T15:47:04.6320054Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_corrcoef_cpu_float32 2022-09-27T15:47:04.6522912Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:47:04.6529093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:47:04.6537536Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cos_cpu_float32 2022-09-27T15:47:04.6760852Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifft_cpu_float32 2022-09-27T15:47:04.7005105Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:47:04.7010672Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:47:04.7046921Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_cosh_cpu_float32 2022-09-27T15:47:04.7124257Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftn_cpu_float32 2022-09-27T15:47:04.7247121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:47:04.7481008Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ifftshift_cpu_float32 2022-09-27T15:47:04.7601637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:47:04.7977375Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:47:04.8034719Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft2_cpu_float32 2022-09-27T15:47:04.8530439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:47:04.8600941Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfft_cpu_float32 2022-09-27T15:47:04.8859481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:47:04.9001816Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_ihfftn_cpu_float32 2022-09-27T15:47:04.9210623Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:47:04.9431654Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft2_cpu_float32 2022-09-27T15:47:04.9823939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:47:04.9884030Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfft_cpu_float32 2022-09-27T15:47:05.0349471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:47:05.0358313Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_irfftn_cpu_float32 2022-09-27T15:47:05.0372183Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_count_nonzero_cpu_float32 2022-09-27T15:47:05.0464890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:47:05.0492318Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cross_cpu_float32 2022-09-27T15:47:05.0630404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:47:05.0857986Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft2_cpu_float32 2022-09-27T15:47:05.0932598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:47:05.1194906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:47:05.1214305Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfft_cpu_float32 2022-09-27T15:47:05.1282879Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_cpu_float32 2022-09-27T15:47:05.1370024Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:47:05.1689594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:47:05.1838899Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fft_rfftn_cpu_float32 2022-09-27T15:47:05.1898865Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:47:05.2095240Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fill_cpu_float32 2022-09-27T15:47:05.2112534Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_det_singular_cpu_float32 2022-09-27T15:47:05.2255362Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:47:05.2374949Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:47:05.2728967Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flatten_cpu_float32 2022-09-27T15:47:05.2966854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:47:05.3203430Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flip_cpu_float32 2022-09-27T15:47:05.3251734Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:47:05.3337605Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fliplr_cpu_float32 2022-09-27T15:47:05.3364868Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eig_cpu_float32 2022-09-27T15:47:05.3537811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:47:05.3670779Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigh_cpu_float32 2022-09-27T15:47:05.3725044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:47:05.3805235Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_flipud_cpu_float32 2022-09-27T15:47:05.3850231Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:47:05.4162990Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvals_cpu_float32 2022-09-27T15:47:05.4229360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:47:05.4329939Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_cpu_float32 2022-09-27T15:47:05.4330627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:47:05.4567166Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 2022-09-27T15:47:05.4761272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:47:05.5018026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:47:05.5036727Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_float_power_cpu_float32 2022-09-27T15:47:05.5086517Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:47:05.5681989Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_cpu_float32 2022-09-27T15:47:05.6066612Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:47:05.6080147Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_floor_divide_cpu_float32 2022-09-27T15:47:05.6123488Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:47:05.6139076Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_householder_product_cpu_float32 2022-09-27T15:47:05.6323317Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:47:05.6333387Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_cpu_float32 2022-09-27T15:47:05.6531763Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmax_cpu_float32 2022-09-27T15:47:05.6646650Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:47:05.6866884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:47:05.6898440Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmin_cpu_float32 2022-09-27T15:47:05.6982272Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 2022-09-27T15:47:05.7085717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:47:05.7139834Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:47:05.7205778Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_fmod_cpu_float32 2022-09-27T15:47:05.7419104Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 2022-09-27T15:47:05.7431726Z [gw1] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:47:05.7447357Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:47:05.7530407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:47:05.7552791Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frac_cpu_float32 2022-09-27T15:47:05.7923377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:47:05.7964175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:47:05.8004799Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:47:05.8650048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:47:05.8679939Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_frexp_cpu_float32 2022-09-27T15:47:05.8907847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:47:05.8943422Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 2022-09-27T15:47:05.9002944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:47:05.9092775Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_full_like_cpu_float32 2022-09-27T15:47:05.9137468Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 2022-09-27T15:47:05.9149810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:47:05.9383743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:47:05.9610054Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gather_cpu_float32 2022-09-27T15:47:05.9759668Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:47:06.0082618Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gcd_cpu_int64 2022-09-27T15:47:06.0234694Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:47:06.0435355Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ge_cpu_float32 2022-09-27T15:47:06.0524837Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_cpu_float32 2022-09-27T15:47:06.0528483Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:47:06.1816304Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:47:06.1857430Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:47:06.2479359Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:47:06.2516833Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_cpu_float32 2022-09-27T15:47:06.3114317Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:47:06.3173546Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 2022-09-27T15:47:06.3779480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:47:06.3876510Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:47:06.6362278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:47:06.6375164Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_geqrf_cpu_float32 2022-09-27T15:47:06.7557784Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:47:06.7685629Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 2022-09-27T15:47:06.8242143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:47:06.8268402Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gradient_cpu_float32 2022-09-27T15:47:06.8443693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:47:06.8755141Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_gt_cpu_float32 2022-09-27T15:47:06.8869068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:47:06.8925660Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_half_cpu_float32 2022-09-27T15:47:06.8929882Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 2022-09-27T15:47:06.8963888Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:47:06.9167561Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 2022-09-27T15:47:06.9366872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:47:06.9379244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:47:06.9653655Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_heaviside_cpu_float32 2022-09-27T15:47:07.3280555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:47:07.3305864Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 2022-09-27T15:47:07.3365652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:47:07.3754492Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:47:07.4272878Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:47:07.4297638Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 2022-09-27T15:47:07.5746503Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:47:07.5758887Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_cpu_float32 2022-09-27T15:47:07.6557361Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:47:07.6568421Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:47:07.6592236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:47:07.6967155Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_cpu_float32 2022-09-27T15:47:07.6997698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:47:07.7406520Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:47:07.7441850Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:47:07.7845507Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_pinv_singular_cpu_float32 2022-09-27T15:47:07.8474223Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:47:07.8496033Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_qr_cpu_float32 2022-09-27T15:47:07.8704046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:47:07.9115880Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_slogdet_cpu_float32 2022-09-27T15:47:07.9276182Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:47:07.9645126Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_cpu_float32 2022-09-27T15:47:07.9646092Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histc_cpu_float32 2022-09-27T15:47:07.9678904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:47:08.0742114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:47:08.0747245Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 2022-09-27T15:47:08.2298173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:47:08.2327601Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 2022-09-27T15:47:09.7265722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:47:09.7284015Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogram_cpu_float32 2022-09-27T15:47:09.7821090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:47:09.7846120Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 2022-09-27T15:47:10.3383932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:47:10.3433946Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svd_cpu_float32 2022-09-27T15:47:10.4480807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:47:10.4545946Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_svdvals_cpu_float32 2022-09-27T15:47:10.4591688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:47:10.4613181Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 2022-09-27T15:47:10.4760470Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:47:10.5017214Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 2022-09-27T15:47:10.5020647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:47:10.5486924Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 2022-09-27T15:47:10.5792440Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:47:10.5846974Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vander_cpu_float32 2022-09-27T15:47:10.6743723Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:47:10.6763384Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vecdot_cpu_float32 2022-09-27T15:47:10.9183075Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:47:10.9214822Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 2022-09-27T15:47:11.0004669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:47:11.0035057Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linspace_cpu_float32 2022-09-27T15:47:11.0125203Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:47:11.0514833Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log10_cpu_float32 2022-09-27T15:47:11.0526288Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:47:11.0963760Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log1p_cpu_float32 2022-09-27T15:47:11.0988068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:47:11.1404220Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log2_cpu_float32 2022-09-27T15:47:11.1429494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:47:11.1767820Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_cpu_float32 2022-09-27T15:47:11.1851429Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:47:11.2206957Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_cpu_float32 2022-09-27T15:47:11.2367121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:47:11.2647200Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 2022-09-27T15:47:11.2699642Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:47:11.2773019Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp2_cpu_float32 2022-09-27T15:47:11.2789333Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 2022-09-27T15:47:11.3087618Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:47:11.3142864Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:47:11.3477099Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logaddexp_cpu_float32 2022-09-27T15:47:11.3487098Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_histogramdd_cpu_float32 2022-09-27T15:47:11.3545057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:47:11.3562918Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hsplit_cpu_float32 2022-09-27T15:47:11.3926919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:47:11.4003159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:47:11.4065172Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hstack_cpu_float32 2022-09-27T15:47:11.4073647Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logcumsumexp_cpu_float32 2022-09-27T15:47:11.4433743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:47:11.4440628Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logdet_cpu_float32 2022-09-27T15:47:11.4644928Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:47:11.4708407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:47:11.4757045Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_hypot_cpu_float32 2022-09-27T15:47:11.4845571Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_and_cpu_float32 2022-09-27T15:47:11.4915861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:47:11.5049017Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_i0_cpu_float32 2022-09-27T15:47:11.5052787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:47:11.5362315Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_not_cpu_float32 2022-09-27T15:47:11.5488025Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:47:11.5562753Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igamma_cpu_float32 2022-09-27T15:47:11.5698996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:47:11.5841659Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_or_cpu_float32 2022-09-27T15:47:11.5886636Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:47:11.5959068Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:47:11.6091481Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_igammac_cpu_float32 2022-09-27T15:47:11.6331370Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logical_xor_cpu_float32 2022-09-27T15:47:11.6336597Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:47:11.6338021Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_imag_cpu_complex64 2022-09-27T15:47:11.6421057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:47:11.6725839Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logit_cpu_float32 2022-09-27T15:47:11.6880880Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:47:11.6935652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:47:11.7165396Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_add_cpu_float32 2022-09-27T15:47:11.7258894Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:47:11.7646798Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_copy_cpu_float32 2022-09-27T15:47:11.7741345Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:47:11.8116781Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_fill_cpu_float32 2022-09-27T15:47:11.8122504Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 2022-09-27T15:47:11.8143129Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:47:11.8273777Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:47:11.8525634Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_put_cpu_float32 2022-09-27T15:47:11.8997743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:47:11.9014685Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_reduce_cpu_float32 2022-09-27T15:47:11.9071533Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:47:11.9445744Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_index_select_cpu_float32 2022-09-27T15:47:11.9534821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:47:11.9887508Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_inner_cpu_float32 2022-09-27T15:47:12.0017974Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:47:12.0326912Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_int_cpu_float32 2022-09-27T15:47:12.1202433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:47:12.1215967Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isclose_cpu_float32 2022-09-27T15:47:12.1303806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:47:12.1647237Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isfinite_cpu_float32 2022-09-27T15:47:12.1727669Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:47:12.2086689Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isin_cpu_float32 2022-09-27T15:47:12.2147213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:47:12.2457833Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isinf_cpu_float32 2022-09-27T15:47:12.2467200Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logspace_cpu_float32 2022-09-27T15:47:12.2566218Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:47:12.2626337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:47:12.2698598Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isnan_cpu_float32 2022-09-27T15:47:12.2884844Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_logsumexp_cpu_float32 2022-09-27T15:47:12.2981060Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:47:12.3043325Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_long_cpu_float32 2022-09-27T15:47:12.3084918Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:47:12.3323701Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isneginf_cpu_float32 2022-09-27T15:47:12.3461972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:47:12.3524998Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lt_cpu_float32 2022-09-27T15:47:12.3563617Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:47:12.3763709Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isposinf_cpu_float32 2022-09-27T15:47:12.4083996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:47:12.4157177Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:47:12.4480820Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_isreal_cpu_float32 2022-09-27T15:47:12.4485295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:47:12.4921763Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_istft_cpu_float32 2022-09-27T15:47:12.4925934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:47:12.4934139Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_cpu_float32 2022-09-27T15:47:12.4942048Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:47:12.4982100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:47:12.5361485Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_solve_cpu_float32 2022-09-27T15:47:12.5369532Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:47:12.5373548Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:47:12.5809951Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:47:12.5813945Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:47:12.6005156Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_cpu_float32 2022-09-27T15:47:12.6032363Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lu_unpack_cpu_float32 2022-09-27T15:47:12.6242315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:47:12.6252487Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mH_cpu_float32 2022-09-27T15:47:12.6295806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:47:12.6521333Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:47:12.6592028Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:47:12.6727592Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mT_cpu_float32 2022-09-27T15:47:12.6734189Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:47:12.7001997Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_jiterator_unary_cpu_float32 2022-09-27T15:47:12.7087845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:47:12.7161678Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_fill_cpu_float32 2022-09-27T15:47:12.7187335Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:47:12.7406545Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kron_cpu_float32 2022-09-27T15:47:12.7514701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:47:12.7640717Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_scatter_cpu_float32 2022-09-27T15:47:12.7886550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:47:12.8002769Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:47:12.8114466Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_masked_select_cpu_float32 2022-09-27T15:47:12.8127061Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 2022-09-27T15:47:12.8325570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:47:12.8788789Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:47:12.8803066Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_kthvalue_cpu_float32 2022-09-27T15:47:12.8965919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:47:12.9117620Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lcm_cpu_int64 2022-09-27T15:47:12.9133158Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matmul_cpu_float32 2022-09-27T15:47:12.9361713Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:47:12.9523282Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:47:12.9622138Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ldexp_cpu_float32 2022-09-27T15:47:12.9645220Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_matrix_exp_cpu_float32 2022-09-27T15:47:12.9758031Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:47:12.9865211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:47:12.9898638Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_binary_cpu_float32 2022-09-27T15:47:13.0087971Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_le_cpu_float32 2022-09-27T15:47:13.0166884Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:47:13.0322919Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 2022-09-27T15:47:13.0603587Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:47:13.0656879Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:47:13.0686788Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 2022-09-27T15:47:13.0712714Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lerp_cpu_float32 2022-09-27T15:47:13.0807056Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:47:13.1067634Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_lgamma_cpu_float32 2022-09-27T15:47:13.1162626Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:47:13.1383105Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:47:13.1424177Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_maximum_cpu_float32 2022-09-27T15:47:13.1621827Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:47:13.1643797Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_cpu_float32 2022-09-27T15:47:13.2081786Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:47:13.2131953Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mean_cpu_float32 2022-09-27T15:47:13.2227161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:47:13.2282624Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 2022-09-27T15:47:13.2557100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:47:13.2706133Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_linalg_cond_cpu_float32 2022-09-27T15:47:13.3287828Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:47:13.3307649Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:47:13.3518470Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:47:13.3760224Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:47:13.3798954Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_median_cpu_float32 2022-09-27T15:47:13.3799666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:47:13.4001241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:47:13.4164614Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:47:13.4233888Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:47:13.4234601Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:47:13.4477890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:47:13.4593928Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:47:13.4649605Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:47:13.4650349Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:47:13.4997135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:47:13.5086161Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_binary_cpu_float32 2022-09-27T15:47:13.5155987Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:47:13.5182667Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 2022-09-27T15:47:13.5202993Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 2022-09-27T15:47:13.5238013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:47:13.5487021Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 2022-09-27T15:47:13.5509563Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 2022-09-27T15:47:13.5601869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:47:13.5633748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:47:13.5647611Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 2022-09-27T15:47:13.5692356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:47:13.5967485Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 2022-09-27T15:47:13.6115925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:47:13.6199066Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:47:13.6486459Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_minimum_cpu_float32 2022-09-27T15:47:13.6492374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:47:13.6923892Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mm_cpu_float32 2022-09-27T15:47:13.6928451Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 2022-09-27T15:47:13.6929183Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:47:13.7407295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:47:13.7438105Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:47:13.8441576Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:47:13.8479826Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mode_cpu_float32 2022-09-27T15:47:13.8520246Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:47:13.8623190Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_movedim_cpu_float32 2022-09-27T15:47:13.8658226Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:47:13.8735045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:47:13.8762312Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 2022-09-27T15:47:13.8809719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:47:13.8892374Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_celu_cpu_float32 2022-09-27T15:47:13.8967507Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:47:13.9126333Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_msort_cpu_float32 2022-09-27T15:47:13.9401705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:47:13.9613798Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:47:13.9887000Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mul_cpu_float32 2022-09-27T15:47:13.9926156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:47:14.0292641Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_multinomial_cpu_float32 2022-09-27T15:47:14.0309633Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 2022-09-27T15:47:14.0426527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:47:14.0436897Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:47:14.0734501Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mv_cpu_float32 2022-09-27T15:47:14.0748764Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 2022-09-27T15:47:14.0777477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:47:14.0844639Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 2022-09-27T15:47:14.0853429Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:47:14.1243379Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:47:14.1265114Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:47:14.1295171Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 2022-09-27T15:47:14.1304046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:47:14.1649304Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:47:14.1658358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:47:14.1728161Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 2022-09-27T15:47:14.1737754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:47:14.2075359Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:47:14.2092752Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 2022-09-27T15:47:14.2102257Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:47:14.2113302Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 2022-09-27T15:47:14.2124515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:47:14.2277106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:47:14.2356802Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nan_to_num_cpu_float32 2022-09-27T15:47:14.2527620Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:47:14.2537856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:47:14.2550541Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 2022-09-27T15:47:14.2562688Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:47:14.2591010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:47:14.2883441Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmean_cpu_float32 2022-09-27T15:47:14.2927219Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:47:14.2977051Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:47:14.2989038Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 2022-09-27T15:47:14.3121221Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:47:14.3303712Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:47:14.3407921Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanmedian_cpu_float32 2022-09-27T15:47:14.3413589Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:47:14.3484173Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 2022-09-27T15:47:14.3523546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:47:14.3581074Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nanquantile_cpu_float32 2022-09-27T15:47:14.3603462Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:47:14.3848448Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:47:14.3854184Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:47:14.4002653Z [gw3] [ 90%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 2022-09-27T15:47:14.4363637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:47:14.4428202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:47:14.4451775Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:47:14.4645021Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:47:14.4670578Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nansum_cpu_float32 2022-09-27T15:47:14.4765397Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:47:14.4807625Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 2022-09-27T15:47:14.4863202Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:47:14.5045172Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_copy_cpu_float32 2022-09-27T15:47:14.5076574Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:47:14.5121714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:47:14.5128045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:47:14.5643477Z [gw2] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_narrow_cpu_float32 2022-09-27T15:47:14.6243046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:47:14.6270305Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:47:14.6311781Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:47:14.6762682Z [gw0] [ 90%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:47:14.7016739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:47:14.7028566Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_native_layer_norm_cpu_float32 2022-09-27T15:47:14.7276994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:47:14.7337423Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ne_cpu_float32 2022-09-27T15:47:14.7407290Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 2022-09-27T15:47:14.7504198Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:47:14.7513953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:47:14.7553480Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_neg_cpu_float32 2022-09-27T15:47:14.7581296Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 2022-09-27T15:47:14.7714338Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:47:14.7962883Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 2022-09-27T15:47:14.8082908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:47:14.8117965Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:47:14.8144454Z [gw3] [ 90%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 2022-09-27T15:47:14.8154647Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 2022-09-27T15:47:14.8165870Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:47:14.8325473Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_cpu_float32 2022-09-27T15:47:14.8445251Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:47:14.8487953Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:47:14.8647759Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_empty_strided_cpu_float32 2022-09-27T15:47:14.8654400Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 2022-09-27T15:47:14.8720570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:47:14.8765030Z [gw0] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_elu_cpu_float32 2022-09-27T15:47:14.8934217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:47:14.9087974Z [gw2] [ 90%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_full_cpu_float32 2022-09-27T15:47:14.9121430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:47:14.9206815Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:47:14.9398391Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:47:14.9525998Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_ones_cpu_float32 2022-09-27T15:47:14.9687504Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:47:14.9741367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:47:14.9897249Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 2022-09-27T15:47:14.9967892Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_new_zeros_cpu_float32 2022-09-27T15:47:15.0284728Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:47:15.0294173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:47:15.0321194Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:47:15.0407733Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nextafter_cpu_float32 2022-09-27T15:47:15.0567337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:47:15.0693834Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:47:15.0846533Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:47:15.1104949Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:47:15.1145224Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:47:15.1687256Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:47:15.1742248Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:47:15.1966547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:47:15.2040339Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:47:15.2063028Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 2022-09-27T15:47:15.2179406Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:47:15.2186515Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 2022-09-27T15:47:15.2561728Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:47:15.2607688Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:47:15.2669736Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 2022-09-27T15:47:15.2702818Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:47:15.3041885Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:47:15.3616563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:47:15.3650304Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:47:15.3661991Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 2022-09-27T15:47:15.3717312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:47:15.3730757Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:47:15.3780129Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:47:15.3883600Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_number_mean_cpu_float32 2022-09-27T15:47:15.4156647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:47:15.4162714Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:47:15.4564734Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_cpu_float32 2022-09-27T15:47:15.4600273Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 2022-09-27T15:47:15.4613661Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:47:15.4681823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:47:15.5082818Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ones_like_cpu_float32 2022-09-27T15:47:15.5190783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:47:15.5243412Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 2022-09-27T15:47:15.7490953Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:47:15.7533422Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:47:16.4776238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:47:16.4790174Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:47:16.4939755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:47:16.5242392Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 2022-09-27T15:47:16.5870311Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:47:16.5875606Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:47:16.5894011Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_glu_cpu_float32 2022-09-27T15:47:16.5898538Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:47:17.0630129Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:47:17.0661735Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 2022-09-27T15:47:17.0724579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:47:17.0757620Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 2022-09-27T15:47:17.0953673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:47:17.1201083Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 2022-09-27T15:47:17.1229421Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:47:17.1417069Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 2022-09-27T15:47:17.1447990Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 2022-09-27T15:47:17.1504685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:47:17.1677895Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 2022-09-27T15:47:17.1681334Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:47:17.2002302Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:47:17.2098101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:47:17.2178136Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:47:17.2566977Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 2022-09-27T15:47:17.2686110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:47:17.3048729Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 2022-09-27T15:47:17.3808943Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:47:17.3819827Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:47:17.4157738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:47:17.4245696Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 2022-09-27T15:47:17.5876495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:47:17.5891497Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 2022-09-27T15:47:17.6893369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:47:17.6906583Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 2022-09-27T15:47:17.6919982Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 2022-09-27T15:47:17.6933209Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:47:17.6983890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:47:17.7370269Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 2022-09-27T15:47:17.7374062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:47:17.7456141Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 2022-09-27T15:47:17.7490199Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:47:17.7882567Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:47:17.7913423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:47:17.7963981Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:47:17.8387495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:47:17.8444194Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:47:17.8671464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:47:17.8687412Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ormqr_cpu_float32 2022-09-27T15:47:17.8744013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:47:17.8795218Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_outer_cpu_float32 2022-09-27T15:47:17.8883854Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:47:17.9202964Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:47:17.9569890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:47:17.9580653Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:47:17.9816752Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:47:18.0008580Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:47:18.0536095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:47:18.0554378Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 2022-09-27T15:47:18.0746088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:47:18.0967340Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 2022-09-27T15:47:18.1399849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:47:18.1424615Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 2022-09-27T15:47:18.1757494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:47:18.1845834Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:47:18.3281712Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:47:18.3304649Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_linear_cpu_float32 2022-09-27T15:47:18.4456332Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:47:18.4500912Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:47:18.4718016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:47:18.4986255Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:47:18.5981570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:47:18.6009145Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:47:18.6049724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:47:18.6477813Z [gw0] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:47:19.0908856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:47:19.0936200Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 2022-09-27T15:47:19.1324326Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:47:19.1364099Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 2022-09-27T15:47:19.1407407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:47:19.1848312Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 2022-09-27T15:47:19.1858356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:47:19.2323128Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 2022-09-27T15:47:19.8602594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:47:19.8629481Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 2022-09-27T15:47:19.9115485Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:47:19.9143761Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 2022-09-27T15:47:19.9185841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:47:19.9643341Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 2022-09-27T15:47:19.9671384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:47:20.0044940Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 2022-09-27T15:47:20.0055643Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:47:20.0526208Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 2022-09-27T15:47:20.0536008Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:47:20.0966111Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 2022-09-27T15:47:20.0976029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:47:20.1442962Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 2022-09-27T15:47:20.5102214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:47:20.5129696Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 2022-09-27T15:47:21.7352904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:47:21.7395896Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 2022-09-27T15:47:21.8325151Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:47:21.8355847Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 2022-09-27T15:47:22.7277997Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:47:22.7294548Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 2022-09-27T15:47:23.1172086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:47:23.1197751Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 2022-09-27T15:47:23.1630716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:47:23.1735932Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:47:23.3892379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:47:23.3922292Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 2022-09-27T15:47:23.4067730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:47:23.4363290Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 2022-09-27T15:47:23.4672162Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:47:23.4765153Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 2022-09-27T15:47:23.7121559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:47:23.7151652Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 2022-09-27T15:47:23.9796940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:47:23.9824455Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 2022-09-27T15:47:23.9972956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:47:24.0328812Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 2022-09-27T15:47:24.0339261Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:47:24.0763739Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 2022-09-27T15:47:24.4756615Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:47:24.4797857Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 2022-09-27T15:47:24.4826668Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:47:24.4854728Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pca_lowrank_cpu_float32 2022-09-27T15:47:24.4958408Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:47:24.5019473Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_permute_cpu_float32 2022-09-27T15:47:24.5362460Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 2022-09-27T15:47:24.5371921Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:47:24.5927716Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:47:24.5959675Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pinverse_cpu_float32 2022-09-27T15:47:24.7207410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:47:24.7234822Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polar_cpu_float32 2022-09-27T15:47:24.7414930Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:47:24.7723158Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:47:24.7893381Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:47:24.8162525Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:47:24.8409785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:47:24.8601849Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:47:24.8699531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:47:24.8724076Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:47:24.8749826Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 2022-09-27T15:47:24.8968696Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:47:24.9149741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:47:24.9484085Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:47:24.9518587Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:47:24.9839307Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_positive_cpu_float32 2022-09-27T15:47:24.9861471Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 2022-09-27T15:47:24.9885412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:47:25.0076991Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:47:25.0119110Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 2022-09-27T15:47:25.0364849Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_pow_cpu_float32 2022-09-27T15:47:25.0372777Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:47:25.0501331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:47:25.0765677Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 2022-09-27T15:47:25.0766692Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:47:25.1242664Z [gw3] [ 91%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 2022-09-27T15:47:25.1490085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:47:25.1560437Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_prod_cpu_float32 2022-09-27T15:47:25.2114220Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:47:25.2204455Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_put_cpu_float32 2022-09-27T15:47:25.3074629Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:47:25.3102404Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_qr_cpu_float32 2022-09-27T15:47:25.3148053Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:47:25.3602109Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_quantile_cpu_float32 2022-09-27T15:47:25.3626815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:47:25.4041833Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rad2deg_cpu_float32 2022-09-27T15:47:25.4341143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:47:25.4403951Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rand_like_cpu_float32 2022-09-27T15:47:25.5300770Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:47:25.5456093Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randint_like_cpu_float32 2022-09-27T15:47:25.5538013Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:47:25.5962579Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_cpu_float32 2022-09-27T15:47:25.6250903Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:47:25.6361537Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_randn_like_cpu_float32 2022-09-27T15:47:25.6404181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:47:25.6839453Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_ravel_cpu_float32 2022-09-27T15:47:25.6851476Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:47:25.7287061Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_real_cpu_float32 2022-09-27T15:47:25.7302690Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:47:25.7683585Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reciprocal_cpu_float32 2022-09-27T15:47:25.7896296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:47:25.8087542Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_remainder_cpu_float32 2022-09-27T15:47:25.8182545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:47:25.8564629Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_renorm_cpu_float32 2022-09-27T15:47:25.9173759Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:47:25.9195760Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_cpu_float32 2022-09-27T15:47:25.9235801Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:47:25.9626113Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_repeat_interleave_cpu_float32 2022-09-27T15:47:25.9717430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:47:26.0073509Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_as_cpu_float32 2022-09-27T15:47:26.0205876Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:47:26.0566634Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_reshape_cpu_float32 2022-09-27T15:47:26.0570988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:47:26.1002582Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize__cpu_float32 2022-09-27T15:47:26.1021972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:47:26.1427271Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resize_as__cpu_float32 2022-09-27T15:47:26.1433527Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:47:26.1868226Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_conj_cpu_float32 2022-09-27T15:47:26.1875052Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:47:26.2322996Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_resolve_neg_cpu_float32 2022-09-27T15:47:26.2686554Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:47:26.2752865Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_roll_cpu_float32 2022-09-27T15:47:26.3708674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:47:26.3958131Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rot90_cpu_float32 2022-09-27T15:47:26.3968480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:47:26.4409732Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_cpu_float32 2022-09-27T15:47:26.4421012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:47:26.4849037Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_0_cpu_float32 2022-09-27T15:47:26.4859941Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:47:26.5287262Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_3_cpu_float32 2022-09-27T15:47:26.5298312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:47:26.5729414Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 2022-09-27T15:47:26.5740550Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:47:26.6163626Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsqrt_cpu_float32 2022-09-27T15:47:26.6455854Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:47:26.6525761Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_rsub_cpu_float32 2022-09-27T15:47:26.6685849Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:47:26.6969232Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_add_cpu_float32 2022-09-27T15:47:26.7617637Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:47:26.7727156Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_cpu_float32 2022-09-27T15:47:26.9277795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:47:26.9279526Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 2022-09-27T15:47:26.9735705Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:47:26.9736952Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 2022-09-27T15:47:27.0460481Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:47:27.0490778Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 2022-09-27T15:47:27.0997434Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:47:27.1027773Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 2022-09-27T15:47:27.1536890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:47:27.1567265Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 2022-09-27T15:47:29.8332563Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:47:29.8358122Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_searchsorted_cpu_float32 2022-09-27T15:47:29.8397608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:47:29.8841349Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 2022-09-27T15:47:31.0469963Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:47:31.0496664Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 2022-09-27T15:47:31.0601024Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:47:31.1001742Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_cpu_float32 2022-09-27T15:47:31.1052159Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:47:31.1423994Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_select_scatter_cpu_float32 2022-09-27T15:47:31.1429689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:47:31.1882265Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sgn_cpu_float32 2022-09-27T15:47:31.1938292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:47:31.2246609Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_short_cpu_float32 2022-09-27T15:47:31.2326575Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:47:31.2686828Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sigmoid_cpu_float32 2022-09-27T15:47:31.2740886Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:47:31.3127105Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sign_cpu_float32 2022-09-27T15:47:31.3179244Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:47:31.3632805Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_signbit_cpu_float32 2022-09-27T15:47:31.3685115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:47:31.4088760Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sin_cpu_float32 2022-09-27T15:47:31.4093647Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:47:31.4509458Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinc_cpu_float32 2022-09-27T15:47:31.4514562Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:47:31.4963000Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sinh_cpu_float32 2022-09-27T15:47:31.5153121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:47:31.5403469Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_slice_scatter_cpu_float32 2022-09-27T15:47:31.5441659Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:47:31.5769796Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_cpu_float32 2022-09-27T15:47:31.5994551Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:47:31.6321659Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 2022-09-27T15:47:31.7849718Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:47:31.7876663Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sort_cpu_float32 2022-09-27T15:47:31.7922993Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:47:31.8366546Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 2022-09-27T15:47:31.8371967Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:47:31.8846590Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_airy_ai_cpu_float32 2022-09-27T15:47:31.8851821Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:47:31.9286468Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j0_cpu_float32 2022-09-27T15:47:31.9291808Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:47:31.9727848Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_j1_cpu_float32 2022-09-27T15:47:31.9732708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:47:32.0086470Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y0_cpu_float32 2022-09-27T15:47:32.0160643Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:47:32.0526634Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_bessel_y1_cpu_float32 2022-09-27T15:47:32.0703655Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:47:32.1041804Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:47:32.1304951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:47:32.1404450Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:47:32.1429679Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:47:32.1847603Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:47:32.1871738Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:47:32.2287682Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:47:32.2351774Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:47:32.2727122Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_entr_cpu_float32 2022-09-27T15:47:32.2801093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:47:32.3282949Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_erfcx_cpu_float32 2022-09-27T15:47:32.3491153Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:47:32.3607239Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:47:32.3781815Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:47:32.4047819Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:47:32.4109506Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:47:32.4558498Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i0e_cpu_float32 2022-09-27T15:47:32.4564599Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:47:32.4997319Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1_cpu_float32 2022-09-27T15:47:32.5005273Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:47:32.5483344Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_i1e_cpu_float32 2022-09-27T15:47:32.5690763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:47:32.5838557Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:47:32.5847008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:47:32.6330899Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:47:32.6360720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:47:32.6769416Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_log_ndtr_cpu_float32 2022-09-27T15:47:32.6835487Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:47:32.7207864Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 2022-09-27T15:47:32.7216764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:47:32.7657503Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 2022-09-27T15:47:32.7663873Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:47:32.8087605Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 2022-09-27T15:47:32.8098134Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:47:32.8447174Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 2022-09-27T15:47:32.8559010Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:47:32.8965105Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtr_cpu_float32 2022-09-27T15:47:32.8980369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:47:32.9364531Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_ndtri_cpu_float32 2022-09-27T15:47:32.9508547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:47:32.9850676Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:47:32.9860904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:47:33.0215503Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:47:33.0290909Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:47:33.0685282Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:47:33.0695729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:47:33.1202089Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:47:33.4690342Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:47:33.4722657Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:47:33.6304772Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:47:33.6331290Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_geqrf_cpu_float32 2022-09-27T15:47:33.7598978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:47:33.7627931Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gradient_cpu_float32 2022-09-27T15:47:33.7784243Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:47:33.8045899Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gt_cpu_float32 2022-09-27T15:47:33.8201605Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:47:33.8562861Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_half_cpu_float32 2022-09-27T15:47:33.8652529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:47:33.8967787Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_heaviside_cpu_float32 2022-09-27T15:47:34.0861498Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:47:34.1076545Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 2022-09-27T15:47:34.2305122Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:47:34.2325126Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 2022-09-27T15:47:34.2570899Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:47:34.2782597Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 2022-09-27T15:47:34.3098625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:47:34.3205791Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 2022-09-27T15:47:34.5012235Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:47:34.5041178Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 2022-09-27T15:47:34.5516372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:47:34.5555190Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 2022-09-27T15:47:34.6003637Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:47:34.6026819Z [gw1] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:47:34.7214990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:47:34.7239119Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histc_cpu_float32 2022-09-27T15:47:35.2005348Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:47:35.2021554Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 2022-09-27T15:47:35.2202998Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:47:35.2562810Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 2022-09-27T15:47:35.3778480Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:47:35.3893123Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 2022-09-27T15:47:35.4801478Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:47:35.4823382Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 2022-09-27T15:47:35.5163673Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:47:35.5244927Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 2022-09-27T15:47:35.6993335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:47:35.7006976Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 2022-09-27T15:47:36.3106651Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:47:36.3138910Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:47:36.3498016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:47:36.3519780Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogram_cpu_float32 2022-09-27T15:47:36.4171557Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:47:36.4187876Z [gw3] [ 91%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 2022-09-27T15:47:36.5979520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:47:36.6009153Z [gw0] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:47:38.5394472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:47:38.5426442Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_histogramdd_cpu_float32 2022-09-27T15:47:38.5504763Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:47:38.5955242Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hsplit_cpu_float32 2022-09-27T15:47:38.5964766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:47:38.6442165Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hstack_cpu_float32 2022-09-27T15:47:38.6520206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:47:38.6863932Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_hypot_cpu_float32 2022-09-27T15:47:38.6873059Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:47:38.7362058Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_i0_cpu_float32 2022-09-27T15:47:38.7440371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:47:38.7802252Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igamma_cpu_float32 2022-09-27T15:47:38.7881360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:47:38.8284261Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_igammac_cpu_float32 2022-09-27T15:47:38.8294023Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:47:38.8722068Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_imag_cpu_complex64 2022-09-27T15:47:38.8819529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:47:38.9122493Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_add_cpu_float32 2022-09-27T15:47:38.9179084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:47:38.9606667Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_copy_cpu_float32 2022-09-27T15:47:38.9613652Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:47:39.0042346Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_fill_cpu_float32 2022-09-27T15:47:39.0087520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:47:39.0405863Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_put_cpu_float32 2022-09-27T15:47:39.1201695Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:47:39.1272113Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_reduce_cpu_float32 2022-09-27T15:47:39.1490071Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:47:39.1768991Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_index_select_cpu_float32 2022-09-27T15:47:39.1781130Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:47:39.2203678Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_inner_cpu_float32 2022-09-27T15:47:39.2237524Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:47:39.2568226Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_int_cpu_float32 2022-09-27T15:47:39.4067907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:47:39.4094938Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isclose_cpu_float32 2022-09-27T15:47:39.4186919Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:47:39.4528112Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isfinite_cpu_float32 2022-09-27T15:47:39.4588015Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:47:39.5025459Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isin_cpu_float32 2022-09-27T15:47:39.5031742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:47:39.5499557Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isinf_cpu_float32 2022-09-27T15:47:39.5507067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:47:39.5979593Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isnan_cpu_float32 2022-09-27T15:47:39.5985872Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:47:39.6420010Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isneginf_cpu_float32 2022-09-27T15:47:39.6426048Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:47:39.6928901Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isposinf_cpu_float32 2022-09-27T15:47:39.6935474Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:47:39.7290212Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_isreal_cpu_float32 2022-09-27T15:47:39.7338277Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:47:39.7775885Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_istft_cpu_float32 2022-09-27T15:47:39.7782978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:47:39.8216597Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:47:39.8223526Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:47:39.8696041Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:47:39.8702944Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:47:39.9169839Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_cpu_float32 2022-09-27T15:47:39.9176811Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:47:39.9648385Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:47:39.9654618Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:47:40.0103527Z [gw2] [ 91%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_jiterator_unary_cpu_float32 2022-09-27T15:47:40.0110245Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:47:40.0579162Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kron_cpu_float32 2022-09-27T15:47:40.1557216Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:47:40.1580900Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_kthvalue_cpu_float32 2022-09-27T15:47:40.1718238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:47:40.2081564Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lcm_cpu_int64 2022-09-27T15:47:40.2187511Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:47:40.2522680Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ldexp_cpu_float32 2022-09-27T15:47:40.2649293Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:47:40.2961996Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_le_cpu_float32 2022-09-27T15:47:40.3170379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:47:40.3404470Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lerp_cpu_float32 2022-09-27T15:47:40.3415407Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:47:40.3791522Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lgamma_cpu_float32 2022-09-27T15:47:40.4370501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:47:40.4404131Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_cpu_float32 2022-09-27T15:47:40.4871922Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:47:40.4895722Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cholesky_ex_cpu_float32 2022-09-27T15:47:40.5130087Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:47:40.5415004Z [gw2] [ 91%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cond_cpu_float32 2022-09-27T15:47:40.5421045Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:47:40.5842771Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_cross_cpu_float32 2022-09-27T15:47:40.6050471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:47:40.6282034Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_cpu_float32 2022-09-27T15:47:40.6894580Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:47:40.6952882Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_det_singular_cpu_float32 2022-09-27T15:47:40.8489900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:47:40.8516087Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eig_cpu_float32 2022-09-27T15:47:40.8766093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:47:40.8927963Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigh_cpu_float32 2022-09-27T15:47:40.8961570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:47:40.9368547Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvals_cpu_float32 2022-09-27T15:47:40.9403682Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:47:40.9923917Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_eigvalsh_cpu_float32 2022-09-27T15:47:41.1285589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:47:41.1287201Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_householder_product_cpu_float32 2022-09-27T15:47:41.1685725Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:47:41.1687251Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_cpu_float32 2022-09-27T15:47:41.1904708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:47:41.2068068Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_inv_ex_cpu_float32 2022-09-27T15:47:41.2202485Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:47:41.2486369Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_cpu_float32 2022-09-27T15:47:41.2579881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:47:41.2966075Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:47:41.3398654Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:47:41.3430387Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_ldl_solve_cpu_float32 2022-09-27T15:47:41.4405789Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:47:41.4475414Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_cpu_float32 2022-09-27T15:47:41.5442817Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:47:41.5483118Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:47:41.5947178Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:47:41.5975095Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_cpu_float32 2022-09-27T15:47:41.6276760Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:47:41.6521174Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_cpu_float32 2022-09-27T15:47:41.6783785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:47:41.6923747Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:47:41.9687503Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:47:41.9714614Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_lu_solve_cpu_float32 2022-09-27T15:47:42.0768202Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:47:42.0816405Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:47:42.1090770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:47:42.1117343Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_norm_cpu_float32 2022-09-27T15:47:42.1164383Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:47:42.1602786Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_power_cpu_float32 2022-09-27T15:47:42.1613605Z [gw1] [ 92%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:47:42.1614456Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:47:42.1666980Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:47:42.1687283Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:47:42.6861305Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:47:42.6880763Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:47:42.7285294Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:47:42.7306023Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_cpu_float32 2022-09-27T15:47:42.7332442Z [gw1] [ 92%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:47:42.7362359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:47:42.7403388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:47:42.7881418Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:47:42.8008887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:47:42.8287752Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_multi_dot_cpu_float32 2022-09-27T15:47:42.8306858Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:47:42.8336731Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:47:42.9674847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:47:42.9702211Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_cpu_float32 2022-09-27T15:47:43.0458536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:47:43.0478960Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:47:43.1784075Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:47:43.1833808Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:47:43.1962661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:47:43.2049613Z [gw1] [ 92%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:47:43.2077915Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_cpu_float32 2022-09-27T15:47:43.2136102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:47:43.2318559Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:47:43.2533370Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:47:43.2536925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:47:43.2999555Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_pinv_singular_cpu_float32 2022-09-27T15:47:43.4150784Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:47:43.4196260Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_qr_cpu_float32 2022-09-27T15:47:43.4558027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:47:43.4662582Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_slogdet_cpu_float32 2022-09-27T15:47:43.4704278Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:47:43.5174935Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_cpu_float32 2022-09-27T15:47:43.5653531Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:47:43.5695387Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_ex_cpu_float32 2022-09-27T15:47:43.8149205Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:47:43.8188157Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:47:43.8690770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:47:43.8720339Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 2022-09-27T15:47:44.1153695Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:47:44.1183852Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 2022-09-27T15:47:44.1228898Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:47:44.1654465Z [gw1] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:47:44.1665522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:47:44.2075498Z [gw1] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:47:44.5555032Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:47:44.5574330Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:47:44.8283622Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:47:44.8310930Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:47:44.8450761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:47:44.8803230Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mish_cpu_float32 2022-09-27T15:47:44.8859585Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:47:44.9206060Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 2022-09-27T15:47:44.9711620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:47:44.9735885Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:47:45.0140783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:47:45.0153950Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:47:45.0614236Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:47:45.0626667Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:47:45.1309059Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:47:45.1343202Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:47:45.1410263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:47:45.1843251Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 2022-09-27T15:47:45.1894192Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:47:45.1922499Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_solve_triangular_cpu_float32 2022-09-27T15:47:45.2144915Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:47:45.2206986Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 2022-09-27T15:47:45.2238883Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:47:45.2649023Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 2022-09-27T15:47:45.3249067Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:47:45.3259998Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 2022-09-27T15:47:45.4076941Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:47:45.4092220Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 2022-09-27T15:47:45.4409449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:47:45.4602150Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:47:45.4845115Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:47:45.4965485Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:47:45.5149505Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:47:45.5482429Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:47:45.5835072Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:47:45.5861307Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svd_cpu_float32 2022-09-27T15:47:45.6313983Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:47:45.6339965Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_svdvals_cpu_float32 2022-09-27T15:47:45.6440749Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:47:45.6798245Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorinv_cpu_float32 2022-09-27T15:47:45.6804219Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:47:45.6994359Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_tensorsolve_cpu_float32 2022-09-27T15:47:45.7004379Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 2022-09-27T15:47:45.7054936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:47:45.7206366Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:47:45.7473645Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:47:45.7513845Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:47:45.7771485Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:47:45.7807150Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vander_cpu_float32 2022-09-27T15:47:45.7884009Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:47:45.8563656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:47:45.8589817Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vecdot_cpu_float32 2022-09-27T15:47:46.0161737Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:47:46.0167545Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linalg_vector_norm_cpu_float32 2022-09-27T15:47:46.0266536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:47:46.0277188Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:47:46.0563149Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:47:46.0604394Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_linspace_cpu_float32 2022-09-27T15:47:46.0647671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:47:46.0662815Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 2022-09-27T15:47:46.0681330Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log10_cpu_float32 2022-09-27T15:47:46.0740141Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:47:46.1045520Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 2022-09-27T15:47:46.1079857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:47:46.1123031Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log1p_cpu_float32 2022-09-27T15:47:46.1204701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:47:46.1484634Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_relu_cpu_float32 2022-09-27T15:47:46.1531160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:47:46.1603718Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log2_cpu_float32 2022-09-27T15:47:46.1873157Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:47:46.1880581Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 2022-09-27T15:47:46.1922102Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:47:46.1969589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:47:46.1980062Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_cpu_float32 2022-09-27T15:47:46.2041288Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 2022-09-27T15:47:46.2093691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:47:46.2365167Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_selu_cpu_float32 2022-09-27T15:47:46.2430743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:47:46.2524005Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_cpu_float32 2022-09-27T15:47:46.2581297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:47:46.2749356Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:47:46.2757891Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 2022-09-27T15:47:46.2803081Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:47:46.2913193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:47:46.2963348Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_log_softmax_dtype_cpu_float32 2022-09-27T15:47:46.3020313Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:47:46.3245034Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_silu_cpu_float32 2022-09-27T15:47:46.3283545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:47:46.3403304Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp2_cpu_float32 2022-09-27T15:47:46.3530297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:47:46.3684149Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:47:46.3719027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:47:46.3731859Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logaddexp_cpu_float32 2022-09-27T15:47:46.3740212Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 2022-09-27T15:47:46.3843410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:47:46.3949956Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:47:46.4124844Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:47:46.4285751Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:47:46.4384545Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:47:46.4599639Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 2022-09-27T15:47:46.4607879Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logcumsumexp_cpu_float32 2022-09-27T15:47:46.4724748Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:47:46.4849721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:47:46.4886137Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logdet_cpu_float32 2022-09-27T15:47:46.5044669Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:47:46.5165682Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:47:46.5194312Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:47:46.5254858Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_and_cpu_float32 2022-09-27T15:47:46.5526244Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 2022-09-27T15:47:46.5588806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:47:46.5605184Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_not_cpu_float32 2022-09-27T15:47:46.5723840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:47:46.5726605Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 2022-09-27T15:47:46.5734834Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 2022-09-27T15:47:46.6089825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:47:46.6090499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:47:46.6234345Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:47:46.6371802Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 2022-09-27T15:47:46.6484390Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_or_cpu_float32 2022-09-27T15:47:46.6489899Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:47:46.6503360Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:47:46.6527734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:47:46.6615846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:47:46.6727319Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:47:46.6925724Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logical_xor_cpu_float32 2022-09-27T15:47:46.7014900Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:47:46.7027435Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logit_cpu_float32 2022-09-27T15:47:46.7059437Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:47:46.7198138Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 2022-09-27T15:47:46.7212833Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:47:46.7445263Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:47:46.7480295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:47:46.7912796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:47:46.7971904Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:47:46.8654638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:47:46.8675545Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:47:47.0437547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:47:47.0461828Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:47:47.0500918Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:47:47.0886585Z [gw1] [ 92%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 2022-09-27T15:47:47.1235258Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:47:47.1364884Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:47:47.1575314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:47:47.1858429Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:47:47.2355172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:47:47.2373715Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logspace_cpu_float32 2022-09-27T15:47:47.2587014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:47:47.2841403Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_logsumexp_cpu_float32 2022-09-27T15:47:47.2860248Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 2022-09-27T15:47:47.2879501Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:47:47.2909861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:47:47.2961225Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_long_cpu_float32 2022-09-27T15:47:47.3321626Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:47:47.3387038Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:47:47.3395907Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:47:47.3727703Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lt_cpu_float32 2022-09-27T15:47:47.3771887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:47:47.3811240Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:47:47.4131388Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:47:47.4248565Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_nonzero_cpu_float32 2022-09-27T15:47:47.4361264Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:47:47.4380772Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_cpu_float32 2022-09-27T15:47:47.4420451Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:47:47.4809707Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_solve_cpu_float32 2022-09-27T15:47:47.4820892Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_cpu_float32 2022-09-27T15:47:47.4827996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:47:47.4882161Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:47:47.5161734Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_fro_cpu_float32 2022-09-27T15:47:47.5246852Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_lu_unpack_cpu_float32 2022-09-27T15:47:47.5252273Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:47:47.5335106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:47:47.5356154Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_inf_cpu_float32 2022-09-27T15:47:47.5688800Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mH_cpu_float32 2022-09-27T15:47:47.5689445Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:47:47.5785472Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:47:47.5796948Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_norm_nuc_cpu_float32 2022-09-27T15:47:47.6127756Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mT_cpu_float32 2022-09-27T15:47:47.6133826Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:47:47.6281923Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:47:47.6316278Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_fill_cpu_float32 2022-09-27T15:47:47.6567192Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_normal_cpu_float32 2022-09-27T15:47:47.6605390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:47:47.6636133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:47:47.6674363Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:47:47.7006713Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_scatter_cpu_float32 2022-09-27T15:47:47.7084995Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:47:47.7113975Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:47:47.7126203Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:47:47.7445905Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_masked_select_cpu_float32 2022-09-27T15:47:47.7524022Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:47:47.7547175Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:47:47.7808270Z [gw0] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:47:47.7884842Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matmul_cpu_float32 2022-09-27T15:47:47.7965715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:47:47.8042229Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:47:47.8151836Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:47:47.8325549Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_matrix_exp_cpu_float32 2022-09-27T15:47:47.8404823Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:47:47.8484978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:47:47.8578812Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_binary_cpu_float32 2022-09-27T15:47:47.8766121Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_xlog1py_cpu_float32 2022-09-27T15:47:47.8820484Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:47:47.8843224Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_no_dim_cpu_float32 2022-09-27T15:47:47.9021012Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:47:47.9206580Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_special_zeta_cpu_float32 2022-09-27T15:47:47.9284473Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:47:47.9300232Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:47:47.9354177Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_max_reduction_with_dim_cpu_float32 2022-09-27T15:47:47.9646706Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_cpu_float32 2022-09-27T15:47:47.9726347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:47:47.9816425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:47:47.9822645Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_maximum_cpu_float32 2022-09-27T15:47:48.0086086Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_list_args_cpu_float32 2022-09-27T15:47:48.0164546Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:47:48.0274599Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:47:48.0316246Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_split_with_sizes_cpu_float32 2022-09-27T15:47:48.0527244Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mean_cpu_float32 2022-09-27T15:47:48.0604980Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:47:48.0656950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:47:48.1044235Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sqrt_cpu_float32 2022-09-27T15:47:48.1121410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:47:48.1486077Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_square_cpu_float32 2022-09-27T15:47:48.1584374Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:47:48.1853303Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_squeeze_cpu_float32 2022-09-27T15:47:48.1864788Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_median_cpu_float32 2022-09-27T15:47:48.1924520Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:47:48.2056248Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:47:48.2208076Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stack_cpu_float32 2022-09-27T15:47:48.2284477Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:47:48.2364662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:47:48.2496664Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:47:48.2634277Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_cpu_float32 2022-09-27T15:47:48.2723294Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:47:48.2803522Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:47:48.2885726Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:47:48.2971963Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_binary_cpu_float32 2022-09-27T15:47:48.3164881Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_std_mean_cpu_float32 2022-09-27T15:47:48.3220698Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:47:48.3243291Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_no_dim_cpu_float32 2022-09-27T15:47:48.3537084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:47:48.3606226Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_stft_cpu_float32 2022-09-27T15:47:48.3685061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:47:48.3693862Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_min_reduction_with_dim_cpu_float32 2022-09-27T15:47:48.3989997Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:47:48.4121814Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sub_cpu_float32 2022-09-27T15:47:48.4127913Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:47:48.4184422Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:47:48.4522493Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_minimum_cpu_float32 2022-09-27T15:47:48.4528338Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:47:48.4556637Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mm_cpu_float32 2022-09-27T15:47:48.4584410Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_cpu_float32 2022-09-27T15:47:48.4953661Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:47:48.5128920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:47:48.5140805Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_sum_to_size_cpu_float32 2022-09-27T15:47:48.5753894Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:47:48.5764520Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mode_cpu_float32 2022-09-27T15:47:48.5807789Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:47:48.6164279Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_movedim_cpu_float32 2022-09-27T15:47:48.6223536Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:47:48.6605610Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_msort_cpu_float32 2022-09-27T15:47:48.6739766Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:47:48.7045174Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mul_cpu_float32 2022-09-27T15:47:48.7079686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:47:48.7484273Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_multinomial_cpu_float32 2022-09-27T15:47:48.7518331Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:47:48.7926786Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mv_cpu_float32 2022-09-27T15:47:48.7950953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:47:48.8366451Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:47:48.8390003Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:47:48.8806279Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:47:48.8829665Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:47:48.9247175Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:47:48.9387471Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:47:48.9686634Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nan_to_num_cpu_float32 2022-09-27T15:47:48.9728130Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:47:48.9797861Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmean_cpu_float32 2022-09-27T15:47:48.9807351Z [gw0] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_cpu_float32 2022-09-27T15:47:49.0127124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:47:49.0290806Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:47:49.0567101Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanmedian_cpu_float32 2022-09-27T15:47:49.0604591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:47:49.1006620Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nanquantile_cpu_float32 2022-09-27T15:47:49.1304840Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:47:49.1445806Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nansum_cpu_float32 2022-09-27T15:47:49.1521908Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:47:49.1885689Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_copy_cpu_float32 2022-09-27T15:47:49.1911324Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:47:49.2326463Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_narrow_cpu_float32 2022-09-27T15:47:49.2720250Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:47:49.2804744Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_native_layer_norm_cpu_float32 2022-09-27T15:47:49.2941427Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:47:49.3339589Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ne_cpu_float32 2022-09-27T15:47:49.3340167Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:47:49.3756978Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_neg_cpu_float32 2022-09-27T15:47:49.3865341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:47:49.4255626Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_cpu_float32 2022-09-27T15:47:49.4317932Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:47:49.4606011Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_empty_strided_cpu_float32 2022-09-27T15:47:49.4747976Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:47:49.5047869Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_full_cpu_float32 2022-09-27T15:47:49.5175595Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:47:49.5486068Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_ones_cpu_float32 2022-09-27T15:47:49.5620307Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:47:49.5926025Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_new_zeros_cpu_float32 2022-09-27T15:47:49.6064850Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:47:49.6366140Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nextafter_cpu_float32 2022-09-27T15:47:49.6650590Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:47:49.6826322Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:47:49.6978151Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:47:49.7245654Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:47:49.7402371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:47:49.7684495Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:47:49.7928187Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:47:49.8147295Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:47:49.8648480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:47:49.8685193Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:47:49.9226982Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:47:49.9262690Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:47:49.9587831Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:47:49.9682858Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:47:49.9867689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:47:50.0148383Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:47:50.0343315Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:47:50.0596589Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:47:50.1328602Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:47:50.1352432Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_batch_norm_cpu_float32 2022-09-27T15:47:50.2241074Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:47:50.2250780Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_bilinear_cpu_float32 2022-09-27T15:47:50.2404253Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:47:50.2685801Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:47:50.3035101Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:47:50.3165473Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:47:50.3216793Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:47:50.3647468Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_celu_cpu_float32 2022-09-27T15:47:50.3878576Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:47:50.4086836Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv1d_cpu_float32 2022-09-27T15:47:50.4339265Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:47:50.4349964Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 2022-09-27T15:47:50.4538428Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:47:50.4750066Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 2022-09-27T15:47:50.4762812Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv2d_cpu_float32 2022-09-27T15:47:50.4772008Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:47:50.4985196Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:47:50.5281803Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:47:50.5450823Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:47:50.5604935Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:47:50.5882804Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:47:50.6045016Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:47:50.6594934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:47:50.6606661Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:47:50.7013676Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:47:50.7042729Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:47:50.7903206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:47:50.7919274Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:47:50.7950856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:47:50.8325178Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:47:50.8639263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:47:50.8765363Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout2d_cpu_float32 2022-09-27T15:47:50.9109866Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:47:50.9203771Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout3d_cpu_float32 2022-09-27T15:47:50.9603754Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:47:50.9643142Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_dropout_cpu_float32 2022-09-27T15:47:50.9694247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:47:51.0083568Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_elu_cpu_float32 2022-09-27T15:47:51.0106972Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:47:51.0527097Z [gw2] [ 92%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:47:51.0662829Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:47:51.0965817Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_embedding_cpu_float32 2022-09-27T15:47:51.1129869Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:47:51.1406365Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:47:51.1537259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:47:51.1845488Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:47:51.2865594Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:47:51.2880234Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:47:51.4236143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:47:51.4250294Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:47:51.9130124Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:47:51.9139314Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:47:51.9220019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:47:51.9565665Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_gelu_cpu_float32 2022-09-27T15:47:51.9897743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:47:52.0123179Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_glu_cpu_float32 2022-09-27T15:47:52.2352791Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:47:52.2370689Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 2022-09-27T15:47:52.3409029Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:47:52.3440510Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_grid_sample_cpu_float32 2022-09-27T15:47:52.3574767Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:47:52.3963999Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_group_norm_cpu_float32 2022-09-27T15:47:52.3978886Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:47:52.4363130Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardshrink_cpu_float32 2022-09-27T15:47:52.4396135Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:47:52.4765758Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:47:52.4853464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:47:52.4878334Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardswish_cpu_float32 2022-09-27T15:47:52.4900250Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 2022-09-27T15:47:52.5246045Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:47:52.5352529Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:47:52.5687258Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hardtanh_cpu_float32 2022-09-27T15:47:52.6365535Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:47:52.6378280Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:47:52.6605881Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:47:52.6806412Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_huber_loss_cpu_float32 2022-09-27T15:47:52.7229330Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:47:52.7246892Z [gw1] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:47:52.8180571Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:47:52.8204722Z [gw3] [ 92%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 2022-09-27T15:47:52.8305520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:47:52.8338107Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_instance_norm_cpu_float32 2022-09-27T15:47:52.9013966Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:47:52.9060452Z [gw2] [ 92%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:47:52.9432721Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:47:52.9525869Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:47:52.9862283Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:47:52.9966162Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:47:53.0271928Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:47:53.0411637Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:47:53.0862184Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:47:53.0878654Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 2022-09-27T15:47:53.0924203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:47:53.0942193Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:47:53.1081598Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:47:53.1194224Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:47:53.1283675Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 2022-09-27T15:47:53.1366099Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:47:53.1562327Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:47:53.1722631Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 2022-09-27T15:47:53.1739780Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_kl_div_cpu_float32 2022-09-27T15:47:53.1802753Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:47:53.1914846Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:47:53.1961575Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_l1_loss_cpu_float32 2022-09-27T15:47:53.2165083Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 2022-09-27T15:47:53.2245585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:47:53.2388463Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:47:53.2407827Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_layer_norm_cpu_float32 2022-09-27T15:47:53.2681790Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 2022-09-27T15:47:53.2692170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:47:53.2805979Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:47:53.3127000Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:47:53.3599400Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:47:53.3636929Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_linear_cpu_float32 2022-09-27T15:47:53.4360351Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:47:53.4379176Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:47:53.4445066Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:47:53.4511177Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:47:53.4520019Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 2022-09-27T15:47:53.4550990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:47:53.4805627Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 2022-09-27T15:47:53.4928227Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:47:53.4960748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:47:53.5393962Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 2022-09-27T15:47:53.5400849Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:47:53.5419288Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 2022-09-27T15:47:53.5426312Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:47:53.5456371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:47:53.5806035Z [gw2] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:47:53.5839003Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:47:53.5848921Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 2022-09-27T15:47:53.6245724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:47:53.6356811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:47:53.6473328Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 2022-09-27T15:47:53.6486977Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 2022-09-27T15:47:53.6685435Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:47:53.6718665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:47:53.6934942Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 2022-09-27T15:47:53.6936100Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:47:53.7161405Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 2022-09-27T15:47:53.7166865Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 2022-09-27T15:47:53.7282278Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:47:53.7364777Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 2022-09-27T15:47:53.7607413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:47:53.7714285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:47:53.7795270Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 2022-09-27T15:47:53.7851076Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 2022-09-27T15:47:53.7994578Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:47:53.8045799Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 2022-09-27T15:47:53.8223404Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:47:53.8284730Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 2022-09-27T15:47:53.8485052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:47:53.8586609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:47:53.8726231Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 2022-09-27T15:47:53.8808767Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:47:53.8966759Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 2022-09-27T15:47:53.9459512Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:47:53.9478842Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 2022-09-27T15:47:53.9581034Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:47:53.9929351Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 2022-09-27T15:47:53.9935052Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:47:54.0401673Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 2022-09-27T15:47:54.1835626Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:47:54.1857014Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 2022-09-27T15:47:54.2788648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:47:54.2810661Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 2022-09-27T15:47:54.2972633Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:47:54.2984620Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:47:54.3487438Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:47:54.3513048Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 2022-09-27T15:47:54.3808360Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:47:54.3859292Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 2022-09-27T15:47:54.3868065Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:47:54.3922257Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:47:54.4449169Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:47:54.4460764Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 2022-09-27T15:47:54.5271189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:47:54.5297999Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 2022-09-27T15:47:54.5535335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:47:54.5560999Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:47:54.5748698Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:47:54.6041625Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 2022-09-27T15:47:54.6375862Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:47:54.6406915Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 2022-09-27T15:47:54.6724369Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:47:54.6844747Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 2022-09-27T15:47:54.6977459Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:47:54.7020169Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 2022-09-27T15:47:54.7155050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:47:54.7285461Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:47:54.7656862Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:47:54.7724374Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 2022-09-27T15:47:54.8463446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:47:54.8475703Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 2022-09-27T15:47:54.8986232Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:47:54.9001909Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 2022-09-27T15:47:54.9848414Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:47:54.9860172Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 2022-09-27T15:47:55.0872566Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:47:55.0887054Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 2022-09-27T15:47:55.1164648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:47:55.1352385Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 2022-09-27T15:47:55.3886818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:47:55.3909572Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 2022-09-27T15:47:55.4537679Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:47:55.4563294Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 2022-09-27T15:47:55.5804191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:47:55.5863004Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 2022-09-27T15:47:55.7268730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:47:55.7313791Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 2022-09-27T15:47:55.7594342Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:47:55.7675270Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_svd_lowrank_cpu_float32 2022-09-27T15:47:55.8419980Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:47:55.8463799Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 2022-09-27T15:47:55.9524973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:47:55.9539141Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_symeig_cpu_float32 2022-09-27T15:47:55.9611842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:47:55.9958035Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_t_cpu_float32 2022-09-27T15:47:55.9988209Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 2022-09-27T15:47:56.0040306Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:47:56.0119397Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:47:56.0483417Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_along_dim_cpu_float32 2022-09-27T15:47:56.0757925Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:47:56.0776797Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 2022-09-27T15:47:56.1307327Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:47:56.1329515Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 2022-09-27T15:47:56.1704975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:47:56.1725225Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_take_cpu_float32 2022-09-27T15:47:56.1780232Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:47:56.1934988Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tan_cpu_float32 2022-09-27T15:47:56.1961017Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 2022-09-27T15:47:56.2203856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:47:56.2216766Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 2022-09-27T15:47:56.2225133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:47:56.2363934Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tanh_cpu_float32 2022-09-27T15:47:56.2607807Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:47:56.2643121Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:47:56.2702130Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensor_split_cpu_float32 2022-09-27T15:47:56.2804354Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 2022-09-27T15:47:56.3123449Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:47:56.3201468Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:47:56.3562935Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tensordot_cpu_float32 2022-09-27T15:47:56.3905677Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:47:56.3922752Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 2022-09-27T15:47:56.4064213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:47:56.4270199Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 2022-09-27T15:47:56.4284528Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:47:56.4295361Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tile_cpu_float32 2022-09-27T15:47:56.4302882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:47:56.4364706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:47:56.4512522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:47:56.4797039Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 2022-09-27T15:47:56.4812990Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_cpu_float32 2022-09-27T15:47:56.4822953Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:47:56.4843334Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:47:56.4877532Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_to_sparse_cpu_float32 2022-09-27T15:47:56.5249103Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 2022-09-27T15:47:56.5255670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:47:56.5502184Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:47:56.5686751Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_topk_cpu_float32 2022-09-27T15:47:56.5736842Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:47:56.6127711Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trace_cpu_float32 2022-09-27T15:47:56.6279352Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:47:56.6566062Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_transpose_cpu_float32 2022-09-27T15:47:56.6959398Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:47:56.7002366Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapezoid_cpu_float32 2022-09-27T15:47:56.7387931Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:47:56.7445904Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trapz_cpu_float32 2022-09-27T15:47:56.7750014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:47:56.7962521Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triangular_solve_cpu_float32 2022-09-27T15:47:56.8153856Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:47:56.8442569Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_cpu_float32 2022-09-27T15:47:56.8650657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:47:56.8883112Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_tril_indices_cpu_int64 2022-09-27T15:47:56.9050958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:47:56.9293868Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_cpu_float32 2022-09-27T15:47:56.9423656Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:47:56.9647865Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_triu_indices_cpu_int64 2022-09-27T15:47:56.9856620Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:47:57.0087845Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_true_divide_cpu_float32 2022-09-27T15:47:57.0139706Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:47:57.0528001Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_trunc_cpu_float32 2022-09-27T15:47:57.0714480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:47:57.0967149Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unbind_cpu_float32 2022-09-27T15:47:57.1132691Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:47:57.1212011Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unflatten_cpu_float32 2022-09-27T15:47:57.1225039Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 2022-09-27T15:47:57.1304316Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:47:57.1403542Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 2022-09-27T15:47:57.1645861Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:47:57.1680042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:47:57.1702786Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 2022-09-27T15:47:57.1843311Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unfold_cpu_float32 2022-09-27T15:47:57.1940044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:47:57.2085354Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_uniform_cpu_float32 2022-09-27T15:47:57.2285194Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:47:57.4895064Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:47:57.4906115Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_consecutive_cpu_float32 2022-09-27T15:47:57.5263890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:47:57.5272117Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 2022-09-27T15:47:57.8445792Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:47:57.8453735Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 2022-09-27T15:47:58.0011162Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:47:58.0021931Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unique_cpu_float32 2022-09-27T15:47:58.0147316Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:47:58.0446876Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_unsqueeze_cpu_float32 2022-09-27T15:47:58.0610395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:47:58.0885787Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_cpu_float32 2022-09-27T15:47:58.1093160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:47:58.1274347Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_var_mean_cpu_float32 2022-09-27T15:47:58.1283562Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 2022-09-27T15:47:58.1323301Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:47:58.1383724Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:47:58.1443291Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vdot_cpu_float32 2022-09-27T15:47:58.1724980Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 2022-09-27T15:47:58.1765902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:47:58.1816528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:47:58.1932584Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_complex_cpu_float32 2022-09-27T15:47:58.2165159Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 2022-09-27T15:47:58.2197859Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:47:58.2244500Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 2022-09-27T15:47:58.2342020Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:47:58.2605709Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_cpu_float32 2022-09-27T15:47:58.2684112Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:47:58.2744310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:47:58.3130862Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_as_real_cpu_complex64 2022-09-27T15:47:58.3138314Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:47:58.3147512Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 2022-09-27T15:47:58.3165567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:47:58.3260023Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 2022-09-27T15:47:58.3495851Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_view_cpu_float32 2022-09-27T15:47:58.3506861Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:47:58.3565594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:47:58.3567940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:47:58.3602704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:47:58.3650450Z [gw3] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 2022-09-27T15:47:58.4006971Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vsplit_cpu_float32 2022-09-27T15:47:58.4102717Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:47:58.4125992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:47:58.4526397Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_vstack_cpu_float32 2022-09-27T15:47:58.4663971Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:47:58.5006590Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_where_cpu_float32 2022-09-27T15:47:58.5172667Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:47:58.5484994Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_xlogy_cpu_float32 2022-09-27T15:47:58.5559988Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:47:58.5966714Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zero__cpu_float32 2022-09-27T15:47:58.6031673Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:47:58.6445768Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_cpu_float32 2022-09-27T15:47:58.6601193Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:47:58.6924585Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_autocast_zeros_like_cpu_float32 2022-09-27T15:47:58.7048095Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:47:58.7406439Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_baddbmm_cpu_float32 2022-09-27T15:47:58.7505961Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:47:58.7845698Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bernoulli_cpu_float32 2022-09-27T15:47:58.7947160Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:47:58.8442562Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bfloat16_cpu_float32 2022-09-27T15:47:58.8463168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:47:58.8858405Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bincount_cpu_int64 2022-09-27T15:47:58.8945442Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:47:58.9246553Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_and_cpu_int64 2022-09-27T15:47:58.9369857Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:47:58.9686438Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_left_shift_cpu_int64 2022-09-27T15:47:58.9745950Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:47:59.0164969Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_not_cpu_int64 2022-09-27T15:47:59.0287608Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:47:59.0645692Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_or_cpu_int64 2022-09-27T15:47:59.0773114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:47:59.1126275Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_right_shift_cpu_int64 2022-09-27T15:47:59.1252111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:47:59.1605689Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bitwise_xor_cpu_int64 2022-09-27T15:47:59.1688211Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:47:59.2086738Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_block_diag_cpu_float32 2022-09-27T15:47:59.2236395Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:47:59.2602914Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bmm_cpu_float32 2022-09-27T15:47:59.2637627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:47:59.3053739Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bool_cpu_float32 2022-09-27T15:47:59.3059951Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:47:59.3560441Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_shapes_cpu_float32 2022-09-27T15:47:59.3569574Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:47:59.3982656Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_tensors_cpu_float32 2022-09-27T15:47:59.4081610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:47:59.4405929Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_broadcast_to_cpu_float32 2022-09-27T15:47:59.5933729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:47:59.5950663Z [gw3] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 2022-09-27T15:47:59.6417371Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:47:59.6427633Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_bucketize_cpu_float32 2022-09-27T15:47:59.6521046Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:47:59.6846061Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_byte_cpu_float32 2022-09-27T15:47:59.6959890Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:47:59.7287296Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cartesian_prod_cpu_float32 2022-09-27T15:47:59.7399386Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:47:59.7725694Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cat_cpu_float32 2022-09-27T15:48:00.1148482Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:48:00.1167606Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cdist_cpu_float32 2022-09-27T15:48:00.1205346Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:48:00.1607179Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ceil_cpu_float32 2022-09-27T15:48:00.1719837Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:48:00.2047156Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chalf_cpu_float32 2022-09-27T15:48:00.2152534Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:48:00.2486418Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_char_cpu_float32 2022-09-27T15:48:00.2520887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:48:00.2925563Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_cpu_float32 2022-09-27T15:48:00.2960168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:48:00.3365627Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_inverse_cpu_float32 2022-09-27T15:48:00.4686741Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:48:00.4713930Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cholesky_solve_cpu_float32 2022-09-27T15:48:00.4809369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:48:00.5203859Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_chunk_cpu_float32 2022-09-27T15:48:00.5246996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:48:00.5643375Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_cpu_float32 2022-09-27T15:48:00.5689483Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:48:00.6044034Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_cpu_float32 2022-09-27T15:48:00.6079589Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:48:00.6449462Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize__cpu_float32 2022-09-27T15:48:00.6519213Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:48:00.6885867Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resize_as__cpu_float32 2022-09-27T15:48:00.6933156Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:48:00.7326900Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_conj_cpu_float32 2022-09-27T15:48:00.7382603Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:48:00.7767180Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_resolve_neg_cpu_float32 2022-09-27T15:48:00.7978996Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:48:00.8207258Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_roll_cpu_float32 2022-09-27T15:48:00.8596855Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:48:00.8644590Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rot90_cpu_float32 2022-09-27T15:48:00.8685461Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:48:00.9086466Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_cpu_float32 2022-09-27T15:48:00.9152785Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:48:00.9526906Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_0_cpu_float32 2022-09-27T15:48:00.9592180Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:48:00.9966621Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_3_cpu_float32 2022-09-27T15:48:01.0030838Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:48:01.0407712Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_round_decimals_neg_3_cpu_float32 2022-09-27T15:48:01.0474007Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:48:01.0962149Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsqrt_cpu_float32 2022-09-27T15:48:01.1048904Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:48:01.1289051Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rsub_cpu_float32 2022-09-27T15:48:01.1455587Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:48:01.1728858Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_add_cpu_float32 2022-09-27T15:48:01.2120431Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:48:01.2165298Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_cpu_float32 2022-09-27T15:48:01.2554247Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:48:01.2605408Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amax_cpu_float32 2022-09-27T15:48:01.2983460Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:48:01.3044626Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_amin_cpu_float32 2022-09-27T15:48:01.3370816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:48:01.3486129Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_mean_cpu_float32 2022-09-27T15:48:01.3804267Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:48:01.3925669Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_prod_cpu_float32 2022-09-27T15:48:01.4242088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:48:01.4366286Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_scatter_reduce_sum_cpu_float32 2022-09-27T15:48:02.2206210Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:48:02.2222498Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:48:02.6445823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:48:02.6452529Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:48:03.3588528Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:48:03.3612227Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_searchsorted_cpu_float32 2022-09-27T15:48:03.3669106Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:48:03.4121559Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_lengths_cpu_float32 2022-09-27T15:48:04.2068402Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:48:04.2095041Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 2022-09-27T15:48:04.2396036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:48:04.2582464Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:48:04.2865716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:48:04.2894573Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_segment_reduce_offsets_cpu_float32 2022-09-27T15:48:04.2982464Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:48:04.3402102Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_cpu_float32 2022-09-27T15:48:04.3433320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:48:04.3540639Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_select_scatter_cpu_float32 2022-09-27T15:48:04.3576059Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:48:04.3622749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:48:04.3826248Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 2022-09-27T15:48:04.3837165Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:48:04.4004848Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sgn_cpu_float32 2022-09-27T15:48:04.4206356Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:48:04.4314044Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:48:04.4646267Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_short_cpu_float32 2022-09-27T15:48:04.4714019Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:48:04.5058929Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sigmoid_cpu_float32 2022-09-27T15:48:04.5067932Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:48:04.5084354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:48:04.5132084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:48:04.5526430Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sign_cpu_float32 2022-09-27T15:48:04.5577032Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:48:04.5966290Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_signbit_cpu_float32 2022-09-27T15:48:04.6018610Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:48:04.6406950Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sin_cpu_float32 2022-09-27T15:48:04.6444660Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:48:04.6453864Z [gw2] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:48:04.6475409Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:48:04.6848142Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinc_cpu_float32 2022-09-27T15:48:04.6915040Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:48:04.7287199Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sinh_cpu_float32 2022-09-27T15:48:04.7465376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:48:04.7584774Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_slice_scatter_cpu_float32 2022-09-27T15:48:04.7599578Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 2022-09-27T15:48:04.7725521Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:48:04.7821376Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:48:04.7883254Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_cpu_float32 2022-09-27T15:48:04.8005343Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 2022-09-27T15:48:04.8167296Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:48:04.8323018Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:48:04.8415528Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_softmax_with_dtype_cpu_float32 2022-09-27T15:48:04.8442512Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 2022-09-27T15:48:04.8607389Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:48:04.9308756Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:48:04.9336092Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sort_cpu_float32 2022-09-27T15:48:04.9381403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:48:04.9405604Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sparse_sampled_addmm_cpu_float32 2022-09-27T15:48:04.9428431Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 2022-09-27T15:48:04.9466851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:48:04.9769989Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 2022-09-27T15:48:04.9847924Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:48:04.9904855Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_airy_ai_cpu_float32 2022-09-27T15:48:04.9930806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:48:05.0280650Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 2022-09-27T15:48:05.0283123Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:48:05.0325723Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j0_cpu_float32 2022-09-27T15:48:05.0374079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:48:05.0723641Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 2022-09-27T15:48:05.0725181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:48:05.0810021Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_j1_cpu_float32 2022-09-27T15:48:05.0810945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:48:05.1161629Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 2022-09-27T15:48:05.1164024Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:48:05.1205162Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y0_cpu_float32 2022-09-27T15:48:05.1238448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:48:05.1527217Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 2022-09-27T15:48:05.1585852Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:48:05.1645280Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_bessel_y1_cpu_float32 2022-09-27T15:48:05.1967152Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:48:05.2090178Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:05.2106218Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 2022-09-27T15:48:05.2119472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:48:05.2128022Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:05.2408030Z [gw1] [ 93%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pca_lowrank_cpu_float32 2022-09-27T15:48:05.2529102Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:05.2549278Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:48:05.2795992Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:05.2846058Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 2022-09-27T15:48:05.2869276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:05.2966113Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:05.3287200Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:48:05.3320084Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:05.3727261Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:05.3781155Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:48:05.4166890Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_entr_cpu_float32 2022-09-27T15:48:05.4237360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:48:05.4606920Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_erfcx_cpu_float32 2022-09-27T15:48:05.4769341Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:48:05.5046394Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:48:05.5206666Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:48:05.5264831Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:48:05.5285924Z [gw1] [ 93%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 2022-09-27T15:48:05.5468674Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:48:05.5484599Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_max_cpu_float32 2022-09-27T15:48:05.5542321Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:48:05.5561967Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i0e_cpu_float32 2022-09-27T15:48:05.5927016Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:48:05.5996295Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:48:05.6005888Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1_cpu_float32 2022-09-27T15:48:05.6018308Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clamp_min_cpu_float32 2022-09-27T15:48:05.6290942Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:48:05.6365026Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_clone_cpu_float32 2022-09-27T15:48:05.6421333Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:48:05.6445300Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_i1e_cpu_float32 2022-09-27T15:48:05.6742229Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:48:05.6805854Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_column_stack_cpu_float32 2022-09-27T15:48:05.6886624Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:48:05.6966163Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:48:05.7249224Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:48:05.7282363Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:48:05.7689196Z [gw0] [ 93%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:48:05.7757001Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:48:05.8077447Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_log_ndtr_cpu_float32 2022-09-27T15:48:05.8088771Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_combinations_cpu_float32 2022-09-27T15:48:05.8124739Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:48:05.8197263Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:48:05.8477004Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i0_cpu_float32 2022-09-27T15:48:05.8528071Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_complex_cpu_float32 2022-09-27T15:48:05.8567674Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:48:05.8780586Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:48:05.8798433Z [gw0] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_i1_cpu_float32 2022-09-27T15:48:05.8966463Z [gw3] [ 93%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_cpu_float32 2022-09-27T15:48:05.9005444Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:48:05.9074970Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:48:05.9211136Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k0_cpu_float32 2022-09-27T15:48:05.9381533Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_conj_physical_cpu_float32 2022-09-27T15:48:05.9392545Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 2022-09-27T15:48:05.9402716Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:48:05.9447404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:48:05.9526729Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:48:05.9843920Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_modified_bessel_k1_cpu_float32 2022-09-27T15:48:05.9855549Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_constant_pad_nd_cpu_float32 2022-09-27T15:48:05.9886576Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:48:05.9895296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:48:05.9949221Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_contiguous_cpu_float32 2022-09-27T15:48:05.9959993Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:48:05.9996224Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:48:06.0286365Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtr_cpu_float32 2022-09-27T15:48:06.0325588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:48:06.0385482Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:48:06.0437086Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_ndtri_cpu_float32 2022-09-27T15:48:06.0506596Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_copysign_cpu_float32 2022-09-27T15:48:06.0515880Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:48:06.0725733Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:48:06.0765588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:48:06.0883057Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:48:06.0904691Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:48:06.1156737Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_corrcoef_cpu_float32 2022-09-27T15:48:06.1174033Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:48:06.1174702Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:48:06.1204086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:48:06.1245810Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:48:06.1261661Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cos_cpu_float32 2022-09-27T15:48:06.1646509Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:48:06.1652204Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:48:06.1712088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:48:06.1718229Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cosh_cpu_float32 2022-09-27T15:48:06.1823944Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:48:06.1833002Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:48:06.2088743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:48:06.2089736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:06.2110958Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:48:06.2476723Z [gw0] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:06.2490855Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:48:06.2523413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:48:06.2548935Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:06.2650493Z [gw0] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:06.2927309Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 2022-09-27T15:48:06.3036822Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:48:06.3042783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:06.3447902Z [gw0] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:06.3474635Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:06.3800725Z [gw0] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:06.3813533Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_count_nonzero_cpu_float32 2022-09-27T15:48:06.3843194Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:48:06.3883499Z [gw3] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cov_cpu_float32 2022-09-27T15:48:06.3948143Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:48:06.4247998Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:48:06.4317274Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:48:06.4365277Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cross_cpu_float32 2022-09-27T15:48:06.4521782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:48:06.4725918Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_xlog1py_cpu_float32 2022-09-27T15:48:06.4845364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:48:06.4997452Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:48:06.5006660Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummax_cpu_float32 2022-09-27T15:48:06.5164239Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_special_zeta_cpu_float32 2022-09-27T15:48:06.5324297Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:48:06.5387436Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:48:06.5429050Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_cpu_float32 2022-09-27T15:48:06.5644995Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cummin_cpu_float32 2022-09-27T15:48:06.5759241Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:48:06.5804542Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumprod_cpu_float32 2022-09-27T15:48:06.5891860Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:48:06.6085673Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_list_args_cpu_float32 2022-09-27T15:48:06.6149646Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:48:06.6245423Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumsum_cpu_float32 2022-09-27T15:48:06.6345920Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:48:06.6565107Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_split_with_sizes_cpu_float32 2022-09-27T15:48:06.6684014Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:48:06.6731989Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:48:06.6847730Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sqrt_cpu_float32 2022-09-27T15:48:06.7044309Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_cumulative_trapezoid_cpu_float32 2022-09-27T15:48:06.7102570Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:48:06.7163210Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_deg2rad_cpu_float32 2022-09-27T15:48:06.7226839Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:48:06.7246381Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_square_cpu_float32 2022-09-27T15:48:06.7257159Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 2022-09-27T15:48:06.7485295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:48:06.7605584Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:48:06.7637807Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:48:06.7714910Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_cpu_float32 2022-09-27T15:48:06.7925829Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_squeeze_cpu_float32 2022-09-27T15:48:06.8045787Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:48:06.8080887Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:48:06.8205156Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diag_embed_cpu_float32 2022-09-27T15:48:06.8366377Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stack_cpu_float32 2022-09-27T15:48:06.8449686Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:48:06.8484136Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagflat_cpu_float32 2022-09-27T15:48:06.8637140Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:48:06.8805427Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_cpu_float32 2022-09-27T15:48:06.8925128Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:48:06.8962268Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:48:06.9130262Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_cpu_float32 2022-09-27T15:48:06.9244533Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_std_mean_cpu_float32 2022-09-27T15:48:06.9277515Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:48:06.9287312Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:48:06.9363701Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:48:06.9594100Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:48:06.9684260Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diagonal_scatter_cpu_float32 2022-09-27T15:48:06.9701591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:48:06.9844243Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_stft_cpu_float32 2022-09-27T15:48:07.0048689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:48:07.0063214Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 2022-09-27T15:48:07.0067622Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sub_cpu_float32 2022-09-27T15:48:07.0441868Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:48:07.1204715Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:48:07.1219694Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_cpu_float32 2022-09-27T15:48:07.1531294Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:48:07.1644896Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_sum_to_size_cpu_float32 2022-09-27T15:48:07.1852727Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:48:07.1876496Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_diff_cpu_float32 2022-09-27T15:48:07.1914029Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:48:07.1928260Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:48:07.1963662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:48:07.2287213Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_digamma_cpu_float32 2022-09-27T15:48:07.2872079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:48:07.2881029Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dist_cpu_float32 2022-09-27T15:48:07.3032122Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:48:07.3285926Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_floor_rounding_cpu_float32 2022-09-27T15:48:07.3451742Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:07.3728222Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:07.3877181Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:48:07.4166446Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_div_trunc_rounding_cpu_float32 2022-09-27T15:48:07.4213458Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:48:07.4608872Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dot_cpu_float32 2022-09-27T15:48:07.4719627Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:48:07.5087296Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_double_cpu_float32 2022-09-27T15:48:07.5161650Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:48:07.5455796Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dsplit_cpu_float32 2022-09-27T15:48:07.5470009Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_cpu_float32 2022-09-27T15:48:07.5604936Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:48:07.5611736Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:48:07.5966768Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_dstack_cpu_float32 2022-09-27T15:48:07.6471340Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:48:07.6524399Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_einsum_cpu_float32 2022-09-27T15:48:07.6713111Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:48:07.7043717Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_cpu_float32 2022-09-27T15:48:07.7089583Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:48:07.7562704Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_empty_like_cpu_float32 2022-09-27T15:48:07.7595657Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:48:07.7989708Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eq_cpu_float32 2022-09-27T15:48:07.8000568Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:48:07.8364427Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_equal_cpu_float32 2022-09-27T15:48:07.8374704Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:48:07.8807467Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erf_cpu_float32 2022-09-27T15:48:07.8865027Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:48:07.9247215Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfc_cpu_float32 2022-09-27T15:48:07.9289489Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:48:07.9754942Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_erfinv_cpu_float32 2022-09-27T15:48:07.9762755Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:48:08.0196553Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp2_cpu_float32 2022-09-27T15:48:08.0201994Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:48:08.0685325Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_exp_cpu_float32 2022-09-27T15:48:08.0692967Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:48:08.0740060Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_as_cpu_float32 2022-09-27T15:48:08.0758851Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:48:08.1209707Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:48:08.1210377Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:48:08.1448678Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expand_cpu_float32 2022-09-27T15:48:08.1463903Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 2022-09-27T15:48:08.1560968Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:48:08.1570588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:48:08.1966950Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_expm1_cpu_float32 2022-09-27T15:48:08.2675228Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:48:08.2693762Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:48:08.2757292Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:48:08.2851518Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mish_cpu_float32 2022-09-27T15:48:08.2866853Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_eye_cpu_float32 2022-09-27T15:48:08.3137033Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:48:08.3176881Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft2_cpu_float32 2022-09-27T15:48:08.3287238Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:48:08.3536810Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:48:08.3582210Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fft_cpu_float32 2022-09-27T15:48:08.3626509Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_mse_loss_cpu_float32 2022-09-27T15:48:08.3797061Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:48:08.4196499Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:48:08.4217151Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:48:08.4243117Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftn_cpu_float32 2022-09-27T15:48:08.4250426Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:48:08.4391428Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:48:08.4639906Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_fftshift_cpu_float32 2022-09-27T15:48:08.4684306Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:48:08.4725717Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:48:08.4965553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:48:08.5126459Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft2_cpu_float32 2022-09-27T15:48:08.5166223Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:48:08.5365430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:48:08.5411369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:48:08.5439721Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_nll_loss_cpu_float32 2022-09-27T15:48:08.5762287Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfft_cpu_float32 2022-09-27T15:48:08.5859173Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:48:08.6048449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:48:08.6210205Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_normalize_cpu_float32 2022-09-27T15:48:08.6280074Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_hfftn_cpu_float32 2022-09-27T15:48:08.6323638Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:48:08.6360251Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:48:08.6529770Z [gw2] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_one_hot_cpu_int64 2022-09-27T15:48:08.6681702Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft2_cpu_float32 2022-09-27T15:48:08.6777480Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:48:08.6930088Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:48:08.7162055Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifft_cpu_float32 2022-09-27T15:48:08.7375906Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:48:08.7397938Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_circular_cpu_float32 2022-09-27T15:48:08.7405873Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftn_cpu_float32 2022-09-27T15:48:08.7525618Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:48:08.7627296Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:48:08.7967375Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ifftshift_cpu_float32 2022-09-27T15:48:08.8086891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:48:08.8107490Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_constant_cpu_float32 2022-09-27T15:48:08.8261662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:48:08.8298510Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:48:08.8520519Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft2_cpu_float32 2022-09-27T15:48:08.8626360Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:48:08.8718055Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:48:08.8729189Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfft_cpu_float32 2022-09-27T15:48:08.8963078Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:48:08.9123239Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:48:08.9134430Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:08.9210279Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_ihfftn_cpu_float32 2022-09-27T15:48:08.9284853Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:08.9525671Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:48:08.9840320Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:48:08.9880732Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft2_cpu_float32 2022-09-27T15:48:09.0172943Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:48:09.0321544Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfft_cpu_float32 2022-09-27T15:48:09.0922206Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:48:09.0942009Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_irfftn_cpu_float32 2022-09-27T15:48:09.1143452Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:48:09.1405961Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft2_cpu_float32 2022-09-27T15:48:09.1409867Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pdist_cpu_float32 2022-09-27T15:48:09.1431128Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:48:09.1515978Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:48:09.1723958Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:48:09.1857290Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfft_cpu_float32 2022-09-27T15:48:09.1879764Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:48:09.1897479Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:48:09.1943638Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:48:09.1965383Z [gw1] [ 94%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 2022-09-27T15:48:09.2223935Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:48:09.2242140Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fft_rfftn_cpu_float32 2022-09-27T15:48:09.2321965Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:48:09.2326101Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fill_cpu_float32 2022-09-27T15:48:09.2686212Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:09.2784711Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:48:09.3242694Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flatten_cpu_float32 2022-09-27T15:48:09.3292877Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:48:09.3638545Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flip_cpu_float32 2022-09-27T15:48:09.3648578Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:48:09.4006525Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fliplr_cpu_float32 2022-09-27T15:48:09.4189425Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:48:09.4447561Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_flipud_cpu_float32 2022-09-27T15:48:09.4529758Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:48:09.4887322Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_cpu_float32 2022-09-27T15:48:09.5079276Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:48:09.5090374Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:09.5230895Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:48:09.5323955Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_float_power_cpu_float32 2022-09-27T15:48:09.5372786Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:48:09.5380078Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_cpu_float32 2022-09-27T15:48:09.5525838Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_prelu_cpu_float32 2022-09-27T15:48:09.5599307Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:48:09.5766471Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu6_cpu_float32 2022-09-27T15:48:09.5968162Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:48:09.6052262Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:48:09.6372792Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_relu_cpu_float32 2022-09-27T15:48:09.6389184Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_floor_divide_cpu_float32 2022-09-27T15:48:09.6404493Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:48:09.6521660Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:48:09.6806732Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmax_cpu_float32 2022-09-27T15:48:09.6913379Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:48:09.6922095Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_rrelu_cpu_float32 2022-09-27T15:48:09.6979541Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:48:09.6988253Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmin_cpu_float32 2022-09-27T15:48:09.7247213Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_selu_cpu_float32 2022-09-27T15:48:09.7326347Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:48:09.7399607Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:48:09.7416809Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:48:09.7687976Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_fmod_cpu_float32 2022-09-27T15:48:09.7752272Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:48:09.7768767Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frac_cpu_float32 2022-09-27T15:48:09.7837685Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:48:09.8127057Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_silu_cpu_float32 2022-09-27T15:48:09.8205795Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:48:09.8342494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:48:09.8480330Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:48:09.8605122Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_frexp_cpu_float32 2022-09-27T15:48:09.8685783Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:48:09.8770041Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:48:09.8801671Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_full_like_cpu_float32 2022-09-27T15:48:09.9048236Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:48:09.9126117Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:48:09.9157141Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:48:09.9225571Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gather_cpu_float32 2022-09-27T15:48:09.9486876Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_cpu_float32 2022-09-27T15:48:09.9565555Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:48:09.9645110Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:48:09.9716389Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_gcd_cpu_int64 2022-09-27T15:48:09.9927406Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:48:10.0006337Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:48:10.0072743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:48:10.0106665Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softplus_cpu_float32 2022-09-27T15:48:10.0367268Z [gw3] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ge_cpu_float32 2022-09-27T15:48:10.0446091Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:48:10.0527946Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:48:10.0866784Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softshrink_cpu_float32 2022-09-27T15:48:10.0884791Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 2022-09-27T15:48:10.0964051Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:48:10.1063720Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:48:10.1072734Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 2022-09-27T15:48:10.1326741Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_softsign_cpu_float32 2022-09-27T15:48:10.1405839Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:48:10.1487354Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:48:10.1778443Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:48:10.1787624Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 2022-09-27T15:48:10.1885596Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:48:10.1974090Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:48:10.2180110Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_threshold_cpu_float32 2022-09-27T15:48:10.2204197Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 2022-09-27T15:48:10.2326302Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:48:10.2713847Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:48:10.2775559Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:48:10.2787245Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 2022-09-27T15:48:10.2803790Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:48:10.3077126Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:48:10.3079265Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:48:10.3203441Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 2022-09-27T15:48:10.3243620Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:48:10.3425544Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:48:10.3646609Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 2022-09-27T15:48:10.3805217Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:48:10.4087380Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 2022-09-27T15:48:10.4312264Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:48:10.4525756Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 2022-09-27T15:48:10.4891756Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:48:10.4963042Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 2022-09-27T15:48:10.5003932Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:48:10.5483188Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 2022-09-27T15:48:10.5569300Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:48:10.5859192Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 2022-09-27T15:48:10.6280998Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:48:10.6404359Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 2022-09-27T15:48:10.6445143Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:48:10.6520562Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 2022-09-27T15:48:10.6544347Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_unfold_cpu_float32 2022-09-27T15:48:10.6623822Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:48:10.6846716Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:48:10.6901136Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:48:10.6964280Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 2022-09-27T15:48:10.7285185Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:48:10.7394116Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:48:10.7650515Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 2022-09-27T15:48:10.7841276Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:48:10.7872998Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:48:10.7879485Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 2022-09-27T15:48:10.8200992Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:48:10.8218145Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:48:10.8320970Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_nonzero_cpu_float32 2022-09-27T15:48:10.8525495Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:48:10.8605888Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 2022-09-27T15:48:10.8765963Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:48:10.8784507Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_cpu_float32 2022-09-27T15:48:10.8808339Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:48:10.8851336Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 2022-09-27T15:48:10.9047241Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_fro_cpu_float32 2022-09-27T15:48:10.9123165Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:48:10.9204946Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 2022-09-27T15:48:10.9288004Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:48:10.9487329Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_inf_cpu_float32 2022-09-27T15:48:10.9625164Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:48:10.9645116Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 2022-09-27T15:48:10.9727079Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:48:10.9747429Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_norm_nuc_cpu_float32 2022-09-27T15:48:10.9756304Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_svd_lowrank_cpu_float32 2022-09-27T15:48:10.9925693Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:48:10.9994288Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:48:11.0085288Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 2022-09-27T15:48:11.0191069Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:48:11.0367238Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_cpu_float32 2022-09-27T15:48:11.0419572Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:48:11.0525717Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 2022-09-27T15:48:11.0549568Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:48:11.0558604Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_symeig_cpu_float32 2022-09-27T15:48:11.0586326Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:48:11.0603186Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_normal_number_mean_cpu_float32 2022-09-27T15:48:11.0805158Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_t_cpu_float32 2022-09-27T15:48:11.0831376Z test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:48:11.0964720Z [gw3] [ 94%] SKIPPED test_ops.py::TestTagsCPU::test_tags__refs_constant_pad_nd_cpu_float32 2022-09-27T15:48:11.0967369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:48:11.1014891Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:48:11.1106881Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_cpu_float32 2022-09-27T15:48:11.1244303Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_along_dim_cpu_float32 2022-09-27T15:48:11.1299143Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:48:11.1404945Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 2022-09-27T15:48:11.1410369Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:48:11.1524902Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:48:11.1684141Z [gw2] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ones_like_cpu_float32 2022-09-27T15:48:11.1845307Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:48:11.1999761Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:48:11.2124544Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 2022-09-27T15:48:11.2206423Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:48:11.2235075Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 2022-09-27T15:48:11.2242458Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_take_cpu_float32 2022-09-27T15:48:11.2273133Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:48:11.2565163Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tan_cpu_float32 2022-09-27T15:48:11.2661846Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:48:11.2682814Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 2022-09-27T15:48:11.2718579Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:48:11.3005308Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tanh_cpu_float32 2022-09-27T15:48:11.3164156Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:48:11.3188266Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:48:11.3357245Z [gw0] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensor_split_cpu_float32 2022-09-27T15:48:11.3442949Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 2022-09-27T15:48:11.3603220Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:48:11.3674816Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:48:11.3744648Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tensordot_cpu_float32 2022-09-27T15:48:11.3883336Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 2022-09-27T15:48:11.3977570Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:48:11.4042856Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 2022-09-27T15:48:11.4326291Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:48:11.4399777Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:48:11.4482787Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tile_cpu_float32 2022-09-27T15:48:11.4819494Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:48:11.4924162Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_cpu_float32 2022-09-27T15:48:11.4956537Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:48:11.5161166Z [gw0] [ 94%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_to_sparse_cpu_float32 2022-09-27T15:48:11.5170090Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 2022-09-27T15:48:11.5343627Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:11.5363750Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:11.5499934Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:48:11.5603863Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_topk_cpu_float32 2022-09-27T15:48:11.5801841Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:48:11.5843261Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 2022-09-27T15:48:11.5875404Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:48:11.6044158Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trace_cpu_float32 2022-09-27T15:48:11.6156471Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:48:11.6283719Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 2022-09-27T15:48:11.6361093Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:48:11.6483430Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_transpose_cpu_float32 2022-09-27T15:48:11.6511332Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:48:11.6724473Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 2022-09-27T15:48:11.6926310Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:48:11.6957174Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:48:11.6995925Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 2022-09-27T15:48:11.7164901Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapezoid_cpu_float32 2022-09-27T15:48:11.7365640Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:48:11.7439968Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:48:11.7520607Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trapz_cpu_float32 2022-09-27T15:48:11.7603230Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 2022-09-27T15:48:11.7808114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:48:11.7820302Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:48:11.8085557Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triangular_solve_cpu_float32 2022-09-27T15:48:11.8089185Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 2022-09-27T15:48:11.8175836Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:48:11.8246599Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_cpu_float32 2022-09-27T15:48:11.8304416Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:48:11.8486109Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 2022-09-27T15:48:11.8636796Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:48:11.8713146Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_tril_indices_cpu_int64 2022-09-27T15:48:11.8785568Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:48:11.8965423Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 2022-09-27T15:48:11.9081782Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:48:11.9165977Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_cpu_float32 2022-09-27T15:48:11.9228283Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:48:11.9407201Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 2022-09-27T15:48:11.9554259Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:48:11.9646064Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_triu_indices_cpu_int64 2022-09-27T15:48:11.9746843Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:48:11.9845928Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 2022-09-27T15:48:12.0011433Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:48:12.0084898Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_true_divide_cpu_float32 2022-09-27T15:48:12.0190539Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:48:12.0285022Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 2022-09-27T15:48:12.0333026Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:48:12.0526291Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_trunc_cpu_float32 2022-09-27T15:48:12.0623665Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:48:12.0725667Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 2022-09-27T15:48:12.0875103Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:48:12.0964631Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unbind_cpu_float32 2022-09-27T15:48:12.1164735Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:48:12.1187803Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:48:12.1260036Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 2022-09-27T15:48:12.1403863Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unflatten_cpu_float32 2022-09-27T15:48:12.1462266Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:48:12.1603643Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 2022-09-27T15:48:12.1760689Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:48:12.1844318Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unfold_cpu_float32 2022-09-27T15:48:12.1884888Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:48:12.2042412Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 2022-09-27T15:48:12.2104439Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:48:12.2284855Z [gw0] [ 94%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_uniform_cpu_float32 2022-09-27T15:48:12.2397047Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:48:12.2526409Z [gw3] [ 94%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 2022-09-27T15:48:12.2767573Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:48:12.2792121Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:48:12.2838381Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ormqr_cpu_float32 2022-09-27T15:48:12.2848082Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:48:12.2957903Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_outer_cpu_float32 2022-09-27T15:48:12.3204960Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 2022-09-27T15:48:12.3284493Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:48:12.3351226Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:48:12.3647085Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 2022-09-27T15:48:12.3758397Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:48:12.4084950Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 2022-09-27T15:48:12.4127191Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:48:12.4134863Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_consecutive_cpu_float32 2022-09-27T15:48:12.4176217Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:48:12.4525734Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 2022-09-27T15:48:12.4767030Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:48:12.5081079Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 2022-09-27T15:48:12.5241625Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:48:12.5403895Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 2022-09-27T15:48:12.5500908Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:48:12.5886239Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 2022-09-27T15:48:12.6746392Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:48:12.6765297Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 2022-09-27T15:48:12.7177980Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:48:12.7191215Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unique_cpu_float32 2022-09-27T15:48:12.7272882Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:48:12.7605330Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_unsqueeze_cpu_float32 2022-09-27T15:48:12.7707584Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:48:12.7742987Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_cpu_float32 2022-09-27T15:48:12.7758646Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 2022-09-27T15:48:12.8046565Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:48:12.8136449Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:48:12.8146620Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 2022-09-27T15:48:12.8225579Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:48:12.8358301Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_var_mean_cpu_float32 2022-09-27T15:48:12.8520998Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 2022-09-27T15:48:12.8566683Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:48:12.8607400Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:48:12.8619876Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 2022-09-27T15:48:12.8974844Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vdot_cpu_float32 2022-09-27T15:48:12.8977879Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 2022-09-27T15:48:12.8979911Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:48:12.8983142Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:48:12.9044239Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_complex_cpu_float32 2022-09-27T15:48:12.9049073Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:48:12.9097796Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 2022-09-27T15:48:12.9368136Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 2022-09-27T15:48:12.9368719Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:48:12.9454896Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:48:12.9461139Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_cpu_float32 2022-09-27T15:48:12.9484412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:48:12.9806468Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 2022-09-27T15:48:12.9864168Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:48:12.9883006Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_as_real_cpu_complex64 2022-09-27T15:48:12.9914384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:48:13.0244637Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 2022-09-27T15:48:13.0324028Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:48:13.0362465Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:48:13.0527456Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_view_cpu_float32 2022-09-27T15:48:13.0759606Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 2022-09-27T15:48:13.0766364Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:48:13.0803512Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vsplit_cpu_float32 2022-09-27T15:48:13.0948085Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:48:13.0998338Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 2022-09-27T15:48:13.1006015Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 2022-09-27T15:48:13.1038441Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:48:13.1124532Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 2022-09-27T15:48:13.1192959Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:48:13.1244091Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_vstack_cpu_float32 2022-09-27T15:48:13.1428604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:48:13.1443965Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 2022-09-27T15:48:13.1537010Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:48:13.1563392Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 2022-09-27T15:48:13.1675403Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:48:13.1689243Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_where_cpu_float32 2022-09-27T15:48:13.1884897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:48:13.1941000Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:48:13.2003528Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 2022-09-27T15:48:13.2140078Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:48:13.2324207Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_xlogy_cpu_float32 2022-09-27T15:48:13.2396706Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:48:13.2442897Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 2022-09-27T15:48:13.2494397Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:48:13.2764847Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zero__cpu_float32 2022-09-27T15:48:13.2838795Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:48:13.2884007Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 2022-09-27T15:48:13.2930178Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:48:13.3205515Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_cpu_float32 2022-09-27T15:48:13.3326347Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:48:13.3436939Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:48:13.3477836Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 2022-09-27T15:48:13.3644700Z [gw0] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_zeros_like_cpu_float32 2022-09-27T15:48:13.3765666Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:48:13.3809512Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:48:13.3980973Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 2022-09-27T15:48:13.3989706Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 2022-09-27T15:48:13.4022590Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:48:13.4038854Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 2022-09-27T15:48:13.4082713Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 2022-09-27T15:48:13.4150638Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:48:13.4202305Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 2022-09-27T15:48:13.4405345Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:48:13.4444530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:48:13.4523772Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 2022-09-27T15:48:13.4645099Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:48:13.4728157Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:48:13.4883709Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 2022-09-27T15:48:13.4965269Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 2022-09-27T15:48:13.5085383Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:48:13.5154664Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:48:13.5323374Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 2022-09-27T15:48:13.5368033Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 2022-09-27T15:48:13.5376602Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 2022-09-27T15:48:13.5443707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:48:13.5538508Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:48:13.5616238Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:48:13.5779971Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 2022-09-27T15:48:13.5801737Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 2022-09-27T15:48:13.6001362Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:48:13.6018467Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:48:13.6166279Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 2022-09-27T15:48:13.6523561Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:48:13.6539993Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 2022-09-27T15:48:13.6550537Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 2022-09-27T15:48:13.6760966Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:48:13.7013119Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:48:13.7037702Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 2022-09-27T15:48:13.7211912Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:48:13.7241971Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 2022-09-27T15:48:13.7443322Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:48:13.7469177Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 2022-09-27T15:48:13.7494634Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 2022-09-27T15:48:13.7531577Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:48:13.7565171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:48:13.7609948Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 2022-09-27T15:48:13.7666120Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 2022-09-27T15:48:13.7724258Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 2022-09-27T15:48:13.7946634Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:48:13.7954382Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 2022-09-27T15:48:13.8003132Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:48:13.8040619Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:48:13.8162477Z [gw1] [ 95%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 2022-09-27T15:48:13.8204820Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 2022-09-27T15:48:13.8401711Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:48:13.8429648Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 2022-09-27T15:48:13.8519798Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:48:13.8551935Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:48:13.8759409Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 2022-09-27T15:48:13.8921475Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:48:13.8964576Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 2022-09-27T15:48:13.8966986Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 2022-09-27T15:48:13.8979823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:48:13.9027158Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:48:13.9044666Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:48:13.9083390Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 2022-09-27T15:48:13.9282588Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:48:13.9364488Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 2022-09-27T15:48:13.9444925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:48:13.9527098Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:48:13.9683156Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:48:13.9714778Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:48:13.9886585Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 2022-09-27T15:48:13.9992421Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:48:14.0117799Z test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:48:14.0194292Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 2022-09-27T15:48:14.0209735Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 2022-09-27T15:48:14.0375047Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:48:14.0445881Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:48:14.0845455Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 2022-09-27T15:48:14.1082875Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:48:14.1326782Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 2022-09-27T15:48:14.1555713Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:48:14.1775983Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 2022-09-27T15:48:14.1790388Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amax_cpu_float32 2022-09-27T15:48:14.1801604Z test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:48:14.1930423Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:48:14.1941502Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 2022-09-27T15:48:14.1971876Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:48:14.2032090Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 2022-09-27T15:48:14.2244422Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 2022-09-27T15:48:14.2364558Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:48:14.2415904Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:48:14.2522900Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 2022-09-27T15:48:14.2685491Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 2022-09-27T15:48:14.2806470Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:48:14.2906231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:48:14.2979038Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 2022-09-27T15:48:14.3103730Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 2022-09-27T15:48:14.3111160Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_amin_cpu_float32 2022-09-27T15:48:14.3163449Z test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:48:14.3209110Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:48:14.3282819Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 2022-09-27T15:48:14.3452790Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:48:14.3605933Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 2022-09-27T15:48:14.3764044Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:48:14.3772351Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 2022-09-27T15:48:14.3959167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:48:14.3997875Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 2022-09-27T15:48:14.4005769Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmax_cpu_float32 2022-09-27T15:48:14.4043173Z test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:48:14.4196538Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:48:14.4244197Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 2022-09-27T15:48:14.4485827Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:48:14.4646555Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:48:14.4872813Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 2022-09-27T15:48:14.4886064Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_argmin_cpu_float32 2022-09-27T15:48:14.4923748Z test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:48:14.5079124Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:48:14.5205328Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 2022-09-27T15:48:14.5323339Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumprod_cpu_float32 2022-09-27T15:48:14.5363905Z test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:48:14.5520839Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:48:14.5545151Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 2022-09-27T15:48:14.5807474Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_cumsum_cpu_float32 2022-09-27T15:48:14.5814629Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:48:14.6037197Z test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:48:14.6245689Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 2022-09-27T15:48:14.6338739Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:48:14.6346377Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 2022-09-27T15:48:14.6360868Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_log_softmax_cpu_float32 2022-09-27T15:48:14.6640387Z test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:48:14.6685392Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logaddexp_cpu_float32 2022-09-27T15:48:14.6805892Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:48:14.6945979Z test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:48:14.6999936Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pca_lowrank_cpu_float32 2022-09-27T15:48:14.7021616Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:48:14.7082868Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_permute_cpu_float32 2022-09-27T15:48:14.7121416Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 2022-09-27T15:48:14.7176710Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:48:14.7190651Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 2022-09-27T15:48:14.7204731Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:48:14.7364100Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 2022-09-27T15:48:14.7606588Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:48:14.7628093Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:48:14.7664943Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pinverse_cpu_float32 2022-09-27T15:48:14.7805013Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 2022-09-27T15:48:14.8046420Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:48:14.8211858Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:48:14.8486934Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 2022-09-27T15:48:14.8517656Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:48:14.8525248Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_logsumexp_cpu_float32 2022-09-27T15:48:14.8583931Z test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:48:14.8600645Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 2022-09-27T15:48:14.8609791Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polar_cpu_float32 2022-09-27T15:48:14.8701547Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:48:14.8925385Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:48:14.8969184Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:48:14.9043176Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 2022-09-27T15:48:14.9158151Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:48:14.9364405Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:48:14.9486675Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:48:14.9628281Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:48:14.9781784Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:48:14.9802452Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:48:14.9925292Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:48:14.9942214Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:48:15.0028018Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 2022-09-27T15:48:15.0132430Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:48:15.0141795Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_mean_cpu_float32 2022-09-27T15:48:15.0243854Z test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:48:15.0283568Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:48:15.0364398Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 2022-09-27T15:48:15.0433743Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:48:15.0463340Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_median_cpu_float32 2022-09-27T15:48:15.0567123Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:48:15.0573018Z test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:48:15.0582550Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 2022-09-27T15:48:15.0684719Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:48:15.0744271Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:48:15.0804138Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:48:15.0857180Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:48:15.1126170Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_positive_cpu_float32 2022-09-27T15:48:15.1245152Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:48:15.1386413Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:48:15.1684540Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_pow_cpu_float32 2022-09-27T15:48:15.2042353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:48:15.2089369Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_prod_cpu_float32 2022-09-27T15:48:15.2100080Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:48:15.2146855Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:48:15.2189018Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:48:15.2474204Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 2022-09-27T15:48:15.2524689Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_put_cpu_float32 2022-09-27T15:48:15.2564765Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:48:15.2683592Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:48:15.2966830Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 2022-09-27T15:48:15.3089830Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:15.3102549Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_qr_cpu_float32 2022-09-27T15:48:15.3139367Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:48:15.3152946Z [gw2] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_quantile_cpu_float32 2022-09-27T15:48:15.3405645Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:15.3526121Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:48:15.3596762Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:48:15.3624204Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rad2deg_cpu_float32 2022-09-27T15:48:15.3845252Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 2022-09-27T15:48:15.3965548Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:15.4160284Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:48:15.4178812Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_rand_like_cpu_float32 2022-09-27T15:48:15.4188238Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 2022-09-27T15:48:15.4406212Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:48:15.4760114Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:48:15.4843845Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randint_like_cpu_float32 2022-09-27T15:48:15.4917553Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:48:15.5286215Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_cpu_float32 2022-09-27T15:48:15.5428708Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:48:15.5498033Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_randn_like_cpu_float32 2022-09-27T15:48:15.5510204Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:15.5725094Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:48:15.5785317Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:48:15.6120963Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_ravel_cpu_float32 2022-09-27T15:48:15.6131748Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 2022-09-27T15:48:15.6167351Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:48:15.6176953Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 2022-09-27T15:48:15.6215591Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:48:15.6565789Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_real_cpu_float32 2022-09-27T15:48:15.6609017Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:48:15.6612662Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:48:15.6671648Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 2022-09-27T15:48:15.7006263Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reciprocal_cpu_float32 2022-09-27T15:48:15.7046425Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:48:15.7095353Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:48:15.7211877Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 2022-09-27T15:48:15.7446304Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_remainder_cpu_float32 2022-09-27T15:48:15.7485452Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:48:15.7512298Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:48:15.7523131Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_norm_cpu_float32 2022-09-27T15:48:15.7537548Z test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:48:15.7562637Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 2022-09-27T15:48:15.7885280Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_renorm_cpu_float32 2022-09-27T15:48:15.7923818Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:48:15.8000375Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:48:15.8134409Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 2022-09-27T15:48:15.8142035Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_normalize_cpu_float32 2022-09-27T15:48:15.8226474Z test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:48:15.8323737Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_cpu_float32 2022-09-27T15:48:15.8404012Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:48:15.8413458Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:48:15.8438390Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:48:15.8766179Z [gw2] [ 95%] SKIPPED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_repeat_interleave_cpu_float32 2022-09-27T15:48:15.8846988Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:48:15.8851410Z test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:48:15.8974729Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 2022-09-27T15:48:15.9205177Z [gw2] [ 95%] PASSED test_ops.py::TestFakeTensorNonErroringCPU::test_fake_reshape_as_cpu_float32 2022-09-27T15:48:15.9285421Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:48:15.9391994Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:48:15.9400657Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_prod_cpu_float32 2022-09-27T15:48:15.9652723Z test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:48:15.9845567Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmax_cpu_float32 2022-09-27T15:48:15.9915836Z test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:48:15.9929019Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 2022-09-27T15:48:15.9953467Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:48:16.0105919Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 2022-09-27T15:48:16.0285260Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_softmin_cpu_float32 2022-09-27T15:48:16.0365390Z test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:48:16.0458331Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:48:16.0470284Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 2022-09-27T15:48:16.0480180Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 2022-09-27T15:48:16.0655940Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:48:16.0805259Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 2022-09-27T15:48:16.0872658Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:48:16.0923357Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 2022-09-27T15:48:16.1087300Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:48:16.1286208Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 2022-09-27T15:48:16.1366447Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:48:16.1419867Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:48:16.1478279Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 2022-09-27T15:48:16.1766156Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 2022-09-27T15:48:16.1845180Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:48:16.1911491Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:48:16.2326117Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 2022-09-27T15:48:16.2420860Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:48:16.2636105Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 2022-09-27T15:48:16.2662085Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 2022-09-27T15:48:16.2691113Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:48:16.2804054Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 2022-09-27T15:48:16.3022427Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:48:16.3084902Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 2022-09-27T15:48:16.3186145Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:48:16.3245239Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 2022-09-27T15:48:16.3298493Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:48:16.3678309Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 2022-09-27T15:48:16.3686919Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:48:16.3939130Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:48:16.4198314Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 2022-09-27T15:48:16.4563393Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:48:16.4578563Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_std_cpu_float32 2022-09-27T15:48:16.4742166Z test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:48:16.4756682Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 2022-09-27T15:48:16.4771384Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 2022-09-27T15:48:16.4787194Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:48:16.4927833Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:48:16.5141403Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 2022-09-27T15:48:16.5165638Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 2022-09-27T15:48:16.5212606Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:48:16.5257327Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:48:16.5645361Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 2022-09-27T15:48:16.5723612Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:48:16.5892113Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 2022-09-27T15:48:16.5900727Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 2022-09-27T15:48:16.5996003Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:48:16.6085275Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 2022-09-27T15:48:16.6176079Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:48:16.6324248Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 2022-09-27T15:48:16.6411279Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:48:16.6428170Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_sum_cpu_float32 2022-09-27T15:48:16.6482040Z test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:48:16.6523259Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 2022-09-27T15:48:16.6565613Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:48:16.6766368Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 2022-09-27T15:48:16.6964610Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:48:16.7031428Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:48:16.7082792Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 2022-09-27T15:48:16.7244809Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 2022-09-27T15:48:16.7405334Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:48:16.7473152Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:48:16.7846256Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 2022-09-27T15:48:16.7849646Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:48:16.7865009Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 2022-09-27T15:48:16.7916191Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:48:16.8003794Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 2022-09-27T15:48:16.8286081Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 2022-09-27T15:48:16.8291532Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:48:16.8406050Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:48:16.8469074Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 2022-09-27T15:48:16.8797286Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 2022-09-27T15:48:16.8797857Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:48:16.8987793Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:48:16.9029284Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 2022-09-27T15:48:16.9207226Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 2022-09-27T15:48:16.9212313Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:48:16.9259481Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:48:16.9360133Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 2022-09-27T15:48:16.9645617Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 2022-09-27T15:48:16.9648043Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:48:16.9702262Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:48:16.9744629Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 2022-09-27T15:48:17.0087858Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 2022-09-27T15:48:17.0088425Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:48:17.0129085Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:48:17.0326619Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 2022-09-27T15:48:17.0527477Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 2022-09-27T15:48:17.0528059Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:48:17.0571932Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:48:17.0580619Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 2022-09-27T15:48:17.0599453Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 2022-09-27T15:48:17.0608774Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__masked_var_cpu_float32 2022-09-27T15:48:17.0687587Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:48:17.0968032Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 2022-09-27T15:48:17.0968630Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:48:17.1007142Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:48:17.1042930Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 2022-09-27T15:48:17.1119493Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:48:17.1405442Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 2022-09-27T15:48:17.1485120Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:48:17.1534285Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:48:17.1556537Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 2022-09-27T15:48:17.1638701Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 2022-09-27T15:48:17.1647608Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 2022-09-27T15:48:17.1812941Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:48:17.1842529Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 2022-09-27T15:48:17.1900905Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:48:17.1921660Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 2022-09-27T15:48:17.2083891Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:48:17.2158474Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:48:17.2172702Z [gw1] [ 95%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 2022-09-27T15:48:17.2177850Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 2022-09-27T15:48:17.2259751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:48:17.2281694Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 2022-09-27T15:48:17.2307084Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:48:17.2361908Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 2022-09-27T15:48:17.2523728Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:48:17.2688604Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:48:17.2702278Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 2022-09-27T15:48:17.2721552Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 2022-09-27T15:48:17.2802580Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:48:17.2832539Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:48:17.2923869Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 2022-09-27T15:48:17.2962892Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 2022-09-27T15:48:17.3065731Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:48:17.3164105Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 2022-09-27T15:48:17.3184838Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:48:17.3242568Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 2022-09-27T15:48:17.3404062Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:48:17.3579830Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:48:17.3608475Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 2022-09-27T15:48:17.3610791Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 2022-09-27T15:48:17.3680085Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:48:17.3688046Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 2022-09-27T15:48:17.3843594Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:48:17.4015069Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:48:17.4043495Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 2022-09-27T15:48:17.4073004Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:48:17.4199502Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 2022-09-27T15:48:17.4205793Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 2022-09-27T15:48:17.4282493Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:48:17.4460147Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:48:17.4483147Z [gw2] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 2022-09-27T15:48:17.4512836Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:48:17.4549733Z [gw3] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 2022-09-27T15:48:17.4641692Z [gw0] [ 95%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 2022-09-27T15:48:17.4723798Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:48:17.4926197Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:48:17.4970314Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:48:17.4986250Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 2022-09-27T15:48:17.5016054Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 2022-09-27T15:48:17.5081966Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 2022-09-27T15:48:17.5162994Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:48:17.5281729Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:48:17.5368465Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 2022-09-27T15:48:17.5377743Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 2022-09-27T15:48:17.5414294Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:48:17.5524027Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 2022-09-27T15:48:17.5588558Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:48:17.5602364Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 2022-09-27T15:48:17.5632649Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:48:17.5803798Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 2022-09-27T15:48:17.5852825Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:48:17.5963959Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 2022-09-27T15:48:17.6062966Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:48:17.6082758Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 2022-09-27T15:48:17.6245491Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:48:17.6263212Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:48:17.6297651Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 2022-09-27T15:48:17.6402629Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 2022-09-27T15:48:17.6443541Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:48:17.6522088Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 2022-09-27T15:48:17.6575423Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:48:17.6682589Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 2022-09-27T15:48:17.6712283Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:48:17.6842979Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 2022-09-27T15:48:17.6882858Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:48:17.6963505Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 2022-09-27T15:48:17.7124473Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:48:17.7131827Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:48:17.7158091Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 2022-09-27T15:48:17.7285117Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 2022-09-27T15:48:17.7404803Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:48:17.7457993Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:48:17.7564821Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 2022-09-27T15:48:17.7575886Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:48:17.7604025Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 2022-09-27T15:48:17.7723443Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 2022-09-27T15:48:17.7796906Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:48:17.7842540Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 2022-09-27T15:48:17.7955652Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:48:17.8002464Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 2022-09-27T15:48:17.8033124Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:48:17.8162952Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 2022-09-27T15:48:17.8205624Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:48:17.8282557Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 2022-09-27T15:48:17.8427850Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:48:17.8441994Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 2022-09-27T15:48:17.8472813Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:48:17.8603055Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 2022-09-27T15:48:17.8724383Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:48:17.8795149Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:48:17.8800335Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 2022-09-27T15:48:17.8883158Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 2022-09-27T15:48:17.8934827Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:48:17.9043534Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 2022-09-27T15:48:17.9075051Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:48:17.9162718Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 2022-09-27T15:48:17.9230719Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:48:17.9322262Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 2022-09-27T15:48:17.9355036Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:48:17.9482893Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 2022-09-27T15:48:17.9512018Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:48:17.9603871Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 2022-09-27T15:48:17.9669986Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:48:17.9763699Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 2022-09-27T15:48:17.9795034Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:48:17.9923049Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 2022-09-27T15:48:17.9953573Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:48:18.0042531Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 2022-09-27T15:48:18.0204147Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:48:18.0252140Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:48:18.0365011Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 2022-09-27T15:48:18.0478238Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:48:18.0646257Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 2022-09-27T15:48:18.0659321Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:48:18.0669769Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 2022-09-27T15:48:18.0679716Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:48:18.0741386Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 2022-09-27T15:48:18.0802496Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 2022-09-27T15:48:18.1035487Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:48:18.1085959Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 2022-09-27T15:48:18.1086876Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:48:18.1126307Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:48:18.1147930Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 2022-09-27T15:48:18.1244204Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 2022-09-27T15:48:18.1473384Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:48:18.1526003Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 2022-09-27T15:48:18.1527271Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:48:18.1557784Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:48:18.1580605Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 2022-09-27T15:48:18.1683650Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 2022-09-27T15:48:18.1911689Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:48:18.1964227Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 2022-09-27T15:48:18.2007673Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:48:18.2010998Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 2022-09-27T15:48:18.2062523Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:48:18.2123637Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 2022-09-27T15:48:18.2203538Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:48:18.2403826Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 2022-09-27T15:48:18.2439181Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:48:18.2448072Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 2022-09-27T15:48:18.2506043Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:48:18.2561853Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 2022-09-27T15:48:18.2604211Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:48:18.2843924Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 2022-09-27T15:48:18.2883082Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:48:18.2892659Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:48:18.3002674Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 2022-09-27T15:48:18.3078237Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:48:18.3093737Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 2022-09-27T15:48:18.3285060Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 2022-09-27T15:48:18.3327588Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:48:18.3336341Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 2022-09-27T15:48:18.3472311Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:48:18.3480986Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 2022-09-27T15:48:18.3609608Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:48:18.3759524Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 2022-09-27T15:48:18.3774304Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:48:18.3811171Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 2022-09-27T15:48:18.3964319Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:48:18.4019588Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:48:18.4065233Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 2022-09-27T15:48:18.4169581Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 2022-09-27T15:48:18.4218510Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:48:18.4242698Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 2022-09-27T15:48:18.4290757Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:48:18.4405318Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 2022-09-27T15:48:18.4648667Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:48:18.4650767Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:48:18.4743637Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 2022-09-27T15:48:18.4783614Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:48:18.4822161Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 2022-09-27T15:48:18.4881411Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 2022-09-27T15:48:18.5076016Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:48:18.5086018Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:48:18.5163909Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 2022-09-27T15:48:18.5207758Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:48:18.5243483Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 2022-09-27T15:48:18.5321215Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 2022-09-27T15:48:18.5484275Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:48:18.5526257Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:48:18.5528705Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 2022-09-27T15:48:18.5602305Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 2022-09-27T15:48:18.5628363Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:48:18.5763512Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 2022-09-27T15:48:18.5923771Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:48:18.5948045Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:48:18.6043314Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 2022-09-27T15:48:18.6076476Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:48:18.6102712Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 2022-09-27T15:48:18.6201959Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 2022-09-27T15:48:18.6364835Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:48:18.6390665Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:48:18.6423953Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 2022-09-27T15:48:18.6482941Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 2022-09-27T15:48:18.6512698Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:48:18.6643807Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 2022-09-27T15:48:18.6709714Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:48:18.6803708Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 2022-09-27T15:48:18.6834685Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:48:18.6923319Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 2022-09-27T15:48:18.6954159Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:48:18.7084806Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 2022-09-27T15:48:18.7124993Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:48:18.7135945Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 2022-09-27T15:48:18.7142787Z [gw1] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 2022-09-27T15:48:18.7243366Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:48:18.7278271Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:48:18.7363393Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 2022-09-27T15:48:18.7394123Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:48:18.7523507Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 2022-09-27T15:48:18.7566041Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:48:18.7683145Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 2022-09-27T15:48:18.7720213Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:48:18.7802259Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 2022-09-27T15:48:18.7832359Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:48:18.7964347Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 2022-09-27T15:48:18.8125653Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:48:18.8159296Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:48:18.8225203Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 2022-09-27T15:48:18.8242847Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 2022-09-27T15:48:18.8358638Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:48:18.8404113Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 2022-09-27T15:48:18.8565868Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:48:18.8690258Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:48:18.8696816Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 2022-09-27T15:48:18.8718429Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:48:18.8906436Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 2022-09-27T15:48:18.8918130Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 2022-09-27T15:48:18.8960405Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:48:18.9003425Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 2022-09-27T15:48:18.9040930Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:48:18.9123490Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 2022-09-27T15:48:18.9156524Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:48:18.9324651Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 2022-09-27T15:48:18.9444722Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:48:18.9490595Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:48:18.9501134Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 2022-09-27T15:48:18.9564094Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 2022-09-27T15:48:18.9602055Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:48:18.9805277Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 2022-09-27T15:48:18.9884104Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:48:18.9948021Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:48:18.9958270Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 2022-09-27T15:48:19.0001331Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 2022-09-27T15:48:19.0049409Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:48:19.0242729Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 2022-09-27T15:48:19.0266474Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:48:19.0322793Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 2022-09-27T15:48:19.0360524Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:48:19.0441817Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 2022-09-27T15:48:19.0530781Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:48:19.0683289Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 2022-09-27T15:48:19.0764287Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:48:19.0801739Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:48:19.0826553Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 2022-09-27T15:48:19.0882375Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 2022-09-27T15:48:19.0911950Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:48:19.1123293Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 2022-09-27T15:48:19.1146427Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:48:19.1202970Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 2022-09-27T15:48:19.1255527Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:48:19.1321382Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 2022-09-27T15:48:19.1349384Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:48:19.1562212Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 2022-09-27T15:48:19.1642537Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:48:19.1736841Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:48:19.1761210Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 2022-09-27T15:48:19.1978474Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:48:19.2003390Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 2022-09-27T15:48:19.2057021Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:48:19.2068105Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 2022-09-27T15:48:19.2082108Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 2022-09-27T15:48:19.2120552Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:48:19.2202685Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 2022-09-27T15:48:19.2235309Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:48:19.2445094Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 2022-09-27T15:48:19.2524734Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:48:19.2558733Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:48:19.2582857Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 2022-09-27T15:48:19.2643657Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 2022-09-27T15:48:19.2679595Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:48:19.2884135Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 2022-09-27T15:48:19.2964343Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:48:19.2998462Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:48:19.3078268Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 2022-09-27T15:48:19.3088364Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 2022-09-27T15:48:19.3203943Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:48:19.3323950Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 2022-09-27T15:48:19.3403609Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:48:19.3443977Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:48:19.3524062Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 2022-09-27T15:48:19.3569995Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:48:19.3729796Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 2022-09-27T15:48:19.3762037Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 2022-09-27T15:48:19.3844032Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:48:19.3880816Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:48:19.3962867Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 2022-09-27T15:48:19.3972850Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 2022-09-27T15:48:19.4014962Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:48:19.4205023Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 2022-09-27T15:48:19.4284122Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:48:19.4336814Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:48:19.4404506Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 2022-09-27T15:48:19.4443290Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:48:19.4461780Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 2022-09-27T15:48:19.4644032Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 2022-09-27T15:48:19.4723606Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:48:19.4760639Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:48:19.4843020Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 2022-09-27T15:48:19.4880910Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:48:19.4968060Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 2022-09-27T15:48:19.5082034Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 2022-09-27T15:48:19.5162922Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:48:19.5181557Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:48:19.5201943Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 2022-09-27T15:48:19.5283009Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 2022-09-27T15:48:19.5322092Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:48:19.5524209Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 2022-09-27T15:48:19.5564524Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:48:19.5603258Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 2022-09-27T15:48:19.5651558Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:48:19.5724490Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 2022-09-27T15:48:19.5771955Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:48:19.5965860Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 2022-09-27T15:48:19.6022695Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:48:19.6043233Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 2022-09-27T15:48:19.6080916Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:48:19.6163721Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 2022-09-27T15:48:19.6211569Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:48:19.6404875Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 2022-09-27T15:48:19.6451810Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:48:19.6482809Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 2022-09-27T15:48:19.6520407Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:48:19.6602677Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 2022-09-27T15:48:19.6630251Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:48:19.6844567Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 2022-09-27T15:48:19.6880037Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:48:19.6922261Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 2022-09-27T15:48:19.6964966Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:48:19.7042792Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 2022-09-27T15:48:19.7070287Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:48:19.7254065Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 2022-09-27T15:48:19.7262753Z [gw1] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 2022-09-27T15:48:19.7284414Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:48:19.7290090Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:48:19.7313950Z [gw1] [ 96%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 2022-09-27T15:48:19.7361737Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 2022-09-27T15:48:19.7482730Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:48:19.7505568Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:48:19.7564649Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 2022-09-27T15:48:19.7683768Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 2022-09-27T15:48:19.7723110Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:48:19.7749303Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:48:19.7803597Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 2022-09-27T15:48:19.7841861Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:48:19.7930818Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 2022-09-27T15:48:19.7977344Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:48:19.8164676Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 2022-09-27T15:48:19.8190997Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:48:19.8243043Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 2022-09-27T15:48:19.8363011Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:48:19.8388352Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:48:19.8399975Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 2022-09-27T15:48:19.8603626Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 2022-09-27T15:48:19.8629224Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:48:19.8683589Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 2022-09-27T15:48:19.8746861Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:48:19.8802679Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 2022-09-27T15:48:19.8845337Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:48:19.9045671Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 2022-09-27T15:48:19.9083429Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:48:19.9124092Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 2022-09-27T15:48:19.9189469Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:19.9244444Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:19.9282839Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:48:19.9485429Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 2022-09-27T15:48:19.9527441Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:48:19.9594509Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 2022-09-27T15:48:19.9633085Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:48:19.9685074Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 2022-09-27T15:48:19.9724125Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:48:19.9925840Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 2022-09-27T15:48:19.9959561Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:48:20.0013740Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 2022-09-27T15:48:20.0040322Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:48:20.0124543Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 2022-09-27T15:48:20.0169092Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:48:20.0365330Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 2022-09-27T15:48:20.0396133Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:48:20.0443663Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 2022-09-27T15:48:20.0564915Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:48:20.0573693Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 2022-09-27T15:48:20.0601544Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:48:20.0805129Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 2022-09-27T15:48:20.0854455Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:48:20.0882601Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 2022-09-27T15:48:20.0910496Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:48:20.1003009Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 2022-09-27T15:48:20.1033911Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:48:20.1245018Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 2022-09-27T15:48:20.1284267Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:48:20.1323356Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 2022-09-27T15:48:20.1355203Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:48:20.1443400Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 2022-09-27T15:48:20.1553440Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:48:20.1683763Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 2022-09-27T15:48:20.1729989Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:48:20.1763502Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 2022-09-27T15:48:20.1796002Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:48:20.1883561Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 2022-09-27T15:48:20.1939375Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:48:20.2124750Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 2022-09-27T15:48:20.2203994Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:48:20.2241312Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:48:20.2249355Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 2022-09-27T15:48:20.2324556Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 2022-09-27T15:48:20.2355240Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:48:20.2564863Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 2022-09-27T15:48:20.2613712Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:48:20.2643090Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 2022-09-27T15:48:20.2692889Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:48:20.2764339Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 2022-09-27T15:48:20.2819748Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:48:20.3006068Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 2022-09-27T15:48:20.3051191Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:48:20.3083102Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 2022-09-27T15:48:20.3118854Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:48:20.3204420Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 2022-09-27T15:48:20.3250033Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:48:20.3445595Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 2022-09-27T15:48:20.3497359Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:48:20.3564888Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 2022-09-27T15:48:20.3614556Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:48:20.3643568Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 2022-09-27T15:48:20.3691092Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:48:20.3925486Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 2022-09-27T15:48:20.3967426Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:48:20.4003933Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 2022-09-27T15:48:20.4054504Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:48:20.4083217Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 2022-09-27T15:48:20.4137677Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:48:20.4366143Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 2022-09-27T15:48:20.4413060Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:48:20.4443175Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 2022-09-27T15:48:20.4478955Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:48:20.4524288Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 2022-09-27T15:48:20.4558365Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:48:20.4805491Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 2022-09-27T15:48:20.4854588Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:48:20.4883240Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 2022-09-27T15:48:20.4930570Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:48:20.4962900Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 2022-09-27T15:48:20.5001564Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:48:20.5244617Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 2022-09-27T15:48:20.5323465Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:48:20.5366471Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:48:20.5369344Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 2022-09-27T15:48:20.5402445Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 2022-09-27T15:48:20.5444494Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:48:20.5684744Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 2022-09-27T15:48:20.5729311Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:48:20.5763728Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 2022-09-27T15:48:20.5802524Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:48:20.5843005Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 2022-09-27T15:48:20.5884919Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:48:20.6125533Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 2022-09-27T15:48:20.6170180Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:48:20.6203500Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 2022-09-27T15:48:20.6244098Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:48:20.6283391Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 2022-09-27T15:48:20.6321929Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:48:20.6564716Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 2022-09-27T15:48:20.6611393Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:48:20.6643643Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 2022-09-27T15:48:20.6723581Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:48:20.6738597Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:48:20.6774480Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 2022-09-27T15:48:20.6940669Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 2022-09-27T15:48:20.6947223Z [gw1] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 2022-09-27T15:48:20.6973678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:48:20.7002343Z [gw1] [ 96%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 2022-09-27T15:48:20.7048797Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:48:20.7082078Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 2022-09-27T15:48:20.7115217Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:48:20.7161896Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 2022-09-27T15:48:20.7279908Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:48:20.7363700Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 2022-09-27T15:48:20.7396515Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:48:20.7442404Z [gw1] [ 96%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 2022-09-27T15:48:20.7488967Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:48:20.7522063Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 2022-09-27T15:48:20.7564621Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:48:20.7603152Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 2022-09-27T15:48:20.7729698Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:48:20.7803595Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 2022-09-27T15:48:20.7842239Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:48:20.7883239Z [gw1] [ 96%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 2022-09-27T15:48:20.7935602Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:48:20.7962563Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 2022-09-27T15:48:20.8088276Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:48:20.8093000Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:48:20.8105790Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 2022-09-27T15:48:20.8243883Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 2022-09-27T15:48:20.8376392Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:48:20.8382513Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:48:20.8554295Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 2022-09-27T15:48:20.8559805Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:48:20.8608155Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 2022-09-27T15:48:20.8624310Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:48:20.8632906Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 2022-09-27T15:48:20.8681298Z [gw1] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 2022-09-27T15:48:20.8845186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:48:20.8888126Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:48:20.8896575Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 2022-09-27T15:48:20.8945001Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:48:20.9003657Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 2022-09-27T15:48:20.9364086Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:48:20.9434468Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:48:20.9435607Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 2022-09-27T15:48:20.9442154Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 2022-09-27T15:48:20.9474456Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:48:20.9475321Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 2022-09-27T15:48:20.9564748Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:48:20.9646716Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 2022-09-27T15:48:20.9696412Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:48:20.9806135Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 2022-09-27T15:48:20.9840841Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:48:20.9883614Z [gw3] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 2022-09-27T15:48:21.0014802Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:48:21.0035915Z [gw1] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 2022-09-27T15:48:21.0084812Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:48:21.0124228Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:48:21.0133408Z [gw1] [ 96%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 2022-09-27T15:48:21.0144134Z [gw2] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 2022-09-27T15:48:21.0243839Z [gw0] [ 96%] PASSED test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 2022-09-27T15:48:21.0274954Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:48:21.0322616Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 2022-09-27T15:48:21.0444060Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:48:21.0495444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:48:21.0622299Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 2022-09-27T15:48:21.0628689Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:48:21.0674067Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 2022-09-27T15:48:21.0723283Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 2022-09-27T15:48:21.0771323Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:48:21.0781760Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 2022-09-27T15:48:21.0812676Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:48:21.0881891Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 2022-09-27T15:48:21.1003140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:48:21.1012484Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:48:21.1051575Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 2022-09-27T15:48:21.1162799Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 2022-09-27T15:48:21.1196964Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:48:21.1209332Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 2022-09-27T15:48:21.1244139Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:48:21.1323333Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 2022-09-27T15:48:21.1413371Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:48:21.1442694Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 2022-09-27T15:48:21.1476144Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:48:21.1604914Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 2022-09-27T15:48:21.1640509Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:48:21.1651951Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 2022-09-27T15:48:21.1703254Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:48:21.1803706Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:48:21.1835927Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:48:21.1883188Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 2022-09-27T15:48:21.1937007Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:48:21.2044209Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 2022-09-27T15:48:21.2146041Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:48:21.2378801Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:48:21.2383697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:48:21.2388594Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 2022-09-27T15:48:21.2392167Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 2022-09-27T15:48:21.2395109Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:48:21.2454017Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 2022-09-27T15:48:21.2526105Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 2022-09-27T15:48:21.2527631Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:48:21.2598173Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:48:21.2687405Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:48:21.2689986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:48:21.2857822Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 2022-09-27T15:48:21.2860898Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:48:21.3004916Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 2022-09-27T15:48:21.3007759Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:48:21.3010508Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:48:21.3064661Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:48:21.3120122Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 2022-09-27T15:48:21.3166547Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 2022-09-27T15:48:21.3288065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:48:21.3291871Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:48:21.3355230Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 2022-09-27T15:48:21.3440753Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 2022-09-27T15:48:21.3441751Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:48:21.3445207Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:48:21.3756407Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 2022-09-27T15:48:21.3762129Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:48:21.3768631Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 2022-09-27T15:48:21.3881669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:48:21.3884255Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:48:21.4151251Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:48:21.4162862Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:48:21.4196938Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 2022-09-27T15:48:21.4267230Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:48:21.4298421Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:48:21.4302217Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 2022-09-27T15:48:21.4323774Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:48:21.4565747Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 2022-09-27T15:48:21.4631242Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:48:21.4644485Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 2022-09-27T15:48:21.4693562Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:48:21.4801332Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 2022-09-27T15:48:21.4815063Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:48:21.5045703Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 2022-09-27T15:48:21.5103510Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:48:21.5109136Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:48:21.5241571Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 2022-09-27T15:48:21.5256270Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 2022-09-27T15:48:21.5310434Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:48:21.5484571Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 2022-09-27T15:48:21.5523364Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:48:21.5547148Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:48:21.5619416Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 2022-09-27T15:48:21.5749451Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 2022-09-27T15:48:21.5776563Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:48:21.5924129Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 2022-09-27T15:48:21.5986294Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:48:21.6004250Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 2022-09-27T15:48:21.6093263Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:48:21.6182652Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 2022-09-27T15:48:21.6208647Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:48:21.6420239Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 2022-09-27T15:48:21.6422556Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:48:21.6445464Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 2022-09-27T15:48:21.6517598Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:48:21.6649103Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 2022-09-27T15:48:21.6652151Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:48:21.6856902Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 2022-09-27T15:48:21.6870994Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:48:21.6896605Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 2022-09-27T15:48:21.6937000Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:48:21.7087749Z [gw2] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_linalg_pinv_singular_cpu_float32 2022-09-27T15:48:21.7089852Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:48:21.7184431Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 2022-09-27T15:48:21.7198658Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 2022-09-27T15:48:21.7344503Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:48:21.7345039Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:48:21.7345492Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:48:21.7469336Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 2022-09-27T15:48:21.7487218Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 2022-09-27T15:48:21.7539254Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:48:21.7725244Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 2022-09-27T15:48:21.7776725Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:48:21.7804605Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 2022-09-27T15:48:21.7828554Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:48:21.7882190Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 2022-09-27T15:48:21.7892392Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 2022-09-27T15:48:21.8014681Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:48:21.8018779Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:48:21.8166445Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 2022-09-27T15:48:21.8220578Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:48:21.8244070Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:48:21.8345304Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:48:21.8415744Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 2022-09-27T15:48:21.8452249Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:48:21.8490186Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 2022-09-27T15:48:21.8502945Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 2022-09-27T15:48:21.8604491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:48:21.8659023Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:48:21.8756683Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 2022-09-27T15:48:21.8791788Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:48:21.8859026Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 2022-09-27T15:48:21.8893236Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:48:21.9044563Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 2022-09-27T15:48:21.9125377Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:48:21.9218880Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:48:21.9298148Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 2022-09-27T15:48:21.9339591Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:48:21.9540452Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 2022-09-27T15:48:21.9547708Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 2022-09-27T15:48:21.9608071Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:48:21.9656499Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:48:21.9766280Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:48:21.9852735Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:48:21.9995186Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 2022-09-27T15:48:22.0000237Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:48:22.0262495Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 2022-09-27T15:48:22.0267873Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:48:22.0350886Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 2022-09-27T15:48:22.0370320Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 2022-09-27T15:48:22.0439933Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:48:22.0457986Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:48:22.0474441Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 2022-09-27T15:48:22.0688113Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 2022-09-27T15:48:22.0693062Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:48:22.0855155Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 2022-09-27T15:48:22.0862111Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:48:22.0868585Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 2022-09-27T15:48:22.0902662Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:48:22.1174965Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 2022-09-27T15:48:22.1183979Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:48:22.1293003Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 2022-09-27T15:48:22.1299425Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:48:22.1305429Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 2022-09-27T15:48:22.1378900Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:48:22.1639958Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 2022-09-27T15:48:22.1646623Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:48:22.1746249Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 2022-09-27T15:48:22.1759821Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:48:22.1767730Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 2022-09-27T15:48:22.1773963Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:48:22.2101155Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 2022-09-27T15:48:22.2107936Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:48:22.2173733Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 2022-09-27T15:48:22.2179329Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:48:22.2187588Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 2022-09-27T15:48:22.2291105Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:48:22.2485803Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 2022-09-27T15:48:22.2546199Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:48:22.2563065Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 2022-09-27T15:48:22.2604575Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:48:22.2611138Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:48:22.2722647Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 2022-09-27T15:48:22.2925801Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 2022-09-27T15:48:22.2988526Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:48:22.3003137Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 2022-09-27T15:48:22.3042228Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:48:22.3079739Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:48:22.3093740Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 2022-09-27T15:48:22.3338865Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 2022-09-27T15:48:22.3351568Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 2022-09-27T15:48:22.3365028Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:48:22.3386275Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:48:22.3444860Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 2022-09-27T15:48:22.3494899Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:48:22.3516533Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 2022-09-27T15:48:22.3536474Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 2022-09-27T15:48:22.3536909Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:48:22.3765062Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 2022-09-27T15:48:22.3797620Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:48:22.3808748Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 2022-09-27T15:48:22.3856433Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:48:22.3882366Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 2022-09-27T15:48:22.3925861Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:48:22.3932428Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 2022-09-27T15:48:22.3976912Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:48:22.4204943Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 2022-09-27T15:48:22.4233933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:48:22.4246900Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 2022-09-27T15:48:22.4323670Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:48:22.4364832Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:48:22.4369848Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 2022-09-27T15:48:22.4439087Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:48:22.4730819Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 2022-09-27T15:48:22.4731504Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:48:22.4764769Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 2022-09-27T15:48:22.4803496Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:48:22.4813288Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 2022-09-27T15:48:22.4861584Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:48:22.4863055Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 2022-09-27T15:48:22.4874917Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 2022-09-27T15:48:22.4988516Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:48:22.5124273Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 2022-09-27T15:48:22.5163550Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:48:22.5203497Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 2022-09-27T15:48:22.5242886Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:48:22.5260426Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:48:22.5297421Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 2022-09-27T15:48:22.5322699Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 2022-09-27T15:48:22.5389240Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:48:22.5564803Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 2022-09-27T15:48:22.5598092Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:48:22.5642864Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 2022-09-27T15:48:22.5683134Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:48:22.5696290Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:48:22.5740727Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 2022-09-27T15:48:22.5762347Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 2022-09-27T15:48:22.5809357Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:48:22.6004866Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 2022-09-27T15:48:22.6037956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:22.6082914Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:22.6123046Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:48:22.6129773Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:48:22.6187230Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 2022-09-27T15:48:22.6202583Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 2022-09-27T15:48:22.6240372Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:48:22.6443549Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 2022-09-27T15:48:22.6479772Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:22.6523728Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:22.6565104Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:48:22.6573139Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:48:22.6615399Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 2022-09-27T15:48:22.6683823Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 2022-09-27T15:48:22.6722077Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:48:22.6883454Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 2022-09-27T15:48:22.6903193Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:22.6962382Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:22.7002174Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:48:22.7012519Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:48:22.7090211Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 2022-09-27T15:48:22.7161910Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 2022-09-27T15:48:22.7207161Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:48:22.7323686Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 2022-09-27T15:48:22.7340799Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:22.7400969Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:22.7435936Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:48:22.7445469Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 2022-09-27T15:48:22.7477289Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:48:22.7602446Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 2022-09-27T15:48:22.7728455Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:48:22.7763261Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 2022-09-27T15:48:22.7886863Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:48:22.7887432Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:48:22.7919349Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:48:22.7930674Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 2022-09-27T15:48:22.8042769Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 2022-09-27T15:48:22.8244153Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:48:22.8251249Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 2022-09-27T15:48:22.8286268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:48:22.8323915Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 2022-09-27T15:48:22.8329425Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:48:22.8370020Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:48:22.8398214Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 2022-09-27T15:48:22.8453132Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 2022-09-27T15:48:22.8484093Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 2022-09-27T15:48:22.8686203Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:48:22.8722404Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:48:22.8766050Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:48:22.8771530Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 2022-09-27T15:48:22.8835513Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:48:22.8840038Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 2022-09-27T15:48:22.8848301Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:48:22.8924218Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 2022-09-27T15:48:22.9094456Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:48:22.9124090Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 2022-09-27T15:48:22.9156763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:48:22.9203246Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:48:22.9241238Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:48:22.9246146Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 2022-09-27T15:48:22.9293485Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:48:22.9405040Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 2022-09-27T15:48:22.9566350Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:48:22.9646749Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:48:22.9706596Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:48:22.9712400Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 2022-09-27T15:48:22.9755929Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:48:22.9822187Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 2022-09-27T15:48:23.0008964Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 2022-09-27T15:48:23.0035230Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 2022-09-27T15:48:23.0104175Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:48:23.0110381Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:48:23.0166934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:48:23.0180425Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:48:23.0308974Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 2022-09-27T15:48:23.0461539Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 2022-09-27T15:48:23.0491675Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 2022-09-27T15:48:23.0529651Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:48:23.0593800Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:48:23.0603040Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 2022-09-27T15:48:23.0612230Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:48:23.0774294Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 2022-09-27T15:48:23.0800079Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 2022-09-27T15:48:23.0854114Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:48:23.1025853Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 2022-09-27T15:48:23.1049266Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:48:23.1074564Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 2022-09-27T15:48:23.1091386Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 2022-09-27T15:48:23.1094389Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:48:23.1105287Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 2022-09-27T15:48:23.1142297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:48:23.1239283Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:48:23.1254022Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:48:23.1491455Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 2022-09-27T15:48:23.1496027Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:48:23.1568619Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 2022-09-27T15:48:23.1572860Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:48:23.1611949Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 2022-09-27T15:48:23.1616170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:48:23.1694924Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:48:23.1700252Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:48:23.1844227Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 2022-09-27T15:48:23.2015378Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:48:23.2021216Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:48:23.2040236Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 2022-09-27T15:48:23.2093243Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:48:23.2213191Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:48:23.2286781Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 2022-09-27T15:48:23.2292278Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 2022-09-27T15:48:23.2536699Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:48:23.2537336Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 2022-09-27T15:48:23.2549710Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:48:23.2613542Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:48:23.2826138Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 2022-09-27T15:48:23.2974824Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 2022-09-27T15:48:23.2994571Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:48:23.3000796Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:48:23.3068875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:48:23.3448516Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 2022-09-27T15:48:23.3458713Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:48:23.3610386Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 2022-09-27T15:48:23.3641226Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 2022-09-27T15:48:23.3887440Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:48:23.3895766Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:48:23.3968143Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 2022-09-27T15:48:23.4044279Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 2022-09-27T15:48:23.4205032Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:48:23.4265621Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 2022-09-27T15:48:23.4300970Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 2022-09-27T15:48:23.4348300Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:48:23.4486916Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:48:23.4649736Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:48:23.4722731Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 2022-09-27T15:48:23.4737458Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 2022-09-27T15:48:23.4893597Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:48:23.4926176Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 2022-09-27T15:48:23.5004495Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:48:23.5152994Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:48:23.5190712Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 2022-09-27T15:48:23.5462457Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:48:23.5501202Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 2022-09-27T15:48:23.5678761Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:48:23.5699063Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 2022-09-27T15:48:23.5910644Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:48:23.5948746Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 2022-09-27T15:48:23.6110961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:48:23.6132452Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 2022-09-27T15:48:23.6250456Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:48:23.6276061Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 2022-09-27T15:48:23.6561458Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:48:23.6573466Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 2022-09-27T15:48:23.6604064Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:48:23.6614981Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:48:23.6646364Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:48:23.6765796Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:48:23.6775192Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 2022-09-27T15:48:23.6858007Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:48:23.6874991Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 2022-09-27T15:48:23.7003762Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 2022-09-27T15:48:23.7043635Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:48:23.7068665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:48:23.7115521Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:48:23.7202360Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 2022-09-27T15:48:23.7446637Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:48:23.7499531Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:48:23.7520106Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 2022-09-27T15:48:23.7551482Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:23.7940270Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:23.7943080Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:48:23.7997737Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 2022-09-27T15:48:23.7998762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:23.8060027Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:23.8079298Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 2022-09-27T15:48:23.8287993Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:48:23.8328351Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 2022-09-27T15:48:23.8401508Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:48:23.8441381Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 2022-09-27T15:48:23.8442113Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:23.8524964Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:23.8728914Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:48:23.8767021Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 2022-09-27T15:48:23.8924704Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:48:23.8925560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:23.9019050Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:23.9240696Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:48:23.9261996Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 2022-09-27T15:48:23.9303787Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:48:23.9368719Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 2022-09-27T15:48:23.9369923Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:48:23.9373311Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:48:23.9442858Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 2022-09-27T15:48:23.9757711Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:48:23.9842640Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:48:24.0422156Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:48:24.0542271Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 2022-09-27T15:48:24.0584018Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:48:24.0875364Z [gw3] [ 97%] SKIPPED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 2022-09-27T15:48:24.0899823Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 2022-09-27T15:48:24.0999121Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:48:24.2153386Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:48:24.2166963Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 2022-09-27T15:48:24.2208417Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:48:24.2384152Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 2022-09-27T15:48:24.2403863Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 2022-09-27T15:48:24.2682511Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:48:24.2697667Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:48:24.3123322Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 2022-09-27T15:48:24.3997459Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:48:24.4028210Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 2022-09-27T15:48:24.4111470Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:48:24.4488096Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 2022-09-27T15:48:24.4866034Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:48:24.4887090Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 2022-09-27T15:48:24.4930549Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 2022-09-27T15:48:24.5122654Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:48:24.5168543Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:48:24.5573816Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 2022-09-27T15:48:24.5574539Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:48:24.5760581Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 2022-09-27T15:48:24.5876584Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 2022-09-27T15:48:24.5928662Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:48:24.5955173Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 2022-09-27T15:48:24.6014975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:48:24.6042256Z [gw1] [ 97%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 2022-09-27T15:48:24.6047945Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:48:24.6444249Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 2022-09-27T15:48:24.6514675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:48:24.6523934Z [gw3] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 2022-09-27T15:48:24.6552739Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:48:24.6564804Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:48:24.6742685Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 2022-09-27T15:48:24.6802675Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 2022-09-27T15:48:24.6883050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:48:24.7112757Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:48:24.7135086Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 2022-09-27T15:48:24.7242792Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 2022-09-27T15:48:24.7359361Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:48:24.7620495Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:48:24.7639788Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 2022-09-27T15:48:24.7716828Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:48:24.7839762Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 2022-09-27T15:48:24.8108874Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:48:24.8150422Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 2022-09-27T15:48:24.8221320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:48:24.8242560Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 2022-09-27T15:48:24.8249348Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:48:24.8259469Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 2022-09-27T15:48:24.8281740Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 2022-09-27T15:48:24.8552426Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:48:24.8563964Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 2022-09-27T15:48:24.8746815Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:48:24.8768858Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 2022-09-27T15:48:24.8896623Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:48:24.9005699Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:48:24.9028012Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 2022-09-27T15:48:24.9043468Z [gw1] [ 97%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 2022-09-27T15:48:24.9172141Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:48:24.9278893Z [gw2] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 2022-09-27T15:48:24.9340135Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:48:24.9425329Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:48:24.9447510Z [gw0] [ 97%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 2022-09-27T15:48:24.9719501Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 2022-09-27T15:48:24.9723998Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 2022-09-27T15:48:24.9725276Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:48:24.9767361Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:48:24.9846167Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:48:24.9876379Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 2022-09-27T15:48:24.9932456Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:48:24.9967864Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 2022-09-27T15:48:25.0022331Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 2022-09-27T15:48:25.0142102Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 2022-09-27T15:48:25.0167563Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:48:25.0204169Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 2022-09-27T15:48:25.0317144Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:48:25.0337282Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:48:25.0484370Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 2022-09-27T15:48:25.0498494Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 2022-09-27T15:48:25.0515511Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:48:25.0526181Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 2022-09-27T15:48:25.0626304Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:48:25.0642643Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 2022-09-27T15:48:25.0724337Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:48:25.0792744Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:48:25.1081074Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 2022-09-27T15:48:25.1163364Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:48:25.1171274Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 2022-09-27T15:48:25.1177073Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:48:25.1239759Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:25.1254043Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 2022-09-27T15:48:25.1272762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:48:25.1602591Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 2022-09-27T15:48:25.1611374Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 2022-09-27T15:48:25.1624378Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:48:25.1678392Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 2022-09-27T15:48:25.1894808Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:48:25.2000890Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 2022-09-27T15:48:25.2021665Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:48:25.2113173Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 2022-09-27T15:48:25.2119963Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:48:25.2195626Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 2022-09-27T15:48:25.2209896Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 2022-09-27T15:48:25.2480654Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:48:25.2507734Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:48:25.2518450Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 2022-09-27T15:48:25.2560701Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:48:25.2705665Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 2022-09-27T15:48:25.2720972Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 2022-09-27T15:48:25.2896953Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:48:25.2904381Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:48:25.2959998Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 2022-09-27T15:48:25.2982728Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 2022-09-27T15:48:25.3130637Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:25.3361478Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:48:25.3406797Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:48:25.3419229Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 2022-09-27T15:48:25.3642217Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 2022-09-27T15:48:25.3802964Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:48:25.3821992Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:48:25.3913038Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 2022-09-27T15:48:25.4003159Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 2022-09-27T15:48:25.4165291Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:48:25.4288167Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:48:25.4351041Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 2022-09-27T15:48:25.4492009Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 2022-09-27T15:48:25.4605348Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:48:25.4673921Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:48:25.4820496Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 2022-09-27T15:48:25.4833779Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 2022-09-27T15:48:25.4883806Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:48:25.4978992Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:48:25.5252141Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 2022-09-27T15:48:25.5265763Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 2022-09-27T15:48:25.5299658Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:48:25.5322046Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 2022-09-27T15:48:25.5426713Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:48:25.5509364Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 2022-09-27T15:48:25.5522354Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 2022-09-27T15:48:25.5735294Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:48:25.5740439Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:48:25.5814988Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 2022-09-27T15:48:25.5815946Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:48:25.5820756Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 2022-09-27T15:48:25.5961960Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 2022-09-27T15:48:25.6000480Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:48:25.6238735Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 2022-09-27T15:48:25.6241215Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:48:25.6319127Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 2022-09-27T15:48:25.6321427Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:48:25.6483827Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 2022-09-27T15:48:25.6493488Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 2022-09-27T15:48:25.6499760Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:48:25.6642164Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:48:25.6649345Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:48:25.6709238Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 2022-09-27T15:48:25.6711925Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:48:25.7082943Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 2022-09-27T15:48:25.7092752Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:48:25.7159990Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 2022-09-27T15:48:25.7188860Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:48:25.7485733Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 2022-09-27T15:48:25.7488402Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:48:25.7609881Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 2022-09-27T15:48:25.7612980Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:48:25.7954266Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 2022-09-27T15:48:25.7959528Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:48:25.8041533Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 2022-09-27T15:48:25.8046518Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:48:25.8325784Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 2022-09-27T15:48:25.8394149Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:48:25.8444678Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 2022-09-27T15:48:25.8482588Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:48:25.8766024Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 2022-09-27T15:48:25.8817760Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:48:25.8883751Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 2022-09-27T15:48:25.9105037Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:48:25.9204594Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 2022-09-27T15:48:25.9324284Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:48:25.9335893Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 2022-09-27T15:48:25.9403011Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:48:25.9720909Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 2022-09-27T15:48:25.9765277Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:48:25.9799574Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:48:26.0136150Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 2022-09-27T15:48:26.0147047Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 2022-09-27T15:48:26.0246955Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:48:26.0251769Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:48:26.0689780Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 2022-09-27T15:48:26.0698076Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:48:26.0826248Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 2022-09-27T15:48:26.0859811Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 2022-09-27T15:48:26.0928210Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:48:26.1122908Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 2022-09-27T15:48:26.1143161Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:48:26.1365574Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 2022-09-27T15:48:26.1376240Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:48:26.1500288Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 2022-09-27T15:48:26.1516796Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 2022-09-27T15:48:26.1580253Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:48:26.1580780Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:48:26.1761435Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 2022-09-27T15:48:26.1828437Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:48:26.1934142Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 2022-09-27T15:48:26.1940927Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 2022-09-27T15:48:26.1965950Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:48:26.1973857Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:48:26.2026339Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 2022-09-27T15:48:26.2164650Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 2022-09-27T15:48:26.2194599Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:48:26.2297359Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 2022-09-27T15:48:26.2307092Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 2022-09-27T15:48:26.2362877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:48:26.2413411Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:48:26.2420506Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:48:26.2445550Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 2022-09-27T15:48:26.2605545Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 2022-09-27T15:48:26.2646228Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:48:26.2862551Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 2022-09-27T15:48:26.2863467Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:48:26.2871820Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 2022-09-27T15:48:26.2916470Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:48:26.3044710Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 2022-09-27T15:48:26.3086756Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:48:26.3298519Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 2022-09-27T15:48:26.3303129Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:48:26.3311427Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 2022-09-27T15:48:26.3358740Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:48:26.3484573Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 2022-09-27T15:48:26.3524120Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:48:26.3739304Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 2022-09-27T15:48:26.3740231Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:48:26.3748041Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 2022-09-27T15:48:26.3789811Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:48:26.3924639Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 2022-09-27T15:48:26.3962048Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:48:26.4179764Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 2022-09-27T15:48:26.4186654Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:48:26.4198650Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 2022-09-27T15:48:26.4239707Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:48:26.4364845Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 2022-09-27T15:48:26.4416690Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:48:26.4563811Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 2022-09-27T15:48:26.4597895Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:48:26.4607023Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 2022-09-27T15:48:26.4648981Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:48:26.4804058Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 2022-09-27T15:48:26.4859126Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:48:26.5004072Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 2022-09-27T15:48:26.5037946Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:48:26.5047238Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 2022-09-27T15:48:26.5081929Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:48:26.5243049Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 2022-09-27T15:48:26.5270004Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:48:26.5443590Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 2022-09-27T15:48:26.5482614Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:48:26.5496216Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:48:26.5528823Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 2022-09-27T15:48:26.5682538Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 2022-09-27T15:48:26.5708636Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:48:26.5884451Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 2022-09-27T15:48:26.5925019Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:48:26.5991899Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:48:26.6032739Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 2022-09-27T15:48:26.6122146Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 2022-09-27T15:48:26.6153408Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:48:26.6323779Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 2022-09-27T15:48:26.6363904Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:48:26.6432494Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:48:26.6452749Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 2022-09-27T15:48:26.6562986Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 2022-09-27T15:48:26.6595602Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:48:26.6764693Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 2022-09-27T15:48:26.6803977Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:48:26.6878818Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:48:26.6913138Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 2022-09-27T15:48:26.7003802Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 2022-09-27T15:48:26.7038135Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:48:26.7203925Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 2022-09-27T15:48:26.7242449Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:48:26.7253625Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 2022-09-27T15:48:26.7323110Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:48:26.7444513Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 2022-09-27T15:48:26.7478696Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:48:26.7644619Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 2022-09-27T15:48:26.7683768Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:48:26.7692028Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 2022-09-27T15:48:26.7734594Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:48:26.7884406Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 2022-09-27T15:48:26.7917972Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:48:26.8083096Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 2022-09-27T15:48:26.8106859Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:48:26.8121658Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 2022-09-27T15:48:26.8177186Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:48:26.8323668Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 2022-09-27T15:48:26.8352809Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:48:26.8524320Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 2022-09-27T15:48:26.8562239Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:48:26.8579804Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:48:26.8651796Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 2022-09-27T15:48:26.8763754Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 2022-09-27T15:48:26.8794354Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:48:26.8966718Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 2022-09-27T15:48:26.9003081Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:48:26.9057066Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:48:26.9073080Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 2022-09-27T15:48:26.9203839Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 2022-09-27T15:48:26.9252628Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:48:26.9404811Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 2022-09-27T15:48:26.9442953Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:26.9506156Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:48:26.9611132Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 2022-09-27T15:48:26.9642886Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:26.9675416Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:48:26.9843677Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 2022-09-27T15:48:26.9882946Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:26.9944288Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:48:27.0050331Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 2022-09-27T15:48:27.0082604Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:27.0232161Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:48:27.0283433Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 2022-09-27T15:48:27.0308109Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:27.0321464Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:27.0386660Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:48:27.0524115Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 2022-09-27T15:48:27.0669460Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:48:27.0722854Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 2022-09-27T15:48:27.0747777Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:27.0761955Z [gw2] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:27.0779550Z test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:48:27.0964559Z [gw0] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_legendre_polynomial_p_cpu_float32 2022-09-27T15:48:27.0992419Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:48:27.1163722Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 2022-09-27T15:48:27.1199576Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:48:27.1206381Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 2022-09-27T15:48:27.1228977Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:48:27.1402491Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 2022-09-27T15:48:27.1430560Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:48:27.1603918Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 2022-09-27T15:48:27.1640725Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:48:27.1646800Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 2022-09-27T15:48:27.1703467Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:48:27.1843757Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 2022-09-27T15:48:27.1872129Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:48:27.2043822Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 2022-09-27T15:48:27.2082531Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:48:27.2088868Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:48:27.2148269Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 2022-09-27T15:48:27.2283251Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 2022-09-27T15:48:27.2433953Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:48:27.2483066Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 2022-09-27T15:48:27.2522242Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:48:27.2527077Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 2022-09-27T15:48:27.2585099Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:48:27.2723445Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 2022-09-27T15:48:27.2742990Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:27.2924060Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_t_cpu_float32 2022-09-27T15:48:27.2962642Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:48:27.3026271Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:48:27.3136069Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 2022-09-27T15:48:27.3162706Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 2022-09-27T15:48:27.3182398Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:27.3362636Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_u_cpu_float32 2022-09-27T15:48:27.3402939Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:48:27.3433652Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:48:27.3451887Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 2022-09-27T15:48:27.3603680Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 2022-09-27T15:48:27.3621065Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:27.3803723Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_v_cpu_float32 2022-09-27T15:48:27.3842644Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:48:27.3873938Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:48:27.3892778Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 2022-09-27T15:48:27.4043051Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 2022-09-27T15:48:27.4066211Z test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:27.4243880Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_special_shifted_chebyshev_polynomial_w_cpu_float32 2022-09-27T15:48:27.4271972Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:48:27.4281433Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 2022-09-27T15:48:27.4308270Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:48:27.4484142Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 2022-09-27T15:48:27.4547047Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:48:27.4682713Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 2022-09-27T15:48:27.4709324Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:48:27.4721394Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 2022-09-27T15:48:27.4749193Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:48:27.4922999Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 2022-09-27T15:48:27.4952859Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:48:27.5123580Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 2022-09-27T15:48:27.5153098Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:48:27.5165946Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 2022-09-27T15:48:27.5196210Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:48:27.5361808Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 2022-09-27T15:48:27.5421015Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:48:27.5564185Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 2022-09-27T15:48:27.5604612Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:48:27.5614645Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 2022-09-27T15:48:27.5650440Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:48:27.5804512Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 2022-09-27T15:48:27.5853638Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:48:27.6006182Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 2022-09-27T15:48:27.6056776Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:48:27.6059154Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:48:27.6244796Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 2022-09-27T15:48:27.6288887Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:48:27.6541836Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 2022-09-27T15:48:27.6580433Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:48:27.6628406Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 2022-09-27T15:48:27.6640070Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 2022-09-27T15:48:27.6682789Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:48:27.6718576Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:48:27.6986583Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 2022-09-27T15:48:27.6988280Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:48:27.7178812Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 2022-09-27T15:48:27.7180498Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:48:27.7372217Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 2022-09-27T15:48:27.7416502Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:48:27.7564716Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 2022-09-27T15:48:27.7605096Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:48:27.7805295Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 2022-09-27T15:48:27.7841166Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:48:27.8006001Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 2022-09-27T15:48:27.8081600Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:48:27.8245056Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 2022-09-27T15:48:27.8292333Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:48:27.8445232Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 2022-09-27T15:48:27.8514965Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:48:27.8686016Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 2022-09-27T15:48:27.8717666Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:48:27.8886347Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 2022-09-27T15:48:27.8913589Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:48:27.9126413Z [gw3] [ 98%] SKIPPED test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 2022-09-27T15:48:27.9167557Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:48:27.9326348Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 2022-09-27T15:48:27.9387211Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:48:27.9566929Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 2022-09-27T15:48:27.9682795Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:48:27.9829386Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 2022-09-27T15:48:27.9836862Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:48:28.0028521Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 2022-09-27T15:48:28.0131226Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:48:28.0238889Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 2022-09-27T15:48:28.0246630Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:48:28.0486716Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 2022-09-27T15:48:28.0494357Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:48:28.0693748Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 2022-09-27T15:48:28.0698229Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:48:28.0962543Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 2022-09-27T15:48:28.0966773Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:48:28.1114000Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 2022-09-27T15:48:28.1123988Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:48:28.1201000Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 2022-09-27T15:48:28.1214852Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 2022-09-27T15:48:28.1276530Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:48:28.1370965Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 2022-09-27T15:48:28.1371481Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:48:28.1576260Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 2022-09-27T15:48:28.1576879Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:48:28.1643697Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 2022-09-27T15:48:28.1801090Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:48:28.1817175Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:48:28.2023259Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 2022-09-27T15:48:28.2023780Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:48:28.2125579Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 2022-09-27T15:48:28.2145937Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 2022-09-27T15:48:28.2253067Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:48:28.2257744Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:48:28.2457616Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 2022-09-27T15:48:28.2462264Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:48:28.2646883Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 2022-09-27T15:48:28.2690644Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:48:28.2845923Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 2022-09-27T15:48:28.2880052Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:48:28.3086261Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 2022-09-27T15:48:28.3126880Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:48:28.3284659Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 2022-09-27T15:48:28.3309384Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:48:28.3524056Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 2022-09-27T15:48:28.3556796Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:48:28.3723892Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 2022-09-27T15:48:28.3749912Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:48:28.3963806Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 2022-09-27T15:48:28.3993146Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:48:28.4163304Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 2022-09-27T15:48:28.4196882Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:48:28.4404409Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 2022-09-27T15:48:28.4440820Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:48:28.4603811Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 2022-09-27T15:48:28.4630823Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:48:28.4845362Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 2022-09-27T15:48:28.4899048Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:48:28.5043595Z [gw2] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 2022-09-27T15:48:28.5108839Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:48:28.8665448Z [gw3] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 2022-09-27T15:48:28.8678325Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 2022-09-27T15:48:28.8727187Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:48:31.0852156Z [gw0] [ 98%] PASSED test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 2022-09-27T15:48:31.0861089Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 2022-09-27T15:48:31.0880314Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:48:31.1285530Z [gw1] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_lowrank_cpu_float32 2022-09-27T15:48:31.1312846Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:48:31.1724912Z [gw1] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 2022-09-27T15:48:31.1851180Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:48:31.2164702Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 2022-09-27T15:48:31.2646783Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:48:31.2657428Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 2022-09-27T15:48:31.3384616Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:48:31.3393103Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 2022-09-27T15:48:31.3461559Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:48:31.3802857Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 2022-09-27T15:48:31.3868196Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:48:31.4244987Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 2022-09-27T15:48:31.4344452Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:48:31.4684034Z [gw1] [ 98%] XFAIL test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 2022-09-27T15:48:31.5562462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:48:31.5569359Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 2022-09-27T15:48:31.6523094Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:48:31.6529816Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 2022-09-27T15:48:31.8731678Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:48:31.8740856Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 2022-09-27T15:48:31.8762507Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:48:31.9164455Z [gw1] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 2022-09-27T15:48:31.9789381Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:48:31.9798990Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 2022-09-27T15:48:31.9852601Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:48:32.0204007Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 2022-09-27T15:48:32.0503611Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:48:32.0642832Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 2022-09-27T15:48:32.3688924Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:48:32.3698455Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 2022-09-27T15:48:32.6753956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:48:32.6760833Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 2022-09-27T15:48:33.1141455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:48:33.1150490Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 2022-09-27T15:48:33.1477762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:48:33.1562712Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 2022-09-27T15:48:33.1888796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:48:33.2002497Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 2022-09-27T15:48:33.4092140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:48:33.4099101Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 2022-09-27T15:48:33.4161192Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:48:33.4523863Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 2022-09-27T15:48:33.5052593Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:48:33.5062433Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 2022-09-27T15:48:33.5430946Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:48:33.5481313Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 2022-09-27T15:48:33.6334219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:48:33.6343783Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 2022-09-27T15:48:33.6409388Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:48:33.6764733Z [gw1] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 2022-09-27T15:48:33.6787664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:48:33.7203972Z [gw1] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 2022-09-27T15:48:33.7227039Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:48:33.7643421Z [gw1] [ 98%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 2022-09-27T15:48:33.7965755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:48:33.8082382Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 2022-09-27T15:48:33.8536655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:48:33.8546603Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 2022-09-27T15:48:33.9141529Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:48:33.9150671Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 2022-09-27T15:48:33.9403554Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:48:33.9564146Z [gw1] [ 98%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 2022-09-27T15:48:33.9625102Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:48:34.0003655Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 2022-09-27T15:48:34.0308332Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:48:34.0441973Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 2022-09-27T15:48:34.0720450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:48:34.0882264Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 2022-09-27T15:48:34.1041567Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:48:34.1322494Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 2022-09-27T15:48:34.1481091Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:48:34.1763845Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 2022-09-27T15:48:34.3781502Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:48:34.3790839Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 2022-09-27T15:48:34.6270996Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:48:34.6278164Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 2022-09-27T15:48:34.6411035Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:48:34.6683517Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 2022-09-27T15:48:34.6707350Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:48:34.7123955Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 2022-09-27T15:48:34.7145747Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:48:34.7564484Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 2022-09-27T15:48:36.7667926Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:48:36.7676474Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 2022-09-27T15:48:36.7718614Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:48:36.8083408Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 2022-09-27T15:48:36.8327678Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:48:36.8522513Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 2022-09-27T15:48:36.8687038Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:48:36.8964028Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 2022-09-27T15:48:36.9160272Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:48:36.9404099Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 2022-09-27T15:48:36.9869001Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:48:36.9877514Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 2022-09-27T15:48:37.0097833Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:48:37.0283369Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 2022-09-27T15:48:37.0463119Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:48:37.0724250Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 2022-09-27T15:48:37.1009012Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:48:37.1204594Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 2022-09-27T15:48:37.1377656Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:48:37.1642803Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 2022-09-27T15:48:37.4032276Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:48:37.4039317Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amax_cpu_float32 2022-09-27T15:48:37.6357076Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:48:37.6366216Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_amin_cpu_float32 2022-09-27T15:48:37.7902085Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:48:37.7911379Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmax_cpu_float32 2022-09-27T15:48:37.9457190Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:48:37.9465622Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_argmin_cpu_float32 2022-09-27T15:48:37.9836014Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:48:37.9881032Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumprod_cpu_float32 2022-09-27T15:48:38.0251083Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:48:38.0321123Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_cumsum_cpu_float32 2022-09-27T15:48:38.0755937Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:48:38.0764752Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_log_softmax_cpu_float32 2022-09-27T15:48:38.2152093Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:48:38.2159900Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logaddexp_cpu_float32 2022-09-27T15:48:38.5019582Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:48:38.5027533Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_logsumexp_cpu_float32 2022-09-27T15:48:38.9003201Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:48:38.9010214Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_mean_cpu_float32 2022-09-27T15:48:38.9434638Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:48:38.9444477Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_median_cpu_float32 2022-09-27T15:48:40.1365623Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:48:40.1374235Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_norm_cpu_float32 2022-09-27T15:48:40.2021594Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:48:40.2028680Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_normalize_cpu_float32 2022-09-27T15:48:40.4544520Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:48:40.4568025Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_prod_cpu_float32 2022-09-27T15:48:40.5001348Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:48:40.5009374Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmax_cpu_float32 2022-09-27T15:48:40.5491924Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:48:40.5498817Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_softmin_cpu_float32 2022-09-27T15:48:42.0168813Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:48:42.0175614Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_std_cpu_float32 2022-09-27T15:48:42.2537296Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:48:42.2543454Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_sum_cpu_float32 2022-09-27T15:48:43.5719187Z test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:48:43.5725264Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator__masked_var_cpu_float32 2022-09-27T15:48:43.5758121Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:48:43.6163649Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 2022-09-27T15:48:43.6217469Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:48:43.6604189Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 2022-09-27T15:48:43.6654105Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:48:43.7045188Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 2022-09-27T15:48:43.7247840Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:48:43.7483876Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 2022-09-27T15:48:43.7721288Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:48:43.7923382Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 2022-09-27T15:48:43.8284710Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:48:43.8363124Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 2022-09-27T15:48:43.8733909Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:48:43.8801944Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 2022-09-27T15:48:43.8927648Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:48:43.9243228Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 2022-09-27T15:48:43.9363246Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:48:43.9683385Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 2022-09-27T15:48:43.9906240Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:48:44.0123408Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 2022-09-27T15:48:44.0321669Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:48:44.0563690Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 2022-09-27T15:48:44.0682909Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:48:44.1003360Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 2022-09-27T15:48:44.1293408Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:48:44.1442661Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 2022-09-27T15:48:44.1647206Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:48:44.1883981Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 2022-09-27T15:48:44.2085746Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:48:44.2322740Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 2022-09-27T15:48:44.2427963Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:48:44.2765101Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 2022-09-27T15:48:44.2811642Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:48:44.3205517Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 2022-09-27T15:48:44.3358610Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:48:44.3643676Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 2022-09-27T15:48:44.3877236Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:48:44.4083412Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 2022-09-27T15:48:44.4232948Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:48:44.4523131Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 2022-09-27T15:48:44.4635179Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:48:44.4962547Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 2022-09-27T15:48:44.5236550Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:48:44.5401641Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 2022-09-27T15:48:44.5478591Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:48:44.5843958Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 2022-09-27T15:48:44.5947242Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:48:44.6284743Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 2022-09-27T15:48:44.6431872Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:48:44.6724167Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 2022-09-27T15:48:44.6769106Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:48:44.7163325Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 2022-09-27T15:48:44.7209266Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:48:44.7603782Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 2022-09-27T15:48:44.7800191Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:48:44.8044630Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 2022-09-27T15:48:44.8138714Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:48:44.8484563Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 2022-09-27T15:48:44.8532452Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:48:44.8924256Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 2022-09-27T15:48:44.9012799Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:48:44.9364048Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 2022-09-27T15:48:44.9456882Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:48:44.9803388Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 2022-09-27T15:48:44.9910338Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:48:45.0243693Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 2022-09-27T15:48:45.0498531Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:48:45.0684258Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 2022-09-27T15:48:45.0812897Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:48:45.1125294Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 2022-09-27T15:48:45.1200998Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:48:45.1565040Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 2022-09-27T15:48:45.1709735Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:48:45.2003346Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 2022-09-27T15:48:45.2048401Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:48:45.2444741Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 2022-09-27T15:48:45.2511144Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:48:45.2884791Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 2022-09-27T15:48:45.2937526Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:48:45.3325272Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 2022-09-27T15:48:45.3487635Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:48:45.3805148Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 2022-09-27T15:48:45.3906203Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:48:45.4244041Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 2022-09-27T15:48:45.4559068Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:48:45.4681618Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 2022-09-27T15:48:45.4743935Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:48:45.5123965Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 2022-09-27T15:48:45.5285294Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:48:45.5563150Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 2022-09-27T15:48:45.5658308Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:48:45.6002656Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 2022-09-27T15:48:46.0406678Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:48:46.0413165Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 2022-09-27T15:48:46.0445764Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:48:46.0844094Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 2022-09-27T15:48:46.0918490Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:48:46.1283802Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 2022-09-27T15:48:46.1346573Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:48:46.1724472Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 2022-09-27T15:48:46.1897444Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:48:46.2164795Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 2022-09-27T15:48:46.2318256Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:48:46.2605285Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 2022-09-27T15:48:46.2920459Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:48:46.3043793Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 2022-09-27T15:48:46.3130387Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:48:46.3484991Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 2022-09-27T15:48:46.3631865Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:48:46.3924490Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 2022-09-27T15:48:46.4103374Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:48:46.4365259Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 2022-09-27T15:48:46.4542221Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:48:46.4804118Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 2022-09-27T15:48:46.4850957Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:48:46.5243357Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 2022-09-27T15:48:46.5303812Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:48:46.5683451Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 2022-09-27T15:48:46.6364148Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:48:46.6372409Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 2022-09-27T15:48:46.6548514Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:48:46.6803105Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 2022-09-27T15:48:46.6844386Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:48:46.7243212Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 2022-09-27T15:48:46.7275083Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:48:46.7683210Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 2022-09-27T15:48:46.8214254Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:48:46.8222397Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 2022-09-27T15:48:46.8256456Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:48:46.8643424Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 2022-09-27T15:48:46.8813485Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:48:46.9083220Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 2022-09-27T15:48:46.9275898Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:48:46.9522333Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 2022-09-27T15:48:46.9576260Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:48:46.9962803Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 2022-09-27T15:48:47.0014154Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:48:47.0404697Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 2022-09-27T15:48:47.0628368Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:48:47.0844005Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 2022-09-27T15:48:47.4701566Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:48:47.4710404Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 2022-09-27T15:48:47.4780724Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:48:47.5123308Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 2022-09-27T15:48:47.5190003Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:48:47.5563613Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 2022-09-27T15:48:47.5631902Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:48:47.6004234Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 2022-09-27T15:48:47.6129056Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:48:47.6444347Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 2022-09-27T15:48:47.6513811Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:48:47.6884238Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 2022-09-27T15:48:47.7203232Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:48:47.7322875Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 2022-09-27T15:48:47.7374928Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:48:47.7763425Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 2022-09-27T15:48:47.7915104Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:48:47.8202841Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 2022-09-27T15:48:47.8387784Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:48:47.8642957Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 2022-09-27T15:48:47.8724831Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:48:47.9083177Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 2022-09-27T15:48:47.9251573Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:48:47.9522954Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 2022-09-27T15:48:47.9796854Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:48:47.9963243Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 2022-09-27T15:48:48.3776248Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:48:48.3785914Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 2022-09-27T15:48:48.3832482Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:48:48.4202929Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 2022-09-27T15:48:48.4979721Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:48:48.4988476Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 2022-09-27T15:48:48.5167288Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:48:48.5402845Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 2022-09-27T15:48:48.5576217Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:48.5843807Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 2022-09-27T15:48:48.6034865Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:48:48.6282720Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 2022-09-27T15:48:48.6327684Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:48:48.6723840Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 2022-09-27T15:48:48.6795398Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:48:48.7163766Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 2022-09-27T15:48:48.7230077Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:48:48.7603176Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 2022-09-27T15:48:48.7670221Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:48:48.8043443Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 2022-09-27T15:48:48.8341775Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:48:48.8481368Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 2022-09-27T15:48:48.8496477Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:48:48.8922613Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 2022-09-27T15:48:48.8937675Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:48:48.9362755Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 2022-09-27T15:48:48.9513101Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:48:48.9802815Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 2022-09-27T15:48:48.9889932Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:48:49.0242582Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 2022-09-27T15:48:49.0279562Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:48:49.0682553Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 2022-09-27T15:48:49.0737271Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:48:49.1122941Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 2022-09-27T15:48:49.1160982Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:48:49.1563594Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 2022-09-27T15:48:49.1614495Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:48:49.2001980Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 2022-09-27T15:48:49.2057192Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:48:49.2443553Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 2022-09-27T15:48:49.2562444Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:48:49.2884526Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 2022-09-27T15:48:49.3035827Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:48:49.3323540Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 2022-09-27T15:48:49.3360186Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:48:49.3762788Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 2022-09-27T15:48:49.4294092Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:48:49.4303497Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 2022-09-27T15:48:49.4465815Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:48:49.4725243Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 2022-09-27T15:48:49.4853679Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:48:49.5164627Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 2022-09-27T15:48:49.5372036Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:48:49.5604180Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 2022-09-27T15:48:49.5701765Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:48:49.6045395Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 2022-09-27T15:48:49.6265926Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:48:49.6483131Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 2022-09-27T15:48:49.6692812Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:48:49.6924518Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 2022-09-27T15:48:49.7187139Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:48:49.7364252Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 2022-09-27T15:48:49.7533042Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:48:49.7803690Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 2022-09-27T15:48:49.7984688Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:48:49.8244412Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 2022-09-27T15:48:49.8456841Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:48:49.8683998Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 2022-09-27T15:48:49.8783310Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:48:49.9124581Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 2022-09-27T15:48:49.9314181Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:48:49.9564213Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 2022-09-27T15:48:49.9707396Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:48:50.0004669Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 2022-09-27T15:48:50.0182799Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:48:50.0443804Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 2022-09-27T15:48:50.0577331Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:48:50.0884185Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 2022-09-27T15:48:50.1017644Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:48:50.1324554Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 2022-09-27T15:48:50.1490223Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:48:50.1764732Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 2022-09-27T15:48:50.1885634Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:48:50.2204007Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 2022-09-27T15:48:50.2332243Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:48:50.2645058Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 2022-09-27T15:48:50.2798385Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:48:50.3084779Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 2022-09-27T15:48:50.3147957Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:48:50.3524343Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 2022-09-27T15:48:50.3611020Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:48:50.3965429Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 2022-09-27T15:48:50.4128950Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:48:50.4405107Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 2022-09-27T15:48:50.4468402Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:48:50.4843746Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 2022-09-27T15:48:50.4887935Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:48:50.5282390Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 2022-09-27T15:48:50.5341446Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:48:50.5722979Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 2022-09-27T15:48:50.5951861Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:48:50.6162766Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 2022-09-27T15:48:50.6196915Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:48:50.6602423Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 2022-09-27T15:48:50.6783475Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:48:50.7042311Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 2022-09-27T15:48:50.7206382Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:48:50.7482685Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 2022-09-27T15:48:50.7649525Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:48:50.7923080Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 2022-09-27T15:48:50.8105672Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:48:50.8362473Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 2022-09-27T15:48:50.8410453Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:48:50.8802417Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 2022-09-27T15:48:50.8862635Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:48:50.9243722Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 2022-09-27T15:48:50.9333977Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:48:50.9682841Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 2022-09-27T15:48:50.9782957Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:48:51.0122572Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 2022-09-27T15:48:51.0264303Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:48:51.0562739Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 2022-09-27T15:48:51.1149091Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:48:51.1156961Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 2022-09-27T15:48:51.3018059Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:48:51.3027037Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 2022-09-27T15:48:51.3162297Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:48:51.3444333Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 2022-09-27T15:48:51.3514568Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:48:51.3884084Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 2022-09-27T15:48:51.4055925Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:48:51.4322998Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 2022-09-27T15:48:51.5286511Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:48:51.5294526Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 2022-09-27T15:48:52.0162348Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:48:52.0168966Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 2022-09-27T15:48:52.5551166Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:48:52.5558818Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 2022-09-27T15:48:52.5624133Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:48:52.5965983Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 2022-09-27T15:48:52.6017656Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:48:52.6404184Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 2022-09-27T15:48:52.6575526Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:48:52.6884655Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 2022-09-27T15:48:52.6926345Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:48:52.7323802Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 2022-09-27T15:48:52.7499939Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:48:52.7764083Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 2022-09-27T15:48:52.7937361Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:48:52.8203420Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 2022-09-27T15:48:52.8476922Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:48:52.8643643Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 2022-09-27T15:48:52.8755494Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:48:52.9083866Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 2022-09-27T15:48:52.9157220Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:48:52.9523204Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 2022-09-27T15:48:52.9671306Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:48:52.9963617Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 2022-09-27T15:48:53.0960688Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:48:53.0969297Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 2022-09-27T15:48:53.1033060Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:48:53.1404002Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 2022-09-27T15:48:53.1481456Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:48:53.1843132Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 2022-09-27T15:48:53.1909648Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:48:53.2283937Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 2022-09-27T15:48:53.3157048Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:48:53.3166102Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 2022-09-27T15:48:53.3224498Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:48:53.3603845Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 2022-09-27T15:48:53.3664895Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:48:53.4043019Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 2022-09-27T15:48:53.4074259Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:48:53.4483943Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 2022-09-27T15:48:53.4516375Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:48:53.4922941Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 2022-09-27T15:48:53.4956576Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:48:53.5362895Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 2022-09-27T15:48:53.5395003Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:48:53.5803136Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 2022-09-27T15:48:53.5850586Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:48:53.6244467Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 2022-09-27T15:48:53.6990161Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:48:53.6999755Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 2022-09-27T15:48:53.7019931Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:48:53.7405783Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 2022-09-27T15:48:53.7424375Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:48:53.7845748Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 2022-09-27T15:48:53.7866746Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:48:53.8285720Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 2022-09-27T15:48:53.8304312Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:48:53.8724950Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 2022-09-27T15:48:53.8742747Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:48:53.9163915Z [gw1] [ 99%] SKIPPED test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 2022-09-27T15:48:53.9224643Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:48:53.9603458Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 2022-09-27T15:48:53.9749230Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:48:54.0043852Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 2022-09-27T15:48:54.0244421Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:48:54.0483966Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 2022-09-27T15:48:54.0628408Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:48:54.0923873Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 2022-09-27T15:48:54.1238296Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:48:54.1362295Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 2022-09-27T15:48:54.1417368Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:48:54.1803182Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 2022-09-27T15:48:54.2063520Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:48:54.2243223Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 2022-09-27T15:48:54.2517419Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:48:54.2684091Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 2022-09-27T15:48:54.2809310Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:48:54.3124343Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 2022-09-27T15:48:54.3214912Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:48:54.3564554Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 2022-09-27T15:48:54.3743802Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:48:54.4004263Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 2022-09-27T15:48:54.4501086Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:48:54.4511742Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 2022-09-27T15:48:54.4694294Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:48:54.4925681Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 2022-09-27T15:48:54.5121473Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:48:54.5363969Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 2022-09-27T15:48:54.5539047Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:48:54.5804111Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 2022-09-27T15:48:54.5967269Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:48:54.6244178Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 2022-09-27T15:48:54.6449838Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:48:54.6684656Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 2022-09-27T15:48:54.6853659Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:48:54.7125161Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 2022-09-27T15:48:54.7307878Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:48:54.7563831Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 2022-09-27T15:48:54.7679538Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:48:54.8004909Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 2022-09-27T15:48:54.8091783Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:48:54.8446172Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 2022-09-27T15:48:54.9097005Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:48:54.9104738Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 2022-09-27T15:48:55.0758769Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:48:55.0766470Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 2022-09-27T15:48:55.1804049Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:48:55.1811029Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 2022-09-27T15:48:55.2145581Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:48:55.2243557Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 2022-09-27T15:48:55.2629212Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:48:55.2682671Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 2022-09-27T15:48:55.3038937Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:48:55.3121539Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 2022-09-27T15:48:55.6081511Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:48:55.6088424Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 2022-09-27T15:48:55.7094793Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:48:55.7103208Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 2022-09-27T15:48:55.7580785Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:48:55.7588204Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 2022-09-27T15:48:55.9292247Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:48:55.9299894Z [gw1] [ 99%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 2022-09-27T15:48:55.9544163Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:48:58.3897218Z [gw1] [100%] PASSED test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 2022-09-27T15:48:58.3897516Z 2022-09-27T15:48:58.3899941Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops.xml - 2022-09-27T15:48:58.3968176Z = 18061 passed, 6681 skipped, 286 xfailed, 359 warnings in 1081.52s (0:18:01) == 2022-09-27T15:48:58.7011652Z Skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-09-27T15:49:00.8187058Z Running test_schema_check ... [2022-09-27 15:49:00.818282] 2022-09-27T15:49:00.8187639Z Executing ['/opt/conda/bin/python', '-bb', 'test_schema_check.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:49:00.818362] 2022-09-27T15:49:03.2968191Z Test results will be stored in test-reports/python-unittest/test_schema_check 2022-09-27T15:49:03.3204754Z 2022-09-27T15:49:03.3205029Z Running tests... 2022-09-27T15:49:03.3205663Z ---------------------------------------------------------------------- 2022-09-27T15:49:03.5168865Z test_alias_check_fail_multiple_operators (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_schema_check.py line 32 2022-09-27T15:49:03.5169669Z due to: 2022-09-27T15:49:03.5169937Z Traceback (most recent call last): 2022-09-27T15:49:03.5171509Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py", line 158, in __enter__ 2022-09-27T15:49:03.5172336Z self.ancestors = self.inner.ancestors.union({self.inner}) 2022-09-27T15:49:03.5172991Z AttributeError: 'SchemaCheckMode' object has no attribute 'ancestors' 2022-09-27T15:49:03.5173309Z 2022-09-27T15:49:03.5173550Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.5173993Z ========== 2022-09-27T15:49:03.5257901Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT unwrap test_schema_check.py line 53 2022-09-27T15:49:03.5258379Z due to: 2022-09-27T15:49:03.5258729Z Traceback (most recent call last): 2022-09-27T15:49:03.5259496Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T15:49:03.5260120Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T15:49:03.5260674Z NotImplementedError: UserDefinedObjectVariable(_TensorMeta) is not a constant 2022-09-27T15:49:03.5261011Z 2022-09-27T15:49:03.5261123Z from user code: 2022-09-27T15:49:03.5262217Z File "test_schema_check.py", line 54, in unwrap 2022-09-27T15:49:03.5262591Z return e.elem if isinstance(e, cls) else e 2022-09-27T15:49:03.5262790Z 2022-09-27T15:49:03.5262977Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.5263341Z ========== 2022-09-27T15:49:03.5375721Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_schema_check.py line 59 2022-09-27T15:49:03.5376238Z due to: 2022-09-27T15:49:03.5376547Z Traceback (most recent call last): 2022-09-27T15:49:03.5377292Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T15:49:03.5377783Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T15:49:03.5378534Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T15:49:03.5378909Z 2022-09-27T15:49:03.5379027Z from user code: 2022-09-27T15:49:03.5379433Z File "test_schema_check.py", line 60, in 2022-09-27T15:49:03.5379913Z if func._schema.name in IncorrectAliasTensor.ALIAS_ARG_OUT: 2022-09-27T15:49:03.5380189Z 2022-09-27T15:49:03.5380401Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.5380761Z ========== 2022-09-27T15:49:03.6847888Z ok (0.300s) 2022-09-27T15:49:03.6928734Z test_alias_check_fail_multiple_operators_centered (__main__.TestSchemaCheck) ... ok (0.008s) 2022-09-27T15:49:03.7074523Z test_alias_check_fail_outputs_unexpectedly_aliasing (__main__.TestSchemaCheck) ... ok (0.014s) 2022-09-27T15:49:03.7146431Z test_alias_check_fail_simple (__main__.TestSchemaCheck) ... ok (0.007s) 2022-09-27T15:49:03.7207564Z test_is_alias_of_basic (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_alias_of_basic test_schema_check.py line 377 2022-09-27T15:49:03.7208412Z due to: 2022-09-27T15:49:03.7208745Z Traceback (most recent call last): 2022-09-27T15:49:03.7209417Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:49:03.7210245Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:49:03.7211194Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:49:03.7211620Z 2022-09-27T15:49:03.7211735Z from user code: 2022-09-27T15:49:03.7212139Z File "test_schema_check.py", line 381, in test_is_alias_of_basic 2022-09-27T15:49:03.7212579Z self.assertTrue(torch._C._is_alias_of(x, x)) 2022-09-27T15:49:03.7212799Z 2022-09-27T15:49:03.7214734Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.7215449Z ========== 2022-09-27T15:49:03.7215724Z ok (0.006s) 2022-09-27T15:49:03.7270439Z test_is_alias_of_empty_container (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_is_alias_of_empty_container test_schema_check.py line 385 2022-09-27T15:49:03.7271309Z due to: 2022-09-27T15:49:03.7271642Z Traceback (most recent call last): 2022-09-27T15:49:03.7272379Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:49:03.7273508Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:49:03.7274427Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:49:03.7274840Z 2022-09-27T15:49:03.7274963Z from user code: 2022-09-27T15:49:03.7275496Z File "test_schema_check.py", line 388, in test_is_alias_of_empty_container 2022-09-27T15:49:03.7275974Z self.assertFalse(torch._C._is_alias_of(x, x)) 2022-09-27T15:49:03.7276231Z 2022-09-27T15:49:03.7276470Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.7276866Z ========== 2022-09-27T15:49:03.7309889Z ok (0.009s) 2022-09-27T15:49:03.7442807Z test_mutation_check_fail (__main__.TestSchemaCheck) ... ok (0.013s) 2022-09-27T15:49:03.7526095Z test_mutation_check_fail_multiple_operators (__main__.TestSchemaCheck) ... ok (0.008s) 2022-09-27T15:49:03.7579967Z test_overlaps_basic (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_overlaps_basic test_schema_check.py line 392 2022-09-27T15:49:03.7580801Z due to: 2022-09-27T15:49:03.7581092Z Traceback (most recent call last): 2022-09-27T15:49:03.7581806Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:49:03.7582617Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:49:03.7583563Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:49:03.7583996Z 2022-09-27T15:49:03.7584130Z from user code: 2022-09-27T15:49:03.7584539Z File "test_schema_check.py", line 396, in test_overlaps_basic 2022-09-27T15:49:03.7584981Z self.assertTrue(torch._C._overlaps(x, x)) 2022-09-27T15:49:03.7585207Z 2022-09-27T15:49:03.7585405Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.7585745Z ========== 2022-09-27T15:49:03.7585986Z ok (0.005s) 2022-09-27T15:49:03.7631673Z test_overlaps_empty_container (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_overlaps_empty_container test_schema_check.py line 402 2022-09-27T15:49:03.7632320Z due to: 2022-09-27T15:49:03.7632656Z Traceback (most recent call last): 2022-09-27T15:49:03.7633593Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:49:03.7634402Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:49:03.7635315Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:49:03.7635746Z 2022-09-27T15:49:03.7635870Z from user code: 2022-09-27T15:49:03.7636286Z File "test_schema_check.py", line 406, in test_overlaps_empty_container 2022-09-27T15:49:03.7636754Z self.assertFalse(torch._C._overlaps(y, x)) 2022-09-27T15:49:03.7637002Z 2022-09-27T15:49:03.7637237Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:03.7637623Z ========== 2022-09-27T15:49:03.7647906Z ok (0.006s) 2022-09-27T15:49:03.7844486Z test_schema_check_mode_empty_list_input (__main__.TestSchemaCheck) ... ok (0.019s) 2022-09-27T15:49:03.8035655Z test_schema_check_mode_functionality (__main__.TestSchemaCheck) ... ok (0.019s) 2022-09-27T15:49:03.8199781Z test_schema_check_mode_functionality_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.016s) 2022-09-27T15:49:03.8352873Z test_schema_check_mode_functionality_default_replaced (__main__.TestSchemaCheck) ... ok (0.015s) 2022-09-27T15:49:03.8493361Z test_schema_check_mode_functionality_device_input (__main__.TestSchemaCheck) ... ok (0.013s) 2022-09-27T15:49:03.8734983Z test_schema_check_mode_functionality_kwarg_tensor (__main__.TestSchemaCheck) ... ok (0.023s) 2022-09-27T15:49:03.8958282Z test_schema_check_mode_functionality_list_input (__main__.TestSchemaCheck) ... ok (0.022s) 2022-09-27T15:49:03.9118390Z test_schema_check_mode_functionality_mutable_inputs (__main__.TestSchemaCheck) ... ok (0.015s) 2022-09-27T15:49:03.9618358Z test_schema_check_mode_functionality_nested_training_op (__main__.TestSchemaCheck) ... ok (0.049s) 2022-09-27T15:49:04.0040492Z test_schema_check_mode_functionality_training_op (__main__.TestSchemaCheck) ... ok (0.042s) 2022-09-27T15:49:04.0217044Z test_schema_check_mode_functionality_wildcard_after (__main__.TestSchemaCheck) ... ok (0.017s) 2022-09-27T15:49:04.0515049Z test_schema_check_mode_functionality_with_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.029s) 2022-09-27T15:49:04.0682810Z test_schema_check_mode_functionality_with_multiple_outputs_aliasing (__main__.TestSchemaCheck) ... test_schema_check.py:285: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:49:04.0684200Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:49:04.0685808Z ok (0.017s) 2022-09-27T15:49:04.0840348Z test_schema_check_mode_mutated_aliasing_aliasing_inputs (__main__.TestSchemaCheck) ... ok (0.015s) 2022-09-27T15:49:04.1017196Z test_schema_check_mode_mutated_aliasing_aliasing_outputs (__main__.TestSchemaCheck) ... test_schema_check.py:188: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:49:04.1018435Z torch.aminmax(x, dim=0, out=[actual, actual]) 2022-09-27T15:49:04.1022937Z ok (0.018s) 2022-09-27T15:49:04.1172179Z test_schema_check_mode_mutated_aliasing_as_strided (__main__.TestSchemaCheck) ... ok (0.014s) 2022-09-27T15:49:04.1372991Z test_schema_check_mode_mutated_aliasing_multiple_outputs (__main__.TestSchemaCheck) ... ok (0.019s) 2022-09-27T15:49:04.1512315Z test_schema_check_mode_mutated_aliasing_mutation (__main__.TestSchemaCheck) ... ok (0.013s) 2022-09-27T15:49:04.1649668Z test_schema_check_mode_mutated_aliasing_none (__main__.TestSchemaCheck) ... ok (0.013s) 2022-09-27T15:49:04.1788527Z test_schema_check_mode_mutated_aliasing_resize_ (__main__.TestSchemaCheck) ... ok (0.013s) 2022-09-27T15:49:04.1942540Z test_schema_check_mode_operator_order (__main__.TestSchemaCheck) ... ok (0.015s) 2022-09-27T15:49:04.2087579Z test_schema_check_mode_operator_order_without_grad (__main__.TestSchemaCheck) ... ok (0.014s) 2022-09-27T15:49:04.2161745Z test_schema_info_bind_basic (__main__.TestSchemaCheck) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __torch_dispatch__ test_schema_check.py line 415 2022-09-27T15:49:04.2162332Z due to: 2022-09-27T15:49:04.2162622Z Traceback (most recent call last): 2022-09-27T15:49:04.2163247Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T15:49:04.2164003Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T15:49:04.2164590Z NotImplementedError: argument of type: 2022-09-27T15:49:04.2164975Z 2022-09-27T15:49:04.2165089Z from user code: 2022-09-27T15:49:04.2165424Z File "test_schema_check.py", line 420, in __torch_dispatch__ 2022-09-27T15:49:04.2165791Z normalize_to_only_use_kwargs=True 2022-09-27T15:49:04.2165992Z 2022-09-27T15:49:04.2166213Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:49:04.2166563Z ========== 2022-09-27T15:49:04.2166799Z ok (0.007s) 2022-09-27T15:49:04.2222528Z test_schema_correctness_H_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:49:04.2272605Z test_schema_correctness_H_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:49:04.2334584Z test_schema_correctness_H_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.2361866Z test_schema_correctness_H_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.2394223Z test_schema_correctness_H_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:49:04.2415659Z test_schema_correctness_H_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.2435304Z test_schema_correctness_H_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.2455219Z test_schema_correctness_H_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:49:04.2474603Z test_schema_correctness_H_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.2493620Z test_schema_correctness_H_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.2513182Z test_schema_correctness_H_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.2532980Z test_schema_correctness_H_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.2551935Z test_schema_correctness_H_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.2721908Z test_schema_correctness_T_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.2892225Z test_schema_correctness_T_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.3066162Z test_schema_correctness_T_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:04.3081239Z test_schema_correctness_T_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.3251894Z test_schema_correctness_T_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.3424617Z test_schema_correctness_T_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:04.3594459Z test_schema_correctness_T_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.3763603Z test_schema_correctness_T_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.3930638Z test_schema_correctness_T_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.4099396Z test_schema_correctness_T_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.4268039Z test_schema_correctness_T_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.4445037Z test_schema_correctness_T_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:49:04.4615815Z test_schema_correctness_T_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:49:04.4878777Z test_schema_correctness___getitem___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:04.5124130Z test_schema_correctness___getitem___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:04.5415117Z test_schema_correctness___getitem___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:04.5431137Z test_schema_correctness___getitem___cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:49:04.5718001Z test_schema_correctness___getitem___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:49:04.5972619Z test_schema_correctness___getitem___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:04.6226928Z test_schema_correctness___getitem___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:04.6498559Z test_schema_correctness___getitem___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:04.6746970Z test_schema_correctness___getitem___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:04.7002278Z test_schema_correctness___getitem___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:49:04.7252317Z test_schema_correctness___getitem___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:04.7500423Z test_schema_correctness___getitem___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:04.7749200Z test_schema_correctness___getitem___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:04.7825264Z test_schema_correctness___radd___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:04.7894428Z test_schema_correctness___radd___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.7981063Z test_schema_correctness___radd___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:04.8065892Z test_schema_correctness___radd___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:04.8140311Z test_schema_correctness___radd___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:04.8215141Z test_schema_correctness___radd___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:04.8289060Z test_schema_correctness___radd___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:04.8358822Z test_schema_correctness___radd___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8427261Z test_schema_correctness___radd___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8496711Z test_schema_correctness___radd___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8567612Z test_schema_correctness___radd___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:04.8637489Z test_schema_correctness___radd___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8698683Z test_schema_correctness___rand___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8760866Z test_schema_correctness___rand___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8823594Z test_schema_correctness___rand___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8886153Z test_schema_correctness___rand___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.8947606Z test_schema_correctness___rand___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.9010715Z test_schema_correctness___rand___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:04.9109090Z test_schema_correctness___rdiv___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:04.9203800Z test_schema_correctness___rdiv___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:04.9316051Z test_schema_correctness___rdiv___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:04.9429911Z test_schema_correctness___rdiv___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:49:04.9529353Z test_schema_correctness___rdiv___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:04.9630735Z test_schema_correctness___rdiv___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:04.9730212Z test_schema_correctness___rdiv___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:04.9827377Z test_schema_correctness___rdiv___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:04.9923886Z test_schema_correctness___rdiv___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:05.0019308Z test_schema_correctness___rdiv___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:05.0116559Z test_schema_correctness___rdiv___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:05.0211431Z test_schema_correctness___rdiv___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:49:05.1214433Z test_schema_correctness___rmatmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.100s) 2022-09-27T15:49:05.2208060Z test_schema_correctness___rmatmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:49:05.3199192Z test_schema_correctness___rmatmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:49:05.4166542Z test_schema_correctness___rmatmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:49:05.5133109Z test_schema_correctness___rmatmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:49:05.6084288Z test_schema_correctness___rmatmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:49:05.7039639Z test_schema_correctness___rmatmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:49:05.7993600Z test_schema_correctness___rmatmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:49:05.8936864Z test_schema_correctness___rmatmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:49:05.9888095Z test_schema_correctness___rmatmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:49:05.9959958Z test_schema_correctness___rmod___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:06.0029224Z test_schema_correctness___rmod___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0098678Z test_schema_correctness___rmod___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0166905Z test_schema_correctness___rmod___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0233415Z test_schema_correctness___rmul___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0294662Z test_schema_correctness___rmul___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0372379Z test_schema_correctness___rmul___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:06.0449846Z test_schema_correctness___rmul___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:06.0517636Z test_schema_correctness___rmul___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0587859Z test_schema_correctness___rmul___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0655698Z test_schema_correctness___rmul___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0717243Z test_schema_correctness___rmul___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0783287Z test_schema_correctness___rmul___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0846659Z test_schema_correctness___rmul___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0910542Z test_schema_correctness___rmul___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.0974674Z test_schema_correctness___rmul___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1037128Z test_schema_correctness___ror___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1100640Z test_schema_correctness___ror___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1165155Z test_schema_correctness___ror___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1227915Z test_schema_correctness___ror___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1290120Z test_schema_correctness___ror___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1352519Z test_schema_correctness___ror___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:06.1372452Z test_schema_correctness___rpow___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:853: 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-09-27T15:49:06.1373053Z return torch.tensor(other, dtype=dtype, device=self.device) ** self 2022-09-27T15:49:06.2173350Z ok (0.081s) 2022-09-27T15:49:06.3006381Z test_schema_correctness___rpow___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:49:06.3840934Z test_schema_correctness___rpow___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:49:06.4655148Z test_schema_correctness___rpow___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-09-27T15:49:06.5474475Z test_schema_correctness___rpow___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-09-27T15:49:06.6291341Z test_schema_correctness___rpow___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.081s) 2022-09-27T15:49:06.7097393Z test_schema_correctness___rpow___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:49:06.7901249Z test_schema_correctness___rpow___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:49:06.8702079Z test_schema_correctness___rpow___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:49:06.9502085Z test_schema_correctness___rpow___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.079s) 2022-09-27T15:49:07.0306379Z test_schema_correctness___rpow___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.080s) 2022-09-27T15:49:07.0383664Z test_schema_correctness___rsub___cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:07.0468608Z test_schema_correctness___rsub___cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:07.0554487Z test_schema_correctness___rsub___cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:49:07.0629063Z test_schema_correctness___rsub___cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:07.0705285Z test_schema_correctness___rsub___cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:07.0782208Z test_schema_correctness___rsub___cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:07.0852670Z test_schema_correctness___rsub___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.0923699Z test_schema_correctness___rsub___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:49:07.0993064Z test_schema_correctness___rsub___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1062588Z test_schema_correctness___rsub___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1132145Z test_schema_correctness___rsub___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1195125Z test_schema_correctness___rxor___cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1257552Z test_schema_correctness___rxor___cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1319840Z test_schema_correctness___rxor___cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1381880Z test_schema_correctness___rxor___cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1444219Z test_schema_correctness___rxor___cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.1506544Z test_schema_correctness___rxor___cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:49:07.3418230Z test_schema_correctness__masked_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.190s) 2022-09-27T15:49:07.5334462Z test_schema_correctness__masked_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:49:07.7249403Z test_schema_correctness__masked_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:49:07.9137362Z test_schema_correctness__masked_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.188s) 2022-09-27T15:49:08.0820945Z test_schema_correctness__masked_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:49:08.2501284Z test_schema_correctness__masked_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:49:08.4177486Z test_schema_correctness__masked_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:49:08.5855078Z test_schema_correctness__masked_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:49:08.7537690Z test_schema_correctness__masked_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:49:08.9451466Z test_schema_correctness__masked_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:49:09.1370041Z test_schema_correctness__masked_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:49:09.3283618Z test_schema_correctness__masked_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.191s) 2022-09-27T15:49:09.5161404Z test_schema_correctness__masked_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-09-27T15:49:09.6846341Z test_schema_correctness__masked_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:49:09.8531902Z test_schema_correctness__masked_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:49:10.0216620Z test_schema_correctness__masked_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.168s) 2022-09-27T15:49:10.1892142Z test_schema_correctness__masked_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:49:10.3572255Z test_schema_correctness__masked_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.167s) 2022-09-27T15:49:10.4861574Z test_schema_correctness__masked_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:49:10.6154375Z test_schema_correctness__masked_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:49:10.7437439Z test_schema_correctness__masked_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:49:10.8704016Z test_schema_correctness__masked_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.126s) 2022-09-27T15:49:10.9794804Z test_schema_correctness__masked_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:11.0878496Z test_schema_correctness__masked_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:11.1646960Z test_schema_correctness__masked_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:49:11.2732972Z test_schema_correctness__masked_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:11.3819325Z test_schema_correctness__masked_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:11.5102684Z test_schema_correctness__masked_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:49:11.6388923Z test_schema_correctness__masked_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:49:11.7675129Z test_schema_correctness__masked_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:49:11.8946321Z test_schema_correctness__masked_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:49:12.0036645Z test_schema_correctness__masked_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:12.1123839Z test_schema_correctness__masked_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:12.1890073Z test_schema_correctness__masked_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:49:12.2973860Z test_schema_correctness__masked_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:12.4057890Z test_schema_correctness__masked_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:49:12.4288891Z test_schema_correctness__masked_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:12.4534123Z test_schema_correctness__masked_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:12.4781499Z test_schema_correctness__masked_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:12.5017231Z test_schema_correctness__masked_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.5251350Z test_schema_correctness__masked_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.5483567Z test_schema_correctness__masked_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.5720165Z test_schema_correctness__masked_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.5953162Z test_schema_correctness__masked_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.6190238Z test_schema_correctness__masked_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.6420216Z test_schema_correctness__masked_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:12.6649805Z test_schema_correctness__masked_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:12.6892075Z test_schema_correctness__masked_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:12.7137302Z test_schema_correctness__masked_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:49:12.7372150Z test_schema_correctness__masked_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.7604760Z test_schema_correctness__masked_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.7836797Z test_schema_correctness__masked_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.8074135Z test_schema_correctness__masked_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.8303878Z test_schema_correctness__masked_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:49:12.8537183Z test_schema_correctness__masked_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.8769470Z test_schema_correctness__masked_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:49:12.9038855Z test_schema_correctness__masked_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:12.9304475Z test_schema_correctness__masked_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:12.9571968Z test_schema_correctness__masked_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:12.9911996Z test_schema_correctness__masked_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:13.0255510Z test_schema_correctness__masked_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:49:13.0594177Z test_schema_correctness__masked_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:49:13.2581703Z test_schema_correctness__masked_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:49:13.4590849Z test_schema_correctness__masked_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:49:13.6576426Z test_schema_correctness__masked_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.198s) 2022-09-27T15:49:13.8880842Z test_schema_correctness__masked_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-09-27T15:49:14.1193637Z test_schema_correctness__masked_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.231s) 2022-09-27T15:49:14.3498843Z test_schema_correctness__masked_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-09-27T15:49:14.5804584Z test_schema_correctness__masked_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-09-27T15:49:14.8113464Z test_schema_correctness__masked_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.230s) 2022-09-27T15:49:15.7061412Z test_schema_correctness__masked_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.894s) 2022-09-27T15:49:16.4711953Z test_schema_correctness__masked_mean_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.764s) 2022-09-27T15:49:17.2348815Z test_schema_correctness__masked_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.763s) 2022-09-27T15:49:18.0051270Z test_schema_correctness__masked_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.770s) 2022-09-27T15:49:18.8996304Z test_schema_correctness__masked_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.894s) 2022-09-27T15:49:19.7972664Z test_schema_correctness__masked_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.897s) 2022-09-27T15:49:20.6852197Z test_schema_correctness__masked_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.887s) 2022-09-27T15:49:21.5685988Z test_schema_correctness__masked_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.883s) 2022-09-27T15:49:22.3341854Z test_schema_correctness__masked_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.765s) 2022-09-27T15:49:23.1047664Z test_schema_correctness__masked_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.770s) 2022-09-27T15:49:23.8706066Z test_schema_correctness__masked_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.765s) 2022-09-27T15:49:24.6363765Z test_schema_correctness__masked_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.765s) 2022-09-27T15:49:24.6632934Z test_schema_correctness__masked_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:49:24.6910717Z test_schema_correctness__masked_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:24.7184082Z test_schema_correctness__masked_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:25.7462874Z test_schema_correctness__masked_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.027s) 2022-09-27T15:49:26.7725705Z test_schema_correctness__masked_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.026s) 2022-09-27T15:49:27.7957534Z test_schema_correctness__masked_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.023s) 2022-09-27T15:49:28.8084622Z test_schema_correctness__masked_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.011s) 2022-09-27T15:49:29.2483388Z test_schema_correctness__masked_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.440s) 2022-09-27T15:49:29.6934227Z test_schema_correctness__masked_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-09-27T15:49:30.1370183Z test_schema_correctness__masked_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.443s) 2022-09-27T15:49:30.5816135Z test_schema_correctness__masked_normalize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.444s) 2022-09-27T15:49:31.0241683Z test_schema_correctness__masked_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.442s) 2022-09-27T15:49:31.4659056Z test_schema_correctness__masked_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.441s) 2022-09-27T15:49:31.6808839Z test_schema_correctness__masked_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.214s) 2022-09-27T15:49:31.8457635Z test_schema_correctness__masked_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.164s) 2022-09-27T15:49:32.0126084Z test_schema_correctness__masked_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.166s) 2022-09-27T15:49:32.2027126Z test_schema_correctness__masked_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.189s) 2022-09-27T15:49:32.3892462Z test_schema_correctness__masked_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-09-27T15:49:32.6055017Z test_schema_correctness__masked_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:49:32.8222170Z test_schema_correctness__masked_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:49:32.9850659Z test_schema_correctness__masked_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.162s) 2022-09-27T15:49:33.2007546Z test_schema_correctness__masked_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:49:33.4172795Z test_schema_correctness__masked_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:49:33.4444910Z test_schema_correctness__masked_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:33.4718322Z test_schema_correctness__masked_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:33.4989825Z test_schema_correctness__masked_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:49:33.5299283Z test_schema_correctness__masked_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:49:33.5622722Z test_schema_correctness__masked_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:49:33.5938382Z test_schema_correctness__masked_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:49:39.3422149Z test_schema_correctness__masked_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.748s) 2022-09-27T15:49:39.3945224Z test_schema_correctness__masked_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.052s) 2022-09-27T15:49:39.3955476Z test_schema_correctness__masked_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:49:45.1448790Z test_schema_correctness__masked_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.749s) 2022-09-27T15:49:50.8622958Z test_schema_correctness__masked_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.717s) 2022-09-27T15:49:55.6808025Z test_schema_correctness__masked_std_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.818s) 2022-09-27T15:50:00.6184056Z test_schema_correctness__masked_std_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.937s) 2022-09-27T15:50:05.4732220Z test_schema_correctness__masked_std_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.854s) 2022-09-27T15:50:10.3072263Z test_schema_correctness__masked_std_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.833s) 2022-09-27T15:50:15.1328218Z test_schema_correctness__masked_std_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.825s) 2022-09-27T15:50:15.3320021Z test_schema_correctness__masked_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-09-27T15:50:15.5067210Z test_schema_correctness__masked_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T15:50:15.6844652Z test_schema_correctness__masked_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:50:15.8632275Z test_schema_correctness__masked_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.178s) 2022-09-27T15:50:16.0627963Z test_schema_correctness__masked_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.199s) 2022-09-27T15:50:16.2633498Z test_schema_correctness__masked_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.200s) 2022-09-27T15:50:16.4604947Z test_schema_correctness__masked_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.197s) 2022-09-27T15:50:16.6354498Z test_schema_correctness__masked_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T15:50:16.8103947Z test_schema_correctness__masked_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T15:50:16.9852727Z test_schema_correctness__masked_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T15:50:17.1601351Z test_schema_correctness__masked_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T15:50:17.3350197Z test_schema_correctness__masked_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.174s) 2022-09-27T15:50:23.0080878Z test_schema_correctness__masked_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.672s) 2022-09-27T15:50:23.0090785Z test_schema_correctness__masked_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:50:23.0099904Z test_schema_correctness__masked_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:50:28.6855153Z test_schema_correctness__masked_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.675s) 2022-09-27T15:50:34.3704947Z test_schema_correctness__masked_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.684s) 2022-09-27T15:50:40.0103219Z test_schema_correctness__masked_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.639s) 2022-09-27T15:50:44.7718870Z test_schema_correctness__masked_var_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.761s) 2022-09-27T15:50:49.5390464Z test_schema_correctness__masked_var_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.767s) 2022-09-27T15:50:54.2999631Z test_schema_correctness__masked_var_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.760s) 2022-09-27T15:50:59.0693167Z test_schema_correctness__masked_var_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.769s) 2022-09-27T15:51:03.8431381Z test_schema_correctness__masked_var_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.773s) 2022-09-27T15:51:03.8452692Z test_schema_correctness_abs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8474181Z test_schema_correctness_abs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8488559Z test_schema_correctness_abs_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8508777Z test_schema_correctness_abs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8527899Z test_schema_correctness_abs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8546743Z test_schema_correctness_abs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8565686Z test_schema_correctness_abs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8584123Z test_schema_correctness_abs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8602468Z test_schema_correctness_abs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8620895Z test_schema_correctness_abs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8639237Z test_schema_correctness_abs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8657331Z test_schema_correctness_abs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.8685526Z test_schema_correctness_acos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8711619Z test_schema_correctness_acos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8739236Z test_schema_correctness_acos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8765873Z test_schema_correctness_acos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8792199Z test_schema_correctness_acos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8819313Z test_schema_correctness_acos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8845531Z test_schema_correctness_acos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8871747Z test_schema_correctness_acos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8898161Z test_schema_correctness_acos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8924164Z test_schema_correctness_acos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.8954954Z test_schema_correctness_acos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:03.8982045Z test_schema_correctness_acosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9006325Z test_schema_correctness_acosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9033374Z test_schema_correctness_acosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9060959Z test_schema_correctness_acosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9086193Z test_schema_correctness_acosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9111287Z test_schema_correctness_acosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9136215Z test_schema_correctness_acosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9160677Z test_schema_correctness_acosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9185704Z test_schema_correctness_acosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9210400Z test_schema_correctness_acosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9234814Z test_schema_correctness_acosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:03.9319431Z test_schema_correctness_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:03.9396030Z test_schema_correctness_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:03.9494095Z test_schema_correctness_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:03.9508179Z test_schema_correctness_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:03.9608169Z test_schema_correctness_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:03.9695649Z test_schema_correctness_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:03.9784303Z test_schema_correctness_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:03.9871498Z test_schema_correctness_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:03.9952694Z test_schema_correctness_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:04.0033620Z test_schema_correctness_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:04.0114847Z test_schema_correctness_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:04.0194920Z test_schema_correctness_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.0275012Z test_schema_correctness_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.0345535Z test_schema_correctness_addbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.0494012Z test_schema_correctness_addbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:04.0643466Z test_schema_correctness_addbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:04.0720096Z test_schema_correctness_addbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.0794362Z test_schema_correctness_addbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.0860557Z test_schema_correctness_addbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.0927630Z test_schema_correctness_addbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.0995777Z test_schema_correctness_addbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.1062002Z test_schema_correctness_addbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.1126388Z test_schema_correctness_addbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.1236965Z test_schema_correctness_addcdiv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.1365682Z test_schema_correctness_addcdiv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:04.1488576Z test_schema_correctness_addcdiv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:04.1597906Z test_schema_correctness_addcdiv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.1703923Z test_schema_correctness_addcdiv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.1814156Z test_schema_correctness_addcmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.1943888Z test_schema_correctness_addcmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:04.2065278Z test_schema_correctness_addcmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:04.2173300Z test_schema_correctness_addcmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.2278384Z test_schema_correctness_addcmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.2378592Z test_schema_correctness_addcmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:04.2479289Z test_schema_correctness_addcmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.2579215Z test_schema_correctness_addcmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:04.2679684Z test_schema_correctness_addcmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:04.2779712Z test_schema_correctness_addcmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:04.2820137Z test_schema_correctness_addmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.2829789Z test_schema_correctness_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:04.2838868Z test_schema_correctness_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:04.2879729Z test_schema_correctness_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.2920344Z test_schema_correctness_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.2956532Z test_schema_correctness_addmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.2991897Z test_schema_correctness_addmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3027420Z test_schema_correctness_addmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3062882Z test_schema_correctness_addmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3100017Z test_schema_correctness_addmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3138048Z test_schema_correctness_addmm_decomposed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3146949Z test_schema_correctness_addmm_decomposed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:04.3155706Z test_schema_correctness_addmm_decomposed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:04.3196693Z test_schema_correctness_addmm_decomposed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.3236537Z test_schema_correctness_addmm_decomposed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.3271961Z test_schema_correctness_addmm_decomposed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3307464Z test_schema_correctness_addmm_decomposed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3345925Z test_schema_correctness_addmm_decomposed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3381636Z test_schema_correctness_addmm_decomposed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3416624Z test_schema_correctness_addmm_decomposed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:04.3482450Z test_schema_correctness_addmv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.3558033Z test_schema_correctness_addmv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.3632129Z test_schema_correctness_addmv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.3705572Z test_schema_correctness_addmv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.3775315Z test_schema_correctness_addmv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.3835696Z test_schema_correctness_addmv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.3895551Z test_schema_correctness_addmv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.3955629Z test_schema_correctness_addmv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.4015525Z test_schema_correctness_addmv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:04.4075103Z test_schema_correctness_addmv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.4138000Z test_schema_correctness_addr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.4182218Z test_schema_correctness_addr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.4236588Z test_schema_correctness_addr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:04.4290508Z test_schema_correctness_addr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:04.4355089Z test_schema_correctness_addr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.4418339Z test_schema_correctness_addr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.4479545Z test_schema_correctness_addr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:04.4524535Z test_schema_correctness_addr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.4569162Z test_schema_correctness_addr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.4613691Z test_schema_correctness_addr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.4658153Z test_schema_correctness_addr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.4702686Z test_schema_correctness_addr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:04.4776395Z test_schema_correctness_all_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.4846763Z test_schema_correctness_all_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.4869982Z test_schema_correctness_all_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:51:04.4870511Z return self.op(*args, **kwargs) 2022-09-27T15:51:04.4929808Z ok (0.008s) 2022-09-27T15:51:04.5009225Z test_schema_correctness_all_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5083441Z test_schema_correctness_all_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5156892Z test_schema_correctness_all_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5229126Z test_schema_correctness_all_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5300599Z test_schema_correctness_all_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5371868Z test_schema_correctness_all_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5443924Z test_schema_correctness_all_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5516760Z test_schema_correctness_all_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5587644Z test_schema_correctness_all_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:04.5775805Z test_schema_correctness_allclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:04.5983244Z test_schema_correctness_allclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:04.6194847Z test_schema_correctness_allclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:04.6384617Z test_schema_correctness_allclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:04.6571188Z test_schema_correctness_allclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:04.6759022Z test_schema_correctness_allclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:04.7321651Z test_schema_correctness_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:04.7882193Z test_schema_correctness_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:04.8445240Z test_schema_correctness_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:04.9004252Z test_schema_correctness_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:04.9559982Z test_schema_correctness_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.0116916Z test_schema_correctness_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.0680683Z test_schema_correctness_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:05.1241749Z test_schema_correctness_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.3307285Z test_schema_correctness_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.206s) 2022-09-27T15:51:05.3870493Z test_schema_correctness_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:05.4428398Z test_schema_correctness_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.4982673Z test_schema_correctness_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.5539184Z test_schema_correctness_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.6099000Z test_schema_correctness_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.6665228Z test_schema_correctness_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:05.7226892Z test_schema_correctness_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:05.7783495Z test_schema_correctness_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.8343655Z test_schema_correctness_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.8903701Z test_schema_correctness_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.9460766Z test_schema_correctness_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:51:05.9512907Z test_schema_correctness_aminmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:51:05.9514657Z return self.op(*args, **kwargs) 2022-09-27T15:51:05.9514977Z ok (0.005s) 2022-09-27T15:51:05.9565476Z test_schema_correctness_aminmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:05.9617075Z test_schema_correctness_aminmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:05.9695045Z test_schema_correctness_aminmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:05.9769551Z test_schema_correctness_aminmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:05.9829305Z test_schema_correctness_aminmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:05.9887883Z test_schema_correctness_aminmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:05.9946140Z test_schema_correctness_aminmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:05.9971161Z test_schema_correctness_angle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:05.9996559Z test_schema_correctness_angle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:06.0022380Z test_schema_correctness_angle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:06.0047808Z test_schema_correctness_angle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:06.0072182Z test_schema_correctness_angle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:06.0095767Z test_schema_correctness_angle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:06.0120886Z test_schema_correctness_angle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:06.0139834Z test_schema_correctness_angle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:06.0159008Z test_schema_correctness_angle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:06.0177953Z test_schema_correctness_angle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:06.0197141Z test_schema_correctness_angle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:06.0216204Z test_schema_correctness_angle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:06.0294283Z test_schema_correctness_any_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0366966Z test_schema_correctness_any_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0445155Z test_schema_correctness_any_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0525057Z test_schema_correctness_any_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0600712Z test_schema_correctness_any_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0677220Z test_schema_correctness_any_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0751795Z test_schema_correctness_any_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0825195Z test_schema_correctness_any_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0899194Z test_schema_correctness_any_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.0974664Z test_schema_correctness_any_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.1048024Z test_schema_correctness_any_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.1122482Z test_schema_correctness_any_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:06.2202599Z test_schema_correctness_arange_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:51:06.3273086Z test_schema_correctness_arange_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:51:06.4348843Z test_schema_correctness_arange_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:51:06.5428227Z test_schema_correctness_arange_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:51:06.6503294Z test_schema_correctness_arange_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:51:06.7579258Z test_schema_correctness_arange_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:51:06.8653787Z test_schema_correctness_arange_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:51:06.9690850Z test_schema_correctness_arange_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:51:07.0787507Z test_schema_correctness_arange_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.109s) 2022-09-27T15:51:07.0872408Z test_schema_correctness_argmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.0954976Z test_schema_correctness_argmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1036032Z test_schema_correctness_argmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1115688Z test_schema_correctness_argmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.1196005Z test_schema_correctness_argmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.1277300Z test_schema_correctness_argmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1358210Z test_schema_correctness_argmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.1436474Z test_schema_correctness_argmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.1517042Z test_schema_correctness_argmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1598074Z test_schema_correctness_argmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1678747Z test_schema_correctness_argmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1759232Z test_schema_correctness_argmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1837986Z test_schema_correctness_argmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.1918947Z test_schema_correctness_argmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:07.1998787Z test_schema_correctness_argmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.2078740Z test_schema_correctness_argmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.2158400Z test_schema_correctness_argmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.2238027Z test_schema_correctness_argmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.2412369Z test_schema_correctness_argsort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.2581975Z test_schema_correctness_argsort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:07.2759775Z test_schema_correctness_argsort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.2931431Z test_schema_correctness_argsort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.3114040Z test_schema_correctness_argsort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:07.3287464Z test_schema_correctness_argsort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.3461492Z test_schema_correctness_argsort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.3632778Z test_schema_correctness_argsort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.3807622Z test_schema_correctness_argsort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.3981520Z test_schema_correctness_argsort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:07.4025214Z test_schema_correctness_argwhere_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.4063768Z test_schema_correctness_argwhere_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4104852Z test_schema_correctness_argwhere_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.4145672Z test_schema_correctness_argwhere_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.4184186Z test_schema_correctness_argwhere_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4221717Z test_schema_correctness_argwhere_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4258695Z test_schema_correctness_argwhere_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4298357Z test_schema_correctness_argwhere_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4334400Z test_schema_correctness_argwhere_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4371007Z test_schema_correctness_argwhere_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4407666Z test_schema_correctness_argwhere_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4444148Z test_schema_correctness_argwhere_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.4499644Z test_schema_correctness_as_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4551825Z test_schema_correctness_as_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4608582Z test_schema_correctness_as_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4623014Z test_schema_correctness_as_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.4681989Z test_schema_correctness_as_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4735586Z test_schema_correctness_as_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4790914Z test_schema_correctness_as_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4844701Z test_schema_correctness_as_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4897016Z test_schema_correctness_as_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.4948891Z test_schema_correctness_as_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5000495Z test_schema_correctness_as_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5052097Z test_schema_correctness_as_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5107998Z test_schema_correctness_as_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5167513Z test_schema_correctness_as_strided_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5224157Z test_schema_correctness_as_strided_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5287933Z test_schema_correctness_as_strided_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.5302071Z test_schema_correctness_as_strided_scatter_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.5367183Z test_schema_correctness_as_strided_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.5426353Z test_schema_correctness_as_strided_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5486002Z test_schema_correctness_as_strided_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5543593Z test_schema_correctness_as_strided_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5600945Z test_schema_correctness_as_strided_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5657643Z test_schema_correctness_as_strided_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5715604Z test_schema_correctness_as_strided_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5772632Z test_schema_correctness_as_strided_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5830446Z test_schema_correctness_as_strided_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.5850553Z test_schema_correctness_asin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.5870986Z test_schema_correctness_asin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.5892706Z test_schema_correctness_asin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.5914611Z test_schema_correctness_asin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.5934180Z test_schema_correctness_asin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.5955457Z test_schema_correctness_asin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.5979636Z test_schema_correctness_asin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.5998622Z test_schema_correctness_asin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6018642Z test_schema_correctness_asin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.6037423Z test_schema_correctness_asin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6056155Z test_schema_correctness_asin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6075571Z test_schema_correctness_asinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6093688Z test_schema_correctness_asinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6114473Z test_schema_correctness_asinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.6134994Z test_schema_correctness_asinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.6154999Z test_schema_correctness_asinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6174072Z test_schema_correctness_asinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6192977Z test_schema_correctness_asinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6211305Z test_schema_correctness_asinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6230100Z test_schema_correctness_asinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6248828Z test_schema_correctness_asinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6267085Z test_schema_correctness_asinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6335677Z test_schema_correctness_atan2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6396968Z test_schema_correctness_atan2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6464917Z test_schema_correctness_atan2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6531639Z test_schema_correctness_atan2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6595382Z test_schema_correctness_atan2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6661728Z test_schema_correctness_atan2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6725612Z test_schema_correctness_atan2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6789932Z test_schema_correctness_atan2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6853766Z test_schema_correctness_atan2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.6873718Z test_schema_correctness_atan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6892957Z test_schema_correctness_atan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6913837Z test_schema_correctness_atan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.6933792Z test_schema_correctness_atan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.6953095Z test_schema_correctness_atan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6972503Z test_schema_correctness_atan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.6990769Z test_schema_correctness_atan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7009198Z test_schema_correctness_atan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7027338Z test_schema_correctness_atan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7045844Z test_schema_correctness_atan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7064512Z test_schema_correctness_atan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7083408Z test_schema_correctness_atanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7101122Z test_schema_correctness_atanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7122197Z test_schema_correctness_atanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7142112Z test_schema_correctness_atanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7161275Z test_schema_correctness_atanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7180516Z test_schema_correctness_atanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7199015Z test_schema_correctness_atanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7219219Z test_schema_correctness_atanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7238218Z test_schema_correctness_atanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7256312Z test_schema_correctness_atanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7275322Z test_schema_correctness_atanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7306806Z test_schema_correctness_atleast_1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7334196Z test_schema_correctness_atleast_1d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7368299Z test_schema_correctness_atleast_1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7381242Z test_schema_correctness_atleast_1d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7415171Z test_schema_correctness_atleast_1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7445467Z test_schema_correctness_atleast_1d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7476681Z test_schema_correctness_atleast_1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7507809Z test_schema_correctness_atleast_1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7535445Z test_schema_correctness_atleast_1d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7563404Z test_schema_correctness_atleast_1d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7590971Z test_schema_correctness_atleast_1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7618419Z test_schema_correctness_atleast_1d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7645739Z test_schema_correctness_atleast_1d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:07.7684857Z test_schema_correctness_atleast_2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7720991Z test_schema_correctness_atleast_2d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7765357Z test_schema_correctness_atleast_2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.7777663Z test_schema_correctness_atleast_2d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.7822724Z test_schema_correctness_atleast_2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.7861333Z test_schema_correctness_atleast_2d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7900714Z test_schema_correctness_atleast_2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.7939933Z test_schema_correctness_atleast_2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.7975686Z test_schema_correctness_atleast_2d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.8011929Z test_schema_correctness_atleast_2d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.8047345Z test_schema_correctness_atleast_2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.8083062Z test_schema_correctness_atleast_2d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.8118801Z test_schema_correctness_atleast_2d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:07.8173549Z test_schema_correctness_atleast_3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8225904Z test_schema_correctness_atleast_3d_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8288098Z test_schema_correctness_atleast_3d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.8301164Z test_schema_correctness_atleast_3d_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:07.8361616Z test_schema_correctness_atleast_3d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.8417625Z test_schema_correctness_atleast_3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8476087Z test_schema_correctness_atleast_3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8532401Z test_schema_correctness_atleast_3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8586275Z test_schema_correctness_atleast_3d_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8640016Z test_schema_correctness_atleast_3d_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8693963Z test_schema_correctness_atleast_3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8747810Z test_schema_correctness_atleast_3d_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8802929Z test_schema_correctness_atleast_3d_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:07.8872109Z test_schema_correctness_baddbmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.8882281Z test_schema_correctness_baddbmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:07.8892353Z test_schema_correctness_baddbmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:07.8966573Z test_schema_correctness_baddbmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.9037045Z test_schema_correctness_baddbmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:07.9101841Z test_schema_correctness_baddbmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.9168349Z test_schema_correctness_baddbmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.9234839Z test_schema_correctness_baddbmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.9298769Z test_schema_correctness_baddbmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.9365127Z test_schema_correctness_baddbmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.9432914Z test_schema_correctness_bernoulli_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:07.9474619Z test_schema_correctness_bernoulli_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.9515655Z test_schema_correctness_bernoulli_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:07.9664429Z test_schema_correctness_bfloat16_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:08.0097879Z test_schema_correctness_bfloat16_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:08.0535766Z test_schema_correctness_bfloat16_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:08.0552724Z test_schema_correctness_bfloat16_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:08.0985944Z test_schema_correctness_bfloat16_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:08.1414768Z test_schema_correctness_bfloat16_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.1845214Z test_schema_correctness_bfloat16_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.2268361Z test_schema_correctness_bfloat16_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.2689423Z test_schema_correctness_bfloat16_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:08.3111135Z test_schema_correctness_bfloat16_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.3540894Z test_schema_correctness_bfloat16_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.3966823Z test_schema_correctness_bfloat16_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.4391613Z test_schema_correctness_bfloat16_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.4496664Z test_schema_correctness_bincount_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:08.4593641Z test_schema_correctness_bincount_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:08.4696075Z test_schema_correctness_bincount_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:08.4793405Z test_schema_correctness_bincount_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:08.4894682Z test_schema_correctness_bincount_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:08.4956150Z test_schema_correctness_bitwise_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5017019Z test_schema_correctness_bitwise_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5079284Z test_schema_correctness_bitwise_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5141938Z test_schema_correctness_bitwise_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5202814Z test_schema_correctness_bitwise_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5262613Z test_schema_correctness_bitwise_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5323433Z test_schema_correctness_bitwise_left_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5385317Z test_schema_correctness_bitwise_left_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5446779Z test_schema_correctness_bitwise_left_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5506970Z test_schema_correctness_bitwise_left_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5566163Z test_schema_correctness_bitwise_left_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:08.5590170Z test_schema_correctness_bitwise_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.5614261Z test_schema_correctness_bitwise_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.5638378Z test_schema_correctness_bitwise_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.5662907Z test_schema_correctness_bitwise_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.5686357Z test_schema_correctness_bitwise_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.5710302Z test_schema_correctness_bitwise_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.5769719Z test_schema_correctness_bitwise_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:08.5829759Z test_schema_correctness_bitwise_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5890891Z test_schema_correctness_bitwise_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.5951203Z test_schema_correctness_bitwise_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6011287Z test_schema_correctness_bitwise_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6070365Z test_schema_correctness_bitwise_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:08.6140182Z test_schema_correctness_bitwise_right_shift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:08.6201114Z test_schema_correctness_bitwise_right_shift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6261363Z test_schema_correctness_bitwise_right_shift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6321444Z test_schema_correctness_bitwise_right_shift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6382207Z test_schema_correctness_bitwise_right_shift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6441349Z test_schema_correctness_bitwise_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:08.6501372Z test_schema_correctness_bitwise_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6561958Z test_schema_correctness_bitwise_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6621944Z test_schema_correctness_bitwise_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6682585Z test_schema_correctness_bitwise_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6743386Z test_schema_correctness_bitwise_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6784056Z test_schema_correctness_block_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:08.6819591Z test_schema_correctness_block_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.6863527Z test_schema_correctness_block_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:08.6876603Z test_schema_correctness_block_diag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:08.6945065Z test_schema_correctness_block_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:08.6983103Z test_schema_correctness_block_diag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7021163Z test_schema_correctness_block_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7058156Z test_schema_correctness_block_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7093548Z test_schema_correctness_block_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7129131Z test_schema_correctness_block_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7164943Z test_schema_correctness_block_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7200556Z test_schema_correctness_block_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7236224Z test_schema_correctness_block_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:08.7257166Z test_schema_correctness_bmm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7279545Z test_schema_correctness_bmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7302032Z test_schema_correctness_bmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7324130Z test_schema_correctness_bmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7345320Z test_schema_correctness_bmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7366000Z test_schema_correctness_bmm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7386874Z test_schema_correctness_bmm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:08.7407319Z test_schema_correctness_bmm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:08.7428066Z test_schema_correctness_bmm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7448965Z test_schema_correctness_bmm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:08.7877965Z test_schema_correctness_bool_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.8027693Z test_schema_correctness_bool_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:08.8452764Z test_schema_correctness_bool_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.8469146Z test_schema_correctness_bool_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:08.8895990Z test_schema_correctness_bool_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:08.9328029Z test_schema_correctness_bool_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:08.9756955Z test_schema_correctness_bool_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.0185195Z test_schema_correctness_bool_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.0612817Z test_schema_correctness_bool_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.1036319Z test_schema_correctness_bool_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.1459153Z test_schema_correctness_bool_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.1886021Z test_schema_correctness_bool_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.2322571Z test_schema_correctness_bool_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:09.2341443Z test_schema_correctness_broadcast_shapes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:09.2385039Z test_schema_correctness_broadcast_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:09.2424013Z test_schema_correctness_broadcast_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:09.2466344Z test_schema_correctness_broadcast_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:09.2508868Z test_schema_correctness_broadcast_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:09.2550102Z test_schema_correctness_broadcast_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:09.2590761Z test_schema_correctness_broadcast_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:09.2630768Z test_schema_correctness_broadcast_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:09.2670017Z test_schema_correctness_broadcast_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:09.2708839Z test_schema_correctness_broadcast_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:09.2747343Z test_schema_correctness_broadcast_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:09.2785845Z test_schema_correctness_broadcast_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:09.2824469Z test_schema_correctness_broadcast_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:09.3025441Z test_schema_correctness_broadcast_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.3229376Z test_schema_correctness_broadcast_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.3434572Z test_schema_correctness_broadcast_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.3644457Z test_schema_correctness_broadcast_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.3845315Z test_schema_correctness_broadcast_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.4047435Z test_schema_correctness_broadcast_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.4252281Z test_schema_correctness_broadcast_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.4456952Z test_schema_correctness_broadcast_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:09.4657741Z test_schema_correctness_broadcast_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:09.4858890Z test_schema_correctness_broadcast_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:09.5060151Z test_schema_correctness_broadcast_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:09.5262001Z test_schema_correctness_broadcast_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:09.5437905Z test_schema_correctness_bucketize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:09.5609719Z test_schema_correctness_bucketize_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:09.5785307Z test_schema_correctness_bucketize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:09.5953146Z test_schema_correctness_bucketize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:09.6114389Z test_schema_correctness_bucketize_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:09.6276046Z test_schema_correctness_bucketize_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:09.6436230Z test_schema_correctness_bucketize_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:09.6595961Z test_schema_correctness_bucketize_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:09.6756009Z test_schema_correctness_bucketize_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:09.7187686Z test_schema_correctness_byte_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:09.7614330Z test_schema_correctness_byte_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.8045606Z test_schema_correctness_byte_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:09.8475892Z test_schema_correctness_byte_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.8905300Z test_schema_correctness_byte_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.9337239Z test_schema_correctness_byte_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:09.9765131Z test_schema_correctness_byte_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:10.0190345Z test_schema_correctness_byte_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:10.0617180Z test_schema_correctness_byte_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:10.1047297Z test_schema_correctness_byte_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:10.1474580Z test_schema_correctness_byte_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:10.1625973Z test_schema_correctness_byte_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:10.2079967Z test_schema_correctness_cartesian_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.2533283Z test_schema_correctness_cartesian_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.2987903Z test_schema_correctness_cartesian_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.3443063Z test_schema_correctness_cartesian_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.3892145Z test_schema_correctness_cartesian_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:51:10.4349181Z test_schema_correctness_cartesian_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.4803024Z test_schema_correctness_cartesian_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.5255883Z test_schema_correctness_cartesian_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.5708275Z test_schema_correctness_cartesian_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.6163459Z test_schema_correctness_cartesian_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.6621344Z test_schema_correctness_cartesian_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.7079572Z test_schema_correctness_cartesian_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:51:10.7144266Z test_schema_correctness_cat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:10.7203108Z test_schema_correctness_cat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7274897Z test_schema_correctness_cat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:10.7290424Z test_schema_correctness_cat_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:10.7357791Z test_schema_correctness_cat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:10.7419019Z test_schema_correctness_cat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:10.7478452Z test_schema_correctness_cat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7537945Z test_schema_correctness_cat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7594261Z test_schema_correctness_cat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7650873Z test_schema_correctness_cat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7706816Z test_schema_correctness_cat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7763298Z test_schema_correctness_cat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:10.7819662Z test_schema_correctness_cat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:11.0170047Z test_schema_correctness_cdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.234s) 2022-09-27T15:51:11.2537510Z test_schema_correctness_cdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.236s) 2022-09-27T15:51:11.2559911Z test_schema_correctness_ceil_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:11.2581734Z test_schema_correctness_ceil_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:11.2601867Z test_schema_correctness_ceil_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.2620830Z test_schema_correctness_ceil_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.2639664Z test_schema_correctness_ceil_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.2658359Z test_schema_correctness_ceil_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.2677446Z test_schema_correctness_ceil_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.2695543Z test_schema_correctness_ceil_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.2719229Z test_schema_correctness_chalf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13883: 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-09-27T15:51:11.2720227Z op=lambda x, *args, **kwargs: x.chalf(*args, **kwargs), 2022-09-27T15:51:11.3230462Z ok (0.053s) 2022-09-27T15:51:11.3766248Z test_schema_correctness_chalf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.4310161Z test_schema_correctness_chalf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:51:11.4325992Z test_schema_correctness_chalf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:11.4871166Z test_schema_correctness_chalf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:51:11.5415268Z test_schema_correctness_chalf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:51:11.5955993Z test_schema_correctness_chalf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.6499883Z test_schema_correctness_chalf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.054s) 2022-09-27T15:51:11.7033658Z test_schema_correctness_chalf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.7567004Z test_schema_correctness_chalf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.8103134Z test_schema_correctness_chalf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.8643412Z test_schema_correctness_chalf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.9178091Z test_schema_correctness_chalf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.053s) 2022-09-27T15:51:11.9607321Z test_schema_correctness_char_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.0038008Z test_schema_correctness_char_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.0475315Z test_schema_correctness_char_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:12.0490835Z test_schema_correctness_char_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:12.0922496Z test_schema_correctness_char_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:12.1352184Z test_schema_correctness_char_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.1781809Z test_schema_correctness_char_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.2210986Z test_schema_correctness_char_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.2642683Z test_schema_correctness_char_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:12.3070634Z test_schema_correctness_char_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.3498974Z test_schema_correctness_char_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.3649180Z test_schema_correctness_char_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:12.4077087Z test_schema_correctness_char_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:12.4110586Z test_schema_correctness_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:51:12.4111447Z L = torch.cholesky(A) 2022-09-27T15:51:12.4111782Z should be replaced with 2022-09-27T15:51:12.4112337Z L = torch.linalg.cholesky(A) 2022-09-27T15:51:12.4112792Z and 2022-09-27T15:51:12.4113138Z U = torch.cholesky(A, upper=True) 2022-09-27T15:51:12.4113915Z should be replaced with 2022-09-27T15:51:12.4114265Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:51:12.4115062Z 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:1626.) 2022-09-27T15:51:12.4115805Z return self.op(*args, **kwargs) 2022-09-27T15:51:12.4178222Z ok (0.010s) 2022-09-27T15:51:12.4269595Z test_schema_correctness_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:12.4358454Z test_schema_correctness_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:12.4441291Z test_schema_correctness_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:12.4525465Z test_schema_correctness_cholesky_inverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:12.4607661Z test_schema_correctness_cholesky_inverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:12.4687220Z test_schema_correctness_cholesky_inverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:12.4765322Z test_schema_correctness_cholesky_inverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:12.4876236Z test_schema_correctness_cholesky_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:12.4985082Z test_schema_correctness_cholesky_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:12.5086913Z test_schema_correctness_cholesky_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:12.5188589Z test_schema_correctness_cholesky_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:12.5225109Z test_schema_correctness_chunk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5258806Z test_schema_correctness_chunk_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5296600Z test_schema_correctness_chunk_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5311208Z test_schema_correctness_chunk_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:12.5348951Z test_schema_correctness_chunk_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5383935Z test_schema_correctness_chunk_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5417935Z test_schema_correctness_chunk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5453933Z test_schema_correctness_chunk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5486120Z test_schema_correctness_chunk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5518860Z test_schema_correctness_chunk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5550926Z test_schema_correctness_chunk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5583622Z test_schema_correctness_chunk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5616491Z test_schema_correctness_chunk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.5669417Z test_schema_correctness_clamp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:12.5723549Z test_schema_correctness_clamp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:12.5778635Z test_schema_correctness_clamp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:12.5829052Z test_schema_correctness_clamp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:12.5880202Z test_schema_correctness_clamp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:12.5929425Z test_schema_correctness_clamp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.5980349Z test_schema_correctness_clamp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:12.6029214Z test_schema_correctness_clamp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.6096023Z test_schema_correctness_clamp_max_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6157370Z test_schema_correctness_clamp_max_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6224131Z test_schema_correctness_clamp_max_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6294610Z test_schema_correctness_clamp_max_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:12.6364582Z test_schema_correctness_clamp_max_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6426990Z test_schema_correctness_clamp_max_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6494020Z test_schema_correctness_clamp_max_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6556602Z test_schema_correctness_clamp_max_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6619903Z test_schema_correctness_clamp_max_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6682099Z test_schema_correctness_clamp_max_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6748984Z test_schema_correctness_clamp_min_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6809513Z test_schema_correctness_clamp_min_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6875600Z test_schema_correctness_clamp_min_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.6943346Z test_schema_correctness_clamp_min_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7010032Z test_schema_correctness_clamp_min_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7071191Z test_schema_correctness_clamp_min_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7133411Z test_schema_correctness_clamp_min_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7195618Z test_schema_correctness_clamp_min_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7257369Z test_schema_correctness_clamp_min_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7318713Z test_schema_correctness_clamp_min_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:12.7343481Z test_schema_correctness_clone_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7366478Z test_schema_correctness_clone_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7396778Z test_schema_correctness_clone_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:12.7409991Z test_schema_correctness_clone_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:12.7435755Z test_schema_correctness_clone_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7459265Z test_schema_correctness_clone_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7484380Z test_schema_correctness_clone_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7507908Z test_schema_correctness_clone_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7531256Z test_schema_correctness_clone_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7554780Z test_schema_correctness_clone_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7576732Z test_schema_correctness_clone_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7600012Z test_schema_correctness_clone_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7622093Z test_schema_correctness_clone_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:12.7667461Z test_schema_correctness_column_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7710720Z test_schema_correctness_column_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7756965Z test_schema_correctness_column_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7769721Z test_schema_correctness_column_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:12.7817161Z test_schema_correctness_column_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7862943Z test_schema_correctness_column_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7908414Z test_schema_correctness_column_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7952813Z test_schema_correctness_column_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.7999251Z test_schema_correctness_column_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.8043236Z test_schema_correctness_column_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.8087294Z test_schema_correctness_column_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.8130539Z test_schema_correctness_column_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:12.8174169Z test_schema_correctness_column_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:13.1700065Z test_schema_correctness_combinations_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-09-27T15:51:13.5175793Z test_schema_correctness_combinations_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-09-27T15:51:13.8659947Z test_schema_correctness_combinations_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:51:14.2180748Z test_schema_correctness_combinations_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-09-27T15:51:14.5653529Z test_schema_correctness_combinations_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-09-27T15:51:14.9135908Z test_schema_correctness_combinations_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:51:15.2584758Z test_schema_correctness_combinations_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.344s) 2022-09-27T15:51:15.6069195Z test_schema_correctness_combinations_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:51:15.9562445Z test_schema_correctness_combinations_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:51:16.3043341Z test_schema_correctness_combinations_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:51:16.6518618Z test_schema_correctness_combinations_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-09-27T15:51:16.9993199Z test_schema_correctness_combinations_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.347s) 2022-09-27T15:51:17.0062646Z test_schema_correctness_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.0131400Z test_schema_correctness_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.0198717Z test_schema_correctness_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.0215460Z test_schema_correctness_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0230909Z test_schema_correctness_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0258551Z test_schema_correctness_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:17.0271038Z test_schema_correctness_conj_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0298039Z test_schema_correctness_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:17.0313192Z test_schema_correctness_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0328293Z test_schema_correctness_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0343218Z test_schema_correctness_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0357326Z test_schema_correctness_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0372968Z test_schema_correctness_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0386721Z test_schema_correctness_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0401117Z test_schema_correctness_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0414679Z test_schema_correctness_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0429193Z test_schema_correctness_conj_physical_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0442154Z test_schema_correctness_conj_physical_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0463231Z test_schema_correctness_conj_physical_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:17.0476718Z test_schema_correctness_conj_physical_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0496475Z test_schema_correctness_conj_physical_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:17.0511896Z test_schema_correctness_conj_physical_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0526802Z test_schema_correctness_conj_physical_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0542487Z test_schema_correctness_conj_physical_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0557072Z test_schema_correctness_conj_physical_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0570460Z test_schema_correctness_conj_physical_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0584078Z test_schema_correctness_conj_physical_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0597650Z test_schema_correctness_conj_physical_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0610940Z test_schema_correctness_conj_physical_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.0952030Z test_schema_correctness_constant_pad_nd_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:17.1272330Z test_schema_correctness_constant_pad_nd_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:17.1646328Z test_schema_correctness_constant_pad_nd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:17.2024321Z test_schema_correctness_constant_pad_nd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:17.2360250Z test_schema_correctness_constant_pad_nd_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:17.2701935Z test_schema_correctness_constant_pad_nd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:17.3044132Z test_schema_correctness_constant_pad_nd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:17.3366759Z test_schema_correctness_constant_pad_nd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:17.3692371Z test_schema_correctness_constant_pad_nd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:17.4033388Z test_schema_correctness_constant_pad_nd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:17.4355378Z test_schema_correctness_constant_pad_nd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:17.4677549Z test_schema_correctness_constant_pad_nd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:17.4694963Z test_schema_correctness_contiguous_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4710585Z test_schema_correctness_contiguous_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4726624Z test_schema_correctness_contiguous_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4740290Z test_schema_correctness_contiguous_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4757183Z test_schema_correctness_contiguous_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4772543Z test_schema_correctness_contiguous_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4787416Z test_schema_correctness_contiguous_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4803259Z test_schema_correctness_contiguous_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4818051Z test_schema_correctness_contiguous_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4831975Z test_schema_correctness_contiguous_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4847046Z test_schema_correctness_contiguous_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4861085Z test_schema_correctness_contiguous_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4875156Z test_schema_correctness_contiguous_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:17.4942457Z test_schema_correctness_copysign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5002622Z test_schema_correctness_copysign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5067809Z test_schema_correctness_copysign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5134510Z test_schema_correctness_copysign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5201411Z test_schema_correctness_copysign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5262839Z test_schema_correctness_copysign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5325043Z test_schema_correctness_copysign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5387726Z test_schema_correctness_copysign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5449119Z test_schema_correctness_copysign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.5510497Z test_schema_correctness_copysign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:17.7082781Z test_schema_correctness_corrcoef_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:51:17.7092330Z test_schema_correctness_corrcoef_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:17.7101783Z test_schema_correctness_corrcoef_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:17.8678409Z test_schema_correctness_corrcoef_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:51:18.0256916Z test_schema_correctness_corrcoef_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:51:18.1831190Z test_schema_correctness_corrcoef_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:51:18.3394363Z test_schema_correctness_corrcoef_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-09-27T15:51:18.4965172Z test_schema_correctness_corrcoef_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-09-27T15:51:18.6521032Z test_schema_correctness_corrcoef_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:51:18.8097760Z test_schema_correctness_corrcoef_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:51:18.8126630Z test_schema_correctness_cos_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8154814Z test_schema_correctness_cos_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8182520Z test_schema_correctness_cos_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8209565Z test_schema_correctness_cos_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8235425Z test_schema_correctness_cos_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8262612Z test_schema_correctness_cos_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8288203Z test_schema_correctness_cos_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8314464Z test_schema_correctness_cos_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8340182Z test_schema_correctness_cos_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8366926Z test_schema_correctness_cos_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8394685Z test_schema_correctness_cos_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8422370Z test_schema_correctness_cosh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8447067Z test_schema_correctness_cosh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8474526Z test_schema_correctness_cosh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8500423Z test_schema_correctness_cosh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8526355Z test_schema_correctness_cosh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8551974Z test_schema_correctness_cosh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8577114Z test_schema_correctness_cosh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8602119Z test_schema_correctness_cosh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8627451Z test_schema_correctness_cosh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8655562Z test_schema_correctness_cosh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8682295Z test_schema_correctness_cosh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:18.8871880Z test_schema_correctness_count_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:18.9058459Z test_schema_correctness_count_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:18.9253958Z test_schema_correctness_count_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:18.9449991Z test_schema_correctness_count_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:18.9641267Z test_schema_correctness_count_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:18.9831760Z test_schema_correctness_count_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:19.0021440Z test_schema_correctness_count_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:19.0207350Z test_schema_correctness_count_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:19.0397748Z test_schema_correctness_count_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:19.0588713Z test_schema_correctness_count_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:19.0778638Z test_schema_correctness_count_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:19.0966491Z test_schema_correctness_count_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:21.4603303Z test_schema_correctness_cov_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.363s) 2022-09-27T15:51:21.4612780Z test_schema_correctness_cov_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:21.4622542Z test_schema_correctness_cov_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:23.8425729Z test_schema_correctness_cov_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.380s) 2022-09-27T15:51:26.2105528Z test_schema_correctness_cov_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.367s) 2022-09-27T15:51:28.5866502Z test_schema_correctness_cov_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.375s) 2022-09-27T15:51:30.9535030Z test_schema_correctness_cov_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.366s) 2022-09-27T15:51:33.3149885Z test_schema_correctness_cov_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.361s) 2022-09-27T15:51:35.6831506Z test_schema_correctness_cov_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.368s) 2022-09-27T15:51:38.0510667Z test_schema_correctness_cov_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.367s) 2022-09-27T15:51:38.0548952Z test_schema_correctness_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0588423Z test_schema_correctness_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0627158Z test_schema_correctness_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0661779Z test_schema_correctness_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0695413Z test_schema_correctness_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0728109Z test_schema_correctness_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0760261Z test_schema_correctness_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0792148Z test_schema_correctness_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0824166Z test_schema_correctness_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0855473Z test_schema_correctness_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0885532Z test_schema_correctness_cummax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0912538Z test_schema_correctness_cummax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.0940512Z test_schema_correctness_cummax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.0970027Z test_schema_correctness_cummax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.0996742Z test_schema_correctness_cummax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1023737Z test_schema_correctness_cummax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1052183Z test_schema_correctness_cummax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1079185Z test_schema_correctness_cummax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1105967Z test_schema_correctness_cummax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1135150Z test_schema_correctness_cummin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1161976Z test_schema_correctness_cummin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1190482Z test_schema_correctness_cummin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1220034Z test_schema_correctness_cummin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.1246529Z test_schema_correctness_cummin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1274264Z test_schema_correctness_cummin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1301014Z test_schema_correctness_cummin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1327915Z test_schema_correctness_cummin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1354813Z test_schema_correctness_cummin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.1425089Z test_schema_correctness_cumprod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.1505853Z test_schema_correctness_cumprod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:38.1587008Z test_schema_correctness_cumprod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:38.1663571Z test_schema_correctness_cumprod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.1737996Z test_schema_correctness_cumprod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.1804521Z test_schema_correctness_cumprod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.1871188Z test_schema_correctness_cumprod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.1941442Z test_schema_correctness_cumprod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.2008161Z test_schema_correctness_cumprod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.2075495Z test_schema_correctness_cumprod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.2110950Z test_schema_correctness_cumsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2150663Z test_schema_correctness_cumsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2194150Z test_schema_correctness_cumsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:38.2230799Z test_schema_correctness_cumsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2267945Z test_schema_correctness_cumsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2302043Z test_schema_correctness_cumsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2337360Z test_schema_correctness_cumsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2370730Z test_schema_correctness_cumsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2403527Z test_schema_correctness_cumsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2436723Z test_schema_correctness_cumsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:38.2816115Z test_schema_correctness_cumulative_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:38.3210438Z test_schema_correctness_cumulative_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:38.3607817Z test_schema_correctness_cumulative_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:38.3993449Z test_schema_correctness_cumulative_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:51:38.4363423Z test_schema_correctness_cumulative_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:51:38.4744238Z test_schema_correctness_cumulative_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:51:38.5122140Z test_schema_correctness_cumulative_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:38.5503668Z test_schema_correctness_cumulative_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:51:38.5881754Z test_schema_correctness_cumulative_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:38.6261234Z test_schema_correctness_cumulative_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:51:38.6290845Z test_schema_correctness_deg2rad_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6317201Z test_schema_correctness_deg2rad_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6343748Z test_schema_correctness_deg2rad_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6369404Z test_schema_correctness_deg2rad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6394651Z test_schema_correctness_deg2rad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6419120Z test_schema_correctness_deg2rad_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6443546Z test_schema_correctness_deg2rad_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6467946Z test_schema_correctness_deg2rad_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6492337Z test_schema_correctness_deg2rad_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6517163Z test_schema_correctness_deg2rad_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:38.6595287Z test_schema_correctness_diag_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.6673866Z test_schema_correctness_diag_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.6759034Z test_schema_correctness_diag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:38.6844444Z test_schema_correctness_diag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:38.6923643Z test_schema_correctness_diag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.7001381Z test_schema_correctness_diag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.7080524Z test_schema_correctness_diag_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.7160471Z test_schema_correctness_diag_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.7242839Z test_schema_correctness_diag_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:38.7321666Z test_schema_correctness_diag_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.7401766Z test_schema_correctness_diag_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:38.7514395Z test_schema_correctness_diag_embed_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:38.7614812Z test_schema_correctness_diag_embed_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.7732767Z test_schema_correctness_diag_embed_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:38.7747959Z test_schema_correctness_diag_embed_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:38.7862850Z test_schema_correctness_diag_embed_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:38.7969065Z test_schema_correctness_diag_embed_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.8087517Z test_schema_correctness_diag_embed_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:38.8208207Z test_schema_correctness_diag_embed_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:38.8309647Z test_schema_correctness_diag_embed_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.8411452Z test_schema_correctness_diag_embed_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.8512077Z test_schema_correctness_diag_embed_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.8613457Z test_schema_correctness_diag_embed_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.8714261Z test_schema_correctness_diag_embed_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.8780130Z test_schema_correctness_diagflat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.8839322Z test_schema_correctness_diagflat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.8902823Z test_schema_correctness_diagflat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.8966855Z test_schema_correctness_diagflat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.9028077Z test_schema_correctness_diagflat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:38.9086931Z test_schema_correctness_diagflat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.9145939Z test_schema_correctness_diagflat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.9204793Z test_schema_correctness_diagflat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.9263359Z test_schema_correctness_diagflat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.9322376Z test_schema_correctness_diagflat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.9381109Z test_schema_correctness_diagflat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:38.9491094Z test_schema_correctness_diagonal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.9593453Z test_schema_correctness_diagonal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:38.9714770Z test_schema_correctness_diagonal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:38.9729927Z test_schema_correctness_diagonal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:38.9847817Z test_schema_correctness_diagonal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:38.9959081Z test_schema_correctness_diagonal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0067987Z test_schema_correctness_diagonal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0179388Z test_schema_correctness_diagonal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:51:39.0283451Z test_schema_correctness_diagonal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0387760Z test_schema_correctness_diagonal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0496451Z test_schema_correctness_diagonal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0600931Z test_schema_correctness_diagonal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0705307Z test_schema_correctness_diagonal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:39.0839845Z test_schema_correctness_diagonal_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:39.0963590Z test_schema_correctness_diagonal_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.1098272Z test_schema_correctness_diagonal_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:39.1240766Z test_schema_correctness_diagonal_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:39.1378381Z test_schema_correctness_diagonal_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:39.1505010Z test_schema_correctness_diagonal_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.1631381Z test_schema_correctness_diagonal_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.1758396Z test_schema_correctness_diagonal_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.1883745Z test_schema_correctness_diagonal_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.2010445Z test_schema_correctness_diagonal_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:39.5205764Z test_schema_correctness_diff_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-09-27T15:51:39.8260361Z test_schema_correctness_diff_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-09-27T15:51:40.1825751Z test_schema_correctness_diff_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-09-27T15:51:40.5205771Z test_schema_correctness_diff_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.337s) 2022-09-27T15:51:40.8430308Z test_schema_correctness_diff_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.322s) 2022-09-27T15:51:41.1632065Z test_schema_correctness_diff_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.319s) 2022-09-27T15:51:41.4760774Z test_schema_correctness_diff_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.312s) 2022-09-27T15:51:41.7930460Z test_schema_correctness_diff_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-09-27T15:51:42.1140559Z test_schema_correctness_diff_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-09-27T15:51:42.4320310Z test_schema_correctness_diff_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.317s) 2022-09-27T15:51:42.7477724Z test_schema_correctness_diff_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.315s) 2022-09-27T15:51:43.0639732Z test_schema_correctness_diff_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.316s) 2022-09-27T15:51:43.0670064Z test_schema_correctness_digamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0696861Z test_schema_correctness_digamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0723954Z test_schema_correctness_digamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0750328Z test_schema_correctness_digamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0775942Z test_schema_correctness_digamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0801294Z test_schema_correctness_digamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0826385Z test_schema_correctness_digamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0851314Z test_schema_correctness_digamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.0876285Z test_schema_correctness_digamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.1208591Z test_schema_correctness_dist_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:43.1614237Z test_schema_correctness_dist_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:51:43.2007131Z test_schema_correctness_dist_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:51:43.2343903Z test_schema_correctness_dist_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:43.2679913Z test_schema_correctness_dist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:51:43.3021438Z test_schema_correctness_dist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:51:43.3105331Z test_schema_correctness_div_floor_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:43.3186524Z test_schema_correctness_div_floor_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:43.3269675Z test_schema_correctness_div_floor_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:43.3350073Z test_schema_correctness_div_floor_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:43.3424763Z test_schema_correctness_div_floor_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.3502090Z test_schema_correctness_div_floor_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.3577180Z test_schema_correctness_div_floor_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.3651571Z test_schema_correctness_div_floor_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.3725993Z test_schema_correctness_div_floor_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.3796700Z test_schema_correctness_div_no_rounding_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.3861496Z test_schema_correctness_div_no_rounding_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:43.3942486Z test_schema_correctness_div_no_rounding_mode_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:43.4035358Z test_schema_correctness_div_no_rounding_mode_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:43.4110801Z test_schema_correctness_div_no_rounding_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4183451Z test_schema_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4254904Z test_schema_correctness_div_no_rounding_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4321331Z test_schema_correctness_div_no_rounding_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:43.4391735Z test_schema_correctness_div_no_rounding_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4460535Z test_schema_correctness_div_no_rounding_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:43.4528605Z test_schema_correctness_div_no_rounding_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:43.4596599Z test_schema_correctness_div_no_rounding_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:43.4676128Z test_schema_correctness_div_trunc_rounding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4754910Z test_schema_correctness_div_trunc_rounding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4835714Z test_schema_correctness_div_trunc_rounding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:43.4915086Z test_schema_correctness_div_trunc_rounding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.4990276Z test_schema_correctness_div_trunc_rounding_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.5065005Z test_schema_correctness_div_trunc_rounding_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.5140374Z test_schema_correctness_div_trunc_rounding_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.5217642Z test_schema_correctness_div_trunc_rounding_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.5292247Z test_schema_correctness_div_trunc_rounding_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:43.5313061Z test_schema_correctness_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.5322353Z test_schema_correctness_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:43.5331117Z test_schema_correctness_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:43.5352976Z test_schema_correctness_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.5372867Z test_schema_correctness_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:43.5391769Z test_schema_correctness_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.5410100Z test_schema_correctness_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.5428202Z test_schema_correctness_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.5446352Z test_schema_correctness_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.5464561Z test_schema_correctness_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.5890610Z test_schema_correctness_double_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.6320981Z test_schema_correctness_double_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.6752758Z test_schema_correctness_double_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.6767868Z test_schema_correctness_double_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:43.7200249Z test_schema_correctness_double_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:43.7631113Z test_schema_correctness_double_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.8058829Z test_schema_correctness_double_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.8208741Z test_schema_correctness_double_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:43.8633495Z test_schema_correctness_double_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.9060380Z test_schema_correctness_double_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.9485684Z test_schema_correctness_double_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:43.9910318Z test_schema_correctness_double_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.0337225Z test_schema_correctness_double_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.0396312Z test_schema_correctness_dsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0450673Z test_schema_correctness_dsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0511737Z test_schema_correctness_dsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.0526940Z test_schema_correctness_dsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:44.0590189Z test_schema_correctness_dsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.0644180Z test_schema_correctness_dsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0697090Z test_schema_correctness_dsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0752904Z test_schema_correctness_dsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0806352Z test_schema_correctness_dsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0860708Z test_schema_correctness_dsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0913758Z test_schema_correctness_dsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.0966038Z test_schema_correctness_dsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.1017833Z test_schema_correctness_dsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:44.1083420Z test_schema_correctness_dstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1146402Z test_schema_correctness_dstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1217935Z test_schema_correctness_dstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:44.1232830Z test_schema_correctness_dstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:44.1301621Z test_schema_correctness_dstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1366739Z test_schema_correctness_dstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1431938Z test_schema_correctness_dstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1494657Z test_schema_correctness_dstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1558184Z test_schema_correctness_dstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1621992Z test_schema_correctness_dstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1685283Z test_schema_correctness_dstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1749318Z test_schema_correctness_dstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.1813181Z test_schema_correctness_dstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:44.2249092Z test_schema_correctness_einsum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:44.2688099Z test_schema_correctness_einsum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:44.3128101Z test_schema_correctness_einsum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:44.3552242Z test_schema_correctness_einsum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.3965916Z test_schema_correctness_einsum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:44.4387989Z test_schema_correctness_einsum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.4810911Z test_schema_correctness_einsum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.5232011Z test_schema_correctness_einsum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:51:44.5658920Z test_schema_correctness_einsum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.6082015Z test_schema_correctness_einsum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:44.6398436Z test_schema_correctness_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.6711552Z test_schema_correctness_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.7025111Z test_schema_correctness_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.7040986Z test_schema_correctness_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:44.7354053Z test_schema_correctness_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.7669936Z test_schema_correctness_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.7987425Z test_schema_correctness_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.8299243Z test_schema_correctness_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.8611816Z test_schema_correctness_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:44.8922498Z test_schema_correctness_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:44.9231404Z test_schema_correctness_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:44.9540101Z test_schema_correctness_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:44.9851696Z test_schema_correctness_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:45.0155217Z test_schema_correctness_empty_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.0454138Z test_schema_correctness_empty_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:45.0760045Z test_schema_correctness_empty_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.0775785Z test_schema_correctness_empty_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.1080950Z test_schema_correctness_empty_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.1382915Z test_schema_correctness_empty_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.1685303Z test_schema_correctness_empty_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.1985457Z test_schema_correctness_empty_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:45.2284784Z test_schema_correctness_empty_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:45.2585410Z test_schema_correctness_empty_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:45.2887446Z test_schema_correctness_empty_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.3189375Z test_schema_correctness_empty_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:51:45.3489727Z test_schema_correctness_empty_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:45.3563501Z test_schema_correctness_eq_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:45.3631456Z test_schema_correctness_eq_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.3714961Z test_schema_correctness_eq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:45.3729637Z test_schema_correctness_eq_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.3810433Z test_schema_correctness_eq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:45.3881220Z test_schema_correctness_eq_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:45.3953121Z test_schema_correctness_eq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:45.4024652Z test_schema_correctness_eq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:45.4090793Z test_schema_correctness_eq_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4157558Z test_schema_correctness_eq_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4224789Z test_schema_correctness_eq_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4292644Z test_schema_correctness_eq_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4359670Z test_schema_correctness_eq_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4417466Z test_schema_correctness_equal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4472004Z test_schema_correctness_equal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4534237Z test_schema_correctness_equal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4599050Z test_schema_correctness_equal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:45.4655373Z test_schema_correctness_equal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4711696Z test_schema_correctness_equal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4766478Z test_schema_correctness_equal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4818937Z test_schema_correctness_equal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4871657Z test_schema_correctness_equal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4924437Z test_schema_correctness_equal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.4977138Z test_schema_correctness_equal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.5029872Z test_schema_correctness_equal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:45.5048497Z test_schema_correctness_erf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5067282Z test_schema_correctness_erf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5086375Z test_schema_correctness_erf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5105543Z test_schema_correctness_erf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5124343Z test_schema_correctness_erf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5142419Z test_schema_correctness_erf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5161946Z test_schema_correctness_erf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5180228Z test_schema_correctness_erf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5198614Z test_schema_correctness_erf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5226040Z test_schema_correctness_erfc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5251715Z test_schema_correctness_erfc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5278773Z test_schema_correctness_erfc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5305549Z test_schema_correctness_erfc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5331458Z test_schema_correctness_erfc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5357644Z test_schema_correctness_erfc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5383766Z test_schema_correctness_erfc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5409760Z test_schema_correctness_erfc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5435658Z test_schema_correctness_erfc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5454203Z test_schema_correctness_erfinv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5472162Z test_schema_correctness_erfinv_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5491099Z test_schema_correctness_erfinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5510182Z test_schema_correctness_erfinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5536394Z test_schema_correctness_erfinv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5547045Z test_schema_correctness_erfinv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5565304Z test_schema_correctness_erfinv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5583600Z test_schema_correctness_erfinv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5601736Z test_schema_correctness_erfinv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:45.5627683Z test_schema_correctness_exp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5651644Z test_schema_correctness_exp2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5678262Z test_schema_correctness_exp2_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5703238Z test_schema_correctness_exp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5728071Z test_schema_correctness_exp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5752016Z test_schema_correctness_exp2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5775787Z test_schema_correctness_exp2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5799995Z test_schema_correctness_exp2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5824086Z test_schema_correctness_exp2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5848264Z test_schema_correctness_exp2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5873663Z test_schema_correctness_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5899039Z test_schema_correctness_exp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5927074Z test_schema_correctness_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5954233Z test_schema_correctness_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.5980593Z test_schema_correctness_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6007540Z test_schema_correctness_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6033417Z test_schema_correctness_exp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6059464Z test_schema_correctness_exp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6085440Z test_schema_correctness_exp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6111569Z test_schema_correctness_exp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6137945Z test_schema_correctness_exp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:45.6313805Z test_schema_correctness_expand_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.6489433Z test_schema_correctness_expand_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.6674589Z test_schema_correctness_expand_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:45.6855458Z test_schema_correctness_expand_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.7034938Z test_schema_correctness_expand_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.7213376Z test_schema_correctness_expand_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.7392357Z test_schema_correctness_expand_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.7567487Z test_schema_correctness_expand_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.7742263Z test_schema_correctness_expand_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.7917124Z test_schema_correctness_expand_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.8091685Z test_schema_correctness_expand_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.8264216Z test_schema_correctness_expand_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.8443766Z test_schema_correctness_expand_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.8619101Z test_schema_correctness_expand_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.8805754Z test_schema_correctness_expand_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:45.8990131Z test_schema_correctness_expand_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:45.9171819Z test_schema_correctness_expand_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.9352477Z test_schema_correctness_expand_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:45.9529380Z test_schema_correctness_expand_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.9704366Z test_schema_correctness_expand_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:45.9879839Z test_schema_correctness_expand_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:46.0058766Z test_schema_correctness_expand_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:46.0237924Z test_schema_correctness_expand_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:46.0418906Z test_schema_correctness_expand_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:46.0441159Z test_schema_correctness_expm1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:46.0460873Z test_schema_correctness_expm1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0480555Z test_schema_correctness_expm1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0499374Z test_schema_correctness_expm1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0517593Z test_schema_correctness_expm1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0535677Z test_schema_correctness_expm1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0554206Z test_schema_correctness_expm1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0571879Z test_schema_correctness_expm1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.0590155Z test_schema_correctness_expm1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:46.4081631Z test_schema_correctness_eye_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:51:46.7588948Z test_schema_correctness_eye_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.350s) 2022-09-27T15:51:47.1080255Z test_schema_correctness_eye_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:51:47.4563930Z test_schema_correctness_eye_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:51:47.8060250Z test_schema_correctness_eye_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:51:48.1564597Z test_schema_correctness_eye_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.350s) 2022-09-27T15:51:48.5053553Z test_schema_correctness_eye_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:51:48.8549038Z test_schema_correctness_eye_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:51:49.2064342Z test_schema_correctness_eye_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-09-27T15:51:49.5576712Z test_schema_correctness_eye_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.351s) 2022-09-27T15:51:49.9074432Z test_schema_correctness_eye_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:51:49.9211441Z test_schema_correctness_fft_fft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:49.9301820Z test_schema_correctness_fft_fft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:49.9393104Z test_schema_correctness_fft_fft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:49.9525488Z test_schema_correctness_fft_fft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:49.9660810Z test_schema_correctness_fft_fft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:49.9790412Z test_schema_correctness_fft_fft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:49.9922795Z test_schema_correctness_fft_fft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.0052412Z test_schema_correctness_fft_fft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.0183489Z test_schema_correctness_fft_fft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.0315756Z test_schema_correctness_fft_fft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.0444903Z test_schema_correctness_fft_fft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.0527145Z test_schema_correctness_fft_fft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:50.0610765Z test_schema_correctness_fft_fft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:50.0692067Z test_schema_correctness_fft_fft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:50.0773439Z test_schema_correctness_fft_fft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:50.0902957Z test_schema_correctness_fft_fft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.1034732Z test_schema_correctness_fft_fft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.1165295Z test_schema_correctness_fft_fft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.1295966Z test_schema_correctness_fft_fft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.1425899Z test_schema_correctness_fft_fft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.1587015Z test_schema_correctness_fft_fftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.1695351Z test_schema_correctness_fft_fftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:50.1801037Z test_schema_correctness_fft_fftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:50.1967227Z test_schema_correctness_fft_fftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.2131977Z test_schema_correctness_fft_fftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.2296186Z test_schema_correctness_fft_fftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.2463505Z test_schema_correctness_fft_fftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.2628366Z test_schema_correctness_fft_fftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.2790001Z test_schema_correctness_fft_fftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.2949655Z test_schema_correctness_fft_fftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.3001828Z test_schema_correctness_fft_fftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.3050487Z test_schema_correctness_fft_fftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3107559Z test_schema_correctness_fft_fftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.3122726Z test_schema_correctness_fft_fftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:50.3176024Z test_schema_correctness_fft_fftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.3224784Z test_schema_correctness_fft_fftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3274086Z test_schema_correctness_fft_fftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3322198Z test_schema_correctness_fft_fftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3368977Z test_schema_correctness_fft_fftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3415535Z test_schema_correctness_fft_fftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3462341Z test_schema_correctness_fft_fftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3513818Z test_schema_correctness_fft_fftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.3563723Z test_schema_correctness_fft_fftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.3574098Z test_schema_correctness_fft_hfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:50.3583890Z test_schema_correctness_fft_hfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3593817Z test_schema_correctness_fft_hfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3603302Z test_schema_correctness_fft_hfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3612355Z test_schema_correctness_fft_hfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3620961Z test_schema_correctness_fft_hfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3629879Z test_schema_correctness_fft_hfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3639395Z test_schema_correctness_fft_hfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3648197Z test_schema_correctness_fft_hfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3657024Z test_schema_correctness_fft_hfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.3848037Z test_schema_correctness_fft_hfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:50.3858931Z test_schema_correctness_fft_hfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:50.3868183Z test_schema_correctness_fft_hfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.4059149Z test_schema_correctness_fft_hfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:50.4250953Z test_schema_correctness_fft_hfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:50.4438844Z test_schema_correctness_fft_hfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:50.4627547Z test_schema_correctness_fft_hfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:50.4822748Z test_schema_correctness_fft_hfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:50.5013674Z test_schema_correctness_fft_hfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:50.5202884Z test_schema_correctness_fft_hfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:50.5213366Z test_schema_correctness_fft_hfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:50.5223855Z test_schema_correctness_fft_hfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:50.5232452Z test_schema_correctness_fft_hfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5241620Z test_schema_correctness_fft_hfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5250751Z test_schema_correctness_fft_hfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5259896Z test_schema_correctness_fft_hfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5268804Z test_schema_correctness_fft_hfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5278686Z test_schema_correctness_fft_hfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:51:50.5287624Z test_schema_correctness_fft_hfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5296404Z test_schema_correctness_fft_hfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:51:50.5428290Z test_schema_correctness_fft_ifft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.5516761Z test_schema_correctness_fft_ifft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:50.5608071Z test_schema_correctness_fft_ifft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:50.5740671Z test_schema_correctness_fft_ifft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.5875025Z test_schema_correctness_fft_ifft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.6008427Z test_schema_correctness_fft_ifft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.6141210Z test_schema_correctness_fft_ifft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.6271411Z test_schema_correctness_fft_ifft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.6401252Z test_schema_correctness_fft_ifft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:50.6536715Z test_schema_correctness_fft_ifft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:50.6690845Z test_schema_correctness_fft_ifft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.6773218Z test_schema_correctness_fft_ifft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:50.6857357Z test_schema_correctness_fft_ifft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:50.6962268Z test_schema_correctness_fft_ifft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:50.7065317Z test_schema_correctness_fft_ifft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:50.7218337Z test_schema_correctness_fft_ifft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.7374338Z test_schema_correctness_fft_ifft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.7532585Z test_schema_correctness_fft_ifft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.7688016Z test_schema_correctness_fft_ifft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.7838649Z test_schema_correctness_fft_ifft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.7999241Z test_schema_correctness_fft_ifftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.8104210Z test_schema_correctness_fft_ifftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:50.8209084Z test_schema_correctness_fft_ifftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:50.8380711Z test_schema_correctness_fft_ifftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:50.8552733Z test_schema_correctness_fft_ifftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:51:50.8717277Z test_schema_correctness_fft_ifftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.8881890Z test_schema_correctness_fft_ifftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:50.9043475Z test_schema_correctness_fft_ifftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.9203361Z test_schema_correctness_fft_ifftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.9364748Z test_schema_correctness_fft_ifftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:50.9417221Z test_schema_correctness_fft_ifftshift_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.9465562Z test_schema_correctness_fft_ifftshift_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9520750Z test_schema_correctness_fft_ifftshift_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.9536009Z test_schema_correctness_fft_ifftshift_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:50.9590357Z test_schema_correctness_fft_ifftshift_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.9639634Z test_schema_correctness_fft_ifftshift_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9688375Z test_schema_correctness_fft_ifftshift_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9738278Z test_schema_correctness_fft_ifftshift_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:50.9786360Z test_schema_correctness_fft_ifftshift_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9832699Z test_schema_correctness_fft_ifftshift_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9879190Z test_schema_correctness_fft_ifftshift_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9925337Z test_schema_correctness_fft_ifftshift_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:50.9972214Z test_schema_correctness_fft_ifftshift_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:51.0155245Z test_schema_correctness_fft_ihfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:51.0300649Z test_schema_correctness_fft_ihfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:51.0441653Z test_schema_correctness_fft_ihfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.0624089Z test_schema_correctness_fft_ihfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:51.0815057Z test_schema_correctness_fft_ihfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:51.0997646Z test_schema_correctness_fft_ihfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:51.1181843Z test_schema_correctness_fft_ihfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:51.1367324Z test_schema_correctness_fft_ihfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:51:51.1520891Z test_schema_correctness_fft_ihfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:51.1624586Z test_schema_correctness_fft_ihfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:51.1727533Z test_schema_correctness_fft_ihfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:51.1880095Z test_schema_correctness_fft_ihfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:51.2036203Z test_schema_correctness_fft_ihfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:51.2189626Z test_schema_correctness_fft_ihfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:51.2345494Z test_schema_correctness_fft_ihfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:51.2496892Z test_schema_correctness_fft_ihfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:51.2703702Z test_schema_correctness_fft_ihfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.2854152Z test_schema_correctness_fft_ihfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:51.3003738Z test_schema_correctness_fft_ihfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:51.3213971Z test_schema_correctness_fft_ihfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.3420761Z test_schema_correctness_fft_ihfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.3630863Z test_schema_correctness_fft_ihfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.3837723Z test_schema_correctness_fft_ihfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.4044024Z test_schema_correctness_fft_ihfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:51.4182470Z test_schema_correctness_fft_irfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.4273713Z test_schema_correctness_fft_irfft2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:51.4364608Z test_schema_correctness_fft_irfft2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:51.4499754Z test_schema_correctness_fft_irfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.4634424Z test_schema_correctness_fft_irfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.4766375Z test_schema_correctness_fft_irfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.4900810Z test_schema_correctness_fft_irfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.5035682Z test_schema_correctness_fft_irfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.5164381Z test_schema_correctness_fft_irfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.5294770Z test_schema_correctness_fft_irfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.5425600Z test_schema_correctness_fft_irfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.5508980Z test_schema_correctness_fft_irfft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:51.5592372Z test_schema_correctness_fft_irfft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:51.5726715Z test_schema_correctness_fft_irfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.5860629Z test_schema_correctness_fft_irfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.5989600Z test_schema_correctness_fft_irfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.6126314Z test_schema_correctness_fft_irfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.6258689Z test_schema_correctness_fft_irfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.6389039Z test_schema_correctness_fft_irfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.6517195Z test_schema_correctness_fft_irfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.6677751Z test_schema_correctness_fft_irfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:51.6784992Z test_schema_correctness_fft_irfftn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:51.6893508Z test_schema_correctness_fft_irfftn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:51.7060725Z test_schema_correctness_fft_irfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.7229100Z test_schema_correctness_fft_irfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.7391278Z test_schema_correctness_fft_irfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.7556863Z test_schema_correctness_fft_irfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.7719384Z test_schema_correctness_fft_irfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.7884238Z test_schema_correctness_fft_irfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.8046668Z test_schema_correctness_fft_irfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:51.8177386Z test_schema_correctness_fft_rfft2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.8264173Z test_schema_correctness_fft_rfft2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:51.8352515Z test_schema_correctness_fft_rfft2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:51.8481965Z test_schema_correctness_fft_rfft2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.8613223Z test_schema_correctness_fft_rfft2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.8742486Z test_schema_correctness_fft_rfft2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.8868713Z test_schema_correctness_fft_rfft2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.8995789Z test_schema_correctness_fft_rfft2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.9128822Z test_schema_correctness_fft_rfft_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.9209242Z test_schema_correctness_fft_rfft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:51.9287595Z test_schema_correctness_fft_rfft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:51.9413418Z test_schema_correctness_fft_rfft_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.9543593Z test_schema_correctness_fft_rfft_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.9676511Z test_schema_correctness_fft_rfft_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:51:51.9807315Z test_schema_correctness_fft_rfft_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:51.9937192Z test_schema_correctness_fft_rfft_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:51:52.0094351Z test_schema_correctness_fft_rfftn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:52.0196511Z test_schema_correctness_fft_rfftn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:51:52.0296690Z test_schema_correctness_fft_rfftn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:52.0454270Z test_schema_correctness_fft_rfftn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:52.0614877Z test_schema_correctness_fft_rfftn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:52.0776847Z test_schema_correctness_fft_rfftn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:51:52.0933373Z test_schema_correctness_fft_rfftn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:52.1093079Z test_schema_correctness_fft_rfftn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:52.1138584Z test_schema_correctness_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1179350Z test_schema_correctness_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1223928Z test_schema_correctness_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1239656Z test_schema_correctness_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:52.1281951Z test_schema_correctness_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1322875Z test_schema_correctness_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1363175Z test_schema_correctness_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1402771Z test_schema_correctness_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.1446592Z test_schema_correctness_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1486012Z test_schema_correctness_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.1525090Z test_schema_correctness_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.1564134Z test_schema_correctness_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.1602983Z test_schema_correctness_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.1646891Z test_schema_correctness_flatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1689172Z test_schema_correctness_flatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1736367Z test_schema_correctness_flatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1750221Z test_schema_correctness_flatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:52.1796931Z test_schema_correctness_flatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1838045Z test_schema_correctness_flatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1878934Z test_schema_correctness_flatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1921179Z test_schema_correctness_flatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.1960278Z test_schema_correctness_flatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.1999356Z test_schema_correctness_flatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.2039175Z test_schema_correctness_flatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.2079977Z test_schema_correctness_flatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:52.2119571Z test_schema_correctness_flatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.2364861Z test_schema_correctness_flip_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.2609771Z test_schema_correctness_flip_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.2865456Z test_schema_correctness_flip_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:52.3124977Z test_schema_correctness_flip_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:52.3372891Z test_schema_correctness_flip_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.3625829Z test_schema_correctness_flip_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:52.3878115Z test_schema_correctness_flip_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:52.4122752Z test_schema_correctness_flip_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.4370025Z test_schema_correctness_flip_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.4623984Z test_schema_correctness_flip_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:51:52.4869566Z test_schema_correctness_flip_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.5117864Z test_schema_correctness_flip_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:52.5148592Z test_schema_correctness_fliplr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:52.5177004Z test_schema_correctness_fliplr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5205077Z test_schema_correctness_fliplr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5232869Z test_schema_correctness_fliplr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5257952Z test_schema_correctness_fliplr_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5284386Z test_schema_correctness_fliplr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5310106Z test_schema_correctness_fliplr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5334695Z test_schema_correctness_fliplr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5359213Z test_schema_correctness_fliplr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5383756Z test_schema_correctness_fliplr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5409405Z test_schema_correctness_fliplr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5434437Z test_schema_correctness_fliplr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5458649Z test_schema_correctness_flipud_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5482610Z test_schema_correctness_flipud_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5509156Z test_schema_correctness_flipud_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5535471Z test_schema_correctness_flipud_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5559829Z test_schema_correctness_flipud_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5585715Z test_schema_correctness_flipud_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5610744Z test_schema_correctness_flipud_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5636181Z test_schema_correctness_flipud_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5660266Z test_schema_correctness_flipud_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5686376Z test_schema_correctness_flipud_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5711600Z test_schema_correctness_flipud_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.5735792Z test_schema_correctness_flipud_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:52.6160882Z test_schema_correctness_float_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:52.6592689Z test_schema_correctness_float_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.7029797Z test_schema_correctness_float_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.7045398Z test_schema_correctness_float_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:52.7478936Z test_schema_correctness_float_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.7912721Z test_schema_correctness_float_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.8067065Z test_schema_correctness_float_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:52.8502236Z test_schema_correctness_float_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.8939741Z test_schema_correctness_float_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.9374390Z test_schema_correctness_float_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:52.9810281Z test_schema_correctness_float_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:53.0248707Z test_schema_correctness_float_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:53.0684282Z test_schema_correctness_float_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:53.0893459Z test_schema_correctness_float_power_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.1091363Z test_schema_correctness_float_power_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.1180266Z test_schema_correctness_float_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:53.1396710Z test_schema_correctness_float_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:53.1599020Z test_schema_correctness_float_power_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.1804340Z test_schema_correctness_float_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:51:53.1879185Z test_schema_correctness_float_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.2071046Z test_schema_correctness_float_power_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.2270391Z test_schema_correctness_float_power_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.2468324Z test_schema_correctness_float_power_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.2668174Z test_schema_correctness_float_power_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.2865756Z test_schema_correctness_float_power_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:51:53.2887210Z test_schema_correctness_floor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.2908428Z test_schema_correctness_floor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.2929099Z test_schema_correctness_floor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.2947738Z test_schema_correctness_floor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.2965859Z test_schema_correctness_floor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.2983851Z test_schema_correctness_floor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.3001836Z test_schema_correctness_floor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.3019765Z test_schema_correctness_floor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:53.3093624Z test_schema_correctness_floor_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.3166790Z test_schema_correctness_floor_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.3246768Z test_schema_correctness_floor_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:53.3318951Z test_schema_correctness_floor_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.3384955Z test_schema_correctness_floor_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3456356Z test_schema_correctness_floor_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.3522631Z test_schema_correctness_floor_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3589247Z test_schema_correctness_floor_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3655733Z test_schema_correctness_floor_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3725772Z test_schema_correctness_fmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.3786647Z test_schema_correctness_fmax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3853669Z test_schema_correctness_fmax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3921550Z test_schema_correctness_fmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.3992518Z test_schema_correctness_fmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.4054320Z test_schema_correctness_fmax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4118220Z test_schema_correctness_fmax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4178071Z test_schema_correctness_fmax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4239306Z test_schema_correctness_fmax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4306158Z test_schema_correctness_fmax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4373019Z test_schema_correctness_fmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4435211Z test_schema_correctness_fmin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4506847Z test_schema_correctness_fmin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.4576349Z test_schema_correctness_fmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4643707Z test_schema_correctness_fmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4707286Z test_schema_correctness_fmin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4772380Z test_schema_correctness_fmin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4835183Z test_schema_correctness_fmin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4898905Z test_schema_correctness_fmin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.4963001Z test_schema_correctness_fmin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.5037722Z test_schema_correctness_fmod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.5109992Z test_schema_correctness_fmod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.5183858Z test_schema_correctness_fmod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.5256465Z test_schema_correctness_fmod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:53.5324116Z test_schema_correctness_fmod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.5392297Z test_schema_correctness_fmod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.5459468Z test_schema_correctness_fmod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.5527454Z test_schema_correctness_fmod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.5592770Z test_schema_correctness_fmod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:53.5620054Z test_schema_correctness_frac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5646500Z test_schema_correctness_frac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5672442Z test_schema_correctness_frac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5697853Z test_schema_correctness_frac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5724734Z test_schema_correctness_frexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5753084Z test_schema_correctness_frexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5780153Z test_schema_correctness_frexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.5806111Z test_schema_correctness_frexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:53.6122696Z test_schema_correctness_full_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.6436549Z test_schema_correctness_full_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.6756703Z test_schema_correctness_full_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.7078233Z test_schema_correctness_full_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:53.7395413Z test_schema_correctness_full_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.7711599Z test_schema_correctness_full_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.8034429Z test_schema_correctness_full_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:51:53.8347607Z test_schema_correctness_full_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.8663087Z test_schema_correctness_full_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.8980101Z test_schema_correctness_full_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.9299397Z test_schema_correctness_full_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.9617846Z test_schema_correctness_full_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:53.9672571Z test_schema_correctness_gather_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.9720830Z test_schema_correctness_gather_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:53.9773912Z test_schema_correctness_gather_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.9827211Z test_schema_correctness_gather_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.9878026Z test_schema_correctness_gather_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:53.9926381Z test_schema_correctness_gather_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:53.9974020Z test_schema_correctness_gather_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.0021275Z test_schema_correctness_gather_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.0068609Z test_schema_correctness_gather_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.0115054Z test_schema_correctness_gather_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.0163077Z test_schema_correctness_gather_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.0209896Z test_schema_correctness_gather_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:54.0273057Z test_schema_correctness_gcd_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0336064Z test_schema_correctness_gcd_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0399576Z test_schema_correctness_gcd_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0462407Z test_schema_correctness_gcd_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0525988Z test_schema_correctness_gcd_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0594837Z test_schema_correctness_ge_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0657137Z test_schema_correctness_ge_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0723424Z test_schema_correctness_ge_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0792420Z test_schema_correctness_ge_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0859482Z test_schema_correctness_ge_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0921392Z test_schema_correctness_ge_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.0983873Z test_schema_correctness_ge_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.1045763Z test_schema_correctness_ge_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.1107902Z test_schema_correctness_ge_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.1170205Z test_schema_correctness_ge_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:54.1409978Z test_schema_correctness_geqrf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:51:54.1655605Z test_schema_correctness_geqrf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:51:54.1876540Z test_schema_correctness_geqrf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:54.2094563Z test_schema_correctness_geqrf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:51:54.4266873Z test_schema_correctness_gradient_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-09-27T15:51:54.6543174Z test_schema_correctness_gradient_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.227s) 2022-09-27T15:51:54.8794960Z test_schema_correctness_gradient_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-09-27T15:51:55.0952246Z test_schema_correctness_gradient_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:51:55.3104426Z test_schema_correctness_gradient_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:51:55.5192161Z test_schema_correctness_gradient_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.208s) 2022-09-27T15:51:55.7355654Z test_schema_correctness_gradient_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:51:55.9522546Z test_schema_correctness_gradient_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:51:56.1690640Z test_schema_correctness_gradient_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:51:56.3859382Z test_schema_correctness_gradient_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:51:56.3928244Z test_schema_correctness_gt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.3990593Z test_schema_correctness_gt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4059118Z test_schema_correctness_gt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4128594Z test_schema_correctness_gt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4196553Z test_schema_correctness_gt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4258761Z test_schema_correctness_gt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4322053Z test_schema_correctness_gt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4385405Z test_schema_correctness_gt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4448721Z test_schema_correctness_gt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4511199Z test_schema_correctness_gt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.4942924Z test_schema_correctness_half_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.5372328Z test_schema_correctness_half_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:56.5805350Z test_schema_correctness_half_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.6235806Z test_schema_correctness_half_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:56.6388031Z test_schema_correctness_half_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:51:56.6822891Z test_schema_correctness_half_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.7255995Z test_schema_correctness_half_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.7690082Z test_schema_correctness_half_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.8121807Z test_schema_correctness_half_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.8552255Z test_schema_correctness_half_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:56.8983152Z test_schema_correctness_half_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:56.9416450Z test_schema_correctness_half_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:56.9489255Z test_schema_correctness_heaviside_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:51:56.9552297Z test_schema_correctness_heaviside_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.9621244Z test_schema_correctness_heaviside_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.9691019Z test_schema_correctness_heaviside_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.9759901Z test_schema_correctness_heaviside_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.9824093Z test_schema_correctness_heaviside_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.9887835Z test_schema_correctness_heaviside_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:56.9951072Z test_schema_correctness_heaviside_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:57.0013665Z test_schema_correctness_heaviside_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:57.0077062Z test_schema_correctness_heaviside_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:57.0641175Z test_schema_correctness_histc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:57.1210068Z test_schema_correctness_histc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:57.1779329Z test_schema_correctness_histc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:51:57.3197259Z test_schema_correctness_histogram_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:51:57.4592068Z test_schema_correctness_histogram_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.139s) 2022-09-27T15:51:57.6014923Z test_schema_correctness_histogramdd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.142s) 2022-09-27T15:51:57.7417936Z test_schema_correctness_histogramdd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.140s) 2022-09-27T15:51:57.7475094Z test_schema_correctness_hsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7529754Z test_schema_correctness_hsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7589033Z test_schema_correctness_hsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7609572Z test_schema_correctness_hsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:57.7667242Z test_schema_correctness_hsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7721581Z test_schema_correctness_hsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7776465Z test_schema_correctness_hsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7831494Z test_schema_correctness_hsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7884733Z test_schema_correctness_hsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7938459Z test_schema_correctness_hsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.7992206Z test_schema_correctness_hsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.8049337Z test_schema_correctness_hsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.8102598Z test_schema_correctness_hsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:57.8133989Z test_schema_correctness_hstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:57.8162798Z test_schema_correctness_hstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8194694Z test_schema_correctness_hstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:57.8209275Z test_schema_correctness_hstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:57.8240699Z test_schema_correctness_hstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:57.8269607Z test_schema_correctness_hstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8298876Z test_schema_correctness_hstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8327521Z test_schema_correctness_hstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8355009Z test_schema_correctness_hstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8382563Z test_schema_correctness_hstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8409708Z test_schema_correctness_hstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8437849Z test_schema_correctness_hstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8465268Z test_schema_correctness_hstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:57.8533458Z test_schema_correctness_hypot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:57.8601029Z test_schema_correctness_hypot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:57.8668092Z test_schema_correctness_hypot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.0433811Z test_schema_correctness_i0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-09-27T15:51:58.0460278Z test_schema_correctness_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0484373Z test_schema_correctness_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0506938Z test_schema_correctness_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0528325Z test_schema_correctness_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0549469Z test_schema_correctness_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0570597Z test_schema_correctness_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0591393Z test_schema_correctness_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0612030Z test_schema_correctness_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:51:58.0677869Z test_schema_correctness_igamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.0744193Z test_schema_correctness_igamma_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.0812637Z test_schema_correctness_igamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.0880614Z test_schema_correctness_igamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.0947005Z test_schema_correctness_igammac_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.1016820Z test_schema_correctness_igammac_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.1085938Z test_schema_correctness_igammac_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.1154391Z test_schema_correctness_igammac_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:51:58.1199050Z test_schema_correctness_imag_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.1213485Z test_schema_correctness_imag_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.1255826Z test_schema_correctness_imag_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.1344863Z test_schema_correctness_index_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.1404340Z test_schema_correctness_index_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:58.1500985Z test_schema_correctness_index_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.1515965Z test_schema_correctness_index_add_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.1609813Z test_schema_correctness_index_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:51:58.1698469Z test_schema_correctness_index_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.1788285Z test_schema_correctness_index_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.1875305Z test_schema_correctness_index_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.1958666Z test_schema_correctness_index_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.2041659Z test_schema_correctness_index_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.2124932Z test_schema_correctness_index_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.2208593Z test_schema_correctness_index_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.2292330Z test_schema_correctness_index_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:51:58.2330742Z test_schema_correctness_index_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2365926Z test_schema_correctness_index_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2405287Z test_schema_correctness_index_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2445586Z test_schema_correctness_index_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2483668Z test_schema_correctness_index_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2520237Z test_schema_correctness_index_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2556505Z test_schema_correctness_index_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2591302Z test_schema_correctness_index_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2626049Z test_schema_correctness_index_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2660603Z test_schema_correctness_index_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2695046Z test_schema_correctness_index_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2729623Z test_schema_correctness_index_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2766330Z test_schema_correctness_index_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2799969Z test_schema_correctness_index_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2838490Z test_schema_correctness_index_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2876957Z test_schema_correctness_index_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2912587Z test_schema_correctness_index_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2948555Z test_schema_correctness_index_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.2984202Z test_schema_correctness_index_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.3018891Z test_schema_correctness_index_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.3052113Z test_schema_correctness_index_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.3087753Z test_schema_correctness_index_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.3121754Z test_schema_correctness_index_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.3155395Z test_schema_correctness_index_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.3204931Z test_schema_correctness_index_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3250519Z test_schema_correctness_index_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3303321Z test_schema_correctness_index_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:58.3316662Z test_schema_correctness_index_put_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.3367223Z test_schema_correctness_index_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:51:58.3415232Z test_schema_correctness_index_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3463023Z test_schema_correctness_index_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3510282Z test_schema_correctness_index_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3556546Z test_schema_correctness_index_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3602744Z test_schema_correctness_index_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3649273Z test_schema_correctness_index_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3695162Z test_schema_correctness_index_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3743070Z test_schema_correctness_index_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:51:58.3768300Z test_schema_correctness_index_reduce_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:51:58.3768886Z return self.op(*args, **kwargs) 2022-09-27T15:51:58.4051189Z ok (0.030s) 2022-09-27T15:51:58.4362405Z test_schema_correctness_index_reduce_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:58.4680170Z test_schema_correctness_index_reduce_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:58.4992344Z test_schema_correctness_index_reduce_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:51:58.5282518Z test_schema_correctness_index_reduce_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:58.5575935Z test_schema_correctness_index_reduce_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:51:58.5866414Z test_schema_correctness_index_reduce_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:58.6155490Z test_schema_correctness_index_reduce_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:58.6445312Z test_schema_correctness_index_reduce_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:51:58.6481412Z test_schema_correctness_index_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6514464Z test_schema_correctness_index_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6550023Z test_schema_correctness_index_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6564585Z test_schema_correctness_index_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:51:58.6598306Z test_schema_correctness_index_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6630200Z test_schema_correctness_index_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6661946Z test_schema_correctness_index_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6693220Z test_schema_correctness_index_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6724054Z test_schema_correctness_index_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6755210Z test_schema_correctness_index_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6785149Z test_schema_correctness_index_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6817434Z test_schema_correctness_index_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.6847775Z test_schema_correctness_index_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:51:58.7325049Z test_schema_correctness_inner_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:58.7808641Z test_schema_correctness_inner_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:51:58.8292411Z test_schema_correctness_inner_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:51:58.8778012Z test_schema_correctness_inner_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:51:58.9263306Z test_schema_correctness_inner_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:51:58.9742105Z test_schema_correctness_inner_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:59.0222460Z test_schema_correctness_inner_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:59.0701511Z test_schema_correctness_inner_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:59.1178813Z test_schema_correctness_inner_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:59.1655307Z test_schema_correctness_inner_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:51:59.2084194Z test_schema_correctness_int_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.2511635Z test_schema_correctness_int_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.2943421Z test_schema_correctness_int_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:59.3375825Z test_schema_correctness_int_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:51:59.3802114Z test_schema_correctness_int_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.4225456Z test_schema_correctness_int_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.4650240Z test_schema_correctness_int_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.5076534Z test_schema_correctness_int_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.5225951Z test_schema_correctness_int_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:51:59.5652171Z test_schema_correctness_int_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.6079229Z test_schema_correctness_int_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.6508572Z test_schema_correctness_int_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:51:59.7391621Z test_schema_correctness_isclose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:51:59.8429375Z test_schema_correctness_isclose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.103s) 2022-09-27T15:51:59.9367030Z test_schema_correctness_isclose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:52:00.0292887Z test_schema_correctness_isclose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:52:00.1178992Z test_schema_correctness_isclose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:52:00.2068381Z test_schema_correctness_isclose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:52:00.2935566Z test_schema_correctness_isclose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.086s) 2022-09-27T15:52:00.3877243Z test_schema_correctness_isclose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:00.4810704Z test_schema_correctness_isclose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:52:00.5740031Z test_schema_correctness_isclose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:52:00.6669565Z test_schema_correctness_isclose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:52:00.7601949Z test_schema_correctness_isclose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.093s) 2022-09-27T15:52:00.7665107Z test_schema_correctness_isfinite_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.8068127Z test_schema_correctness_isfinite_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:00.8234503Z test_schema_correctness_isfinite_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:00.8249536Z test_schema_correctness_isfinite_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:00.8420047Z test_schema_correctness_isfinite_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:00.8482040Z test_schema_correctness_isfinite_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.8544003Z test_schema_correctness_isfinite_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.8604099Z test_schema_correctness_isfinite_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:00.9006873Z test_schema_correctness_isfinite_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:00.9408784Z test_schema_correctness_isfinite_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:00.9809668Z test_schema_correctness_isfinite_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.0216642Z test_schema_correctness_isfinite_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.0624535Z test_schema_correctness_isfinite_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.0661962Z test_schema_correctness_isin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:01.0691696Z test_schema_correctness_isin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0720235Z test_schema_correctness_isin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0749203Z test_schema_correctness_isin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0777376Z test_schema_correctness_isin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0805302Z test_schema_correctness_isin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0834322Z test_schema_correctness_isin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0852829Z test_schema_correctness_isinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0870844Z test_schema_correctness_isinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0891322Z test_schema_correctness_isinf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:01.0904790Z test_schema_correctness_isinf_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0924093Z test_schema_correctness_isinf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0942750Z test_schema_correctness_isinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0961287Z test_schema_correctness_isinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0980588Z test_schema_correctness_isinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.0999061Z test_schema_correctness_isinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1017564Z test_schema_correctness_isinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1035998Z test_schema_correctness_isinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1054120Z test_schema_correctness_isinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1072407Z test_schema_correctness_isinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1091174Z test_schema_correctness_isnan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1108723Z test_schema_correctness_isnan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1128595Z test_schema_correctness_isnan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1148111Z test_schema_correctness_isnan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1166787Z test_schema_correctness_isnan_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1185172Z test_schema_correctness_isnan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1204222Z test_schema_correctness_isnan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1222664Z test_schema_correctness_isnan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1240926Z test_schema_correctness_isnan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1259024Z test_schema_correctness_isnan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1277316Z test_schema_correctness_isnan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1297105Z test_schema_correctness_isnan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1315884Z test_schema_correctness_isneginf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1333099Z test_schema_correctness_isneginf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1351734Z test_schema_correctness_isneginf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1370190Z test_schema_correctness_isneginf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1389099Z test_schema_correctness_isneginf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1407167Z test_schema_correctness_isneginf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1425410Z test_schema_correctness_isneginf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1444046Z test_schema_correctness_isneginf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1462087Z test_schema_correctness_isneginf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1480523Z test_schema_correctness_isneginf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1499130Z test_schema_correctness_isposinf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1516774Z test_schema_correctness_isposinf_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1535544Z test_schema_correctness_isposinf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1553742Z test_schema_correctness_isposinf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1572280Z test_schema_correctness_isposinf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1590198Z test_schema_correctness_isposinf_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1607966Z test_schema_correctness_isposinf_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1626166Z test_schema_correctness_isposinf_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1643732Z test_schema_correctness_isposinf_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.1661891Z test_schema_correctness_isposinf_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.2062210Z test_schema_correctness_isreal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:52:01.2468404Z test_schema_correctness_isreal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.2529764Z test_schema_correctness_isreal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:01.2544951Z test_schema_correctness_isreal_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:01.2598823Z test_schema_correctness_isreal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:01.3003549Z test_schema_correctness_isreal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.3412501Z test_schema_correctness_isreal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.3818993Z test_schema_correctness_isreal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.4226674Z test_schema_correctness_isreal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.4638079Z test_schema_correctness_isreal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.5047843Z test_schema_correctness_isreal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.5452914Z test_schema_correctness_isreal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.5859739Z test_schema_correctness_isreal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:01.9652055Z test_schema_correctness_istft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.379s) 2022-09-27T15:52:02.3272376Z test_schema_correctness_istft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.360s) 2022-09-27T15:52:02.3658411Z test_schema_correctness_istft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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:980.) 2022-09-27T15:52:02.3659459Z return self.op(*args, **kwargs) 2022-09-27T15:52:02.6839168Z ok (0.358s) 2022-09-27T15:52:03.0397982Z test_schema_correctness_istft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.355s) 2022-09-27T15:52:03.0414743Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0429683Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0443997Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0457104Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0470104Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0483588Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0496259Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0509780Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0523473Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0536316Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0550634Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0563830Z test_schema_correctness_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0576904Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0589919Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0603303Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0616497Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0629783Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0643180Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0656648Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0670408Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0683718Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0697623Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0710074Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0723538Z test_schema_correctness_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0737065Z test_schema_correctness_jiterator_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0750213Z test_schema_correctness_jiterator_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0763381Z test_schema_correctness_jiterator_binary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0776703Z test_schema_correctness_jiterator_binary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0789615Z test_schema_correctness_jiterator_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0802773Z test_schema_correctness_jiterator_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0815713Z test_schema_correctness_jiterator_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0828695Z test_schema_correctness_jiterator_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0842133Z test_schema_correctness_jiterator_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0855416Z test_schema_correctness_jiterator_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0868771Z test_schema_correctness_jiterator_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0882180Z test_schema_correctness_jiterator_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0895500Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0910458Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0923919Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0937241Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0950442Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0963904Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0977122Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.0990390Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1003719Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1016987Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1030576Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1043846Z test_schema_correctness_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1056975Z test_schema_correctness_jiterator_unary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1069186Z test_schema_correctness_jiterator_unary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1082253Z test_schema_correctness_jiterator_unary_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1095201Z test_schema_correctness_jiterator_unary_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1108457Z test_schema_correctness_jiterator_unary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1121528Z test_schema_correctness_jiterator_unary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1134772Z test_schema_correctness_jiterator_unary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1148164Z test_schema_correctness_jiterator_unary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1161626Z test_schema_correctness_jiterator_unary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1175806Z test_schema_correctness_jiterator_unary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1189493Z test_schema_correctness_jiterator_unary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1203309Z test_schema_correctness_jiterator_unary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:52:03.1243020Z test_schema_correctness_kron_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1283450Z test_schema_correctness_kron_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:03.1325059Z test_schema_correctness_kron_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:03.1364532Z test_schema_correctness_kron_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1401476Z test_schema_correctness_kron_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1437743Z test_schema_correctness_kron_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1475576Z test_schema_correctness_kron_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1511254Z test_schema_correctness_kron_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1547447Z test_schema_correctness_kron_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1584849Z test_schema_correctness_kron_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1622108Z test_schema_correctness_kron_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1657179Z test_schema_correctness_kron_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.1732866Z test_schema_correctness_kthvalue_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.1807245Z test_schema_correctness_kthvalue_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.1887558Z test_schema_correctness_kthvalue_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.1959024Z test_schema_correctness_kthvalue_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.2031980Z test_schema_correctness_kthvalue_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.2104295Z test_schema_correctness_kthvalue_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.2175989Z test_schema_correctness_kthvalue_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.2247727Z test_schema_correctness_kthvalue_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.2310904Z test_schema_correctness_lcm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.2373716Z test_schema_correctness_lcm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.2436171Z test_schema_correctness_lcm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.2499299Z test_schema_correctness_lcm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.2562030Z test_schema_correctness_lcm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.2667864Z test_schema_correctness_ldexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.2766084Z test_schema_correctness_ldexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.2881137Z test_schema_correctness_ldexp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:03.3000244Z test_schema_correctness_ldexp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:03.3101836Z test_schema_correctness_ldexp_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.3206479Z test_schema_correctness_ldexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.3308478Z test_schema_correctness_ldexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.3409663Z test_schema_correctness_ldexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.3508961Z test_schema_correctness_ldexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.3608325Z test_schema_correctness_ldexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.3707164Z test_schema_correctness_ldexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.3806946Z test_schema_correctness_ldexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.3872513Z test_schema_correctness_le_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.3932320Z test_schema_correctness_le_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.3997986Z test_schema_correctness_le_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4064249Z test_schema_correctness_le_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4130140Z test_schema_correctness_le_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4190691Z test_schema_correctness_le_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4253589Z test_schema_correctness_le_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4314712Z test_schema_correctness_le_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4376605Z test_schema_correctness_le_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4438448Z test_schema_correctness_le_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.4615322Z test_schema_correctness_lerp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:03.4782304Z test_schema_correctness_lerp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:03.4883597Z test_schema_correctness_lerp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.4984937Z test_schema_correctness_lerp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.5014595Z test_schema_correctness_lgamma_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5042211Z test_schema_correctness_lgamma_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5069981Z test_schema_correctness_lgamma_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5097233Z test_schema_correctness_lgamma_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5123812Z test_schema_correctness_lgamma_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5150087Z test_schema_correctness_lgamma_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5176296Z test_schema_correctness_lgamma_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5202640Z test_schema_correctness_lgamma_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5229051Z test_schema_correctness_lgamma_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:03.5403945Z test_schema_correctness_linalg_cholesky_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:03.5576833Z test_schema_correctness_linalg_cholesky_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:03.5742064Z test_schema_correctness_linalg_cholesky_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:03.5908874Z test_schema_correctness_linalg_cholesky_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:03.6017676Z test_schema_correctness_linalg_cholesky_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.6122215Z test_schema_correctness_linalg_cholesky_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.6222938Z test_schema_correctness_linalg_cholesky_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.6322185Z test_schema_correctness_linalg_cholesky_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:03.6430662Z test_schema_correctness_linalg_cond_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.6537232Z test_schema_correctness_linalg_cond_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.6643722Z test_schema_correctness_linalg_cond_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.6747610Z test_schema_correctness_linalg_cond_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:03.6783775Z test_schema_correctness_linalg_cross_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.6822866Z test_schema_correctness_linalg_cross_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.6861365Z test_schema_correctness_linalg_cross_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.6895165Z test_schema_correctness_linalg_cross_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.6928483Z test_schema_correctness_linalg_cross_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.6960312Z test_schema_correctness_linalg_cross_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.6991478Z test_schema_correctness_linalg_cross_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.7023755Z test_schema_correctness_linalg_cross_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.7055956Z test_schema_correctness_linalg_cross_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.7087040Z test_schema_correctness_linalg_cross_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:03.7166409Z test_schema_correctness_linalg_det_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.7244950Z test_schema_correctness_linalg_det_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.7319307Z test_schema_correctness_linalg_det_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.7391789Z test_schema_correctness_linalg_det_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.7645243Z test_schema_correctness_linalg_det_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:03.7886340Z test_schema_correctness_linalg_det_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:03.8097436Z test_schema_correctness_linalg_det_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:03.8306725Z test_schema_correctness_linalg_det_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:03.8390764Z test_schema_correctness_linalg_eig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.8466087Z test_schema_correctness_linalg_eig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.8536795Z test_schema_correctness_linalg_eig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.8606187Z test_schema_correctness_linalg_eig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.8697373Z test_schema_correctness_linalg_eigh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.8782962Z test_schema_correctness_linalg_eigh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.8862908Z test_schema_correctness_linalg_eigh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.8942594Z test_schema_correctness_linalg_eigh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.9019186Z test_schema_correctness_linalg_eigvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.9093705Z test_schema_correctness_linalg_eigvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.9163753Z test_schema_correctness_linalg_eigvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.9234475Z test_schema_correctness_linalg_eigvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.9319069Z test_schema_correctness_linalg_eigvalsh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.9403280Z test_schema_correctness_linalg_eigvalsh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.9483946Z test_schema_correctness_linalg_eigvalsh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:03.9562843Z test_schema_correctness_linalg_eigvalsh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:03.9632988Z test_schema_correctness_linalg_householder_product_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.9703203Z test_schema_correctness_linalg_householder_product_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.9765819Z test_schema_correctness_linalg_householder_product_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.9827454Z test_schema_correctness_linalg_householder_product_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:03.9936774Z test_schema_correctness_linalg_inv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:04.0045107Z test_schema_correctness_linalg_inv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:04.0147684Z test_schema_correctness_linalg_inv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:04.0249393Z test_schema_correctness_linalg_inv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:04.0328897Z test_schema_correctness_linalg_inv_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:04.0402607Z test_schema_correctness_linalg_inv_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:04.0472494Z test_schema_correctness_linalg_inv_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:04.0541148Z test_schema_correctness_linalg_inv_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:04.0627257Z test_schema_correctness_linalg_ldl_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:04.0711412Z test_schema_correctness_linalg_ldl_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:04.0771476Z test_schema_correctness_linalg_ldl_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:04.0830090Z test_schema_correctness_linalg_ldl_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:04.0887147Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:04.0943702Z test_schema_correctness_linalg_ldl_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:04.0986493Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:04.1026723Z test_schema_correctness_linalg_ldl_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:04.1239704Z test_schema_correctness_linalg_ldl_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:04.1455026Z test_schema_correctness_linalg_ldl_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:04.1593159Z test_schema_correctness_linalg_ldl_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:04.1729519Z test_schema_correctness_linalg_ldl_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:04.2168330Z test_schema_correctness_linalg_lstsq_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:04.2606216Z test_schema_correctness_linalg_lstsq_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:04.3025577Z test_schema_correctness_linalg_lstsq_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:52:04.3427821Z test_schema_correctness_linalg_lstsq_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:04.3868535Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:04.4299309Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:04.4710348Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:04.5116356Z test_schema_correctness_linalg_lstsq_grad_oriented_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:52:04.5243605Z test_schema_correctness_linalg_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:04.5369065Z test_schema_correctness_linalg_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:04.5483714Z test_schema_correctness_linalg_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:04.5598418Z test_schema_correctness_linalg_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:04.5841827Z test_schema_correctness_linalg_lu_factor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:04.6076855Z test_schema_correctness_linalg_lu_factor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:04.6301836Z test_schema_correctness_linalg_lu_factor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:04.6522703Z test_schema_correctness_linalg_lu_factor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:04.6654819Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:04.6786776Z test_schema_correctness_linalg_lu_factor_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:04.6910798Z test_schema_correctness_linalg_lu_factor_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:04.7031457Z test_schema_correctness_linalg_lu_factor_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:04.7917671Z test_schema_correctness_linalg_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:52:04.8806214Z test_schema_correctness_linalg_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:52:04.9656701Z test_schema_correctness_linalg_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:52:05.0490764Z test_schema_correctness_linalg_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:52:05.0979067Z test_schema_correctness_linalg_matrix_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:05.2046460Z test_schema_correctness_linalg_matrix_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:52:05.3126719Z test_schema_correctness_linalg_matrix_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.107s) 2022-09-27T15:52:05.3615736Z test_schema_correctness_linalg_matrix_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:05.4666550Z test_schema_correctness_linalg_matrix_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.104s) 2022-09-27T15:52:05.5695918Z test_schema_correctness_linalg_matrix_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.102s) 2022-09-27T15:52:05.7005799Z test_schema_correctness_linalg_matrix_power_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:52:05.8328818Z test_schema_correctness_linalg_matrix_power_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-09-27T15:52:05.9632186Z test_schema_correctness_linalg_matrix_power_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:52:06.0916567Z test_schema_correctness_linalg_matrix_power_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:52:08.8931477Z test_schema_correctness_linalg_matrix_rank_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.801s) 2022-09-27T15:52:11.6931486Z test_schema_correctness_linalg_matrix_rank_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.799s) 2022-09-27T15:52:14.4919780Z test_schema_correctness_linalg_matrix_rank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.798s) 2022-09-27T15:52:17.2762979Z test_schema_correctness_linalg_matrix_rank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (2.784s) 2022-09-27T15:52:17.6382130Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.361s) 2022-09-27T15:52:18.0006855Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.362s) 2022-09-27T15:52:18.3630602Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.362s) 2022-09-27T15:52:18.7244370Z test_schema_correctness_linalg_matrix_rank_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.361s) 2022-09-27T15:52:18.7362527Z test_schema_correctness_linalg_multi_dot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:18.7492270Z test_schema_correctness_linalg_multi_dot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:18.7623971Z test_schema_correctness_linalg_multi_dot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:52:18.7746788Z test_schema_correctness_linalg_multi_dot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:52:18.7864544Z test_schema_correctness_linalg_multi_dot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:18.7974309Z test_schema_correctness_linalg_multi_dot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:18.8082557Z test_schema_correctness_linalg_multi_dot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:18.8202825Z test_schema_correctness_linalg_multi_dot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:18.8310846Z test_schema_correctness_linalg_multi_dot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:18.8421050Z test_schema_correctness_linalg_multi_dot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:18.9042485Z test_schema_correctness_linalg_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:19.0151668Z test_schema_correctness_linalg_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.110s) 2022-09-27T15:52:19.1270518Z test_schema_correctness_linalg_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.111s) 2022-09-27T15:52:19.1888979Z test_schema_correctness_linalg_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:19.2973554Z test_schema_correctness_linalg_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.108s) 2022-09-27T15:52:19.4030482Z test_schema_correctness_linalg_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T15:52:19.4516294Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:19.5343378Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:52:19.6106750Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.076s) 2022-09-27T15:52:19.6587495Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:19.7363138Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:52:19.8109284Z test_schema_correctness_linalg_norm_subgradients_at_zero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.074s) 2022-09-27T15:52:20.0848433Z test_schema_correctness_linalg_pinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-09-27T15:52:20.3587135Z test_schema_correctness_linalg_pinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.273s) 2022-09-27T15:52:20.6305438Z test_schema_correctness_linalg_pinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.271s) 2022-09-27T15:52:20.9014919Z test_schema_correctness_linalg_pinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.270s) 2022-09-27T15:52:20.9104851Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:20.9192191Z test_schema_correctness_linalg_pinv_hermitian_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:20.9274927Z test_schema_correctness_linalg_pinv_hermitian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:20.9361965Z test_schema_correctness_linalg_pinv_hermitian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:20.9378345Z test_schema_correctness_linalg_pinv_singular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:52:20.9392722Z test_schema_correctness_linalg_pinv_singular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:52:20.9407836Z test_schema_correctness_linalg_pinv_singular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:52:20.9421720Z test_schema_correctness_linalg_pinv_singular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:52:20.9698570Z test_schema_correctness_linalg_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:20.9967015Z test_schema_correctness_linalg_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:21.0214604Z test_schema_correctness_linalg_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:21.0457252Z test_schema_correctness_linalg_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:21.0541579Z test_schema_correctness_linalg_slogdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.0625536Z test_schema_correctness_linalg_slogdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:52:21.0703782Z test_schema_correctness_linalg_slogdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:21.0781203Z test_schema_correctness_linalg_slogdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:21.1057809Z test_schema_correctness_linalg_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:21.1334338Z test_schema_correctness_linalg_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:21.1590486Z test_schema_correctness_linalg_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:21.1847844Z test_schema_correctness_linalg_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:21.2048384Z test_schema_correctness_linalg_solve_ex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:21.2247496Z test_schema_correctness_linalg_solve_ex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:21.2432218Z test_schema_correctness_linalg_solve_ex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:21.2624796Z test_schema_correctness_linalg_solve_ex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:21.3875766Z test_schema_correctness_linalg_solve_triangular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:52:21.5133264Z test_schema_correctness_linalg_solve_triangular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.125s) 2022-09-27T15:52:21.6382887Z test_schema_correctness_linalg_solve_triangular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.124s) 2022-09-27T15:52:21.7518052Z test_schema_correctness_linalg_solve_triangular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.113s) 2022-09-27T15:52:21.9379644Z test_schema_correctness_linalg_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-09-27T15:52:22.1258252Z test_schema_correctness_linalg_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.187s) 2022-09-27T15:52:22.3014526Z test_schema_correctness_linalg_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-09-27T15:52:22.4735297Z test_schema_correctness_linalg_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:52:22.5024441Z test_schema_correctness_linalg_svdvals_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:22.5316936Z test_schema_correctness_linalg_svdvals_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:22.5590793Z test_schema_correctness_linalg_svdvals_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:22.5864783Z test_schema_correctness_linalg_svdvals_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:22.5943149Z test_schema_correctness_linalg_tensorinv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:22.6018784Z test_schema_correctness_linalg_tensorinv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:22.6087112Z test_schema_correctness_linalg_tensorinv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:22.6156990Z test_schema_correctness_linalg_tensorinv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:22.6644130Z test_schema_correctness_linalg_tensorsolve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:22.7130867Z test_schema_correctness_linalg_tensorsolve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:22.7605860Z test_schema_correctness_linalg_tensorsolve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:22.8085480Z test_schema_correctness_linalg_tensorsolve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:22.8399981Z test_schema_correctness_linalg_vander_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:22.8711527Z test_schema_correctness_linalg_vander_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:22.9007194Z test_schema_correctness_linalg_vander_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:22.9297488Z test_schema_correctness_linalg_vander_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:22.9606413Z test_schema_correctness_linalg_vander_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:22.9898058Z test_schema_correctness_linalg_vander_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:23.0190387Z test_schema_correctness_linalg_vander_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:23.0485138Z test_schema_correctness_linalg_vander_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:23.0777543Z test_schema_correctness_linalg_vander_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:23.1244774Z test_schema_correctness_linalg_vecdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:23.1255511Z test_schema_correctness_linalg_vecdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:23.1264489Z test_schema_correctness_linalg_vecdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:23.1732802Z test_schema_correctness_linalg_vecdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:23.2191217Z test_schema_correctness_linalg_vecdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:23.4226740Z test_schema_correctness_linalg_vector_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:52:23.6416321Z test_schema_correctness_linalg_vector_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-09-27T15:52:23.8491805Z test_schema_correctness_linalg_vector_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.207s) 2022-09-27T15:52:24.0538804Z test_schema_correctness_linalg_vector_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.204s) 2022-09-27T15:52:24.2575107Z test_schema_correctness_linalg_vector_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.203s) 2022-09-27T15:52:24.4596301Z test_schema_correctness_linalg_vector_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.202s) 2022-09-27T15:52:24.6441705Z test_schema_correctness_linspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:52:24.8285780Z test_schema_correctness_linspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:52:25.0136481Z test_schema_correctness_linspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-09-27T15:52:25.1984417Z test_schema_correctness_linspace_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:52:25.3851075Z test_schema_correctness_linspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.186s) 2022-09-27T15:52:25.5699066Z test_schema_correctness_linspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:52:25.7552134Z test_schema_correctness_linspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-09-27T15:52:25.9394254Z test_schema_correctness_linspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.184s) 2022-09-27T15:52:26.1246734Z test_schema_correctness_linspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.185s) 2022-09-27T15:52:26.3085977Z test_schema_correctness_linspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.183s) 2022-09-27T15:52:26.4597774Z test_schema_correctness_linspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T15:52:26.4630295Z test_schema_correctness_log10_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:26.4659529Z test_schema_correctness_log10_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4688671Z test_schema_correctness_log10_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4716906Z test_schema_correctness_log10_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4744147Z test_schema_correctness_log10_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4772002Z test_schema_correctness_log10_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4799043Z test_schema_correctness_log10_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4825786Z test_schema_correctness_log10_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4852373Z test_schema_correctness_log10_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4878734Z test_schema_correctness_log10_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4906869Z test_schema_correctness_log10_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.4925727Z test_schema_correctness_log1p_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.4944146Z test_schema_correctness_log1p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.4962918Z test_schema_correctness_log1p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.4981761Z test_schema_correctness_log1p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.4999850Z test_schema_correctness_log1p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.5017784Z test_schema_correctness_log1p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.5035815Z test_schema_correctness_log1p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.5054022Z test_schema_correctness_log1p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.5072182Z test_schema_correctness_log1p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.5100305Z test_schema_correctness_log2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5126210Z test_schema_correctness_log2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5153608Z test_schema_correctness_log2_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5179944Z test_schema_correctness_log2_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5207027Z test_schema_correctness_log2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5233851Z test_schema_correctness_log2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5260325Z test_schema_correctness_log2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5286560Z test_schema_correctness_log2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5312844Z test_schema_correctness_log2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5339283Z test_schema_correctness_log2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5366190Z test_schema_correctness_log2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5393148Z test_schema_correctness_log_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5419208Z test_schema_correctness_log_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5447848Z test_schema_correctness_log_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5474421Z test_schema_correctness_log_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5501058Z test_schema_correctness_log_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5527731Z test_schema_correctness_log_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5553982Z test_schema_correctness_log_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5580216Z test_schema_correctness_log_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5606578Z test_schema_correctness_log_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5632656Z test_schema_correctness_log_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5659048Z test_schema_correctness_log_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:26.5706310Z test_schema_correctness_log_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:26.5751708Z test_schema_correctness_log_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:26.5797997Z test_schema_correctness_log_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:26.6414477Z test_schema_correctness_log_softmax_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:26.7038408Z test_schema_correctness_log_softmax_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:26.7668287Z test_schema_correctness_log_softmax_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:26.7684847Z test_schema_correctness_log_softmax_dtype_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:26.8310039Z test_schema_correctness_log_softmax_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:26.8932992Z test_schema_correctness_log_softmax_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:26.9553462Z test_schema_correctness_log_softmax_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:26.9604480Z test_schema_correctness_log_softmax_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:27.0226443Z test_schema_correctness_log_softmax_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:52:27.0847663Z test_schema_correctness_log_softmax_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:27.1469319Z test_schema_correctness_log_softmax_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:27.2086116Z test_schema_correctness_log_softmax_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:27.2701040Z test_schema_correctness_log_softmax_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:52:27.2724532Z test_schema_correctness_logaddexp2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.2746147Z test_schema_correctness_logaddexp2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.2766588Z test_schema_correctness_logaddexp2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:27.2786801Z test_schema_correctness_logaddexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:27.2806801Z test_schema_correctness_logaddexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.2827028Z test_schema_correctness_logaddexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:27.2869654Z test_schema_correctness_logcumsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:27.2909604Z test_schema_correctness_logcumsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:27.2951790Z test_schema_correctness_logcumsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:27.3110041Z test_schema_correctness_logdet_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:27.3270833Z test_schema_correctness_logdet_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:27.4099676Z test_schema_correctness_logdet_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.082s) 2022-09-27T15:52:27.4937338Z test_schema_correctness_logdet_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.083s) 2022-09-27T15:52:27.5007790Z test_schema_correctness_logical_and_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.5069988Z test_schema_correctness_logical_and_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5148120Z test_schema_correctness_logical_and_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.5225164Z test_schema_correctness_logical_and_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.5291807Z test_schema_correctness_logical_and_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5358815Z test_schema_correctness_logical_and_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5425430Z test_schema_correctness_logical_and_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5488090Z test_schema_correctness_logical_and_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5549384Z test_schema_correctness_logical_and_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5613026Z test_schema_correctness_logical_and_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5681277Z test_schema_correctness_logical_and_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5743668Z test_schema_correctness_logical_and_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.5771596Z test_schema_correctness_logical_not_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5796474Z test_schema_correctness_logical_not_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5824837Z test_schema_correctness_logical_not_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5851956Z test_schema_correctness_logical_not_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5877963Z test_schema_correctness_logical_not_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5903913Z test_schema_correctness_logical_not_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5930696Z test_schema_correctness_logical_not_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5955257Z test_schema_correctness_logical_not_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.5979713Z test_schema_correctness_logical_not_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.6004334Z test_schema_correctness_logical_not_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.6029462Z test_schema_correctness_logical_not_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.6054277Z test_schema_correctness_logical_not_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:27.6118692Z test_schema_correctness_logical_or_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6178092Z test_schema_correctness_logical_or_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:27.6253964Z test_schema_correctness_logical_or_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.6330050Z test_schema_correctness_logical_or_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.6395998Z test_schema_correctness_logical_or_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6463324Z test_schema_correctness_logical_or_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6530163Z test_schema_correctness_logical_or_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6591940Z test_schema_correctness_logical_or_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6653140Z test_schema_correctness_logical_or_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6717062Z test_schema_correctness_logical_or_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6778123Z test_schema_correctness_logical_or_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6839894Z test_schema_correctness_logical_or_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6905141Z test_schema_correctness_logical_xor_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.6964897Z test_schema_correctness_logical_xor_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:27.7041730Z test_schema_correctness_logical_xor_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.7117532Z test_schema_correctness_logical_xor_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:27.7183690Z test_schema_correctness_logical_xor_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7252179Z test_schema_correctness_logical_xor_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7319047Z test_schema_correctness_logical_xor_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7381580Z test_schema_correctness_logical_xor_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7443433Z test_schema_correctness_logical_xor_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7504921Z test_schema_correctness_logical_xor_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7568136Z test_schema_correctness_logical_xor_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7629496Z test_schema_correctness_logical_xor_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:27.7667073Z test_schema_correctness_logit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7702390Z test_schema_correctness_logit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7738516Z test_schema_correctness_logit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7774726Z test_schema_correctness_logit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7809460Z test_schema_correctness_logit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7844681Z test_schema_correctness_logit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7879265Z test_schema_correctness_logit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7914265Z test_schema_correctness_logit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:27.7948343Z test_schema_correctness_logit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:29.4036993Z test_schema_correctness_logspace_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.608s) 2022-09-27T15:52:31.0083647Z test_schema_correctness_logspace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.604s) 2022-09-27T15:52:32.6200595Z test_schema_correctness_logspace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.611s) 2022-09-27T15:52:34.2360228Z test_schema_correctness_logspace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.615s) 2022-09-27T15:52:35.8502740Z test_schema_correctness_logspace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.614s) 2022-09-27T15:52:37.3564774Z test_schema_correctness_logspace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.506s) 2022-09-27T15:52:38.8648813Z test_schema_correctness_logspace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.508s) 2022-09-27T15:52:40.3729732Z test_schema_correctness_logspace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.507s) 2022-09-27T15:52:40.9808998Z test_schema_correctness_logspace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.607s) 2022-09-27T15:52:41.4665888Z test_schema_correctness_logspace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.485s) 2022-09-27T15:52:41.4716023Z test_schema_correctness_logsumexp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:41.4765144Z test_schema_correctness_logsumexp_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:41.4883417Z test_schema_correctness_logsumexp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:41.4998826Z test_schema_correctness_logsumexp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:41.5047034Z test_schema_correctness_logsumexp_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:41.5094934Z test_schema_correctness_logsumexp_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:41.5142520Z test_schema_correctness_logsumexp_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:41.5189514Z test_schema_correctness_logsumexp_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:41.5236956Z test_schema_correctness_logsumexp_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:41.5661697Z test_schema_correctness_long_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.6093512Z test_schema_correctness_long_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:41.6529239Z test_schema_correctness_long_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:52:41.6545339Z test_schema_correctness_long_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:41.6975178Z test_schema_correctness_long_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.7403221Z test_schema_correctness_long_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.7831821Z test_schema_correctness_long_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.8263128Z test_schema_correctness_long_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.8693285Z test_schema_correctness_long_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.9120119Z test_schema_correctness_long_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:41.9270609Z test_schema_correctness_long_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:41.9696810Z test_schema_correctness_long_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:42.0123615Z test_schema_correctness_long_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:52:42.0195575Z test_schema_correctness_lt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:42.0257422Z test_schema_correctness_lt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0324025Z test_schema_correctness_lt_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0391880Z test_schema_correctness_lt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0458710Z test_schema_correctness_lt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0520481Z test_schema_correctness_lt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0582125Z test_schema_correctness_lt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0644315Z test_schema_correctness_lt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0707728Z test_schema_correctness_lt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0769868Z test_schema_correctness_lt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.0796425Z test_schema_correctness_lu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: 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-09-27T15:52:42.0796941Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:52:42.0799006Z should be replaced with 2022-09-27T15:52:42.0799430Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:52:42.0799744Z and 2022-09-27T15:52:42.0800083Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:52:42.0800373Z should be replaced with 2022-09-27T15:52:42.0801071Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:52:42.0801675Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:52:42.1097354Z ok (0.032s) 2022-09-27T15:52:42.1412353Z test_schema_correctness_lu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:42.1696839Z test_schema_correctness_lu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:42.1979290Z test_schema_correctness_lu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:52:42.2009445Z test_schema_correctness_lu_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:52:42.2010589Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:52:42.2011057Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:52:42.2011421Z should be replaced with 2022-09-27T15:52:42.2012030Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:52:42.2012651Z return self.op(*args, **kwargs) 2022-09-27T15:52:42.2278954Z ok (0.029s) 2022-09-27T15:52:42.2578764Z test_schema_correctness_lu_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:52:42.2856347Z test_schema_correctness_lu_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:42.3133977Z test_schema_correctness_lu_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:42.3292879Z test_schema_correctness_lu_unpack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:42.3454498Z test_schema_correctness_lu_unpack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:42.3607463Z test_schema_correctness_lu_unpack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:42.3757043Z test_schema_correctness_lu_unpack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:52:42.3802664Z test_schema_correctness_mH_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.3847806Z test_schema_correctness_mH_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.3922288Z test_schema_correctness_mH_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:42.3938317Z test_schema_correctness_mH_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:42.4011868Z test_schema_correctness_mH_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:42.4060874Z test_schema_correctness_mH_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4107173Z test_schema_correctness_mH_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4154308Z test_schema_correctness_mH_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4197725Z test_schema_correctness_mH_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4239589Z test_schema_correctness_mH_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4283066Z test_schema_correctness_mH_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4325771Z test_schema_correctness_mH_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4376278Z test_schema_correctness_mH_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.4421541Z test_schema_correctness_mT_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4462459Z test_schema_correctness_mT_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4512932Z test_schema_correctness_mT_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4527301Z test_schema_correctness_mT_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:42.4577200Z test_schema_correctness_mT_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4622277Z test_schema_correctness_mT_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4666911Z test_schema_correctness_mT_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4712514Z test_schema_correctness_mT_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4754814Z test_schema_correctness_mT_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4795802Z test_schema_correctness_mT_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4838222Z test_schema_correctness_mT_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4880214Z test_schema_correctness_mT_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4922437Z test_schema_correctness_mT_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.4988966Z test_schema_correctness_masked_fill_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5050284Z test_schema_correctness_masked_fill_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5118545Z test_schema_correctness_masked_fill_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5132262Z test_schema_correctness_masked_fill_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:42.5200646Z test_schema_correctness_masked_fill_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5266460Z test_schema_correctness_masked_fill_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5334572Z test_schema_correctness_masked_fill_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5398605Z test_schema_correctness_masked_fill_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5461254Z test_schema_correctness_masked_fill_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5522376Z test_schema_correctness_masked_fill_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5584147Z test_schema_correctness_masked_fill_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5646839Z test_schema_correctness_masked_fill_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5709148Z test_schema_correctness_masked_fill_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:42.5755219Z test_schema_correctness_masked_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.5796843Z test_schema_correctness_masked_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.5844990Z test_schema_correctness_masked_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.5891842Z test_schema_correctness_masked_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.5935624Z test_schema_correctness_masked_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.5980836Z test_schema_correctness_masked_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6024190Z test_schema_correctness_masked_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6065623Z test_schema_correctness_masked_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6106684Z test_schema_correctness_masked_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6148081Z test_schema_correctness_masked_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6189488Z test_schema_correctness_masked_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6231044Z test_schema_correctness_masked_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6283376Z test_schema_correctness_masked_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6332698Z test_schema_correctness_masked_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6390253Z test_schema_correctness_masked_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6448011Z test_schema_correctness_masked_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6500214Z test_schema_correctness_masked_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6552252Z test_schema_correctness_masked_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6603695Z test_schema_correctness_masked_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6655400Z test_schema_correctness_masked_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6707340Z test_schema_correctness_masked_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6758358Z test_schema_correctness_masked_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:42.6808322Z test_schema_correctness_masked_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.6858676Z test_schema_correctness_masked_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:42.7802196Z test_schema_correctness_matmul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:42.8792860Z test_schema_correctness_matmul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.098s) 2022-09-27T15:52:42.9789590Z test_schema_correctness_matmul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.099s) 2022-09-27T15:52:43.0763048Z test_schema_correctness_matmul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.097s) 2022-09-27T15:52:43.1728224Z test_schema_correctness_matmul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.096s) 2022-09-27T15:52:43.2799607Z test_schema_correctness_matmul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:52:43.3749495Z test_schema_correctness_matmul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:43.4702921Z test_schema_correctness_matmul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.095s) 2022-09-27T15:52:43.5650815Z test_schema_correctness_matmul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:43.6599003Z test_schema_correctness_matmul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.094s) 2022-09-27T15:52:43.6632275Z test_schema_correctness_matrix_exp_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.6664598Z test_schema_correctness_matrix_exp_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.6696704Z test_schema_correctness_matrix_exp_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.6726220Z test_schema_correctness_matrix_exp_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.6755368Z test_schema_correctness_matrix_exp_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.6821730Z test_schema_correctness_max_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.6882922Z test_schema_correctness_max_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.6948319Z test_schema_correctness_max_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7016174Z test_schema_correctness_max_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7084443Z test_schema_correctness_max_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7149631Z test_schema_correctness_max_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7212712Z test_schema_correctness_max_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7276543Z test_schema_correctness_max_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7339195Z test_schema_correctness_max_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7401322Z test_schema_correctness_max_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.7424869Z test_schema_correctness_max_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7446605Z test_schema_correctness_max_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7468181Z test_schema_correctness_max_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7489397Z test_schema_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7511607Z test_schema_correctness_max_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7532264Z test_schema_correctness_max_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7552753Z test_schema_correctness_max_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7573920Z test_schema_correctness_max_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7594407Z test_schema_correctness_max_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7614554Z test_schema_correctness_max_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:43.7651262Z test_schema_correctness_max_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7686713Z test_schema_correctness_max_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7729017Z test_schema_correctness_max_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:43.7766386Z test_schema_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7804690Z test_schema_correctness_max_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7839225Z test_schema_correctness_max_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7873555Z test_schema_correctness_max_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7907903Z test_schema_correctness_max_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7942076Z test_schema_correctness_max_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.7976602Z test_schema_correctness_max_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:43.8042030Z test_schema_correctness_maximum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8102495Z test_schema_correctness_maximum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8169467Z test_schema_correctness_maximum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8240617Z test_schema_correctness_maximum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:43.8307524Z test_schema_correctness_maximum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8369774Z test_schema_correctness_maximum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8435459Z test_schema_correctness_maximum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8502051Z test_schema_correctness_maximum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8565551Z test_schema_correctness_maximum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8627254Z test_schema_correctness_maximum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:43.8856112Z test_schema_correctness_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:43.9090190Z test_schema_correctness_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:43.9324483Z test_schema_correctness_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:43.9555027Z test_schema_correctness_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:43.9785750Z test_schema_correctness_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:44.0011544Z test_schema_correctness_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:44.0091656Z test_schema_correctness_median_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0169500Z test_schema_correctness_median_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0245859Z test_schema_correctness_median_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0321616Z test_schema_correctness_median_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0398467Z test_schema_correctness_median_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0474247Z test_schema_correctness_median_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0550603Z test_schema_correctness_median_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0625806Z test_schema_correctness_median_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:44.0884624Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.1137492Z test_schema_correctness_meshgrid_list_of_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.1405428Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:44.1673718Z test_schema_correctness_meshgrid_list_of_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:44.1932244Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.2187606Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.2439863Z test_schema_correctness_meshgrid_list_of_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.2695061Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.2947748Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.3201080Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.3455992Z test_schema_correctness_meshgrid_list_of_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.3708288Z test_schema_correctness_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.3965674Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.4217861Z test_schema_correctness_meshgrid_variadic_tensors_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.4489743Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:44.4759805Z test_schema_correctness_meshgrid_variadic_tensors_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:44.5018016Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.5276943Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.5530389Z test_schema_correctness_meshgrid_variadic_tensors_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.5784972Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.6040555Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.6296669Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.6553512Z test_schema_correctness_meshgrid_variadic_tensors_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.6807670Z test_schema_correctness_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:52:44.6876366Z test_schema_correctness_min_binary_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.6938245Z test_schema_correctness_min_binary_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7005185Z test_schema_correctness_min_binary_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7073858Z test_schema_correctness_min_binary_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7141891Z test_schema_correctness_min_binary_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7204217Z test_schema_correctness_min_binary_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7266835Z test_schema_correctness_min_binary_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7329208Z test_schema_correctness_min_binary_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7390914Z test_schema_correctness_min_binary_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7451921Z test_schema_correctness_min_binary_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.7474471Z test_schema_correctness_min_reduction_no_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7495535Z test_schema_correctness_min_reduction_no_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7517699Z test_schema_correctness_min_reduction_no_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7538901Z test_schema_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7560859Z test_schema_correctness_min_reduction_no_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7581290Z test_schema_correctness_min_reduction_no_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7601627Z test_schema_correctness_min_reduction_no_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7622119Z test_schema_correctness_min_reduction_no_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7642298Z test_schema_correctness_min_reduction_no_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7662475Z test_schema_correctness_min_reduction_no_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.7699278Z test_schema_correctness_min_reduction_with_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7737143Z test_schema_correctness_min_reduction_with_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7781539Z test_schema_correctness_min_reduction_with_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:44.7818532Z test_schema_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7856217Z test_schema_correctness_min_reduction_with_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7891816Z test_schema_correctness_min_reduction_with_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7926005Z test_schema_correctness_min_reduction_with_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7960604Z test_schema_correctness_min_reduction_with_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.7994551Z test_schema_correctness_min_reduction_with_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.8028154Z test_schema_correctness_min_reduction_with_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.8091954Z test_schema_correctness_minimum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8151979Z test_schema_correctness_minimum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.8221703Z test_schema_correctness_minimum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8289173Z test_schema_correctness_minimum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8355300Z test_schema_correctness_minimum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8422575Z test_schema_correctness_minimum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8490155Z test_schema_correctness_minimum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8553596Z test_schema_correctness_minimum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8615869Z test_schema_correctness_minimum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8678509Z test_schema_correctness_minimum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.8701501Z test_schema_correctness_mm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.8712896Z test_schema_correctness_mm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:52:44.8723489Z test_schema_correctness_mm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:52:44.8744585Z test_schema_correctness_mm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.8765455Z test_schema_correctness_mm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.8784942Z test_schema_correctness_mm_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:44.8803587Z test_schema_correctness_mm_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:44.8822927Z test_schema_correctness_mm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:44.8842236Z test_schema_correctness_mm_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:44.8861043Z test_schema_correctness_mm_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:44.8916578Z test_schema_correctness_mode_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.8968271Z test_schema_correctness_mode_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9030669Z test_schema_correctness_mode_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:44.9085691Z test_schema_correctness_mode_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9140899Z test_schema_correctness_mode_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9192989Z test_schema_correctness_mode_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9246722Z test_schema_correctness_mode_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9299230Z test_schema_correctness_mode_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9351629Z test_schema_correctness_mode_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9403972Z test_schema_correctness_mode_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:44.9431375Z test_schema_correctness_movedim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9456744Z test_schema_correctness_movedim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9484389Z test_schema_correctness_movedim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9498780Z test_schema_correctness_movedim_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:44.9527323Z test_schema_correctness_movedim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9553515Z test_schema_correctness_movedim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9579213Z test_schema_correctness_movedim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9606362Z test_schema_correctness_movedim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9631776Z test_schema_correctness_movedim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9657072Z test_schema_correctness_movedim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9682688Z test_schema_correctness_movedim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9708073Z test_schema_correctness_movedim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9732818Z test_schema_correctness_movedim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9766504Z test_schema_correctness_msort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.9794594Z test_schema_correctness_msort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:44.9831828Z test_schema_correctness_msort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.9866748Z test_schema_correctness_msort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.9902811Z test_schema_correctness_msort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.9934061Z test_schema_correctness_msort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.9966417Z test_schema_correctness_msort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:44.9999038Z test_schema_correctness_msort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.0031182Z test_schema_correctness_msort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.0062324Z test_schema_correctness_msort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.0127714Z test_schema_correctness_mul_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0187683Z test_schema_correctness_mul_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:45.0265141Z test_schema_correctness_mul_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.0279071Z test_schema_correctness_mul_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.0355175Z test_schema_correctness_mul_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.0420503Z test_schema_correctness_mul_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0487547Z test_schema_correctness_mul_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0554399Z test_schema_correctness_mul_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0614101Z test_schema_correctness_mul_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:45.0678051Z test_schema_correctness_mul_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0740470Z test_schema_correctness_mul_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0802597Z test_schema_correctness_mul_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0864380Z test_schema_correctness_mul_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.0939184Z test_schema_correctness_multinomial_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.1011107Z test_schema_correctness_multinomial_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.1087114Z test_schema_correctness_multinomial_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.1107926Z test_schema_correctness_mv_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:45.1129197Z test_schema_correctness_mv_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:45.1150267Z test_schema_correctness_mv_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:45.1170554Z test_schema_correctness_mv_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:45.1190966Z test_schema_correctness_mv_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:45.1210305Z test_schema_correctness_mv_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.1229085Z test_schema_correctness_mv_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.1247501Z test_schema_correctness_mv_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.1266370Z test_schema_correctness_mv_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.1284721Z test_schema_correctness_mv_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:45.1354174Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1422618Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1490589Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1557397Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1623420Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1688890Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1756744Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1822305Z test_schema_correctness_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1891275Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.1960116Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2027465Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2093129Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2158753Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2223794Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2288810Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2354979Z test_schema_correctness_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2423984Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2492956Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2563038Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2629819Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2695172Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2761150Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2826788Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2893555Z test_schema_correctness_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:45.2928380Z test_schema_correctness_nan_to_num_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.2959342Z test_schema_correctness_nan_to_num_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.2991604Z test_schema_correctness_nan_to_num_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3024073Z test_schema_correctness_nan_to_num_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3055880Z test_schema_correctness_nan_to_num_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3087227Z test_schema_correctness_nan_to_num_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3118485Z test_schema_correctness_nan_to_num_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3149518Z test_schema_correctness_nan_to_num_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3180292Z test_schema_correctness_nan_to_num_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.3213165Z test_schema_correctness_nan_to_num_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:45.4517725Z test_schema_correctness_nanmean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:52:45.5817229Z test_schema_correctness_nanmean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:52:45.7122547Z test_schema_correctness_nanmean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:52:45.8404624Z test_schema_correctness_nanmean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:52:45.8483748Z test_schema_correctness_nanmedian_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.8561363Z test_schema_correctness_nanmedian_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.8637665Z test_schema_correctness_nanmedian_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.8714687Z test_schema_correctness_nanmedian_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.8791887Z test_schema_correctness_nanmedian_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.8867227Z test_schema_correctness_nanmedian_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.8942851Z test_schema_correctness_nanmedian_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:45.9019715Z test_schema_correctness_nanmedian_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:49.1840935Z test_schema_correctness_nanquantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.281s) 2022-09-27T15:52:52.4397597Z test_schema_correctness_nanquantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.255s) 2022-09-27T15:52:52.4712931Z test_schema_correctness_nansum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:52.4962337Z test_schema_correctness_nansum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:52.5277700Z test_schema_correctness_nansum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:52.5590771Z test_schema_correctness_nansum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:52:52.5898921Z test_schema_correctness_nansum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:52:52.6148835Z test_schema_correctness_nansum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:52.6399832Z test_schema_correctness_nansum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:52.6649639Z test_schema_correctness_nansum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:52.6897962Z test_schema_correctness_nansum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:52.7148968Z test_schema_correctness_nansum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:52.7200566Z test_schema_correctness_narrow_copy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:52.7244582Z test_schema_correctness_narrow_copy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7296075Z test_schema_correctness_narrow_copy_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:52.7310532Z test_schema_correctness_narrow_copy_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:52.7366791Z test_schema_correctness_narrow_copy_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:52:52.7412736Z test_schema_correctness_narrow_copy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7458321Z test_schema_correctness_narrow_copy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7506310Z test_schema_correctness_narrow_copy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7549652Z test_schema_correctness_narrow_copy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7592138Z test_schema_correctness_narrow_copy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7634585Z test_schema_correctness_narrow_copy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7676722Z test_schema_correctness_narrow_copy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7718641Z test_schema_correctness_narrow_copy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:52:52.7818453Z test_schema_correctness_narrow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.7915792Z test_schema_correctness_narrow_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.8030704Z test_schema_correctness_narrow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:52.8046218Z test_schema_correctness_narrow_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:52.8159159Z test_schema_correctness_narrow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:52.8260469Z test_schema_correctness_narrow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:52.8361932Z test_schema_correctness_narrow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:52.8468586Z test_schema_correctness_narrow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:52.8565603Z test_schema_correctness_narrow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.8662888Z test_schema_correctness_narrow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.8761533Z test_schema_correctness_narrow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.8858465Z test_schema_correctness_narrow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.8955088Z test_schema_correctness_narrow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:52:52.9156931Z test_schema_correctness_native_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:52.9358871Z test_schema_correctness_native_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:52:52.9556254Z test_schema_correctness_native_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:52.9624793Z test_schema_correctness_ne_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:52.9686052Z test_schema_correctness_ne_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:52.9764665Z test_schema_correctness_ne_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:52.9842528Z test_schema_correctness_ne_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:52.9910020Z test_schema_correctness_ne_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:52.9978425Z test_schema_correctness_ne_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0045982Z test_schema_correctness_ne_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0108220Z test_schema_correctness_ne_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0175076Z test_schema_correctness_ne_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0237133Z test_schema_correctness_ne_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0299974Z test_schema_correctness_ne_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0362881Z test_schema_correctness_ne_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:53.0382898Z test_schema_correctness_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0403139Z test_schema_correctness_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:53.0417215Z test_schema_correctness_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0436735Z test_schema_correctness_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0455271Z test_schema_correctness_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0474092Z test_schema_correctness_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0493642Z test_schema_correctness_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0512039Z test_schema_correctness_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0530646Z test_schema_correctness_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0548886Z test_schema_correctness_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0567476Z test_schema_correctness_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.0585993Z test_schema_correctness_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.1045603Z test_schema_correctness_new_empty_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.1498257Z test_schema_correctness_new_empty_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.1953564Z test_schema_correctness_new_empty_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.1968805Z test_schema_correctness_new_empty_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.2424563Z test_schema_correctness_new_empty_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.2878775Z test_schema_correctness_new_empty_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.3339168Z test_schema_correctness_new_empty_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.3798345Z test_schema_correctness_new_empty_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.4250287Z test_schema_correctness_new_empty_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.4712531Z test_schema_correctness_new_empty_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:53.5167944Z test_schema_correctness_new_empty_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.5623472Z test_schema_correctness_new_empty_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.6081154Z test_schema_correctness_new_empty_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:53.6678214Z test_schema_correctness_new_empty_strided_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:53.7275233Z test_schema_correctness_new_empty_strided_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:53.7880331Z test_schema_correctness_new_empty_strided_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:53.7896312Z test_schema_correctness_new_empty_strided_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:53.8499902Z test_schema_correctness_new_empty_strided_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:53.9102587Z test_schema_correctness_new_empty_strided_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:53.9699293Z test_schema_correctness_new_empty_strided_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.0293104Z test_schema_correctness_new_empty_strided_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.0885444Z test_schema_correctness_new_empty_strided_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.1476492Z test_schema_correctness_new_empty_strided_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.2071261Z test_schema_correctness_new_empty_strided_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.2666158Z test_schema_correctness_new_empty_strided_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.3258586Z test_schema_correctness_new_empty_strided_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:52:54.3730664Z test_schema_correctness_new_full_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:54.4200955Z test_schema_correctness_new_full_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:54.4683137Z test_schema_correctness_new_full_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:52:54.4698687Z test_schema_correctness_new_full_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:54.5172403Z test_schema_correctness_new_full_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:54.5639324Z test_schema_correctness_new_full_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:54.6111415Z test_schema_correctness_new_full_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:54.6578143Z test_schema_correctness_new_full_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:54.7046447Z test_schema_correctness_new_full_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:54.7524859Z test_schema_correctness_new_full_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:54.8004572Z test_schema_correctness_new_full_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:54.8478976Z test_schema_correctness_new_full_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.047s) 2022-09-27T15:52:54.8949463Z test_schema_correctness_new_full_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:54.9415940Z test_schema_correctness_new_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:54.9884258Z test_schema_correctness_new_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.0351588Z test_schema_correctness_new_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.0367238Z test_schema_correctness_new_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:55.0836297Z test_schema_correctness_new_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.1299857Z test_schema_correctness_new_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.1762944Z test_schema_correctness_new_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.2223425Z test_schema_correctness_new_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.2689026Z test_schema_correctness_new_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.3158171Z test_schema_correctness_new_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.3626923Z test_schema_correctness_new_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.4086380Z test_schema_correctness_new_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.4545629Z test_schema_correctness_new_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.5005755Z test_schema_correctness_new_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.5461049Z test_schema_correctness_new_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.5918049Z test_schema_correctness_new_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.5933815Z test_schema_correctness_new_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:52:55.6400089Z test_schema_correctness_new_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.6863419Z test_schema_correctness_new_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.7322651Z test_schema_correctness_new_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.7784676Z test_schema_correctness_new_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.8241443Z test_schema_correctness_new_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.8697622Z test_schema_correctness_new_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:55.9159682Z test_schema_correctness_new_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:52:55.9619906Z test_schema_correctness_new_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:56.0075174Z test_schema_correctness_new_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:52:56.0148477Z test_schema_correctness_nextafter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.0217450Z test_schema_correctness_nextafter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:52:56.0289067Z test_schema_correctness_nextafter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.0396450Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:56.0507244Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:56.0613500Z test_schema_correctness_nn_functional_adaptive_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:56.0690265Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.0770077Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.0851265Z test_schema_correctness_nn_functional_adaptive_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:52:56.0959329Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:56.1063257Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:56.1168508Z test_schema_correctness_nn_functional_adaptive_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:52:56.1333390Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:56.1495573Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:56.1654977Z test_schema_correctness_nn_functional_adaptive_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:52:56.1821333Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:56.1985988Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:56.2158255Z test_schema_correctness_nn_functional_adaptive_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:56.2324131Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:56.2487655Z test_schema_correctness_nn_functional_adaptive_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:52:56.2668749Z test_schema_correctness_nn_functional_avg_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:56.2847104Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:56.3023234Z test_schema_correctness_nn_functional_avg_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:56.3205340Z test_schema_correctness_nn_functional_avg_pool1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:56.3382009Z test_schema_correctness_nn_functional_avg_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:56.3568811Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:56.3754682Z test_schema_correctness_nn_functional_avg_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:56.3934770Z test_schema_correctness_nn_functional_avg_pool2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:52:56.4136785Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:56.4337955Z test_schema_correctness_nn_functional_avg_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:56.4533756Z test_schema_correctness_nn_functional_avg_pool3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:56.5954219Z test_schema_correctness_nn_functional_batch_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:52:56.7471252Z test_schema_correctness_nn_functional_batch_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.151s) 2022-09-27T15:52:56.8891869Z test_schema_correctness_nn_functional_batch_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.141s) 2022-09-27T15:52:56.9453535Z test_schema_correctness_nn_functional_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.0023308Z test_schema_correctness_nn_functional_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.056s) 2022-09-27T15:52:57.0578523Z test_schema_correctness_nn_functional_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.1136367Z test_schema_correctness_nn_functional_bilinear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.1690653Z test_schema_correctness_nn_functional_bilinear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.2243790Z test_schema_correctness_nn_functional_bilinear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.2795659Z test_schema_correctness_nn_functional_bilinear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.3351090Z test_schema_correctness_nn_functional_bilinear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.055s) 2022-09-27T15:52:57.3471531Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:57.3587658Z test_schema_correctness_nn_functional_binary_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:52:57.3856971Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:57.4131095Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:52:57.4400596Z test_schema_correctness_nn_functional_binary_cross_entropy_with_logits_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:52:57.4431438Z test_schema_correctness_nn_functional_celu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:52:57.4462273Z test_schema_correctness_nn_functional_celu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:57.4490906Z test_schema_correctness_nn_functional_celu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:52:57.4711610Z test_schema_correctness_nn_functional_conv1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:52:57.5839155Z test_schema_correctness_nn_functional_conv1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:57.7122776Z test_schema_correctness_nn_functional_conv1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:52:57.7373507Z test_schema_correctness_nn_functional_conv1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:57.7572049Z test_schema_correctness_nn_functional_conv1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:57.7763166Z test_schema_correctness_nn_functional_conv1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:57.8046781Z test_schema_correctness_nn_functional_conv2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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:894.) 2022-09-27T15:52:57.8047839Z return self.op(*args, **kwargs) 2022-09-27T15:52:57.8406546Z ok (0.064s) 2022-09-27T15:52:58.2114047Z test_schema_correctness_nn_functional_conv2d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.370s) 2022-09-27T15:52:58.6165749Z test_schema_correctness_nn_functional_conv2d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.404s) 2022-09-27T15:52:58.6776200Z test_schema_correctness_nn_functional_conv2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:58.7382219Z test_schema_correctness_nn_functional_conv2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:52:58.7971045Z test_schema_correctness_nn_functional_conv2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:52:58.9095147Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:52:59.0240357Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.114s) 2022-09-27T15:52:59.0438298Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:59.0630798Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:52:59.0822335Z test_schema_correctness_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:52:59.1068084Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:59.1312622Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:52:59.1544893Z test_schema_correctness_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:59.1782388Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:59.2018112Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:52:59.2247524Z test_schema_correctness_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:52:59.4407565Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:52:59.6562684Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:52:59.8774733Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.220s) 2022-09-27T15:53:00.0927219Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:53:00.3108266Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.217s) 2022-09-27T15:53:00.5277965Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:53:00.7462178Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.218s) 2022-09-27T15:53:00.9620731Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.215s) 2022-09-27T15:53:01.1789947Z test_schema_correctness_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.216s) 2022-09-27T15:53:01.2675243Z test_schema_correctness_nn_functional_cosine_similarity_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:53:01.3585273Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:53:01.4475938Z test_schema_correctness_nn_functional_cosine_similarity_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:53:01.4879286Z test_schema_correctness_nn_functional_cross_entropy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:53:01.5263140Z test_schema_correctness_nn_functional_cross_entropy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:53:01.5640876Z test_schema_correctness_nn_functional_cross_entropy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:53:01.6271074Z test_schema_correctness_nn_functional_ctc_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:53:01.6920706Z test_schema_correctness_nn_functional_ctc_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:53:01.6942000Z test_schema_correctness_nn_functional_dropout2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:1338: UserWarning: dropout2d: Received a 3D input to dropout2d and assuming that channel-wise 1D dropout behavior is desired - input is interpreted as shape (N, C, L), where C is the channel dim. This behavior will change in a future release to interpret the input as one without a batch dimension, i.e. shape (C, H, W). To maintain the 1D channel-wise dropout behavior, please switch to using dropout1d instead. 2022-09-27T15:53:01.6943625Z warnings.warn("dropout2d: Received a 3D input to dropout2d and assuming that channel-wise " 2022-09-27T15:53:01.7355158Z ok (0.043s) 2022-09-27T15:53:01.7799168Z test_schema_correctness_nn_functional_dropout2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:01.8235729Z test_schema_correctness_nn_functional_dropout2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:01.8719831Z test_schema_correctness_nn_functional_dropout3d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.048s) 2022-09-27T15:53:01.9220077Z test_schema_correctness_nn_functional_dropout3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:01.9716989Z test_schema_correctness_nn_functional_dropout3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.049s) 2022-09-27T15:53:02.0785942Z test_schema_correctness_nn_functional_dropout_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.106s) 2022-09-27T15:53:02.1846062Z test_schema_correctness_nn_functional_dropout_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T15:53:02.2904961Z test_schema_correctness_nn_functional_dropout_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.105s) 2022-09-27T15:53:02.2941377Z test_schema_correctness_nn_functional_elu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:02.2974624Z test_schema_correctness_nn_functional_elu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:02.3008267Z test_schema_correctness_nn_functional_elu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:02.6815074Z test_schema_correctness_nn_functional_embedding_bag_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.380s) 2022-09-27T15:53:03.0651731Z test_schema_correctness_nn_functional_embedding_bag_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.383s) 2022-09-27T15:53:03.4393989Z test_schema_correctness_nn_functional_embedding_bag_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.373s) 2022-09-27T15:53:03.4530367Z test_schema_correctness_nn_functional_embedding_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:03.4676208Z test_schema_correctness_nn_functional_embedding_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:53:03.4808687Z test_schema_correctness_nn_functional_embedding_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:03.4938173Z test_schema_correctness_nn_functional_embedding_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:03.5366023Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:53:03.5800639Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:03.6235672Z test_schema_correctness_nn_functional_feature_alpha_dropout_with_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:53:03.6278778Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:03.6314417Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6357250Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:03.6399499Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:03.6438303Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6476448Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6514876Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6550176Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6584372Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6621401Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6655691Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.6690328Z test_schema_correctness_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:03.8510985Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.181s) 2022-09-27T15:53:04.0338724Z test_schema_correctness_nn_functional_fractional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.182s) 2022-09-27T15:53:04.2800366Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:53:04.5249352Z test_schema_correctness_nn_functional_fractional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.244s) 2022-09-27T15:53:06.1966218Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.671s) 2022-09-27T15:53:08.0757639Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.878s) 2022-09-27T15:53:09.7349782Z test_schema_correctness_nn_functional_gaussian_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.659s) 2022-09-27T15:53:09.7410714Z test_schema_correctness_nn_functional_gelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:09.7469192Z test_schema_correctness_nn_functional_gelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:09.7525393Z test_schema_correctness_nn_functional_gelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:09.7750303Z test_schema_correctness_nn_functional_glu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:53:09.7987744Z test_schema_correctness_nn_functional_glu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:09.8226063Z test_schema_correctness_nn_functional_glu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:09.8500818Z test_schema_correctness_nn_functional_grid_sample_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:53:09.8770880Z test_schema_correctness_nn_functional_grid_sample_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:53:09.8845414Z test_schema_correctness_nn_functional_group_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:09.8917356Z test_schema_correctness_nn_functional_group_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:09.8992367Z test_schema_correctness_nn_functional_group_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:09.9037110Z test_schema_correctness_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9081808Z test_schema_correctness_nn_functional_hardshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9124448Z test_schema_correctness_nn_functional_hardshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9151541Z test_schema_correctness_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:09.9178251Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:09.9203480Z test_schema_correctness_nn_functional_hardsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:09.9232292Z test_schema_correctness_nn_functional_hardswish_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:09.9262529Z test_schema_correctness_nn_functional_hardswish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:09.9292890Z test_schema_correctness_nn_functional_hardswish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:09.9340296Z test_schema_correctness_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9387516Z test_schema_correctness_nn_functional_hardtanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9432524Z test_schema_correctness_nn_functional_hardtanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9476738Z test_schema_correctness_nn_functional_hardtanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9522118Z test_schema_correctness_nn_functional_hardtanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9567273Z test_schema_correctness_nn_functional_hardtanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:09.9612595Z test_schema_correctness_nn_functional_hardtanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:53:10.2699135Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.308s) 2022-09-27T15:53:10.5762671Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.306s) 2022-09-27T15:53:10.8837828Z test_schema_correctness_nn_functional_hinge_embedding_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.307s) 2022-09-27T15:53:10.8919722Z test_schema_correctness_nn_functional_huber_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:10.9001662Z test_schema_correctness_nn_functional_huber_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:10.9083817Z test_schema_correctness_nn_functional_huber_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:10.9165750Z test_schema_correctness_nn_functional_huber_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:11.0712421Z test_schema_correctness_nn_functional_instance_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:53:11.2255844Z test_schema_correctness_nn_functional_instance_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:53:11.3791222Z test_schema_correctness_nn_functional_instance_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.153s) 2022-09-27T15:53:11.3912061Z test_schema_correctness_nn_functional_interpolate_area_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:11.4031756Z test_schema_correctness_nn_functional_interpolate_area_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:11.4136185Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:11.4235164Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.4345255Z test_schema_correctness_nn_functional_interpolate_bicubic_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:11.4446057Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.4548868Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:11.4649367Z test_schema_correctness_nn_functional_interpolate_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.4746708Z test_schema_correctness_nn_functional_interpolate_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.4842692Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.4940447Z test_schema_correctness_nn_functional_interpolate_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.5037943Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.5132635Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.5226189Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.5317274Z test_schema_correctness_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.5424833Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:53:11.5541928Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:11.5656766Z test_schema_correctness_nn_functional_interpolate_trilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:53:11.5707209Z test_schema_correctness_nn_functional_kl_div_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:2913: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-09-27T15:53:11.5708496Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-09-27T15:53:11.5980837Z ok (0.032s) 2022-09-27T15:53:11.6288874Z test_schema_correctness_nn_functional_kl_div_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:53:11.6586193Z test_schema_correctness_nn_functional_kl_div_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:53:11.6677992Z test_schema_correctness_nn_functional_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.6803036Z test_schema_correctness_nn_functional_l1_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:11.6927840Z test_schema_correctness_nn_functional_l1_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:11.7018733Z test_schema_correctness_nn_functional_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:11.7108933Z test_schema_correctness_nn_functional_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:11.7199237Z test_schema_correctness_nn_functional_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:11.7277136Z test_schema_correctness_nn_functional_layer_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:11.7352179Z test_schema_correctness_nn_functional_layer_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:11.7426062Z test_schema_correctness_nn_functional_layer_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:11.7493892Z test_schema_correctness_nn_functional_leaky_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:11.7548598Z test_schema_correctness_nn_functional_leaky_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:11.7606589Z test_schema_correctness_nn_functional_leaky_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:11.7850356Z test_schema_correctness_nn_functional_linear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:11.8132965Z test_schema_correctness_nn_functional_linear_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:53:11.8418974Z test_schema_correctness_nn_functional_linear_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:53:11.8678761Z test_schema_correctness_nn_functional_linear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:11.8935018Z test_schema_correctness_nn_functional_linear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:53:11.9173560Z test_schema_correctness_nn_functional_linear_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:11.9410867Z test_schema_correctness_nn_functional_linear_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:11.9661807Z test_schema_correctness_nn_functional_linear_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:53:11.9897771Z test_schema_correctness_nn_functional_linear_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:12.0133439Z test_schema_correctness_nn_functional_linear_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:53:12.0591649Z test_schema_correctness_nn_functional_local_response_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:12.1063121Z test_schema_correctness_nn_functional_local_response_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:53:12.1515724Z test_schema_correctness_nn_functional_local_response_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:12.1980632Z test_schema_correctness_nn_functional_local_response_norm_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.046s) 2022-09-27T15:53:12.2012988Z test_schema_correctness_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:12.2041336Z test_schema_correctness_nn_functional_logsigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:12.2068332Z test_schema_correctness_nn_functional_logsigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:12.2670362Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:53:12.3271795Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:53:12.3875148Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.060s) 2022-09-27T15:53:12.4460118Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:12.5046973Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:12.5631116Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:12.6211645Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.057s) 2022-09-27T15:53:12.6795612Z test_schema_correctness_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.058s) 2022-09-27T15:53:14.5993853Z test_schema_correctness_nn_functional_max_pool1d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.919s) 2022-09-27T15:53:16.5190736Z test_schema_correctness_nn_functional_max_pool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.919s) 2022-09-27T15:53:18.4045931Z test_schema_correctness_nn_functional_max_pool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (1.885s) 2022-09-27T15:53:27.3558064Z test_schema_correctness_nn_functional_max_pool2d_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.951s) 2022-09-27T15:53:36.3282767Z test_schema_correctness_nn_functional_max_pool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (8.972s) 2022-09-27T15:53:45.3393362Z test_schema_correctness_nn_functional_max_pool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (9.010s) 2022-09-27T15:53:49.1033384Z test_schema_correctness_nn_functional_max_pool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.763s) 2022-09-27T15:53:52.8619296Z test_schema_correctness_nn_functional_max_pool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.758s) 2022-09-27T15:53:53.1675396Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.305s) 2022-09-27T15:53:53.4699519Z test_schema_correctness_nn_functional_max_unpool1d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.302s) 2022-09-27T15:53:53.5301576Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.059s) 2022-09-27T15:53:53.5959140Z test_schema_correctness_nn_functional_max_unpool1d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.065s) 2022-09-27T15:53:53.8623510Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.265s) 2022-09-27T15:53:54.1394985Z test_schema_correctness_nn_functional_max_unpool2d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.276s) 2022-09-27T15:53:54.2174405Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.077s) 2022-09-27T15:53:54.3021219Z test_schema_correctness_nn_functional_max_unpool2d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.084s) 2022-09-27T15:53:54.4337188Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-09-27T15:53:54.5660810Z test_schema_correctness_nn_functional_max_unpool3d_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.132s) 2022-09-27T15:53:54.6105636Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.044s) 2022-09-27T15:53:54.6499099Z test_schema_correctness_nn_functional_max_unpool3d_grad_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:53:54.6530613Z test_schema_correctness_nn_functional_mish_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:54.6558420Z test_schema_correctness_nn_functional_mish_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:54.6580836Z test_schema_correctness_nn_functional_mse_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:3288: UserWarning: Applying the CPU mse kernel on half-type tensors. This may be slower than using float or double-type tensors. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp:822.) 2022-09-27T15:53:54.6581968Z return torch._C._nn.mse_loss(expanded_input, expanded_target, _Reduction.get_enum(reduction)) 2022-09-27T15:53:54.6623559Z ok (0.006s) 2022-09-27T15:53:54.6676386Z test_schema_correctness_nn_functional_mse_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.6728761Z test_schema_correctness_nn_functional_mse_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.6784976Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.6839218Z test_schema_correctness_nn_functional_multi_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:54.6874776Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:54.6907815Z test_schema_correctness_nn_functional_multilabel_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:54.7111428Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:54.7318374Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:54.7519453Z test_schema_correctness_nn_functional_multilabel_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:53:54.8040763Z test_schema_correctness_nn_functional_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:54.8553553Z test_schema_correctness_nn_functional_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:54.9060076Z test_schema_correctness_nn_functional_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.050s) 2022-09-27T15:53:54.9389158Z test_schema_correctness_nn_functional_normalize_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:54.9733121Z test_schema_correctness_nn_functional_normalize_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:53:55.0075051Z test_schema_correctness_nn_functional_normalize_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:55.0397744Z test_schema_correctness_nn_functional_normalize_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:55.0723691Z test_schema_correctness_nn_functional_normalize_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:55.1240654Z test_schema_correctness_nn_functional_one_hot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.051s) 2022-09-27T15:53:55.2535500Z test_schema_correctness_nn_functional_pad_circular_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:53:55.2846621Z test_schema_correctness_nn_functional_pad_circular_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:53:55.4193358Z test_schema_correctness_nn_functional_pad_circular_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-09-27T15:53:55.5537448Z test_schema_correctness_nn_functional_pad_circular_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.134s) 2022-09-27T15:53:55.6835629Z test_schema_correctness_nn_functional_pad_circular_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:53:55.8155711Z test_schema_correctness_nn_functional_pad_circular_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.131s) 2022-09-27T15:53:55.9457487Z test_schema_correctness_nn_functional_pad_circular_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:53:56.0766375Z test_schema_correctness_nn_functional_pad_circular_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:53:56.2075798Z test_schema_correctness_nn_functional_pad_circular_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:53:56.3373952Z test_schema_correctness_nn_functional_pad_circular_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:53:56.4675860Z test_schema_correctness_nn_functional_pad_circular_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.130s) 2022-09-27T15:53:56.5974458Z test_schema_correctness_nn_functional_pad_circular_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.129s) 2022-09-27T15:53:56.6302245Z test_schema_correctness_nn_functional_pad_constant_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:56.6614623Z test_schema_correctness_nn_functional_pad_constant_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:56.6979618Z test_schema_correctness_nn_functional_pad_constant_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:56.7344018Z test_schema_correctness_nn_functional_pad_constant_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:53:56.7678766Z test_schema_correctness_nn_functional_pad_constant_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:56.8018955Z test_schema_correctness_nn_functional_pad_constant_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:56.8356839Z test_schema_correctness_nn_functional_pad_constant_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:53:56.8677589Z test_schema_correctness_nn_functional_pad_constant_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:56.8999888Z test_schema_correctness_nn_functional_pad_constant_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:56.9319888Z test_schema_correctness_nn_functional_pad_constant_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:56.9641656Z test_schema_correctness_nn_functional_pad_constant_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:53:56.9961356Z test_schema_correctness_nn_functional_pad_constant_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:53:57.0061207Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:57.0155311Z test_schema_correctness_nn_functional_pad_reflect_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:57.0242446Z test_schema_correctness_nn_functional_pad_reflect_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:57.0327947Z test_schema_correctness_nn_functional_pad_reflect_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:57.0424055Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:57.0518660Z test_schema_correctness_nn_functional_pad_replicate_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:53:57.0606424Z test_schema_correctness_nn_functional_pad_replicate_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:57.0692129Z test_schema_correctness_nn_functional_pad_replicate_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:53:57.0822370Z test_schema_correctness_nn_functional_pairwise_distance_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.0956452Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:57.1091496Z test_schema_correctness_nn_functional_pairwise_distance_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:57.1223350Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:57.1356260Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:57.1481306Z test_schema_correctness_nn_functional_pairwise_distance_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.1609557Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.1733565Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.1859652Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.1984324Z test_schema_correctness_nn_functional_pairwise_distance_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.2113398Z test_schema_correctness_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:53:57.2174151Z test_schema_correctness_nn_functional_pdist_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:57.2232253Z test_schema_correctness_nn_functional_pdist_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:57.2258543Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2282117Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2307487Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2332281Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2356194Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2379705Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2402142Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2424437Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2446599Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2468869Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2499096Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:57.2531721Z test_schema_correctness_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:57.2558279Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2580573Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2605678Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2630376Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2654949Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2678101Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2701264Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2723287Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2745200Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2768582Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2790342Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.2812537Z test_schema_correctness_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:57.5680891Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-09-27T15:53:57.8597437Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.291s) 2022-09-27T15:53:58.1468163Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.286s) 2022-09-27T15:53:58.4356784Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.288s) 2022-09-27T15:53:58.7256019Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.289s) 2022-09-27T15:53:59.0137558Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.288s) 2022-09-27T15:53:59.3016508Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.287s) 2022-09-27T15:53:59.5905791Z test_schema_correctness_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.288s) 2022-09-27T15:53:59.6043408Z test_schema_correctness_nn_functional_prelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.6183665Z test_schema_correctness_nn_functional_prelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.6322651Z test_schema_correctness_nn_functional_prelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:53:59.6354426Z test_schema_correctness_nn_functional_relu6_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.6385330Z test_schema_correctness_nn_functional_relu6_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.6415267Z test_schema_correctness_nn_functional_relu6_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.6444259Z test_schema_correctness_nn_functional_relu6_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6472796Z test_schema_correctness_nn_functional_relu6_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6500998Z test_schema_correctness_nn_functional_relu6_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6528958Z test_schema_correctness_nn_functional_relu6_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6557276Z test_schema_correctness_nn_functional_relu6_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6586714Z test_schema_correctness_nn_functional_relu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.6616230Z test_schema_correctness_nn_functional_relu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.6645697Z test_schema_correctness_nn_functional_relu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.6674802Z test_schema_correctness_nn_functional_relu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6702527Z test_schema_correctness_nn_functional_relu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6731104Z test_schema_correctness_nn_functional_relu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6759699Z test_schema_correctness_nn_functional_relu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.6787394Z test_schema_correctness_nn_functional_relu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.7243440Z test_schema_correctness_nn_functional_rrelu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:59.7699650Z test_schema_correctness_nn_functional_rrelu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:59.8157597Z test_schema_correctness_nn_functional_rrelu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.045s) 2022-09-27T15:53:59.8192588Z test_schema_correctness_nn_functional_selu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.8224559Z test_schema_correctness_nn_functional_selu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.8255443Z test_schema_correctness_nn_functional_selu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:53:59.8283545Z test_schema_correctness_nn_functional_silu_complex_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.8310751Z test_schema_correctness_nn_functional_silu_complex_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.8337967Z test_schema_correctness_nn_functional_silu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.8362511Z test_schema_correctness_nn_functional_silu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.8387322Z test_schema_correctness_nn_functional_silu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:53:59.8460052Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.8530563Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.8601738Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.8674557Z test_schema_correctness_nn_functional_smooth_l1_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:53:59.8732991Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.8791331Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.8848817Z test_schema_correctness_nn_functional_soft_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:53:59.8910548Z test_schema_correctness_nn_functional_softmin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.8973975Z test_schema_correctness_nn_functional_softmin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.9037755Z test_schema_correctness_nn_functional_softmin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:53:59.9665957Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:00.0311524Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:54:00.0960772Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:54:00.1594608Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:00.2233508Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:00.2300563Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:00.2940963Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:00.3585120Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.064s) 2022-09-27T15:54:00.4220300Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:00.4859859Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:00.5491936Z test_schema_correctness_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.063s) 2022-09-27T15:54:00.5525544Z test_schema_correctness_nn_functional_softplus_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.5556589Z test_schema_correctness_nn_functional_softplus_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.5586302Z test_schema_correctness_nn_functional_softplus_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.5623833Z test_schema_correctness_nn_functional_softshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.5661147Z test_schema_correctness_nn_functional_softshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.5697397Z test_schema_correctness_nn_functional_softshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.5748188Z test_schema_correctness_nn_functional_softsign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.5800451Z test_schema_correctness_nn_functional_softsign_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.5852857Z test_schema_correctness_nn_functional_softsign_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.5905500Z test_schema_correctness_nn_functional_softsign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.5956968Z test_schema_correctness_nn_functional_softsign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.6007460Z test_schema_correctness_nn_functional_softsign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.6057660Z test_schema_correctness_nn_functional_softsign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.6107395Z test_schema_correctness_nn_functional_softsign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.6157101Z test_schema_correctness_nn_functional_softsign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:00.6206591Z test_schema_correctness_nn_functional_softsign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6255727Z test_schema_correctness_nn_functional_softsign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6297691Z test_schema_correctness_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6340126Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6380963Z test_schema_correctness_nn_functional_tanhshrink_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6421981Z test_schema_correctness_nn_functional_tanhshrink_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6462427Z test_schema_correctness_nn_functional_tanhshrink_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6503483Z test_schema_correctness_nn_functional_tanhshrink_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6544776Z test_schema_correctness_nn_functional_tanhshrink_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6585340Z test_schema_correctness_nn_functional_tanhshrink_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6626050Z test_schema_correctness_nn_functional_tanhshrink_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6666608Z test_schema_correctness_nn_functional_tanhshrink_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:00.6702960Z test_schema_correctness_nn_functional_threshold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6738289Z test_schema_correctness_nn_functional_threshold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6774802Z test_schema_correctness_nn_functional_threshold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6807382Z test_schema_correctness_nn_functional_threshold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6840671Z test_schema_correctness_nn_functional_threshold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6880581Z test_schema_correctness_nn_functional_threshold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6906632Z test_schema_correctness_nn_functional_threshold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.6939462Z test_schema_correctness_nn_functional_threshold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:00.7312129Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:00.7728096Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:00.8143407Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:00.8518766Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:00.8885547Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:00.9252454Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:00.9622047Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:00.9991500Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:01.0359368Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:01.0728948Z test_schema_correctness_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.036s) 2022-09-27T15:54:01.1116649Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:01.1541605Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:01.1967070Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:01.2349363Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:01.2723918Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:01.3102717Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:01.3481509Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:01.3862515Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.038s) 2022-09-27T15:54:01.4242436Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:01.4618941Z test_schema_correctness_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.037s) 2022-09-27T15:54:01.6836755Z test_schema_correctness_nn_functional_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.221s) 2022-09-27T15:54:01.9329970Z test_schema_correctness_nn_functional_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.249s) 2022-09-27T15:54:02.1785515Z test_schema_correctness_nn_functional_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.245s) 2022-09-27T15:54:02.4026576Z test_schema_correctness_nn_functional_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.223s) 2022-09-27T15:54:02.6281888Z test_schema_correctness_nn_functional_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.225s) 2022-09-27T15:54:02.8804478Z test_schema_correctness_nn_functional_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.252s) 2022-09-27T15:54:02.8824045Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4066: UserWarning: nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:54:02.8825212Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:54:02.8852362Z ok (0.004s) 2022-09-27T15:54:02.8896367Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:02.8940397Z test_schema_correctness_nn_functional_upsample_bilinear_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:02.8960465Z test_schema_correctness_nn_functional_upsample_nearest_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py:4010: UserWarning: nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead. 2022-09-27T15:54:02.8961498Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-09-27T15:54:02.9031770Z ok (0.009s) 2022-09-27T15:54:02.9136686Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:02.9231716Z test_schema_correctness_nn_functional_upsample_nearest_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:02.9324144Z test_schema_correctness_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:02.9488722Z test_schema_correctness_nonzero_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:02.9650876Z test_schema_correctness_nonzero_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:02.9825674Z test_schema_correctness_nonzero_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:02.9841420Z test_schema_correctness_nonzero_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:03.0010960Z test_schema_correctness_nonzero_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:03.0172997Z test_schema_correctness_nonzero_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:03.0338635Z test_schema_correctness_nonzero_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:03.0500863Z test_schema_correctness_nonzero_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:03.0662752Z test_schema_correctness_nonzero_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:03.0824423Z test_schema_correctness_nonzero_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:03.0984336Z test_schema_correctness_nonzero_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:03.1145510Z test_schema_correctness_nonzero_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:03.1306098Z test_schema_correctness_nonzero_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:03.1619207Z test_schema_correctness_norm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:03.1971522Z test_schema_correctness_norm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:03.2309601Z test_schema_correctness_norm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:03.2625332Z test_schema_correctness_norm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:03.2932861Z test_schema_correctness_norm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.3251863Z test_schema_correctness_norm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:03.3547680Z test_schema_correctness_norm_fro_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:03.3558431Z test_schema_correctness_norm_fro_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:03.3567746Z test_schema_correctness_norm_fro_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:03.3866616Z test_schema_correctness_norm_fro_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:03.4161883Z test_schema_correctness_norm_fro_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:03.4207544Z test_schema_correctness_norm_inf_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:03.4254991Z test_schema_correctness_norm_inf_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:03.4300108Z test_schema_correctness_norm_inf_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:03.4342966Z test_schema_correctness_norm_inf_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:03.4385849Z test_schema_correctness_norm_inf_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:03.4428397Z test_schema_correctness_norm_inf_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:03.4485977Z test_schema_correctness_norm_nuc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4542343Z test_schema_correctness_norm_nuc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4596300Z test_schema_correctness_norm_nuc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4650169Z test_schema_correctness_norm_nuc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4708701Z test_schema_correctness_normal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4763383Z test_schema_correctness_normal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4817250Z test_schema_correctness_normal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4870416Z test_schema_correctness_normal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:03.4892620Z test_schema_correctness_normal_number_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:03.4914250Z test_schema_correctness_normal_number_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:03.4935290Z test_schema_correctness_normal_number_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:03.4956608Z test_schema_correctness_normal_number_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:03.5048412Z test_schema_correctness_ones_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5139233Z test_schema_correctness_ones_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5230670Z test_schema_correctness_ones_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5243402Z test_schema_correctness_ones_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:03.5333439Z test_schema_correctness_ones_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5423659Z test_schema_correctness_ones_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5514431Z test_schema_correctness_ones_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5605274Z test_schema_correctness_ones_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5696035Z test_schema_correctness_ones_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5786900Z test_schema_correctness_ones_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5881424Z test_schema_correctness_ones_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.5976192Z test_schema_correctness_ones_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.6069722Z test_schema_correctness_ones_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:03.6373252Z test_schema_correctness_ones_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.6670505Z test_schema_correctness_ones_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:03.6977099Z test_schema_correctness_ones_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.6992609Z test_schema_correctness_ones_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:03.7296967Z test_schema_correctness_ones_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.7597035Z test_schema_correctness_ones_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:03.7897495Z test_schema_correctness_ones_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:03.8198110Z test_schema_correctness_ones_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.8499669Z test_schema_correctness_ones_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.8801364Z test_schema_correctness_ones_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.9106840Z test_schema_correctness_ones_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.9410750Z test_schema_correctness_ones_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:03.9712699Z test_schema_correctness_ones_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:04.0989942Z test_schema_correctness_ormqr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.127s) 2022-09-27T15:54:04.2273901Z test_schema_correctness_ormqr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.128s) 2022-09-27T15:54:04.3432366Z test_schema_correctness_ormqr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.115s) 2022-09-27T15:54:04.4553686Z test_schema_correctness_ormqr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.112s) 2022-09-27T15:54:04.4584026Z test_schema_correctness_outer_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4611088Z test_schema_correctness_outer_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4639146Z test_schema_correctness_outer_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4666410Z test_schema_correctness_outer_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4692370Z test_schema_correctness_outer_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4718281Z test_schema_correctness_outer_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4743313Z test_schema_correctness_outer_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4768056Z test_schema_correctness_outer_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4792443Z test_schema_correctness_outer_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4817000Z test_schema_correctness_outer_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4841489Z test_schema_correctness_outer_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:04.4865667Z test_schema_correctness_outer_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:08.5194740Z test_schema_correctness_pca_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (4.032s) 2022-09-27T15:54:12.4747399Z test_schema_correctness_pca_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.955s) 2022-09-27T15:54:12.4896333Z test_schema_correctness_permute_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5041294Z test_schema_correctness_permute_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5191244Z test_schema_correctness_permute_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5207483Z test_schema_correctness_permute_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:12.5355058Z test_schema_correctness_permute_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5500744Z test_schema_correctness_permute_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5647788Z test_schema_correctness_permute_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5794204Z test_schema_correctness_permute_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.5941090Z test_schema_correctness_permute_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.6086097Z test_schema_correctness_permute_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.6235013Z test_schema_correctness_permute_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.6378357Z test_schema_correctness_permute_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:12.6520801Z test_schema_correctness_permute_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:13.0862775Z test_schema_correctness_pinverse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.434s) 2022-09-27T15:54:13.5197541Z test_schema_correctness_pinverse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.433s) 2022-09-27T15:54:13.9538075Z test_schema_correctness_pinverse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.433s) 2022-09-27T15:54:14.3876799Z test_schema_correctness_pinverse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.433s) 2022-09-27T15:54:14.3953745Z test_schema_correctness_polar_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.4024917Z test_schema_correctness_polar_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.4089482Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.4148858Z test_schema_correctness_polygamma_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4211684Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.4273799Z test_schema_correctness_polygamma_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.4332997Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4391889Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4450563Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4508960Z test_schema_correctness_polygamma_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4567606Z test_schema_correctness_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4630200Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.4687719Z test_schema_correctness_polygamma_polygamma_n_1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4751496Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.4812676Z test_schema_correctness_polygamma_polygamma_n_1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.4870837Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4928634Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.4986791Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5044022Z test_schema_correctness_polygamma_polygamma_n_1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5102263Z test_schema_correctness_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5163439Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5219865Z test_schema_correctness_polygamma_polygamma_n_2_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5281369Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5341732Z test_schema_correctness_polygamma_polygamma_n_2_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5399271Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5461840Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5519940Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5577687Z test_schema_correctness_polygamma_polygamma_n_2_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5635921Z test_schema_correctness_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5697368Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5755050Z test_schema_correctness_polygamma_polygamma_n_3_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5817526Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5879275Z test_schema_correctness_polygamma_polygamma_n_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.5938677Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.5997911Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6056670Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6115435Z test_schema_correctness_polygamma_polygamma_n_3_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6176374Z test_schema_correctness_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.6239190Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.6297654Z test_schema_correctness_polygamma_polygamma_n_4_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6360351Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.6422092Z test_schema_correctness_polygamma_polygamma_n_4_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.6480945Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6540427Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6599279Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6657256Z test_schema_correctness_polygamma_polygamma_n_4_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6715305Z test_schema_correctness_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.6731688Z test_schema_correctness_positive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6748121Z test_schema_correctness_positive_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6761302Z test_schema_correctness_positive_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6777249Z test_schema_correctness_positive_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6792527Z test_schema_correctness_positive_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6807857Z test_schema_correctness_positive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6822952Z test_schema_correctness_positive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6838689Z test_schema_correctness_positive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6852857Z test_schema_correctness_positive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6867201Z test_schema_correctness_positive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6881312Z test_schema_correctness_positive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6895523Z test_schema_correctness_positive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:14.6964579Z test_schema_correctness_pow_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7042962Z test_schema_correctness_pow_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.7119487Z test_schema_correctness_pow_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:14.7184443Z test_schema_correctness_pow_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7251642Z test_schema_correctness_pow_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7318758Z test_schema_correctness_pow_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7379575Z test_schema_correctness_pow_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7441529Z test_schema_correctness_pow_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7502326Z test_schema_correctness_pow_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7561678Z test_schema_correctness_pow_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:14.7623864Z test_schema_correctness_pow_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:14.7837797Z test_schema_correctness_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:14.8093302Z test_schema_correctness_prod_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:14.8347471Z test_schema_correctness_prod_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:14.8574255Z test_schema_correctness_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:14.8810315Z test_schema_correctness_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:14.9026954Z test_schema_correctness_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:14.9247552Z test_schema_correctness_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:14.9464648Z test_schema_correctness_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:14.9682467Z test_schema_correctness_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:14.9901608Z test_schema_correctness_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:15.0065590Z test_schema_correctness_put_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... Exception ignored in: . at 0x7f86327e6dd0> 2022-09-27T15:54:15.0066365Z Traceback (most recent call last): 2022-09-27T15:54:15.0068219Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py", line 4260, in 2022-09-27T15:54:15.0074411Z tgt_gen = (make_arg(size) for size in tgt_sizes) 2022-09-27T15:54:15.0074706Z SystemError: error return without exception set 2022-09-27T15:54:15.0076095Z ok (0.017s) 2022-09-27T15:54:15.0233483Z test_schema_correctness_put_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.0400870Z test_schema_correctness_put_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:15.0571495Z test_schema_correctness_put_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:15.0734688Z test_schema_correctness_put_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:15.0898118Z test_schema_correctness_put_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:15.1056346Z test_schema_correctness_put_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.1213365Z test_schema_correctness_put_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.1369515Z test_schema_correctness_put_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.1526127Z test_schema_correctness_put_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.1685075Z test_schema_correctness_put_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.1843633Z test_schema_correctness_put_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:15.1870576Z test_schema_correctness_qr_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:54:15.1871616Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:54:15.1872050Z Q, R = torch.qr(A, some) 2022-09-27T15:54:15.1872375Z should be replaced with 2022-09-27T15:54:15.1873165Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:54:15.1873913Z return self.op(*args, **kwargs) 2022-09-27T15:54:15.2112654Z ok (0.026s) 2022-09-27T15:54:15.2380707Z test_schema_correctness_qr_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.026s) 2022-09-27T15:54:15.2628131Z test_schema_correctness_qr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:15.2870091Z test_schema_correctness_qr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:18.5064679Z test_schema_correctness_quantile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.219s) 2022-09-27T15:54:21.7055696Z test_schema_correctness_quantile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (3.198s) 2022-09-27T15:54:21.7086195Z test_schema_correctness_rad2deg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7113495Z test_schema_correctness_rad2deg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7140578Z test_schema_correctness_rad2deg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7167150Z test_schema_correctness_rad2deg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7193753Z test_schema_correctness_rad2deg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7218818Z test_schema_correctness_rad2deg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7244226Z test_schema_correctness_rad2deg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7268972Z test_schema_correctness_rad2deg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7293163Z test_schema_correctness_rad2deg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7317932Z test_schema_correctness_rad2deg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:21.7632155Z test_schema_correctness_rand_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:21.7947592Z test_schema_correctness_rand_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:21.7963096Z test_schema_correctness_rand_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:21.8286871Z test_schema_correctness_rand_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:21.8602131Z test_schema_correctness_rand_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:21.8916125Z test_schema_correctness_rand_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:21.9228438Z test_schema_correctness_rand_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:21.9852983Z test_schema_correctness_randint_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:22.0472771Z test_schema_correctness_randint_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:22.1099449Z test_schema_correctness_randint_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:22.1721931Z test_schema_correctness_randint_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:22.2332412Z test_schema_correctness_randint_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:22.2946647Z test_schema_correctness_randint_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:22.3573427Z test_schema_correctness_randint_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:22.4197415Z test_schema_correctness_randint_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:22.4822329Z test_schema_correctness_randint_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:22.4918794Z test_schema_correctness_randn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:22.5014786Z test_schema_correctness_randn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:22.5029484Z test_schema_correctness_randn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:22.5126490Z test_schema_correctness_randn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:22.5222199Z test_schema_correctness_randn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:22.5317737Z test_schema_correctness_randn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:22.5419364Z test_schema_correctness_randn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:22.5739241Z test_schema_correctness_randn_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:22.6059212Z test_schema_correctness_randn_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:22.6073787Z test_schema_correctness_randn_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:22.6395033Z test_schema_correctness_randn_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:22.6710796Z test_schema_correctness_randn_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:22.7026270Z test_schema_correctness_randn_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:22.7341251Z test_schema_correctness_randn_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:22.7548302Z test_schema_correctness_ravel_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.7756454Z test_schema_correctness_ravel_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.7971112Z test_schema_correctness_ravel_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:22.7987434Z test_schema_correctness_ravel_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:22.8201704Z test_schema_correctness_ravel_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:22.8413027Z test_schema_correctness_ravel_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.8622540Z test_schema_correctness_ravel_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.8828866Z test_schema_correctness_ravel_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.9033880Z test_schema_correctness_ravel_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.9236956Z test_schema_correctness_ravel_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.9438632Z test_schema_correctness_ravel_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.9649596Z test_schema_correctness_ravel_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.9857870Z test_schema_correctness_ravel_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:22.9877133Z test_schema_correctness_real_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:22.9893451Z test_schema_correctness_real_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:22.9936527Z test_schema_correctness_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:22.9950089Z test_schema_correctness_real_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:22.9991158Z test_schema_correctness_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.0006923Z test_schema_correctness_real_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0022680Z test_schema_correctness_real_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0038331Z test_schema_correctness_real_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0053092Z test_schema_correctness_real_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0067905Z test_schema_correctness_real_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0083161Z test_schema_correctness_real_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0098072Z test_schema_correctness_real_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0112833Z test_schema_correctness_real_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.0139525Z test_schema_correctness_reciprocal_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0163593Z test_schema_correctness_reciprocal_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0189962Z test_schema_correctness_reciprocal_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0216337Z test_schema_correctness_reciprocal_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0241953Z test_schema_correctness_reciprocal_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0267116Z test_schema_correctness_reciprocal_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0291945Z test_schema_correctness_reciprocal_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0316591Z test_schema_correctness_reciprocal_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0342541Z test_schema_correctness_reciprocal_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0367024Z test_schema_correctness_reciprocal_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0391235Z test_schema_correctness_reciprocal_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0416034Z test_schema_correctness_reciprocal_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:23.0488646Z test_schema_correctness_remainder_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:23.0561036Z test_schema_correctness_remainder_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:23.0636323Z test_schema_correctness_remainder_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:23.0708844Z test_schema_correctness_remainder_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:23.0776937Z test_schema_correctness_remainder_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:23.0843854Z test_schema_correctness_remainder_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:23.0912816Z test_schema_correctness_remainder_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:23.0984974Z test_schema_correctness_remainder_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:23.1051957Z test_schema_correctness_remainder_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:23.1094024Z test_schema_correctness_renorm_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.1140646Z test_schema_correctness_renorm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.1186296Z test_schema_correctness_renorm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.1230036Z test_schema_correctness_renorm_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.1269100Z test_schema_correctness_renorm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:23.1311163Z test_schema_correctness_renorm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.1616414Z test_schema_correctness_repeat_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:23.1913573Z test_schema_correctness_repeat_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.2230571Z test_schema_correctness_repeat_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:23.2550247Z test_schema_correctness_repeat_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:23.2857050Z test_schema_correctness_repeat_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:23.3165056Z test_schema_correctness_repeat_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:23.3472329Z test_schema_correctness_repeat_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:23.3770531Z test_schema_correctness_repeat_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.4067544Z test_schema_correctness_repeat_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.4363395Z test_schema_correctness_repeat_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.4664936Z test_schema_correctness_repeat_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.4964035Z test_schema_correctness_repeat_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.5258391Z test_schema_correctness_repeat_interleave_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.5553393Z test_schema_correctness_repeat_interleave_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.5853803Z test_schema_correctness_repeat_interleave_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.5869254Z test_schema_correctness_repeat_interleave_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.6167578Z test_schema_correctness_repeat_interleave_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.6461681Z test_schema_correctness_repeat_interleave_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.6762300Z test_schema_correctness_repeat_interleave_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.7063300Z test_schema_correctness_repeat_interleave_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.7361480Z test_schema_correctness_repeat_interleave_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.7661284Z test_schema_correctness_repeat_interleave_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.7961066Z test_schema_correctness_repeat_interleave_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.8257526Z test_schema_correctness_repeat_interleave_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.8550933Z test_schema_correctness_repeat_interleave_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:23.8598599Z test_schema_correctness_reshape_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8641584Z test_schema_correctness_reshape_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8693415Z test_schema_correctness_reshape_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:23.8708861Z test_schema_correctness_reshape_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:23.8758623Z test_schema_correctness_reshape_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8802584Z test_schema_correctness_reshape_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8846451Z test_schema_correctness_reshape_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8891264Z test_schema_correctness_reshape_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8932316Z test_schema_correctness_reshape_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.8973974Z test_schema_correctness_reshape_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.9016345Z test_schema_correctness_reshape_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.9057977Z test_schema_correctness_reshape_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.9100274Z test_schema_correctness_reshape_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:23.9442674Z test_schema_correctness_reshape_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:23.9787167Z test_schema_correctness_reshape_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.0143932Z test_schema_correctness_reshape_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:24.0160429Z test_schema_correctness_reshape_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.0516797Z test_schema_correctness_reshape_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:24.0863495Z test_schema_correctness_reshape_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.1211268Z test_schema_correctness_reshape_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.1563306Z test_schema_correctness_reshape_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.035s) 2022-09-27T15:54:24.1909689Z test_schema_correctness_reshape_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.2256568Z test_schema_correctness_reshape_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.2599618Z test_schema_correctness_reshape_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.2945140Z test_schema_correctness_reshape_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.3290184Z test_schema_correctness_reshape_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:24.3427874Z test_schema_correctness_resize__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.3564401Z test_schema_correctness_resize__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.3707008Z test_schema_correctness_resize__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:24.3847650Z test_schema_correctness_resize__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.3983868Z test_schema_correctness_resize__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4119841Z test_schema_correctness_resize__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4256014Z test_schema_correctness_resize__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4390086Z test_schema_correctness_resize__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4524128Z test_schema_correctness_resize__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4658938Z test_schema_correctness_resize__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4794711Z test_schema_correctness_resize__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4929748Z test_schema_correctness_resize__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:24.4979765Z test_schema_correctness_resize_as__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5023393Z test_schema_correctness_resize_as__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5073488Z test_schema_correctness_resize_as__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:24.5124109Z test_schema_correctness_resize_as__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:24.5169643Z test_schema_correctness_resize_as__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5214873Z test_schema_correctness_resize_as__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5262177Z test_schema_correctness_resize_as__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5304535Z test_schema_correctness_resize_as__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5348159Z test_schema_correctness_resize_as__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5391176Z test_schema_correctness_resize_as__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5433534Z test_schema_correctness_resize_as__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5475723Z test_schema_correctness_resize_as__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:24.5490456Z test_schema_correctness_resolve_conj_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5504534Z test_schema_correctness_resolve_conj_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5519726Z test_schema_correctness_resolve_conj_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5534349Z test_schema_correctness_resolve_conj_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5548752Z test_schema_correctness_resolve_conj_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5562784Z test_schema_correctness_resolve_conj_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5576839Z test_schema_correctness_resolve_conj_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5591854Z test_schema_correctness_resolve_conj_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5605509Z test_schema_correctness_resolve_conj_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5619012Z test_schema_correctness_resolve_conj_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5632467Z test_schema_correctness_resolve_conj_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5646060Z test_schema_correctness_resolve_conj_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5660441Z test_schema_correctness_resolve_neg_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5674036Z test_schema_correctness_resolve_neg_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5688521Z test_schema_correctness_resolve_neg_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5701166Z test_schema_correctness_resolve_neg_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5716104Z test_schema_correctness_resolve_neg_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5730425Z test_schema_correctness_resolve_neg_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5744810Z test_schema_correctness_resolve_neg_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5759364Z test_schema_correctness_resolve_neg_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5772869Z test_schema_correctness_resolve_neg_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5786771Z test_schema_correctness_resolve_neg_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5800275Z test_schema_correctness_resolve_neg_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5813893Z test_schema_correctness_resolve_neg_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.5827606Z test_schema_correctness_resolve_neg_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.6126478Z test_schema_correctness_roll_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:24.6415790Z test_schema_correctness_roll_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:24.6735935Z test_schema_correctness_roll_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:24.6751823Z test_schema_correctness_roll_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:24.7063317Z test_schema_correctness_roll_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:24.7356180Z test_schema_correctness_roll_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:24.7649798Z test_schema_correctness_roll_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:24.7949452Z test_schema_correctness_roll_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:24.8236059Z test_schema_correctness_roll_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:24.8526395Z test_schema_correctness_roll_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:24.8818857Z test_schema_correctness_roll_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.029s) 2022-09-27T15:54:24.9108138Z test_schema_correctness_roll_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:24.9397622Z test_schema_correctness_roll_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:24.9630658Z test_schema_correctness_rot90_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:24.9847150Z test_schema_correctness_rot90_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:25.0126020Z test_schema_correctness_rot90_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:25.0406934Z test_schema_correctness_rot90_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.027s) 2022-09-27T15:54:25.0642377Z test_schema_correctness_rot90_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:25.0874951Z test_schema_correctness_rot90_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:25.1130403Z test_schema_correctness_rot90_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:25.1350110Z test_schema_correctness_rot90_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:25.1578120Z test_schema_correctness_rot90_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:25.1799935Z test_schema_correctness_rot90_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:25.2021708Z test_schema_correctness_rot90_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:25.2240445Z test_schema_correctness_rot90_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:25.2261511Z test_schema_correctness_round_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2281851Z test_schema_correctness_round_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2301208Z test_schema_correctness_round_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2319803Z test_schema_correctness_round_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2337787Z test_schema_correctness_round_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2356079Z test_schema_correctness_round_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2373968Z test_schema_correctness_round_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2392036Z test_schema_correctness_round_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:25.2420954Z test_schema_correctness_round_decimals_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2448201Z test_schema_correctness_round_decimals_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2475261Z test_schema_correctness_round_decimals_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2502569Z test_schema_correctness_round_decimals_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2530201Z test_schema_correctness_round_decimals_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2556647Z test_schema_correctness_round_decimals_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.2583712Z test_schema_correctness_round_decimals_neg_3_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.4935423Z test_schema_correctness_round_decimals_neg_3_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.235s) 2022-09-27T15:54:25.4965351Z test_schema_correctness_round_decimals_neg_3_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:25.4992631Z test_schema_correctness_rsqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5017588Z test_schema_correctness_rsqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5044892Z test_schema_correctness_rsqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5071223Z test_schema_correctness_rsqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5096310Z test_schema_correctness_rsqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5121108Z test_schema_correctness_rsqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5145388Z test_schema_correctness_rsqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5169578Z test_schema_correctness_rsqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5193517Z test_schema_correctness_rsqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5217564Z test_schema_correctness_rsqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5241570Z test_schema_correctness_rsqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:25.5325184Z test_schema_correctness_rsub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.5422775Z test_schema_correctness_rsub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:25.5522818Z test_schema_correctness_rsub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:25.5608370Z test_schema_correctness_rsub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.5695876Z test_schema_correctness_rsub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.5782201Z test_schema_correctness_rsub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.5862111Z test_schema_correctness_rsub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.5942392Z test_schema_correctness_rsub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:25.6021448Z test_schema_correctness_rsub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:25.6101234Z test_schema_correctness_rsub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:25.6180859Z test_schema_correctness_rsub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:25.6252453Z test_schema_correctness_scatter_add_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:25.6316683Z test_schema_correctness_scatter_add_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6394088Z test_schema_correctness_scatter_add_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:25.6466431Z test_schema_correctness_scatter_add_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:25.6533143Z test_schema_correctness_scatter_add_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6600087Z test_schema_correctness_scatter_add_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6667760Z test_schema_correctness_scatter_add_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6733694Z test_schema_correctness_scatter_add_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6799390Z test_schema_correctness_scatter_add_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6864193Z test_schema_correctness_scatter_add_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6930665Z test_schema_correctness_scatter_add_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.6997109Z test_schema_correctness_scatter_add_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:25.7183087Z test_schema_correctness_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:25.7307756Z test_schema_correctness_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:25.7454807Z test_schema_correctness_scatter_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:25.7600601Z test_schema_correctness_scatter_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:25.7788763Z test_schema_correctness_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:25.7971648Z test_schema_correctness_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:25.8152924Z test_schema_correctness_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:25.8278602Z test_schema_correctness_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:25.8403349Z test_schema_correctness_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:25.8529313Z test_schema_correctness_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:25.8653897Z test_schema_correctness_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:25.8781136Z test_schema_correctness_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:25.8812003Z test_schema_correctness_scatter_reduce_amax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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:1614.) 2022-09-27T15:54:25.8812717Z return self.op(*args, **kwargs) 2022-09-27T15:54:25.8988164Z ok (0.020s) 2022-09-27T15:54:25.9177786Z test_schema_correctness_scatter_reduce_amax_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:25.9383935Z test_schema_correctness_scatter_reduce_amax_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:25.9587436Z test_schema_correctness_scatter_reduce_amax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:25.9791378Z test_schema_correctness_scatter_reduce_amax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:25.9982789Z test_schema_correctness_scatter_reduce_amax_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.0178406Z test_schema_correctness_scatter_reduce_amax_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.0371559Z test_schema_correctness_scatter_reduce_amax_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.0562642Z test_schema_correctness_scatter_reduce_amax_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.0754418Z test_schema_correctness_scatter_reduce_amax_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.0958928Z test_schema_correctness_scatter_reduce_amin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.1147818Z test_schema_correctness_scatter_reduce_amin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.1352362Z test_schema_correctness_scatter_reduce_amin_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.1554696Z test_schema_correctness_scatter_reduce_amin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.1756356Z test_schema_correctness_scatter_reduce_amin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.1946033Z test_schema_correctness_scatter_reduce_amin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.2136715Z test_schema_correctness_scatter_reduce_amin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.2330691Z test_schema_correctness_scatter_reduce_amin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.2524280Z test_schema_correctness_scatter_reduce_amin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.2717691Z test_schema_correctness_scatter_reduce_amin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.2925861Z test_schema_correctness_scatter_reduce_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.3133656Z test_schema_correctness_scatter_reduce_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.3341729Z test_schema_correctness_scatter_reduce_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.3545489Z test_schema_correctness_scatter_reduce_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.3743638Z test_schema_correctness_scatter_reduce_mean_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.3938526Z test_schema_correctness_scatter_reduce_mean_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.4137473Z test_schema_correctness_scatter_reduce_mean_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.4332247Z test_schema_correctness_scatter_reduce_mean_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.4529381Z test_schema_correctness_scatter_reduce_mean_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.4733131Z test_schema_correctness_scatter_reduce_prod_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.4926154Z test_schema_correctness_scatter_reduce_prod_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.5134583Z test_schema_correctness_scatter_reduce_prod_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.5336906Z test_schema_correctness_scatter_reduce_prod_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.5538240Z test_schema_correctness_scatter_reduce_prod_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.5731747Z test_schema_correctness_scatter_reduce_prod_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.5925812Z test_schema_correctness_scatter_reduce_prod_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.6120521Z test_schema_correctness_scatter_reduce_prod_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.6311507Z test_schema_correctness_scatter_reduce_prod_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.6506516Z test_schema_correctness_scatter_reduce_prod_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.6710275Z test_schema_correctness_scatter_reduce_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.6899570Z test_schema_correctness_scatter_reduce_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.7103401Z test_schema_correctness_scatter_reduce_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.7306985Z test_schema_correctness_scatter_reduce_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.020s) 2022-09-27T15:54:26.7507952Z test_schema_correctness_scatter_reduce_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.7698940Z test_schema_correctness_scatter_reduce_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.7889479Z test_schema_correctness_scatter_reduce_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.018s) 2022-09-27T15:54:26.8086682Z test_schema_correctness_scatter_reduce_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.8278546Z test_schema_correctness_scatter_reduce_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.8474364Z test_schema_correctness_scatter_reduce_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.019s) 2022-09-27T15:54:26.8918915Z test_schema_correctness_searchsorted_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:54:26.8920341Z return self.op(*args, **kwargs) 2022-09-27T15:54:26.8934555Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:54:26.8935698Z return self.op(*args, **kwargs) 2022-09-27T15:54:27.0039851Z ok (0.156s) 2022-09-27T15:54:27.1590399Z test_schema_correctness_searchsorted_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.154s) 2022-09-27T15:54:27.3167417Z test_schema_correctness_searchsorted_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.157s) 2022-09-27T15:54:27.4736925Z test_schema_correctness_searchsorted_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-09-27T15:54:27.6268672Z test_schema_correctness_searchsorted_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-09-27T15:54:27.7824143Z test_schema_correctness_searchsorted_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:54:27.9385345Z test_schema_correctness_searchsorted_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.155s) 2022-09-27T15:54:28.0913908Z test_schema_correctness_searchsorted_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.152s) 2022-09-27T15:54:28.2477182Z test_schema_correctness_searchsorted_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.156s) 2022-09-27T15:54:28.3362454Z test_schema_correctness_segment_reduce_lengths_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:54:28.4252421Z test_schema_correctness_segment_reduce_lengths_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.088s) 2022-09-27T15:54:28.5154972Z test_schema_correctness_segment_reduce_lengths_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:54:28.6073038Z test_schema_correctness_segment_reduce_lengths_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.091s) 2022-09-27T15:54:28.6967493Z test_schema_correctness_segment_reduce_offsets_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T15:54:28.7862422Z test_schema_correctness_segment_reduce_offsets_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.089s) 2022-09-27T15:54:28.8769076Z test_schema_correctness_segment_reduce_offsets_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.090s) 2022-09-27T15:54:28.9694577Z test_schema_correctness_segment_reduce_offsets_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.092s) 2022-09-27T15:54:28.9739287Z test_schema_correctness_select_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:28.9780907Z test_schema_correctness_select_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:28.9829478Z test_schema_correctness_select_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:28.9843722Z test_schema_correctness_select_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:28.9891667Z test_schema_correctness_select_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:28.9933364Z test_schema_correctness_select_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:28.9975834Z test_schema_correctness_select_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0020202Z test_schema_correctness_select_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0059968Z test_schema_correctness_select_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0100469Z test_schema_correctness_select_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0140436Z test_schema_correctness_select_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0180080Z test_schema_correctness_select_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0219803Z test_schema_correctness_select_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0268674Z test_schema_correctness_select_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0315752Z test_schema_correctness_select_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0364507Z test_schema_correctness_select_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0415489Z test_schema_correctness_select_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0468257Z test_schema_correctness_select_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:29.0514922Z test_schema_correctness_select_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0560562Z test_schema_correctness_select_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0606533Z test_schema_correctness_select_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0652445Z test_schema_correctness_select_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0698622Z test_schema_correctness_select_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.0717650Z test_schema_correctness_sgn_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0736066Z test_schema_correctness_sgn_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0756378Z test_schema_correctness_sgn_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.0769907Z test_schema_correctness_sgn_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0788741Z test_schema_correctness_sgn_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0807317Z test_schema_correctness_sgn_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0825666Z test_schema_correctness_sgn_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0844529Z test_schema_correctness_sgn_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0862803Z test_schema_correctness_sgn_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0882449Z test_schema_correctness_sgn_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0900714Z test_schema_correctness_sgn_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0918829Z test_schema_correctness_sgn_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.0937054Z test_schema_correctness_sgn_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.1362316Z test_schema_correctness_short_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.1788980Z test_schema_correctness_short_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.2218484Z test_schema_correctness_short_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.2647475Z test_schema_correctness_short_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.3068783Z test_schema_correctness_short_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.3494321Z test_schema_correctness_short_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.3915140Z test_schema_correctness_short_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:29.4061355Z test_schema_correctness_short_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:29.4484369Z test_schema_correctness_short_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.4914567Z test_schema_correctness_short_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.5340050Z test_schema_correctness_short_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.5765658Z test_schema_correctness_short_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:29.5796456Z test_schema_correctness_sigmoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:29.5822096Z test_schema_correctness_sigmoid_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.5850539Z test_schema_correctness_sigmoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.5878892Z test_schema_correctness_sigmoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.5904219Z test_schema_correctness_sigmoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.5929370Z test_schema_correctness_sigmoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.5953735Z test_schema_correctness_sigmoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.5977837Z test_schema_correctness_sigmoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6001937Z test_schema_correctness_sigmoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6025959Z test_schema_correctness_sigmoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6050199Z test_schema_correctness_sigmoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6068110Z test_schema_correctness_sign_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6085782Z test_schema_correctness_sign_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6104530Z test_schema_correctness_sign_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6122574Z test_schema_correctness_sign_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6142361Z test_schema_correctness_sign_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6160577Z test_schema_correctness_sign_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6180230Z test_schema_correctness_sign_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6198500Z test_schema_correctness_sign_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6216519Z test_schema_correctness_sign_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6234549Z test_schema_correctness_sign_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6252924Z test_schema_correctness_signbit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6270134Z test_schema_correctness_signbit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6288629Z test_schema_correctness_signbit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6306595Z test_schema_correctness_signbit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6325273Z test_schema_correctness_signbit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6343784Z test_schema_correctness_signbit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6361443Z test_schema_correctness_signbit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6379282Z test_schema_correctness_signbit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6397471Z test_schema_correctness_signbit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6414929Z test_schema_correctness_signbit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6433741Z test_schema_correctness_sin_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6451676Z test_schema_correctness_sin_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6471616Z test_schema_correctness_sin_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6491239Z test_schema_correctness_sin_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6510021Z test_schema_correctness_sin_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6529057Z test_schema_correctness_sin_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6547043Z test_schema_correctness_sin_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6565349Z test_schema_correctness_sin_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6583250Z test_schema_correctness_sin_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6602041Z test_schema_correctness_sin_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6619731Z test_schema_correctness_sin_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6647505Z test_schema_correctness_sinc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6671558Z test_schema_correctness_sinc_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6698078Z test_schema_correctness_sinc_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6724350Z test_schema_correctness_sinc_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6749102Z test_schema_correctness_sinc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6773891Z test_schema_correctness_sinc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6798255Z test_schema_correctness_sinc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6821877Z test_schema_correctness_sinc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6845873Z test_schema_correctness_sinc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6869395Z test_schema_correctness_sinc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6893657Z test_schema_correctness_sinc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6911983Z test_schema_correctness_sinh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6930051Z test_schema_correctness_sinh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6949913Z test_schema_correctness_sinh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:29.6969563Z test_schema_correctness_sinh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.6988402Z test_schema_correctness_sinh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7007127Z test_schema_correctness_sinh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7025480Z test_schema_correctness_sinh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7043973Z test_schema_correctness_sinh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7063294Z test_schema_correctness_sinh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7082123Z test_schema_correctness_sinh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7100254Z test_schema_correctness_sinh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:29.7216642Z test_schema_correctness_slice_scatter_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.7340211Z test_schema_correctness_slice_scatter_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:29.7512478Z test_schema_correctness_slice_scatter_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:29.7636478Z test_schema_correctness_slice_scatter_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:29.7771359Z test_schema_correctness_slice_scatter_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.013s) 2022-09-27T15:54:29.7891958Z test_schema_correctness_slice_scatter_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.8010691Z test_schema_correctness_slice_scatter_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.8132198Z test_schema_correctness_slice_scatter_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.8250057Z test_schema_correctness_slice_scatter_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.8369955Z test_schema_correctness_slice_scatter_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:29.8415612Z test_schema_correctness_softmax_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.8465329Z test_schema_correctness_softmax_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.8510243Z test_schema_correctness_softmax_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:29.9127526Z test_schema_correctness_softmax_with_dtype_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:29.9748129Z test_schema_correctness_softmax_with_dtype_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:30.0375616Z test_schema_correctness_softmax_with_dtype_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.1003924Z test_schema_correctness_softmax_with_dtype_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.1625470Z test_schema_correctness_softmax_with_dtype_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.2247950Z test_schema_correctness_softmax_with_dtype_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.2300310Z test_schema_correctness_softmax_with_dtype_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:30.2920559Z test_schema_correctness_softmax_with_dtype_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:30.3546626Z test_schema_correctness_softmax_with_dtype_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.4169720Z test_schema_correctness_softmax_with_dtype_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.4798591Z test_schema_correctness_softmax_with_dtype_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.062s) 2022-09-27T15:54:30.5419237Z test_schema_correctness_softmax_with_dtype_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.061s) 2022-09-27T15:54:30.5750658Z test_schema_correctness_sort_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:30.6077632Z test_schema_correctness_sort_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:30.6415362Z test_schema_correctness_sort_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:30.6746400Z test_schema_correctness_sort_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:30.7093347Z test_schema_correctness_sort_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.034s) 2022-09-27T15:54:30.7424846Z test_schema_correctness_sort_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:30.7759923Z test_schema_correctness_sort_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:30.8092499Z test_schema_correctness_sort_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:30.8418457Z test_schema_correctness_sort_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:30.8746686Z test_schema_correctness_sort_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.032s) 2022-09-27T15:54:30.8764327Z test_schema_correctness_sparse_sampled_addmm_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:937: 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:56.) 2022-09-27T15:54:30.8765047Z torch.eye(m, n, device=device, dtype=dtype) 2022-09-27T15:54:30.8838060Z ok (0.009s) 2022-09-27T15:54:30.8926339Z test_schema_correctness_sparse_sampled_addmm_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:30.9007882Z test_schema_correctness_sparse_sampled_addmm_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:30.9087800Z test_schema_correctness_sparse_sampled_addmm_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:30.9115104Z test_schema_correctness_special_airy_ai_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9141673Z test_schema_correctness_special_airy_ai_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9166927Z test_schema_correctness_special_airy_ai_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9191327Z test_schema_correctness_special_airy_ai_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9215621Z test_schema_correctness_special_airy_ai_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9239635Z test_schema_correctness_special_airy_ai_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9263880Z test_schema_correctness_special_airy_ai_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9287696Z test_schema_correctness_special_airy_ai_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9312116Z test_schema_correctness_special_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9336879Z test_schema_correctness_special_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9363036Z test_schema_correctness_special_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9386640Z test_schema_correctness_special_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9410450Z test_schema_correctness_special_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9434589Z test_schema_correctness_special_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9458297Z test_schema_correctness_special_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9482497Z test_schema_correctness_special_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9506839Z test_schema_correctness_special_bessel_j1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9531768Z test_schema_correctness_special_bessel_j1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9556323Z test_schema_correctness_special_bessel_j1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9580083Z test_schema_correctness_special_bessel_j1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9603947Z test_schema_correctness_special_bessel_j1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9627974Z test_schema_correctness_special_bessel_j1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9651593Z test_schema_correctness_special_bessel_j1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9675863Z test_schema_correctness_special_bessel_j1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9700154Z test_schema_correctness_special_bessel_y0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9725209Z test_schema_correctness_special_bessel_y0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9750078Z test_schema_correctness_special_bessel_y0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9774443Z test_schema_correctness_special_bessel_y0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9798744Z test_schema_correctness_special_bessel_y0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9822515Z test_schema_correctness_special_bessel_y0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9846347Z test_schema_correctness_special_bessel_y0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9872259Z test_schema_correctness_special_bessel_y0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9896464Z test_schema_correctness_special_bessel_y1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9921852Z test_schema_correctness_special_bessel_y1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9945980Z test_schema_correctness_special_bessel_y1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9969761Z test_schema_correctness_special_bessel_y1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:30.9993503Z test_schema_correctness_special_bessel_y1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.0016901Z test_schema_correctness_special_bessel_y1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.0040391Z test_schema_correctness_special_bessel_y1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.0064173Z test_schema_correctness_special_bessel_y1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.0123397Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.0189656Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0253940Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0313905Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0375108Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0436041Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0496730Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0559717Z test_schema_correctness_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0621566Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0688677Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0755068Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0816726Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0879005Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.0940455Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1001521Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1063047Z test_schema_correctness_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1072844Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:31.1081795Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1090265Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1099178Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1107997Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1116554Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1125180Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1133901Z test_schema_correctness_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1142561Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1151099Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1160046Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1169447Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1178506Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1187284Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1196209Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1204898Z test_schema_correctness_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.1229668Z test_schema_correctness_special_entr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1250740Z test_schema_correctness_special_entr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1271776Z test_schema_correctness_special_entr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1292364Z test_schema_correctness_special_entr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1312635Z test_schema_correctness_special_entr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1332643Z test_schema_correctness_special_entr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1352665Z test_schema_correctness_special_entr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1372698Z test_schema_correctness_special_entr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1392761Z test_schema_correctness_special_entr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1418115Z test_schema_correctness_special_erfcx_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1443354Z test_schema_correctness_special_erfcx_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1468204Z test_schema_correctness_special_erfcx_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1492330Z test_schema_correctness_special_erfcx_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1516651Z test_schema_correctness_special_erfcx_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1540785Z test_schema_correctness_special_erfcx_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1564881Z test_schema_correctness_special_erfcx_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1588957Z test_schema_correctness_special_erfcx_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.1652364Z test_schema_correctness_special_hermite_polynomial_h_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1718358Z test_schema_correctness_special_hermite_polynomial_h_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1783766Z test_schema_correctness_special_hermite_polynomial_h_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1845946Z test_schema_correctness_special_hermite_polynomial_h_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1907322Z test_schema_correctness_special_hermite_polynomial_h_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.1968205Z test_schema_correctness_special_hermite_polynomial_h_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2029012Z test_schema_correctness_special_hermite_polynomial_h_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2089641Z test_schema_correctness_special_hermite_polynomial_h_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2149510Z test_schema_correctness_special_hermite_polynomial_he_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2216414Z test_schema_correctness_special_hermite_polynomial_he_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2281908Z test_schema_correctness_special_hermite_polynomial_he_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2343076Z test_schema_correctness_special_hermite_polynomial_he_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2403854Z test_schema_correctness_special_hermite_polynomial_he_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2466322Z test_schema_correctness_special_hermite_polynomial_he_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2527447Z test_schema_correctness_special_hermite_polynomial_he_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2588304Z test_schema_correctness_special_hermite_polynomial_he_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.2610700Z test_schema_correctness_special_i0e_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2631539Z test_schema_correctness_special_i0e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2652641Z test_schema_correctness_special_i0e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2673410Z test_schema_correctness_special_i0e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2693473Z test_schema_correctness_special_i0e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2714029Z test_schema_correctness_special_i0e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2734127Z test_schema_correctness_special_i0e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2754466Z test_schema_correctness_special_i0e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2774779Z test_schema_correctness_special_i0e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2795220Z test_schema_correctness_special_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2816023Z test_schema_correctness_special_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2837353Z test_schema_correctness_special_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2858068Z test_schema_correctness_special_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2878749Z test_schema_correctness_special_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2899571Z test_schema_correctness_special_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2920230Z test_schema_correctness_special_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2940883Z test_schema_correctness_special_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2962002Z test_schema_correctness_special_i1e_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.2984959Z test_schema_correctness_special_i1e_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3006253Z test_schema_correctness_special_i1e_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3027031Z test_schema_correctness_special_i1e_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3047564Z test_schema_correctness_special_i1e_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3068189Z test_schema_correctness_special_i1e_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3088822Z test_schema_correctness_special_i1e_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3109431Z test_schema_correctness_special_i1e_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3171737Z test_schema_correctness_special_laguerre_polynomial_l_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3239574Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3307373Z test_schema_correctness_special_laguerre_polynomial_l_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3369960Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3433056Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3496421Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3558802Z test_schema_correctness_special_laguerre_polynomial_l_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3622340Z test_schema_correctness_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.3632352Z test_schema_correctness_special_legendre_polynomial_p_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:31.3641606Z test_schema_correctness_special_legendre_polynomial_p_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3650408Z test_schema_correctness_special_legendre_polynomial_p_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3659321Z test_schema_correctness_special_legendre_polynomial_p_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3672001Z test_schema_correctness_special_legendre_polynomial_p_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3681736Z test_schema_correctness_special_legendre_polynomial_p_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3691197Z test_schema_correctness_special_legendre_polynomial_p_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3699921Z test_schema_correctness_special_legendre_polynomial_p_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.3727368Z test_schema_correctness_special_log_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3753859Z test_schema_correctness_special_log_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3778825Z test_schema_correctness_special_log_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3803058Z test_schema_correctness_special_log_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3827239Z test_schema_correctness_special_log_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3851270Z test_schema_correctness_special_log_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3875569Z test_schema_correctness_special_log_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3899137Z test_schema_correctness_special_log_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3924000Z test_schema_correctness_special_modified_bessel_i0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3949474Z test_schema_correctness_special_modified_bessel_i0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3973817Z test_schema_correctness_special_modified_bessel_i0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.3997663Z test_schema_correctness_special_modified_bessel_i0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4021486Z test_schema_correctness_special_modified_bessel_i0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4045632Z test_schema_correctness_special_modified_bessel_i0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4069519Z test_schema_correctness_special_modified_bessel_i0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4093596Z test_schema_correctness_special_modified_bessel_i0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4118693Z test_schema_correctness_special_modified_bessel_i1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4145483Z test_schema_correctness_special_modified_bessel_i1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4170450Z test_schema_correctness_special_modified_bessel_i1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4194521Z test_schema_correctness_special_modified_bessel_i1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4218474Z test_schema_correctness_special_modified_bessel_i1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4242409Z test_schema_correctness_special_modified_bessel_i1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4266281Z test_schema_correctness_special_modified_bessel_i1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4290039Z test_schema_correctness_special_modified_bessel_i1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4315451Z test_schema_correctness_special_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4340696Z test_schema_correctness_special_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4365522Z test_schema_correctness_special_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4389538Z test_schema_correctness_special_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4413440Z test_schema_correctness_special_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4437885Z test_schema_correctness_special_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4461756Z test_schema_correctness_special_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4486135Z test_schema_correctness_special_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4510861Z test_schema_correctness_special_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4536130Z test_schema_correctness_special_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4561037Z test_schema_correctness_special_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4585113Z test_schema_correctness_special_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4609204Z test_schema_correctness_special_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4633461Z test_schema_correctness_special_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4659337Z test_schema_correctness_special_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4683620Z test_schema_correctness_special_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.4745056Z test_schema_correctness_special_ndtr_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.4804525Z test_schema_correctness_special_ndtr_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.4865882Z test_schema_correctness_special_ndtr_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.4926166Z test_schema_correctness_special_ndtr_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.4986939Z test_schema_correctness_special_ndtr_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5047968Z test_schema_correctness_special_ndtr_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5108805Z test_schema_correctness_special_ndtr_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5169665Z test_schema_correctness_special_ndtr_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5230199Z test_schema_correctness_special_ndtr_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5255620Z test_schema_correctness_special_ndtri_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5282828Z test_schema_correctness_special_ndtri_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5307664Z test_schema_correctness_special_ndtri_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5331722Z test_schema_correctness_special_ndtri_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5356116Z test_schema_correctness_special_ndtri_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5380287Z test_schema_correctness_special_ndtri_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5404582Z test_schema_correctness_special_ndtri_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5428666Z test_schema_correctness_special_ndtri_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.5489370Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5545176Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.5605004Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5664817Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.5721721Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.5778635Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.5836321Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.5893589Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.5953647Z test_schema_correctness_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.5979868Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6006151Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6031124Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6055474Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6079822Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6104108Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6128336Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6152510Z test_schema_correctness_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6177780Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6202852Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6227473Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6251658Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6275819Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6299997Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6324030Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6348146Z test_schema_correctness_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6357735Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:31.6366429Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6375367Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6383870Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6392707Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6401401Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6410235Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6421171Z test_schema_correctness_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6429730Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6438326Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6447236Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6456088Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6464767Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6473440Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6482341Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6490980Z test_schema_correctness_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6499868Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6508510Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6517491Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6525935Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6534833Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6543319Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6551891Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6560725Z test_schema_correctness_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6569352Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6577961Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6586690Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6595469Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6604860Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-09-27T15:54:31.6613518Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6622308Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6630684Z test_schema_correctness_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-09-27T15:54:31.6661877Z test_schema_correctness_special_spherical_bessel_j0_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.6687687Z test_schema_correctness_special_spherical_bessel_j0_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6712817Z test_schema_correctness_special_spherical_bessel_j0_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6736830Z test_schema_correctness_special_spherical_bessel_j0_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6760841Z test_schema_correctness_special_spherical_bessel_j0_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6784655Z test_schema_correctness_special_spherical_bessel_j0_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6808372Z test_schema_correctness_special_spherical_bessel_j0_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6832154Z test_schema_correctness_special_spherical_bessel_j0_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.6898266Z test_schema_correctness_special_xlog1py_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.6957682Z test_schema_correctness_special_xlog1py_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7023170Z test_schema_correctness_special_xlog1py_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7089845Z test_schema_correctness_special_xlog1py_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7155252Z test_schema_correctness_special_xlog1py_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7216094Z test_schema_correctness_special_xlog1py_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7277786Z test_schema_correctness_special_xlog1py_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7341064Z test_schema_correctness_special_xlog1py_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7401946Z test_schema_correctness_special_xlog1py_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7463297Z test_schema_correctness_special_xlog1py_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7522549Z test_schema_correctness_special_zeta_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.7592004Z test_schema_correctness_special_zeta_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7659782Z test_schema_correctness_special_zeta_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7722406Z test_schema_correctness_special_zeta_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7786367Z test_schema_correctness_special_zeta_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7850229Z test_schema_correctness_special_zeta_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7913679Z test_schema_correctness_special_zeta_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.7983171Z test_schema_correctness_special_zeta_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:31.8012672Z test_schema_correctness_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8039232Z test_schema_correctness_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8069240Z test_schema_correctness_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8083181Z test_schema_correctness_split_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.8114310Z test_schema_correctness_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8141205Z test_schema_correctness_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8168205Z test_schema_correctness_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8196048Z test_schema_correctness_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8222002Z test_schema_correctness_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8247256Z test_schema_correctness_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8272401Z test_schema_correctness_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8297752Z test_schema_correctness_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8323150Z test_schema_correctness_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.8358652Z test_schema_correctness_split_list_args_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8391986Z test_schema_correctness_split_list_args_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8431635Z test_schema_correctness_split_list_args_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.8471252Z test_schema_correctness_split_list_args_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8507112Z test_schema_correctness_split_list_args_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8541796Z test_schema_correctness_split_list_args_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8579831Z test_schema_correctness_split_list_args_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8613891Z test_schema_correctness_split_list_args_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8648009Z test_schema_correctness_split_list_args_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8682014Z test_schema_correctness_split_list_args_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8718091Z test_schema_correctness_split_list_args_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8752254Z test_schema_correctness_split_list_args_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:31.8795510Z test_schema_correctness_split_with_sizes_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.8835969Z test_schema_correctness_split_with_sizes_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.8884233Z test_schema_correctness_split_with_sizes_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.8897783Z test_schema_correctness_split_with_sizes_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.8946365Z test_schema_correctness_split_with_sizes_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.8990912Z test_schema_correctness_split_with_sizes_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9035075Z test_schema_correctness_split_with_sizes_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9082235Z test_schema_correctness_split_with_sizes_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9123719Z test_schema_correctness_split_with_sizes_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9165338Z test_schema_correctness_split_with_sizes_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9206599Z test_schema_correctness_split_with_sizes_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9247772Z test_schema_correctness_split_with_sizes_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9288950Z test_schema_correctness_split_with_sizes_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9307372Z test_schema_correctness_sqrt_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9325925Z test_schema_correctness_sqrt_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9346478Z test_schema_correctness_sqrt_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9368519Z test_schema_correctness_sqrt_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9388190Z test_schema_correctness_sqrt_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9407551Z test_schema_correctness_sqrt_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9426273Z test_schema_correctness_sqrt_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9445308Z test_schema_correctness_sqrt_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9463879Z test_schema_correctness_sqrt_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9482877Z test_schema_correctness_sqrt_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9501708Z test_schema_correctness_sqrt_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:31.9530266Z test_schema_correctness_square_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9556954Z test_schema_correctness_square_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9585741Z test_schema_correctness_square_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9614599Z test_schema_correctness_square_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9642619Z test_schema_correctness_square_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9670112Z test_schema_correctness_square_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9697313Z test_schema_correctness_square_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9724099Z test_schema_correctness_square_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9750823Z test_schema_correctness_square_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9777502Z test_schema_correctness_square_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9804373Z test_schema_correctness_square_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9830813Z test_schema_correctness_square_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:31.9878370Z test_schema_correctness_squeeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9924072Z test_schema_correctness_squeeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:31.9978432Z test_schema_correctness_squeeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:31.9991948Z test_schema_correctness_squeeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:32.0041426Z test_schema_correctness_squeeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0088073Z test_schema_correctness_squeeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0134556Z test_schema_correctness_squeeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0180268Z test_schema_correctness_squeeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0224489Z test_schema_correctness_squeeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0268508Z test_schema_correctness_squeeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0312973Z test_schema_correctness_squeeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0362013Z test_schema_correctness_squeeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0406502Z test_schema_correctness_squeeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:32.0474731Z test_schema_correctness_stack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.0540007Z test_schema_correctness_stack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.0611553Z test_schema_correctness_stack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.0625964Z test_schema_correctness_stack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:32.0702762Z test_schema_correctness_stack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.0771864Z test_schema_correctness_stack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.0840097Z test_schema_correctness_stack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.0906335Z test_schema_correctness_stack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.0972903Z test_schema_correctness_stack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.1039400Z test_schema_correctness_stack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.1105797Z test_schema_correctness_stack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.1171656Z test_schema_correctness_stack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.1237334Z test_schema_correctness_stack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:32.1309023Z test_schema_correctness_std_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.1396050Z test_schema_correctness_std_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.1484997Z test_schema_correctness_std_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.1556950Z test_schema_correctness_std_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.1629722Z test_schema_correctness_std_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.1703024Z test_schema_correctness_std_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.1778910Z test_schema_correctness_std_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.1868212Z test_schema_correctness_std_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.1957986Z test_schema_correctness_std_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.2033071Z test_schema_correctness_std_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.2109902Z test_schema_correctness_std_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.2187555Z test_schema_correctness_std_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.2474787Z test_schema_correctness_stft_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:32.2759749Z test_schema_correctness_stft_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.028s) 2022-09-27T15:54:32.2821628Z test_schema_correctness_stft_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: 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:804.) 2022-09-27T15:54:32.2822777Z normalized, onesided, return_complex) 2022-09-27T15:54:32.3104283Z ok (0.034s) 2022-09-27T15:54:32.3445604Z test_schema_correctness_stft_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.033s) 2022-09-27T15:54:32.3532912Z test_schema_correctness_sub_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.3632928Z test_schema_correctness_sub_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.3649283Z test_schema_correctness_sub_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:32.3747176Z test_schema_correctness_sub_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.3832826Z test_schema_correctness_sub_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.3920985Z test_schema_correctness_sub_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.4006466Z test_schema_correctness_sub_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.4090362Z test_schema_correctness_sub_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.4171277Z test_schema_correctness_sub_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.4250503Z test_schema_correctness_sub_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.4331693Z test_schema_correctness_sub_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:32.4411255Z test_schema_correctness_sub_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:32.4644555Z test_schema_correctness_sum_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:32.4872969Z test_schema_correctness_sum_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.5107633Z test_schema_correctness_sum_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.023s) 2022-09-27T15:54:32.5336740Z test_schema_correctness_sum_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.5562985Z test_schema_correctness_sum_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.5788044Z test_schema_correctness_sum_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.6010131Z test_schema_correctness_sum_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.6234865Z test_schema_correctness_sum_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.6457575Z test_schema_correctness_sum_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.6684672Z test_schema_correctness_sum_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.6909204Z test_schema_correctness_sum_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.7134205Z test_schema_correctness_sum_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:32.7235336Z test_schema_correctness_sum_to_size_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.7335328Z test_schema_correctness_sum_to_size_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.7444785Z test_schema_correctness_sum_to_size_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:32.7554607Z test_schema_correctness_sum_to_size_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:32.7655388Z test_schema_correctness_sum_to_size_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.7756408Z test_schema_correctness_sum_to_size_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.7856602Z test_schema_correctness_sum_to_size_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.7955509Z test_schema_correctness_sum_to_size_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.8055160Z test_schema_correctness_sum_to_size_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.8152360Z test_schema_correctness_sum_to_size_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.8248998Z test_schema_correctness_sum_to_size_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.8346069Z test_schema_correctness_sum_to_size_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:32.8355615Z test_schema_correctness_svd_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.001s) 2022-09-27T15:54:32.8364705Z test_schema_correctness_svd_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:33.1114661Z test_schema_correctness_svd_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.274s) 2022-09-27T15:54:33.3814083Z test_schema_correctness_svd_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.269s) 2022-09-27T15:54:38.6288897Z test_schema_correctness_svd_lowrank_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.247s) 2022-09-27T15:54:43.8012504Z test_schema_correctness_svd_lowrank_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (5.172s) 2022-09-27T15:54:43.8042394Z test_schema_correctness_symeig_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:54:43.8043709Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:54:43.8044269Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:54:43.8114538Z should be replaced with 2022-09-27T15:54:43.8115222Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:54:43.8115583Z and 2022-09-27T15:54:43.8115914Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:54:43.8116253Z should be replaced with 2022-09-27T15:54:43.8117060Z 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:2806.) 2022-09-27T15:54:43.8117674Z return self.op(*args, **kwargs) 2022-09-27T15:54:43.8117963Z ok (0.008s) 2022-09-27T15:54:43.8185631Z test_schema_correctness_symeig_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:43.8265167Z test_schema_correctness_symeig_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.8343899Z test_schema_correctness_symeig_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:43.8372184Z test_schema_correctness_t_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8397990Z test_schema_correctness_t_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8424559Z test_schema_correctness_t_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8451336Z test_schema_correctness_t_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8476762Z test_schema_correctness_t_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8506079Z test_schema_correctness_t_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8532940Z test_schema_correctness_t_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8559393Z test_schema_correctness_t_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8583706Z test_schema_correctness_t_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8607870Z test_schema_correctness_t_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8632151Z test_schema_correctness_t_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8656948Z test_schema_correctness_t_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:43.8759469Z test_schema_correctness_take_along_dim_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.8858022Z test_schema_correctness_take_along_dim_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:43.8966897Z test_schema_correctness_take_along_dim_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9074508Z test_schema_correctness_take_along_dim_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9180409Z test_schema_correctness_take_along_dim_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9283094Z test_schema_correctness_take_along_dim_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9385626Z test_schema_correctness_take_along_dim_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9486793Z test_schema_correctness_take_along_dim_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9588852Z test_schema_correctness_take_along_dim_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9690582Z test_schema_correctness_take_along_dim_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9792431Z test_schema_correctness_take_along_dim_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9895923Z test_schema_correctness_take_along_dim_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:43.9964689Z test_schema_correctness_take_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0027408Z test_schema_correctness_take_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0097555Z test_schema_correctness_take_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0166327Z test_schema_correctness_take_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0231542Z test_schema_correctness_take_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0296230Z test_schema_correctness_take_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0360326Z test_schema_correctness_take_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0422142Z test_schema_correctness_take_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0483660Z test_schema_correctness_take_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0546006Z test_schema_correctness_take_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0609739Z test_schema_correctness_take_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0672739Z test_schema_correctness_take_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:44.0691929Z test_schema_correctness_tan_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:44.0711420Z test_schema_correctness_tan_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0732400Z test_schema_correctness_tan_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:44.0752447Z test_schema_correctness_tan_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:44.0771565Z test_schema_correctness_tan_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0790725Z test_schema_correctness_tan_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0808851Z test_schema_correctness_tan_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0827210Z test_schema_correctness_tan_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0845201Z test_schema_correctness_tan_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0863521Z test_schema_correctness_tan_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0881838Z test_schema_correctness_tan_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0900629Z test_schema_correctness_tanh_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0918969Z test_schema_correctness_tanh_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0938930Z test_schema_correctness_tanh_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:44.0958903Z test_schema_correctness_tanh_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:44.0977896Z test_schema_correctness_tanh_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.0996665Z test_schema_correctness_tanh_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.1014763Z test_schema_correctness_tanh_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.1032992Z test_schema_correctness_tanh_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.1051375Z test_schema_correctness_tanh_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.1069645Z test_schema_correctness_tanh_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:44.1089640Z test_schema_correctness_tanh_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:44.1305531Z test_schema_correctness_tensor_split_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.1517077Z test_schema_correctness_tensor_split_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.1766633Z test_schema_correctness_tensor_split_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.2013263Z test_schema_correctness_tensor_split_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.2231615Z test_schema_correctness_tensor_split_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.2448863Z test_schema_correctness_tensor_split_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.2679647Z test_schema_correctness_tensor_split_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.022s) 2022-09-27T15:54:44.2891501Z test_schema_correctness_tensor_split_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.3111810Z test_schema_correctness_tensor_split_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.3325176Z test_schema_correctness_tensor_split_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.3539211Z test_schema_correctness_tensor_split_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.3754378Z test_schema_correctness_tensor_split_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.021s) 2022-09-27T15:54:44.4000981Z test_schema_correctness_tensordot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.4252426Z test_schema_correctness_tensordot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.4506344Z test_schema_correctness_tensordot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:44.4757432Z test_schema_correctness_tensordot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.5006477Z test_schema_correctness_tensordot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.5255013Z test_schema_correctness_tensordot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.5501217Z test_schema_correctness_tensordot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.5751213Z test_schema_correctness_tensordot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.6001080Z test_schema_correctness_tensordot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.6247743Z test_schema_correctness_tensordot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.024s) 2022-09-27T15:54:44.6663307Z test_schema_correctness_tile_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:44.7064603Z test_schema_correctness_tile_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:44.7497276Z test_schema_correctness_tile_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:44.7938218Z test_schema_correctness_tile_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.043s) 2022-09-27T15:54:44.8354355Z test_schema_correctness_tile_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:44.8770901Z test_schema_correctness_tile_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:44.9177334Z test_schema_correctness_tile_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:44.9579746Z test_schema_correctness_tile_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:44.9989511Z test_schema_correctness_tile_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:45.0394244Z test_schema_correctness_tile_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:45.0797865Z test_schema_correctness_tile_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:45.1203840Z test_schema_correctness_tile_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:45.5507120Z test_schema_correctness_to_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.430s) 2022-09-27T15:54:45.9759043Z test_schema_correctness_to_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.424s) 2022-09-27T15:54:46.4049043Z test_schema_correctness_to_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.428s) 2022-09-27T15:54:46.8340230Z test_schema_correctness_to_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.428s) 2022-09-27T15:54:47.2589756Z test_schema_correctness_to_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.424s) 2022-09-27T15:54:47.6874822Z test_schema_correctness_to_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.428s) 2022-09-27T15:54:48.0081814Z test_schema_correctness_to_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.320s) 2022-09-27T15:54:48.4315656Z test_schema_correctness_to_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.423s) 2022-09-27T15:54:48.8573953Z test_schema_correctness_to_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.425s) 2022-09-27T15:54:49.2824178Z test_schema_correctness_to_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.424s) 2022-09-27T15:54:49.7109972Z test_schema_correctness_to_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.428s) 2022-09-27T15:54:50.1389504Z test_schema_correctness_to_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.427s) 2022-09-27T15:54:50.1424284Z test_schema_correctness_to_sparse_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:50.1450778Z test_schema_correctness_to_sparse_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1479144Z test_schema_correctness_to_sparse_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1504746Z test_schema_correctness_to_sparse_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1530245Z test_schema_correctness_to_sparse_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1555237Z test_schema_correctness_to_sparse_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1579401Z test_schema_correctness_to_sparse_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1604145Z test_schema_correctness_to_sparse_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1628057Z test_schema_correctness_to_sparse_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1653501Z test_schema_correctness_to_sparse_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1677941Z test_schema_correctness_to_sparse_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1701554Z test_schema_correctness_to_sparse_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.1806992Z test_schema_correctness_topk_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:50.1919422Z test_schema_correctness_topk_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:50.2031355Z test_schema_correctness_topk_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.011s) 2022-09-27T15:54:50.2139350Z test_schema_correctness_topk_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:50.2247002Z test_schema_correctness_topk_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:50.2351820Z test_schema_correctness_topk_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:50.2458179Z test_schema_correctness_topk_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:50.2566760Z test_schema_correctness_topk_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.010s) 2022-09-27T15:54:50.2588676Z test_schema_correctness_trace_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:50.2608781Z test_schema_correctness_trace_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2626885Z test_schema_correctness_trace_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2644567Z test_schema_correctness_trace_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2662037Z test_schema_correctness_trace_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2679607Z test_schema_correctness_trace_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2696676Z test_schema_correctness_trace_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2714181Z test_schema_correctness_trace_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2731349Z test_schema_correctness_trace_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2790245Z test_schema_correctness_transpose_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.2844968Z test_schema_correctness_transpose_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.2908914Z test_schema_correctness_transpose_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:50.2923385Z test_schema_correctness_transpose_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:50.2986864Z test_schema_correctness_transpose_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:50.3046913Z test_schema_correctness_transpose_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3105832Z test_schema_correctness_transpose_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3169293Z test_schema_correctness_transpose_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:50.3227413Z test_schema_correctness_transpose_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3283400Z test_schema_correctness_transpose_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3339886Z test_schema_correctness_transpose_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3396222Z test_schema_correctness_transpose_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3452408Z test_schema_correctness_transpose_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:50.3862192Z test_schema_correctness_trapezoid_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.4284571Z test_schema_correctness_trapezoid_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:50.4712678Z test_schema_correctness_trapezoid_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:50.5125733Z test_schema_correctness_trapezoid_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:50.5535025Z test_schema_correctness_trapezoid_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.5930264Z test_schema_correctness_trapezoid_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:50.6340914Z test_schema_correctness_trapezoid_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.6750576Z test_schema_correctness_trapezoid_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.7156023Z test_schema_correctness_trapezoid_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.7567017Z test_schema_correctness_trapezoid_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:50.7973024Z test_schema_correctness_trapezoid_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:50.8387786Z test_schema_correctness_trapz_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:50.8809412Z test_schema_correctness_trapz_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:50.9240068Z test_schema_correctness_trapz_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.042s) 2022-09-27T15:54:50.9652934Z test_schema_correctness_trapz_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:51.0068509Z test_schema_correctness_trapz_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.041s) 2022-09-27T15:54:51.0467936Z test_schema_correctness_trapz_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.039s) 2022-09-27T15:54:51.0878314Z test_schema_correctness_trapz_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:51.1282907Z test_schema_correctness_trapz_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:51.1686453Z test_schema_correctness_trapz_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:51.2089928Z test_schema_correctness_trapz_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:51.2493524Z test_schema_correctness_trapz_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.040s) 2022-09-27T15:54:51.2525960Z test_schema_correctness_triangular_solve_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:54:51.2527171Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:54:51.2527483Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:54:51.2527681Z should be replaced with 2022-09-27T15:54:51.2528024Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:54:51.2528360Z return self.op(*args, **kwargs) 2022-09-27T15:54:51.2639500Z ok (0.014s) 2022-09-27T15:54:51.2781562Z test_schema_correctness_triangular_solve_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.2910452Z test_schema_correctness_triangular_solve_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:51.3039442Z test_schema_correctness_triangular_solve_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.012s) 2022-09-27T15:54:51.3098464Z test_schema_correctness_tril_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3150762Z test_schema_correctness_tril_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3214822Z test_schema_correctness_tril_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.3278736Z test_schema_correctness_tril_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.3334578Z test_schema_correctness_tril_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3390801Z test_schema_correctness_tril_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3447648Z test_schema_correctness_tril_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3500438Z test_schema_correctness_tril_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3555891Z test_schema_correctness_tril_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3607744Z test_schema_correctness_tril_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3660801Z test_schema_correctness_tril_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3712844Z test_schema_correctness_tril_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.3969248Z test_schema_correctness_tril_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:51.4226736Z test_schema_correctness_tril_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:51.4290114Z test_schema_correctness_triu_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.4344576Z test_schema_correctness_triu_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4409824Z test_schema_correctness_triu_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.4474706Z test_schema_correctness_triu_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.4530909Z test_schema_correctness_triu_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4585942Z test_schema_correctness_triu_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4644229Z test_schema_correctness_triu_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4698186Z test_schema_correctness_triu_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4750491Z test_schema_correctness_triu_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4804240Z test_schema_correctness_triu_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4856557Z test_schema_correctness_triu_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.4908641Z test_schema_correctness_triu_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.5165223Z test_schema_correctness_triu_indices_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:51.5419000Z test_schema_correctness_triu_indices_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.025s) 2022-09-27T15:54:51.5495116Z test_schema_correctness_true_divide_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.5563484Z test_schema_correctness_true_divide_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.5648063Z test_schema_correctness_true_divide_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:51.5732936Z test_schema_correctness_true_divide_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:51.5806917Z test_schema_correctness_true_divide_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.5885266Z test_schema_correctness_true_divide_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.5959113Z test_schema_correctness_true_divide_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.6028071Z test_schema_correctness_true_divide_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.6096398Z test_schema_correctness_true_divide_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.6163616Z test_schema_correctness_true_divide_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.6230711Z test_schema_correctness_true_divide_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.6299231Z test_schema_correctness_true_divide_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.6318885Z test_schema_correctness_trunc_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6337669Z test_schema_correctness_trunc_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6356932Z test_schema_correctness_trunc_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6374936Z test_schema_correctness_trunc_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6393880Z test_schema_correctness_trunc_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6412644Z test_schema_correctness_trunc_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6430473Z test_schema_correctness_trunc_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6449047Z test_schema_correctness_trunc_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6499578Z test_schema_correctness_unbind_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.6546527Z test_schema_correctness_unbind_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.6603237Z test_schema_correctness_unbind_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.6617403Z test_schema_correctness_unbind_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.6670538Z test_schema_correctness_unbind_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:51.6719942Z test_schema_correctness_unbind_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.6768993Z test_schema_correctness_unbind_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.6817738Z test_schema_correctness_unbind_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.6864673Z test_schema_correctness_unbind_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.6910893Z test_schema_correctness_unbind_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.6957636Z test_schema_correctness_unbind_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.7004490Z test_schema_correctness_unbind_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.7050874Z test_schema_correctness_unbind_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.7125279Z test_schema_correctness_unflatten_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7194766Z test_schema_correctness_unflatten_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:51.7275031Z test_schema_correctness_unflatten_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:51.7288607Z test_schema_correctness_unflatten_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.7369926Z test_schema_correctness_unflatten_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:51.7446057Z test_schema_correctness_unflatten_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7522099Z test_schema_correctness_unflatten_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7596719Z test_schema_correctness_unflatten_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7668347Z test_schema_correctness_unflatten_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7739854Z test_schema_correctness_unflatten_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7812224Z test_schema_correctness_unflatten_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7883586Z test_schema_correctness_unflatten_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.7955092Z test_schema_correctness_unflatten_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:51.8098690Z test_schema_correctness_unfold_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.8246304Z test_schema_correctness_unfold_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.8416488Z test_schema_correctness_unfold_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:51.8431634Z test_schema_correctness_unfold_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:51.8599130Z test_schema_correctness_unfold_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:51.8747195Z test_schema_correctness_unfold_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.8905467Z test_schema_correctness_unfold_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:51.9059239Z test_schema_correctness_unfold_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:51.9207640Z test_schema_correctness_unfold_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.9357831Z test_schema_correctness_unfold_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.9508440Z test_schema_correctness_unfold_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.9663399Z test_schema_correctness_unfold_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:51.9811435Z test_schema_correctness_unfold_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.014s) 2022-09-27T15:54:51.9856820Z test_schema_correctness_uniform_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.9900683Z test_schema_correctness_uniform_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.9944025Z test_schema_correctness_uniform_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:51.9984762Z test_schema_correctness_uniform_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:52.0025599Z test_schema_correctness_uniform_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:52.0066460Z test_schema_correctness_uniform_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:52.1823373Z test_schema_correctness_unique_consecutive_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.175s) 2022-09-27T15:54:52.3538937Z test_schema_correctness_unique_consecutive_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:54:52.5315592Z test_schema_correctness_unique_consecutive_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.177s) 2022-09-27T15:54:52.7086044Z test_schema_correctness_unique_consecutive_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.176s) 2022-09-27T15:54:52.8801520Z test_schema_correctness_unique_consecutive_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:54:53.0521805Z test_schema_correctness_unique_consecutive_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:54:53.2238862Z test_schema_correctness_unique_consecutive_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:54:53.3950477Z test_schema_correctness_unique_consecutive_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.170s) 2022-09-27T15:54:53.5670789Z test_schema_correctness_unique_consecutive_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.171s) 2022-09-27T15:54:53.9239521Z test_schema_correctness_unique_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-09-27T15:54:54.2728403Z test_schema_correctness_unique_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.348s) 2022-09-27T15:54:54.6290535Z test_schema_correctness_unique_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.356s) 2022-09-27T15:54:54.9866371Z test_schema_correctness_unique_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.357s) 2022-09-27T15:54:55.3374803Z test_schema_correctness_unique_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.350s) 2022-09-27T15:54:55.6896336Z test_schema_correctness_unique_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.352s) 2022-09-27T15:54:56.0392084Z test_schema_correctness_unique_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:54:56.3893462Z test_schema_correctness_unique_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.349s) 2022-09-27T15:54:56.7404444Z test_schema_correctness_unique_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.350s) 2022-09-27T15:54:56.7462177Z test_schema_correctness_unsqueeze_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7515887Z test_schema_correctness_unsqueeze_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7577667Z test_schema_correctness_unsqueeze_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:56.7591865Z test_schema_correctness_unsqueeze_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.7652572Z test_schema_correctness_unsqueeze_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:56.7706456Z test_schema_correctness_unsqueeze_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7758965Z test_schema_correctness_unsqueeze_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7811013Z test_schema_correctness_unsqueeze_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7861876Z test_schema_correctness_unsqueeze_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7913081Z test_schema_correctness_unsqueeze_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.7963804Z test_schema_correctness_unsqueeze_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.8014873Z test_schema_correctness_unsqueeze_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.8068239Z test_schema_correctness_unsqueeze_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:56.8140478Z test_schema_correctness_var_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.8223885Z test_schema_correctness_var_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.8307793Z test_schema_correctness_var_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.8380126Z test_schema_correctness_var_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.8453563Z test_schema_correctness_var_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.8530071Z test_schema_correctness_var_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.8606492Z test_schema_correctness_var_mean_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.8693333Z test_schema_correctness_var_mean_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.8782696Z test_schema_correctness_var_mean_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.8857473Z test_schema_correctness_var_mean_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.8933640Z test_schema_correctness_var_mean_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.007s) 2022-09-27T15:54:56.9013964Z test_schema_correctness_var_mean_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.008s) 2022-09-27T15:54:56.9034747Z test_schema_correctness_vdot_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:56.9043849Z test_schema_correctness_vdot_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.9052588Z test_schema_correctness_vdot_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... skip: Skipped! (0.000s) 2022-09-27T15:54:56.9072419Z test_schema_correctness_vdot_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:56.9092411Z test_schema_correctness_vdot_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:56.9111638Z test_schema_correctness_vdot_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9130178Z test_schema_correctness_vdot_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9148540Z test_schema_correctness_vdot_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9166909Z test_schema_correctness_vdot_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9185253Z test_schema_correctness_vdot_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9203445Z test_schema_correctness_view_as_complex_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9221315Z test_schema_correctness_view_as_complex_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9238559Z test_schema_correctness_view_as_complex_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9277260Z test_schema_correctness_view_as_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9314426Z test_schema_correctness_view_as_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9358529Z test_schema_correctness_view_as_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:56.9371694Z test_schema_correctness_view_as_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:56.9415472Z test_schema_correctness_view_as_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:56.9454082Z test_schema_correctness_view_as_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9492320Z test_schema_correctness_view_as_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9533658Z test_schema_correctness_view_as_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:56.9570010Z test_schema_correctness_view_as_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9607400Z test_schema_correctness_view_as_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9644280Z test_schema_correctness_view_as_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9680752Z test_schema_correctness_view_as_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9716969Z test_schema_correctness_view_as_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:56.9741046Z test_schema_correctness_view_as_real_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:56.9764324Z test_schema_correctness_view_as_real_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.002s) 2022-09-27T15:54:56.9926278Z test_schema_correctness_view_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.0086332Z test_schema_correctness_view_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:57.0257967Z test_schema_correctness_view_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:57.0273967Z test_schema_correctness_view_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:57.0445588Z test_schema_correctness_view_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.017s) 2022-09-27T15:54:57.0609494Z test_schema_correctness_view_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.0773682Z test_schema_correctness_view_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.0937598Z test_schema_correctness_view_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.1096642Z test_schema_correctness_view_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:57.1256634Z test_schema_correctness_view_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:57.1419326Z test_schema_correctness_view_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.016s) 2022-09-27T15:54:57.1579070Z test_schema_correctness_view_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:57.1739177Z test_schema_correctness_view_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.015s) 2022-09-27T15:54:57.1793162Z test_schema_correctness_vsplit_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.1845499Z test_schema_correctness_vsplit_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.1902144Z test_schema_correctness_vsplit_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.1915543Z test_schema_correctness_vsplit_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:57.1971292Z test_schema_correctness_vsplit_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2024723Z test_schema_correctness_vsplit_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2076063Z test_schema_correctness_vsplit_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2129674Z test_schema_correctness_vsplit_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2179831Z test_schema_correctness_vsplit_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2230424Z test_schema_correctness_vsplit_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2281080Z test_schema_correctness_vsplit_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2331883Z test_schema_correctness_vsplit_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2382788Z test_schema_correctness_vsplit_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2423853Z test_schema_correctness_vstack_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.2462567Z test_schema_correctness_vstack_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.2505993Z test_schema_correctness_vstack_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.2520410Z test_schema_correctness_vstack_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:57.2563784Z test_schema_correctness_vstack_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.2605941Z test_schema_correctness_vstack_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.2646123Z test_schema_correctness_vstack_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.2685931Z test_schema_correctness_vstack_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.2724603Z test_schema_correctness_vstack_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.2763578Z test_schema_correctness_vstack_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.2802412Z test_schema_correctness_vstack_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.2841117Z test_schema_correctness_vstack_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.2879999Z test_schema_correctness_vstack_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.2930955Z test_schema_correctness_where_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.2976365Z test_schema_correctness_where_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3033684Z test_schema_correctness_where_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.3046857Z test_schema_correctness_where_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:57.3102912Z test_schema_correctness_where_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.3152260Z test_schema_correctness_where_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3201569Z test_schema_correctness_where_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3254625Z test_schema_correctness_where_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.005s) 2022-09-27T15:54:57.3302651Z test_schema_correctness_where_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3350304Z test_schema_correctness_where_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3396560Z test_schema_correctness_where_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3442753Z test_schema_correctness_where_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3489092Z test_schema_correctness_where_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.3555281Z test_schema_correctness_xlogy_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3615603Z test_schema_correctness_xlogy_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3681958Z test_schema_correctness_xlogy_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3748866Z test_schema_correctness_xlogy_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3815580Z test_schema_correctness_xlogy_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3877704Z test_schema_correctness_xlogy_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.3939387Z test_schema_correctness_xlogy_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4001176Z test_schema_correctness_xlogy_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4063813Z test_schema_correctness_xlogy_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4126492Z test_schema_correctness_xlogy_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.006s) 2022-09-27T15:54:57.4165096Z test_schema_correctness_zero__cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4201423Z test_schema_correctness_zero__cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4242565Z test_schema_correctness_zero__cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.4284196Z test_schema_correctness_zero__cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.4322549Z test_schema_correctness_zero__cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4360969Z test_schema_correctness_zero__cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4400815Z test_schema_correctness_zero__cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.004s) 2022-09-27T15:54:57.4437857Z test_schema_correctness_zero__cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4475598Z test_schema_correctness_zero__cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4512285Z test_schema_correctness_zero__cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4548979Z test_schema_correctness_zero__cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4585952Z test_schema_correctness_zero__cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.003s) 2022-09-27T15:54:57.4679418Z test_schema_correctness_zeros_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.4772750Z test_schema_correctness_zeros_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.4867458Z test_schema_correctness_zeros_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.4882178Z test_schema_correctness_zeros_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:57.4974665Z test_schema_correctness_zeros_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5065877Z test_schema_correctness_zeros_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5157336Z test_schema_correctness_zeros_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5248931Z test_schema_correctness_zeros_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5340113Z test_schema_correctness_zeros_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5431723Z test_schema_correctness_zeros_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5523231Z test_schema_correctness_zeros_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5614389Z test_schema_correctness_zeros_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.5706128Z test_schema_correctness_zeros_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.009s) 2022-09-27T15:54:57.6008487Z test_schema_correctness_zeros_like_cpu_bfloat16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.6312655Z test_schema_correctness_zeros_like_cpu_bool (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.6621509Z test_schema_correctness_zeros_like_cpu_complex128 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.6637695Z test_schema_correctness_zeros_like_cpu_complex32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.001s) 2022-09-27T15:54:57.6951896Z test_schema_correctness_zeros_like_cpu_complex64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.031s) 2022-09-27T15:54:57.7257530Z test_schema_correctness_zeros_like_cpu_float16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.7563671Z test_schema_correctness_zeros_like_cpu_float32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.7869265Z test_schema_correctness_zeros_like_cpu_float64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.8175344Z test_schema_correctness_zeros_like_cpu_int16 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.8483702Z test_schema_correctness_zeros_like_cpu_int32 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.8789967Z test_schema_correctness_zeros_like_cpu_int64 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.9098454Z test_schema_correctness_zeros_like_cpu_int8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.9406869Z test_schema_correctness_zeros_like_cpu_uint8 (__main__.TestSchemaCheckModeOpInfoCPU) ... ok (0.030s) 2022-09-27T15:54:57.9407245Z 2022-09-27T15:54:57.9407734Z ---------------------------------------------------------------------- 2022-09-27T15:54:57.9408168Z Ran 5112 tests in 354.620s 2022-09-27T15:54:57.9408284Z 2022-09-27T15:54:57.9408362Z OK (skipped=168) 2022-09-27T15:54:57.9408485Z 2022-09-27T15:54:57.9408578Z Generating XML reports... 2022-09-27T15:54:57.9516195Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154903.xml 2022-09-27T15:54:58.3186978Z Generated XML report: test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154903.xml 2022-09-27T15:54:59.8221595Z Running test_linalg ... [2022-09-27 15:54:59.821743] 2022-09-27T15:54:59.8222099Z Executing ['/opt/conda/bin/python', '-bb', 'test_linalg.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:54:59.821826] 2022-09-27T15:55:01.4422701Z Test results will be stored in test-reports/python-unittest/test_linalg 2022-09-27T15:55:01.4462820Z 2022-09-27T15:55:01.4462960Z Running tests... 2022-09-27T15:55:01.4463433Z ---------------------------------------------------------------------- 2022-09-27T15:55:01.6130410Z test_addbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 59 2022-09-27T15:55:01.6130808Z due to: 2022-09-27T15:55:01.6131000Z Traceback (most recent call last): 2022-09-27T15:55:01.6131724Z File "/opt/conda/lib/python3.7/site-packages/torch/backends/cuda/__init__.py", line 96, in __getattr__ 2022-09-27T15:55:01.6132137Z raise AssertionError("Unknown attribute " + name) 2022-09-27T15:55:01.6132620Z AssertionError: Unknown attribute __self__ 2022-09-27T15:55:01.6132835Z 2022-09-27T15:55:01.6132946Z from user code: 2022-09-27T15:55:01.6133175Z File "test_linalg.py", line 60, in 2022-09-27T15:55:01.6133441Z torch.backends.cuda.matmul.allow_tf32 = False 2022-09-27T15:55:01.6133596Z 2022-09-27T15:55:01.6133730Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:01.6133947Z ========== 2022-09-27T15:55:03.1527807Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_linalg.py line 62 2022-09-27T15:55:03.1528319Z due to: 2022-09-27T15:55:03.1528655Z Traceback (most recent call last): 2022-09-27T15:55:03.1529305Z File "/opt/conda/lib/python3.7/site-packages/torch/backends/cuda/__init__.py", line 96, in __getattr__ 2022-09-27T15:55:03.1529845Z raise AssertionError("Unknown attribute " + name) 2022-09-27T15:55:03.1530276Z AssertionError: Unknown attribute __self__ 2022-09-27T15:55:03.1530521Z 2022-09-27T15:55:03.1530638Z from user code: 2022-09-27T15:55:03.1530967Z File "test_linalg.py", line 63, in tearDown 2022-09-27T15:55:03.1533379Z torch.backends.cuda.matmul.allow_tf32 = True 2022-09-27T15:55:03.1533658Z 2022-09-27T15:55:03.1533887Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:03.1534258Z ========== 2022-09-27T15:55:03.2145227Z ok (1.689s) 2022-09-27T15:55:03.5927304Z test_addbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.378s) 2022-09-27T15:55:03.9780856Z test_addbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.385s) 2022-09-27T15:55:04.3164802Z test_addbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.338s) 2022-09-27T15:55:04.6383960Z test_addbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.321s) 2022-09-27T15:55:04.8019020Z test_addmm_activation_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.163s) 2022-09-27T15:55:04.8661755Z test_addmm_activation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.064s) 2022-09-27T15:55:04.9351279Z test_addmm_activation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-09-27T15:55:04.9451298Z test_addmm_baddbmm_overflow_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.009s) 2022-09-27T15:55:05.0142699Z test_addmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.068s) 2022-09-27T15:55:05.0858740Z test_addmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-09-27T15:55:05.1563016Z test_addmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.070s) 2022-09-27T15:55:05.2138141Z test_addmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.057s) 2022-09-27T15:55:05.2755585Z test_addmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:55:05.3188321Z test_addmm_sizes_cpu_float32 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 5458 2022-09-27T15:55:05.3188825Z due to: 2022-09-27T15:55:05.3189170Z Traceback (most recent call last): 2022-09-27T15:55:05.3189801Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:05.3190080Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:05.3190327Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (0x1 and 0x0) 2022-09-27T15:55:05.3190496Z 2022-09-27T15:55:05.3190631Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:05.3190796Z 2022-09-27T15:55:05.3190888Z Traceback (most recent call last): 2022-09-27T15:55:05.3191268Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:05.3191569Z raise TorchRuntimeError() from e 2022-09-27T15:55:05.3192027Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:05.3192174Z 2022-09-27T15:55:05.3192244Z from user code: 2022-09-27T15:55:05.3192437Z File "test_linalg.py", line 5458, in 2022-09-27T15:55:05.3192801Z self.assertRaisesRegex(RuntimeError, f"{n}x{k + 1}.*{k}x{m}", lambda: torch.addmm(M, m1, m2)) 2022-09-27T15:55:05.3192990Z 2022-09-27T15:55:05.3193123Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:05.3193537Z ========== 2022-09-27T15:55:05.3300159Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 5459 2022-09-27T15:55:05.3300622Z due to: 2022-09-27T15:55:05.3300919Z Traceback (most recent call last): 2022-09-27T15:55:05.3301560Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:05.3302031Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:05.3302294Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (0x1 and 0x0) 2022-09-27T15:55:05.3302462Z 2022-09-27T15:55:05.3302594Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:05.3302759Z 2022-09-27T15:55:05.3302850Z Traceback (most recent call last): 2022-09-27T15:55:05.3303243Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:05.3303541Z raise TorchRuntimeError() from e 2022-09-27T15:55:05.3303761Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:05.3303902Z 2022-09-27T15:55:05.3303971Z from user code: 2022-09-27T15:55:05.3304179Z File "test_linalg.py", line 5459, in 2022-09-27T15:55:05.3304454Z self.assertRaisesRegex(RuntimeError, f"{n}x{k + 1}.*{k}x{m}", lambda: torch.mm(m1, m2)) 2022-09-27T15:55:05.3304639Z 2022-09-27T15:55:05.3304769Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:05.3304987Z ========== 2022-09-27T15:55:05.5163483Z ok (0.240s) 2022-09-27T15:55:05.7051425Z test_addmm_sizes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.188s) 2022-09-27T15:55:05.7558856Z test_addmv_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:55:05.8030025Z test_addmv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T15:55:05.8503361Z test_addmv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:55:05.8920043Z test_addmv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:55:05.9363792Z test_addmv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.044s) 2022-09-27T15:55:06.1020503Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.165s) 2022-09-27T15:55:06.1209832Z test_addmv_rowmajor_colmajor_incx_incy_lda_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:06.4851877Z test_addr_bool_cpu_bool (__main__.TestLinalgCPU) ... ok (0.363s) 2022-09-27T15:55:06.7683194Z test_addr_float_and_complex_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.283s) 2022-09-27T15:55:06.8014202Z test_addr_float_and_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:06.8352276Z test_addr_float_and_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:06.8663412Z test_addr_float_and_complex_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:06.8958799Z test_addr_float_and_complex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:55:06.9247571Z test_addr_float_and_complex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:06.9672414Z test_addr_integral_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-09-27T15:55:06.9888586Z test_addr_integral_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:07.0100674Z test_addr_integral_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:07.0305736Z test_addr_integral_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:07.0510319Z test_addr_integral_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:07.4379389Z test_addr_type_promotion_cpu (__main__.TestLinalgCPU) ... ok (0.386s) 2022-09-27T15:55:08.5870075Z test_baddbmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.148s) 2022-09-27T15:55:10.0154983Z test_baddbmm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.428s) 2022-09-27T15:55:11.4627938Z test_baddbmm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.446s) 2022-09-27T15:55:12.5994812Z test_baddbmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.136s) 2022-09-27T15:55:13.7064606Z test_baddbmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.106s) 2022-09-27T15:55:13.7738329Z test_blas_alpha_beta_empty_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-09-27T15:55:13.7869203Z test_blas_alpha_beta_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:13.7907291Z test_blas_alpha_beta_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.7944068Z test_blas_alpha_beta_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.7979737Z test_blas_alpha_beta_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.8014217Z test_blas_alpha_beta_empty_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.8048442Z test_blas_alpha_beta_empty_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.8081287Z test_blas_alpha_beta_empty_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.8114398Z test_blas_alpha_beta_empty_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.8147346Z test_blas_alpha_beta_empty_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:13.8573764Z test_blas_empty_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 4530 2022-09-27T15:55:13.8574323Z due to: 2022-09-27T15:55:13.8574639Z Traceback (most recent call last): 2022-09-27T15:55:13.8575361Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 1588, in LOAD_CLOSURE 2022-09-27T15:55:13.8575899Z self.push(self.closure_cells[inst.argval]) 2022-09-27T15:55:13.8576348Z KeyError: 'device' 2022-09-27T15:55:13.8576537Z 2022-09-27T15:55:13.8576659Z from user code: 2022-09-27T15:55:13.8577045Z File "test_linalg.py", line 4531, in 2022-09-27T15:55:13.8577476Z self.assertEqual((0, 5), fn(torch.mm, (0, 0), (0, 5)).shape) 2022-09-27T15:55:13.8577715Z 2022-09-27T15:55:13.8577933Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:13.8578297Z ========== 2022-09-27T15:55:13.9126531Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT call_torch_fn test_linalg.py line 4518 2022-09-27T15:55:13.9126886Z due to: 2022-09-27T15:55:13.9127062Z Traceback (most recent call last): 2022-09-27T15:55:13.9127552Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T15:55:13.9127872Z assert name in tx.symbolic_locals 2022-09-27T15:55:13.9128068Z AssertionError 2022-09-27T15:55:13.9128177Z 2022-09-27T15:55:13.9128277Z from user code: 2022-09-27T15:55:13.9128502Z File "test_linalg.py", line 4520, in call_torch_fn 2022-09-27T15:55:13.9128730Z for shape in args), **kwargs) 2022-09-27T15:55:13.9128851Z 2022-09-27T15:55:13.9128983Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:13.9129242Z ========== 2022-09-27T15:55:13.9530087Z ok (0.138s) 2022-09-27T15:55:13.9612211Z test_blas_mv_large_input_cpu (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:13.9612981Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:13.9706530Z :11: UserWarning: An output with one or more elements was resized since it had shape [200], which does not match the required output shape [3000]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:13.9716659Z ok (0.018s) 2022-09-27T15:55:13.9815759Z test_blas_nan_out_cpu_bfloat16 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:13.9816659Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:13.9893275Z :11: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:14.0354832Z ok (0.063s) 2022-09-27T15:55:14.0381549Z test_blas_nan_out_cpu_complex128 (__main__.TestLinalgCPU) ... :11: UserWarning: An output with one or more elements was resized since it had shape [7], which does not match the required output shape [5]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:14.0389567Z ok (0.003s) 2022-09-27T15:55:14.0422677Z test_blas_nan_out_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:14.0454603Z test_blas_nan_out_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:14.0486669Z test_blas_nan_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:14.0517982Z test_blas_nan_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:14.4253647Z test_bmm_cpu_bfloat16 (__main__.TestLinalgCPU) ... test_linalg.py:5700: 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-09-27T15:55:14.4254801Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4256676Z test_linalg.py:5700: 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-09-27T15:55:14.4257932Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4319583Z test_linalg.py:5700: 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-09-27T15:55:14.4320849Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4335553Z test_linalg.py:5700: 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-09-27T15:55:14.4336653Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4380578Z test_linalg.py:5700: 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-09-27T15:55:14.4381641Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4396775Z test_linalg.py:5700: 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-09-27T15:55:14.4397803Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4441352Z test_linalg.py:5700: 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-09-27T15:55:14.4456437Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.4457525Z test_linalg.py:5700: 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-09-27T15:55:14.4458531Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8535480Z test_linalg.py:5700: 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-09-27T15:55:14.8536633Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8593085Z test_linalg.py:5700: 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-09-27T15:55:14.8594314Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8616296Z test_linalg.py:5700: 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-09-27T15:55:14.8617323Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8662424Z test_linalg.py:5700: 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-09-27T15:55:14.8663477Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8678934Z test_linalg.py:5700: 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-09-27T15:55:14.8679964Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8724469Z test_linalg.py:5700: 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-09-27T15:55:14.8725495Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8740363Z test_linalg.py:5700: 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-09-27T15:55:14.8741400Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:14.8789002Z ok (0.827s) 2022-09-27T15:55:15.1720767Z test_bmm_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:5700: 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-09-27T15:55:15.1721437Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.1771403Z test_linalg.py:5700: 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-09-27T15:55:15.1772086Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.1786859Z test_linalg.py:5700: 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-09-27T15:55:15.1787471Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.1830950Z test_linalg.py:5700: 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-09-27T15:55:15.1831551Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.1846535Z test_linalg.py:5700: 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-09-27T15:55:15.1847141Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.1890803Z test_linalg.py:5700: 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-09-27T15:55:15.1891394Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.1906759Z test_linalg.py:5700: 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-09-27T15:55:15.1907364Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.6859181Z test_linalg.py:5700: 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-09-27T15:55:15.6919343Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.6920732Z test_linalg.py:5700: 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-09-27T15:55:15.6921891Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.6938088Z test_linalg.py:5700: 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-09-27T15:55:15.6939142Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.6986885Z test_linalg.py:5700: 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-09-27T15:55:15.6987906Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.7004808Z test_linalg.py:5700: 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-09-27T15:55:15.7005856Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.7051405Z test_linalg.py:5700: 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-09-27T15:55:15.7052417Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.7068653Z test_linalg.py:5700: 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-09-27T15:55:15.7069684Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:15.7119156Z ok (0.832s) 2022-09-27T15:55:16.0184771Z test_bmm_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:5700: 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-09-27T15:55:16.0185886Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.0239999Z test_linalg.py:5700: 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-09-27T15:55:16.0241166Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.0257604Z test_linalg.py:5700: 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-09-27T15:55:16.0258651Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.0306366Z test_linalg.py:5700: 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-09-27T15:55:16.0307378Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.0324344Z test_linalg.py:5700: 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-09-27T15:55:16.0325382Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.0372689Z test_linalg.py:5700: 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-09-27T15:55:16.0373703Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.0390547Z test_linalg.py:5700: 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-09-27T15:55:16.0391608Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5412812Z test_linalg.py:5700: 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-09-27T15:55:16.5413899Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5478484Z test_linalg.py:5700: 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-09-27T15:55:16.5479655Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5496658Z test_linalg.py:5700: 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-09-27T15:55:16.5497687Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5548803Z test_linalg.py:5700: 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-09-27T15:55:16.5549819Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5565792Z test_linalg.py:5700: 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-09-27T15:55:16.5566819Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5614194Z test_linalg.py:5700: 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-09-27T15:55:16.5615215Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5631410Z test_linalg.py:5700: 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-09-27T15:55:16.5632432Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.5683632Z ok (0.856s) 2022-09-27T15:55:16.8437461Z test_bmm_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:5700: 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-09-27T15:55:16.8438149Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.8486226Z test_linalg.py:5700: 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-09-27T15:55:16.8486912Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.8500998Z test_linalg.py:5700: 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-09-27T15:55:16.8501592Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.8544739Z test_linalg.py:5700: 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-09-27T15:55:16.8545335Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.8560184Z test_linalg.py:5700: 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-09-27T15:55:16.8560786Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.8603776Z test_linalg.py:5700: 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-09-27T15:55:16.8604379Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:16.8619019Z test_linalg.py:5700: 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-09-27T15:55:16.8619617Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2573065Z test_linalg.py:5700: 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-09-27T15:55:17.2574142Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2628854Z test_linalg.py:5700: 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-09-27T15:55:17.2629991Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2645889Z test_linalg.py:5700: 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-09-27T15:55:17.2646918Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2692224Z test_linalg.py:5700: 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-09-27T15:55:17.2693250Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2709134Z test_linalg.py:5700: 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-09-27T15:55:17.2710177Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2753730Z test_linalg.py:5700: 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-09-27T15:55:17.2754774Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2769660Z test_linalg.py:5700: 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-09-27T15:55:17.2770700Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.2817668Z ok (0.713s) 2022-09-27T15:55:17.5402497Z test_bmm_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5700: 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-09-27T15:55:17.5403193Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.5490684Z test_linalg.py:5700: 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-09-27T15:55:17.5491359Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.5517588Z test_linalg.py:5700: 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-09-27T15:55:17.5518191Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.5571916Z test_linalg.py:5700: 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-09-27T15:55:17.5572529Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.5590476Z test_linalg.py:5700: 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-09-27T15:55:17.5591083Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.5644344Z test_linalg.py:5700: 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-09-27T15:55:17.5645408Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.5661610Z test_linalg.py:5700: 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-09-27T15:55:17.5662717Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9383798Z test_linalg.py:5700: 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-09-27T15:55:17.9384941Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9437897Z test_linalg.py:5700: 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-09-27T15:55:17.9439118Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9454157Z test_linalg.py:5700: 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-09-27T15:55:17.9455155Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9498242Z test_linalg.py:5700: 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-09-27T15:55:17.9513874Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9514973Z test_linalg.py:5700: 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-09-27T15:55:17.9515937Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9558574Z test_linalg.py:5700: 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-09-27T15:55:17.9559620Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9573443Z test_linalg.py:5700: 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-09-27T15:55:17.9574450Z torch.bmm(b1, b2, out=res2) 2022-09-27T15:55:17.9619276Z ok (0.680s) 2022-09-27T15:55:18.0537818Z test_broadcast_batched_matmul_cpu (__main__.TestLinalgCPU) ... test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 8], which does not match the required output shape [3, 8, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:18.0538962Z torch.matmul(l, r, out=out) 2022-09-27T15:55:18.1802087Z test_linalg.py:6817: UserWarning: An output with one or more elements was resized since it had shape [3, 1], which does not match the required output shape [3, 1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:18.1803272Z torch.matmul(l, r, out=out) 2022-09-27T15:55:18.2447310Z ok (0.282s) 2022-09-27T15:55:18.2658615Z test_broadcast_fused_matmul_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_broadcast_fused_matmul test_linalg.py line 6723 2022-09-27T15:55:18.2659168Z due to: 2022-09-27T15:55:18.2659545Z Traceback (most recent call last): 2022-09-27T15:55:18.2660308Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:55:18.2660866Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:18.2661709Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, FakeTensor, FakeTensor, device=str), but expected one of: 2022-09-27T15:55:18.2662675Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:18.2663604Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:18.2664449Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:18.2665240Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T15:55:18.2665706Z 2022-09-27T15:55:18.2665716Z 2022-09-27T15:55:18.2665855Z from user code: 2022-09-27T15:55:18.2666277Z File "test_linalg.py", line 6749, in test_broadcast_fused_matmul 2022-09-27T15:55:18.2666785Z t0_small = torch.randn(*t0_dims_small, device=device).float() 2022-09-27T15:55:18.2667074Z 2022-09-27T15:55:18.2667316Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:18.2667699Z ========== 2022-09-27T15:55:18.2675278Z ok (0.022s) 2022-09-27T15:55:18.2759928Z test_chain_matmul_cpu_float64 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1558: UserWarning: torch.chain_matmul is deprecated and will be removed in a future PyTorch release. Use torch.linalg.multi_dot instead, which accepts a list of two or more tensors rather than multiple parameters. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:989.) 2022-09-27T15:55:18.2761171Z return _VF.chain_matmul(matrices) # type: ignore[attr-defined] 2022-09-27T15:55:18.2928159Z ok (0.025s) 2022-09-27T15:55:18.5003322Z test_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.207s) 2022-09-27T15:55:18.5163005Z test_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:18.5296820Z test_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:18.5414094Z test_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:18.6053371Z test_cholesky_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T15:55:18.6590854Z test_cholesky_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T15:55:18.7083868Z test_cholesky_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T15:55:18.8441317Z test_cholesky_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.135s) 2022-09-27T15:55:19.0564565Z test_cholesky_ex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.212s) 2022-09-27T15:55:19.0637124Z test_cholesky_ex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:19.0703223Z test_cholesky_ex_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:19.0758560Z test_cholesky_ex_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:19.1098737Z test_cholesky_ex_non_pd_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:19.1363740Z test_cholesky_ex_non_pd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:55:19.1625834Z test_cholesky_ex_non_pd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.026s) 2022-09-27T15:55:19.1886168Z test_cholesky_ex_non_pd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:19.2063517Z test_cholesky_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 6603 2022-09-27T15:55:19.2064261Z due to: 2022-09-27T15:55:19.2064571Z Traceback (most recent call last): 2022-09-27T15:55:19.2066075Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:55:19.2066553Z return n.meta["example_value"] 2022-09-27T15:55:19.2066947Z KeyError: 'example_value' 2022-09-27T15:55:19.2067163Z 2022-09-27T15:55:19.2067280Z from user code: 2022-09-27T15:55:19.2067638Z File "test_linalg.py", line 6610, in 2022-09-27T15:55:19.2068084Z actual_inverse = torch.cholesky_inverse(L, upper) 2022-09-27T15:55:19.2068329Z 2022-09-27T15:55:19.2068553Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:19.2068918Z ========== 2022-09-27T15:55:19.2447509Z ok (0.056s) 2022-09-27T15:55:19.2601079Z test_cholesky_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:19.2737498Z test_cholesky_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:19.2874985Z test_cholesky_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:19.3264659Z test_cholesky_inverse_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:55:19.3597853Z test_cholesky_inverse_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:19.3933528Z test_cholesky_inverse_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:19.4265946Z test_cholesky_inverse_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:55:19.8335876Z test_cholesky_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.406s) 2022-09-27T15:55:19.9350867Z test_cholesky_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.101s) 2022-09-27T15:55:19.9524760Z test_cholesky_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:19.9596543Z test_cholesky_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:19.9996732Z test_cholesky_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.cholesky is deprecated in favor of torch.linalg.cholesky and will be removed in a future PyTorch release. 2022-09-27T15:55:19.9998088Z L = torch.cholesky(A) 2022-09-27T15:55:19.9998408Z should be replaced with 2022-09-27T15:55:19.9998721Z L = torch.linalg.cholesky(A) 2022-09-27T15:55:19.9999052Z and 2022-09-27T15:55:19.9999346Z U = torch.cholesky(A, upper=True) 2022-09-27T15:55:19.9999667Z should be replaced with 2022-09-27T15:55:20.0000006Z U = torch.linalg.cholesky(A).mH(). 2022-09-27T15:55:20.0000690Z 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:1626.) 2022-09-27T15:55:20.0001359Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:20.0002080Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 2493 2022-09-27T15:55:20.0002544Z due to: 2022-09-27T15:55:20.0002850Z Traceback (most recent call last): 2022-09-27T15:55:20.0003750Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:20.0004203Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:20.0007606Z NotImplementedError: Could not run 'aten::cholesky' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::cholesky' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:20.0009643Z 2022-09-27T15:55:20.0009932Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:20.0010657Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:20.0011417Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:20.0012161Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:20.0012921Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:20.0013624Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:20.0014290Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:20.0014963Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:20.0015619Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:20.0045576Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:20.0046348Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0047100Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0047787Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0048496Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0049192Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0049890Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0050563Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0051260Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0051938Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0052720Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0053405Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0054163Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0054880Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0055624Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0056423Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0057175Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:20.0057868Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:55:20.0058487Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T15:55:20.0059118Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:20.0059836Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp:579 [kernel] 2022-09-27T15:55:20.0060619Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:20.0061368Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:20.0062071Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:20.0062812Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:20.0063561Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:20.0064337Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:20.0065092Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:20.0065489Z 2022-09-27T15:55:20.0065496Z 2022-09-27T15:55:20.0065726Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:20.0065999Z 2022-09-27T15:55:20.0066154Z Traceback (most recent call last): 2022-09-27T15:55:20.0066767Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:20.0067203Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:20.0068109Z torch._C._LinAlgError: cholesky: (Batch element 0): The factorization could not be completed because the input is not positive-definite (the leading minor of order 1 is not positive-definite). 2022-09-27T15:55:20.0068597Z 2022-09-27T15:55:20.0068826Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:20.0069099Z 2022-09-27T15:55:20.0069254Z Traceback (most recent call last): 2022-09-27T15:55:20.0069902Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:20.0070394Z raise TorchRuntimeError() from e 2022-09-27T15:55:20.0070783Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:20.0071022Z 2022-09-27T15:55:20.0071125Z from user code: 2022-09-27T15:55:20.0071590Z File "test_linalg.py", line 2494, in 2022-09-27T15:55:20.0072034Z L = torch.cholesky(A, upper=upper) 2022-09-27T15:55:20.0072255Z 2022-09-27T15:55:20.0072474Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:20.0072884Z ========== 2022-09-27T15:55:20.3315059Z ok (0.371s) 2022-09-27T15:55:20.4543559Z test_cholesky_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.122s) 2022-09-27T15:55:20.4720346Z test_cholesky_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:20.4781556Z test_cholesky_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:55:20.4801565Z test_cholesky_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:20.4819718Z test_cholesky_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:20.4837240Z test_cholesky_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:20.4854096Z test_cholesky_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:20.4924505Z test_cholesky_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:20.4960941Z test_cholesky_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:20.4996996Z test_cholesky_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:20.5033168Z test_cholesky_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:55:20.5253756Z test_cholesky_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:20.5445306Z test_cholesky_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:20.5635684Z test_cholesky_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:20.5824595Z test_cholesky_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:20.7981080Z test_cond_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.215s) 2022-09-27T15:55:20.8409482Z test_cond_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.042s) 2022-09-27T15:55:20.8823768Z test_cond_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:55:20.9220377Z test_cond_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:20.9841110Z test_cond_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:55:21.0455707Z test_cond_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:55:21.1071723Z test_cond_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:55:21.1687620Z test_cond_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:55:21.7129799Z test_corner_cases_of_cublasltmatmul_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.543s) 2022-09-27T15:55:22.4480759Z test_corner_cases_of_cublasltmatmul_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.734s) 2022-09-27T15:55:23.0446686Z test_corner_cases_of_cublasltmatmul_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.596s) 2022-09-27T15:55:23.5076451Z test_corner_cases_of_cublasltmatmul_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.462s) 2022-09-27T15:55:24.0777966Z test_corner_cases_of_cublasltmatmul_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.569s) 2022-09-27T15:55:24.7514351Z test_corner_cases_of_cublasltmatmul_cpu_int16 (__main__.TestLinalgCPU) ... ok (0.673s) 2022-09-27T15:55:25.7119427Z test_corner_cases_of_cublasltmatmul_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.960s) 2022-09-27T15:55:26.5798713Z test_corner_cases_of_cublasltmatmul_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.867s) 2022-09-27T15:55:27.1693242Z test_corner_cases_of_cublasltmatmul_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.589s) 2022-09-27T15:55:27.7595235Z test_corner_cases_of_cublasltmatmul_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.590s) 2022-09-27T15:55:27.7754542Z test_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:27.7877161Z test_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:27.8055744Z test_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:27.8192466Z test_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:27.8217721Z test_cublas_addmm_size_10000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8240664Z test_cublas_addmm_size_10000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8263943Z test_cublas_addmm_size_10000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8286362Z test_cublas_addmm_size_1000_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8309541Z test_cublas_addmm_size_1000_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8331816Z test_cublas_addmm_size_1000_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8354331Z test_cublas_addmm_size_100_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8376740Z test_cublas_addmm_size_100_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8399472Z test_cublas_addmm_size_100_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:55:27.8853692Z test_det_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T15:55:27.9275436Z test_det_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:55:28.2914235Z test_det_logdet_slogdet_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.363s) 2022-09-27T15:55:28.4414034Z test_det_logdet_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:55:28.4415091Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:55:28.4415491Z Q, R = torch.qr(A, some) 2022-09-27T15:55:28.4415820Z should be replaced with 2022-09-27T15:55:28.4416694Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2355.) 2022-09-27T15:55:28.4417317Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:28.5103570Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.5104491Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:28.5152273Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.5153378Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.5916644Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.5917662Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:28.5963051Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.5964055Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.6362840Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.6363747Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:28.6409045Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.6410067Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.6891964Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.6892882Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:28.6940739Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.6941863Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.7992096Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.7993056Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:28.8038741Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:28.8039910Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.2682672Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.2683571Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:29.2729981Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.2731090Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7363232Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7364384Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7492659Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7493875Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7787274Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7787899Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7913973Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.7914746Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8208124Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8208952Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8337830Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8338461Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8849519Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8850156Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:29.8896748Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.8897329Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.9254763Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:29.9255488Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.0583692Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.0584631Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.0585695Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.0586741Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.1868218Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.1869276Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T15:55:30.1915451Z :6: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:30.1916597Z :7: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or sourceTensor.clone().detach().requires_grad_(True), rather than tensor.new_tensor(sourceTensor). 2022-09-27T15:55:31.2240073Z ok (2.932s) 2022-09-27T15:55:31.4142751Z test_dot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.190s) 2022-09-27T15:55:31.6331271Z test_dot_vs_numpy_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.218s) 2022-09-27T15:55:31.9235216Z test_dot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.290s) 2022-09-27T15:55:32.0537805Z test_dot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.130s) 2022-09-27T15:55:32.0554799Z test_eig_check_magma_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:32.0576301Z test_eig_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:32.0597259Z test_eig_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:32.0617550Z test_eig_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:32.0638053Z test_eig_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:32.1302080Z test_eig_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T15:55:32.1764162Z test_eig_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T15:55:32.2301115Z test_eig_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T15:55:32.2836653Z test_eig_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T15:55:32.4997334Z test_eig_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.215s) 2022-09-27T15:55:32.5529577Z test_eig_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.053s) 2022-09-27T15:55:32.5666166Z test_eig_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:55:32.5975611Z test_eig_with_nan_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:32.6171570Z test_eig_with_nan_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:32.6362757Z test_eig_with_nan_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:32.6553547Z test_eig_with_nan_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:32.9353503Z test_eigh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.279s) 2022-09-27T15:55:32.9576300Z test_eigh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:32.9794297Z test_eigh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:32.9998802Z test_eigh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:55:33.0553499Z test_eigh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T15:55:33.1033569Z test_eigh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:55:33.1509374Z test_eigh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:55:33.1988358Z test_eigh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:55:33.2513955Z test_eigh_lower_uplo_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T15:55:33.2864826Z test_eigh_lower_uplo_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:33.3188953Z test_eigh_lower_uplo_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T15:55:33.3516799Z test_eigh_lower_uplo_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T15:55:33.3545912Z test_eigvals_compare_backends_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:33.3574013Z test_eigvals_compare_backends_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:33.3601263Z test_eigvals_compare_backends_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:33.3628089Z test_eigvals_compare_backends_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:33.4028467Z test_eigvals_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:33.4314642Z test_eigvals_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:33.4615235Z test_eigvals_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.029s) 2022-09-27T15:55:33.4918771Z test_eigvals_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:33.6797899Z test_eigvals_numpy_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.187s) 2022-09-27T15:55:33.7278101Z test_eigvals_numpy_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:55:33.9869147Z test_eigvalsh_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.258s) 2022-09-27T15:55:33.9984244Z test_eigvalsh_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:34.0095668Z test_eigvalsh_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:34.0202599Z test_eigvalsh_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:34.0545293Z test_eigvalsh_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1030: 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-09-27T15:55:34.0545818Z out = torch.empty_like(t).to(real_dtype) 2022-09-27T15:55:34.0609860Z ok (0.040s) 2022-09-27T15:55:34.0970659Z test_eigvalsh_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:34.1324425Z test_eigvalsh_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:34.1680861Z test_eigvalsh_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:34.3189804Z test_einsum_corner_cases_cpu (__main__.TestLinalgCPU) ... ok (0.150s) 2022-09-27T15:55:34.5504152Z test_einsum_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.231s) 2022-09-27T15:55:34.5616424Z test_einsum_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:34.5876350Z test_einsum_error_cases_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 3936 2022-09-27T15:55:34.5876898Z due to: 2022-09-27T15:55:34.5877228Z Traceback (most recent call last): 2022-09-27T15:55:34.5877922Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:55:34.5878482Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:55:34.5878861Z AssertionError: type 2022-09-27T15:55:34.5879056Z 2022-09-27T15:55:34.5879178Z from user code: 2022-09-27T15:55:34.5879590Z File "test_linalg.py", line 3938, in 2022-09-27T15:55:34.5880184Z check('', [], regex=r'at least one operand', exception=ValueError) 2022-09-27T15:55:34.5880454Z 2022-09-27T15:55:34.5880676Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:34.5881023Z ========== 2022-09-27T15:55:34.6566045Z ok (0.094s) 2022-09-27T15:55:34.8979210Z test_einsum_random_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.241s) 2022-09-27T15:55:35.0331459Z test_einsum_random_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.134s) 2022-09-27T15:55:35.0503956Z test_einsum_sublist_format_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:35.0563360Z test_einsum_sublist_format_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:55:35.4476228Z test_geqrf_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.391s) 2022-09-27T15:55:35.4711210Z test_geqrf_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:35.4928882Z test_geqrf_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:35.5140462Z test_geqrf_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:36.0401107Z test_householder_product_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.525s) 2022-09-27T15:55:36.0659829Z test_householder_product_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:55:36.0756548Z test_householder_product_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:36.0850566Z test_householder_product_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:36.1169727Z test_householder_product_errors_and_warnings_cpu (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:55:36.3138457Z test_inner_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.196s) 2022-09-27T15:55:36.4287918Z test_inner_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.114s) 2022-09-27T15:55:36.5496417Z test_inv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.120s) 2022-09-27T15:55:36.6275043Z test_inv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-09-27T15:55:36.6831580Z test_inv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T15:55:36.7391558Z test_inv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.055s) 2022-09-27T15:55:36.7492790Z test_inv_ex_info_device_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:36.7569307Z test_inv_ex_info_device_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:36.7645606Z test_inv_ex_info_device_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:36.7720811Z test_inv_ex_info_device_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:55:36.8062055Z test_inv_ex_singular_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:55:36.8341009Z test_inv_ex_singular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:55:36.8614259Z test_inv_ex_singular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:55:36.8892498Z test_inv_ex_singular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:55:36.9309619Z test_invariance_error_spectral_decompositions_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:55:37.3919396Z test_inverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.460s) 2022-09-27T15:55:37.4691926Z test_inverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-09-27T15:55:37.5388241Z test_inverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.069s) 2022-09-27T15:55:37.6059351Z test_inverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.066s) 2022-09-27T15:55:37.7120606Z test_inverse_errors_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.105s) 2022-09-27T15:55:37.7715624Z test_inverse_errors_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T15:55:37.8073916Z test_inverse_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:37.8429214Z test_inverse_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:55:39.0978678Z test_inverse_errors_large_cpu_complex128 (__main__.TestLinalgCPU) ... ok (1.254s) 2022-09-27T15:55:39.7397680Z test_inverse_errors_large_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.641s) 2022-09-27T15:55:40.0481426Z test_inverse_errors_large_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.308s) 2022-09-27T15:55:40.5191328Z test_inverse_errors_large_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.470s) 2022-09-27T15:55:40.5213961Z test_inverse_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:55:40.5234415Z test_inverse_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:40.5252734Z test_inverse_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:40.5270855Z test_inverse_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:55:40.8436013Z test_kron_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.316s) 2022-09-27T15:55:40.8544987Z test_kron_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:40.8642519Z test_kron_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:55:40.8733666Z test_kron_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:55:40.9844046Z test_kron_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.110s) 2022-09-27T15:55:41.0736053Z test_kron_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.089s) 2022-09-27T15:55:41.1336010Z test_kron_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T15:55:41.1365662Z test_kron_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:55:41.2069507Z test_kron_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:41.2070663Z torch.kron(a, b, out=out) 2022-09-27T15:55:41.2070951Z ok (0.070s) 2022-09-27T15:55:41.2760226Z test_kron_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:41.2761491Z torch.kron(a, b, out=out) 2022-09-27T15:55:41.2761802Z ok (0.068s) 2022-09-27T15:55:41.3451691Z test_kron_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:41.3452870Z torch.kron(a, b, out=out) 2022-09-27T15:55:41.3453216Z ok (0.068s) 2022-09-27T15:55:41.4134987Z test_kron_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:1105: UserWarning: An output with one or more elements was resized since it had shape [3, 3], which does not match the required output shape [6, 6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:55:41.4136102Z torch.kron(a, b, out=out) 2022-09-27T15:55:41.4136467Z ok (0.068s) 2022-09-27T15:55:41.4336289Z test_lapack_empty_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 7291 2022-09-27T15:55:41.4336909Z due to: 2022-09-27T15:55:41.4337169Z Traceback (most recent call last): 2022-09-27T15:55:41.4337925Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 1588, in LOAD_CLOSURE 2022-09-27T15:55:41.4338506Z self.push(self.closure_cells[inst.argval]) 2022-09-27T15:55:41.4338904Z KeyError: 'device' 2022-09-27T15:55:41.4339089Z 2022-09-27T15:55:41.4339210Z from user code: 2022-09-27T15:55:41.4339629Z File "test_linalg.py", line 7292, in 2022-09-27T15:55:41.4340115Z self.assertEqual((5, 0), fn(torch.pinverse, (0, 5)).shape) 2022-09-27T15:55:41.4340323Z 2022-09-27T15:55:41.4340513Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:41.4340809Z ========== 2022-09-27T15:55:41.4487221Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.lstsq is deprecated in favor of torch.linalg.lstsq and will be removed in a future PyTorch release. 2022-09-27T15:55:41.4488126Z 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-09-27T15:55:41.4488699Z To get the qr decomposition consider using torch.linalg.qr. 2022-09-27T15:55:41.4489788Z 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-09-27T15:55:41.4490549Z The unpacking of the solution, as in 2022-09-27T15:55:41.4490943Z X, _ = torch.lstsq(B, A).solution[:A.size(1)] 2022-09-27T15:55:41.4491318Z should be replaced with 2022-09-27T15:55:41.4491927Z X = torch.linalg.lstsq(A, B).solution (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:3799.) 2022-09-27T15:55:41.4492558Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:55:41.4493305Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 7303 2022-09-27T15:55:41.4494022Z due to: 2022-09-27T15:55:41.4494356Z Traceback (most recent call last): 2022-09-27T15:55:41.4494990Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:41.4495565Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:41.4499342Z NotImplementedError: Could not run 'aten::lstsq' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::lstsq' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:41.4501535Z 2022-09-27T15:55:41.4501829Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:41.4502612Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:41.4503438Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:41.4504241Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:41.4505063Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:41.4505834Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:41.4506551Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:41.4507264Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:41.4507964Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:41.4508749Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:41.4509553Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4510318Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4511066Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4511825Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4512578Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4513593Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4514338Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4515083Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4515998Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4516752Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4517567Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4518327Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4519109Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4519909Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4520701Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4521507Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4522248Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:55:41.4522908Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T15:55:41.4523599Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:41.4524408Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:55:41.4525271Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:41.4525984Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:41.4526712Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:41.4527429Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:41.4528046Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:41.4528703Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:41.4529389Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:41.4529778Z 2022-09-27T15:55:41.4529786Z 2022-09-27T15:55:41.4530024Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:41.4530316Z 2022-09-27T15:55:41.4530452Z Traceback (most recent call last): 2022-09-27T15:55:41.4531039Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:41.4531442Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:41.4531780Z RuntimeError: A should not be empty 2022-09-27T15:55:41.4531969Z 2022-09-27T15:55:41.4532177Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:41.4532435Z 2022-09-27T15:55:41.4532555Z Traceback (most recent call last): 2022-09-27T15:55:41.4533162Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:41.4533627Z raise TorchRuntimeError() from e 2022-09-27T15:55:41.4533984Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:41.4534181Z 2022-09-27T15:55:41.4534289Z from user code: 2022-09-27T15:55:41.4534603Z File "test_linalg.py", line 7303, in 2022-09-27T15:55:41.4535248Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0, 0), torch.randn(0, 0))) 2022-09-27T15:55:41.4535566Z 2022-09-27T15:55:41.4535762Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:41.4536287Z ========== 2022-09-27T15:55:41.4671446Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 7304 2022-09-27T15:55:41.4671994Z due to: 2022-09-27T15:55:41.4672311Z Traceback (most recent call last): 2022-09-27T15:55:41.4672956Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:41.4673650Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:41.4677400Z NotImplementedError: Could not run 'aten::lstsq' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::lstsq' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:55:41.4679585Z 2022-09-27T15:55:41.4679896Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:55:41.4680681Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:55:41.4681494Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:55:41.4682296Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:55:41.4683139Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:55:41.4683904Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:55:41.4684604Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:41.4685323Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:55:41.4686044Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:55:41.4686848Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:55:41.4687638Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4688404Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4689162Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4689907Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4690647Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4691405Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4692441Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4693207Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4694047Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4694795Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4695547Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4696383Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4697165Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4697963Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4698767Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4699569Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:55:41.4700299Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:55:41.4700956Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T15:55:41.4701649Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:55:41.4702464Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:55:41.4703330Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:55:41.4704132Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:55:41.4704896Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:55:41.4705680Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:55:41.4706392Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:55:41.4707225Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:55:41.4707990Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:55:41.4708318Z 2022-09-27T15:55:41.4708325Z 2022-09-27T15:55:41.4708520Z During handling of the above exception, another exception occurred: 2022-09-27T15:55:41.4708764Z 2022-09-27T15:55:41.4708883Z Traceback (most recent call last): 2022-09-27T15:55:41.4709462Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:41.4709856Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:41.4710159Z RuntimeError: A should not be empty 2022-09-27T15:55:41.4710348Z 2022-09-27T15:55:41.4710547Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:41.4710780Z 2022-09-27T15:55:41.4710915Z Traceback (most recent call last): 2022-09-27T15:55:41.4711729Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:41.4712161Z raise TorchRuntimeError() from e 2022-09-27T15:55:41.4712527Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:41.4712822Z 2022-09-27T15:55:41.4712936Z from user code: 2022-09-27T15:55:41.4713369Z File "test_linalg.py", line 7304, in 2022-09-27T15:55:41.4713814Z self.assertRaises(RuntimeError, lambda: torch.lstsq(torch.randn(0,), torch.randn(0, 0))) 2022-09-27T15:55:41.4714132Z 2022-09-27T15:55:41.4714336Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:41.4714648Z ========== 2022-09-27T15:55:41.4714902Z ok (0.057s) 2022-09-27T15:55:41.7608056Z test_ldl_factor_cpu_complex128 (__main__.TestLinalgCPU) ... test_linalg.py:7375: ComplexWarning: scipy.linalg.ldl(): 2022-09-27T15:55:41.7608837Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-09-27T15:55:41.7609443Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-09-27T15:55:41.7814430Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT symmetric test_linalg.py line 7364 2022-09-27T15:55:41.7814944Z due to: 2022-09-27T15:55:41.7815269Z Traceback (most recent call last): 2022-09-27T15:55:41.7816023Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:55:41.7816635Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:55:41.7817094Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:55:41.7817378Z 2022-09-27T15:55:41.7817492Z from user code: 2022-09-27T15:55:41.7817869Z File "test_linalg.py", line 7365, in symmetric 2022-09-27T15:55:41.7818355Z return A.tril() + A.tril(-1).mT 2022-09-27T15:55:41.7818561Z 2022-09-27T15:55:41.7818682Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:41.7818903Z ========== 2022-09-27T15:55:41.8370064Z ok (0.365s) 2022-09-27T15:55:41.8702901Z test_ldl_factor_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:7375: ComplexWarning: scipy.linalg.ldl(): 2022-09-27T15:55:41.8703745Z The imaginary parts of the diagonalare ignored. Use "hermitian=False" for factorization ofcomplex symmetric arrays. 2022-09-27T15:55:41.8704415Z lambda x: scipy_ldl(x, hermitian=hermitian, lower=True), 2022-09-27T15:55:41.9304738Z ok (0.093s) 2022-09-27T15:55:41.9483810Z test_ldl_factor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:41.9656372Z test_ldl_factor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:42.0135548Z test_ldl_solve_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 7415 2022-09-27T15:55:42.0136302Z due to: 2022-09-27T15:55:42.0136636Z Traceback (most recent call last): 2022-09-27T15:55:42.0137505Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:55:42.0138084Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:55:42.0138544Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:55:42.0138818Z 2022-09-27T15:55:42.0138930Z from user code: 2022-09-27T15:55:42.0139359Z File "test_linalg.py", line 7423, in 2022-09-27T15:55:42.0139865Z expected_B = symmetric(A) @ X if not hermitian else A @ X 2022-09-27T15:55:42.0140230Z 2022-09-27T15:55:42.0140462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:42.0140813Z ========== 2022-09-27T15:55:42.0158942Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT symmetric test_linalg.py line 7419 2022-09-27T15:55:42.0159423Z due to: 2022-09-27T15:55:42.0159704Z Traceback (most recent call last): 2022-09-27T15:55:42.0160431Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 507, in call_method 2022-09-27T15:55:42.0160966Z *proxy_args_kwargs([self] + args, kwargs), 2022-09-27T15:55:42.0161709Z TypeError: can only concatenate list (not "tuple") to list 2022-09-27T15:55:42.0161966Z 2022-09-27T15:55:42.0162080Z from user code: 2022-09-27T15:55:42.0162455Z File "test_linalg.py", line 7420, in symmetric 2022-09-27T15:55:42.0163107Z return A.tril() + A.tril(-1).mT 2022-09-27T15:55:42.0163323Z 2022-09-27T15:55:42.0163559Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:42.0163971Z ========== 2022-09-27T15:55:42.0514185Z ok (0.085s) 2022-09-27T15:55:42.0802113Z test_ldl_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:42.0932319Z test_ldl_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:55:42.0977700Z test_ldl_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:55:42.1290028Z test_linalg_cross_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:55:42.1519714Z test_linalg_cross_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:42.1709968Z test_linalg_cross_with_and_without_dim_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:42.1862511Z test_linalg_cross_with_and_without_dim_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:55:42.3759691Z test_linalg_lstsq_batch_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.189s) 2022-09-27T15:55:42.4230273Z test_linalg_lstsq_batch_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T15:55:42.4631531Z test_linalg_lstsq_batch_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:42.5028623Z test_linalg_lstsq_batch_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:55:45.3896746Z test_linalg_lstsq_cpu_complex128 (__main__.TestLinalgCPU) ... ok (2.886s) 2022-09-27T15:55:46.9086667Z test_linalg_lstsq_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.518s) 2022-09-27T15:55:48.3054831Z test_linalg_lstsq_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.396s) 2022-09-27T15:55:49.6369600Z test_linalg_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.331s) 2022-09-27T15:55:49.9797657Z test_linalg_lstsq_input_checks_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT complement_device test_linalg.py line 410 2022-09-27T15:55:49.9798337Z due to: 2022-09-27T15:55:49.9798669Z Traceback (most recent call last): 2022-09-27T15:55:49.9799385Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:55:49.9800211Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:55:49.9801042Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:55:49.9801406Z 2022-09-27T15:55:49.9801518Z from user code: 2022-09-27T15:55:49.9801904Z File "test_linalg.py", line 411, in complement_device 2022-09-27T15:55:49.9802466Z if device == 'cpu' and torch.cuda.is_available(): 2022-09-27T15:55:49.9802726Z 2022-09-27T15:55:49.9802963Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:49.9803340Z ========== 2022-09-27T15:55:49.9885345Z ok (0.351s) 2022-09-27T15:55:50.1585557Z test_linalg_lstsq_input_checks_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.169s) 2022-09-27T15:55:50.3301774Z test_linalg_lstsq_input_checks_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.171s) 2022-09-27T15:55:50.5026539Z test_linalg_lstsq_input_checks_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.172s) 2022-09-27T15:55:50.6132069Z test_linalg_lu_family_cpu_complex128 (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:1660: 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-09-27T15:55:50.6132822Z LU, pivots = torch.lu(A, compute_pivots) 2022-09-27T15:55:50.6133181Z should be replaced with 2022-09-27T15:55:50.6133838Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-09-27T15:55:50.6134147Z and 2022-09-27T15:55:50.6134436Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-09-27T15:55:50.6134844Z should be replaced with 2022-09-27T15:55:50.6135369Z LU, pivots, info = torch.linalg.lu_factor_ex(A, compute_pivots) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:1925.) 2022-09-27T15:55:50.6135928Z return torch._lu_with_info(A, pivot=pivot, check_errors=(not get_infos)) 2022-09-27T15:55:51.3370181Z ok (0.834s) 2022-09-27T15:55:51.6607611Z test_linalg_lu_family_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.323s) 2022-09-27T15:55:51.9449077Z test_linalg_lu_family_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.283s) 2022-09-27T15:55:52.3738207Z test_linalg_lu_family_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.428s) 2022-09-27T15:55:52.4541901Z test_linalg_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.080s) 2022-09-27T15:55:52.4830557Z test_linalg_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:55:52.5073534Z test_linalg_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:55:52.5312234Z test_linalg_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:55:52.5358926Z test_linalg_matrix_exp_analytic_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:52.5403061Z test_linalg_matrix_exp_analytic_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:52.5446567Z test_linalg_matrix_exp_analytic_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:52.5490027Z test_linalg_matrix_exp_analytic_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:55:53.1817607Z test_linalg_matrix_exp_batch_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.632s) 2022-09-27T15:55:53.2018226Z test_linalg_matrix_exp_batch_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:55:53.2242487Z test_linalg_matrix_exp_boundary_cases_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:55:53.2362178Z test_linalg_matrix_exp_boundary_cases_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:53.2481569Z test_linalg_matrix_exp_boundary_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:53.2601561Z test_linalg_matrix_exp_boundary_cases_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.011s) 2022-09-27T15:55:53.8847887Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.624s) 2022-09-27T15:55:53.9807762Z test_linalg_matrix_exp_compare_with_taylor_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.095s) 2022-09-27T15:55:54.0724694Z test_linalg_matrix_exp_compare_with_taylor_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.091s) 2022-09-27T15:55:54.1697664Z test_linalg_matrix_exp_compare_with_taylor_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.097s) 2022-09-27T15:55:54.1842608Z test_linalg_matrix_exp_no_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:55:54.7552614Z test_linalg_matrix_exp_utils_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.570s) 2022-09-27T15:55:54.7663108Z test_linalg_matrix_exp_utils_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:55:54.8026286Z test_linalg_qr_autograd_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:55:54.8664628Z test_linalg_solve_triangular_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.063s) 2022-09-27T15:55:54.8881952Z test_linalg_solve_triangular_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:55:54.9067980Z test_linalg_solve_triangular_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:55:54.9246210Z test_linalg_solve_triangular_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:55:54.9403233Z test_linalg_solve_triangular_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_linalg_solve_triangular test_linalg.py line 4017 2022-09-27T15:55:54.9403989Z due to: 2022-09-27T15:55:54.9404306Z Traceback (most recent call last): 2022-09-27T15:55:54.9404981Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:55:54.9405564Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:55:54.9406161Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:55:54.9406495Z 2022-09-27T15:55:54.9406729Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:54.9407009Z 2022-09-27T15:55:54.9407175Z Traceback (most recent call last): 2022-09-27T15:55:54.9407860Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:55:54.9408309Z ) from e 2022-09-27T15:55:54.9408857Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:55:54.9409292Z 2022-09-27T15:55:54.9409511Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:54.9409875Z ========== 2022-09-27T15:55:56.5016596Z ok (1.576s) 2022-09-27T15:55:58.0691287Z test_linalg_solve_triangular_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.558s) 2022-09-27T15:55:58.4021597Z test_linalg_solve_triangular_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.323s) 2022-09-27T15:55:58.7007583Z test_linalg_solve_triangular_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.296s) 2022-09-27T15:55:58.7039127Z test_linalg_solve_triangular_large_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:58.7060871Z test_linalg_solve_triangular_large_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:55:58.7077900Z test_linalg_solve_triangular_large_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:55:58.7093987Z test_linalg_solve_triangular_large_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:55:58.7305170Z test_linear_algebra_scalar_raises_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 4370 2022-09-27T15:55:58.7305825Z due to: 2022-09-27T15:55:58.7306248Z Traceback (most recent call last): 2022-09-27T15:55:58.7306842Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:58.7307291Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:58.7307691Z RuntimeError: vector + matrix @ vector expected, got 1, 2, 0 2022-09-27T15:55:58.7307949Z 2022-09-27T15:55:58.7308190Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:58.7308467Z 2022-09-27T15:55:58.7308617Z Traceback (most recent call last): 2022-09-27T15:55:58.7309305Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:58.7309812Z raise TorchRuntimeError() from e 2022-09-27T15:55:58.7310207Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:58.7310442Z 2022-09-27T15:55:58.7310557Z from user code: 2022-09-27T15:55:58.7310878Z File "test_linalg.py", line 4370, in 2022-09-27T15:55:58.7311305Z self.assertRaises(RuntimeError, lambda: torch.mv(m, s)) 2022-09-27T15:55:58.7311565Z 2022-09-27T15:55:58.7311786Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:58.7312135Z ========== 2022-09-27T15:55:58.7506976Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 4371 2022-09-27T15:55:58.7507547Z due to: 2022-09-27T15:55:58.7508124Z Traceback (most recent call last): 2022-09-27T15:55:58.7508848Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:55:58.7509430Z return self._op(*args, **kwargs or {}) 2022-09-27T15:55:58.7510061Z RuntimeError: vector + matrix @ vector expected, got 1, 2, 0 2022-09-27T15:55:58.7510334Z 2022-09-27T15:55:58.7510669Z The above exception was the direct cause of the following exception: 2022-09-27T15:55:58.7510954Z 2022-09-27T15:55:58.7511108Z Traceback (most recent call last): 2022-09-27T15:55:58.7511910Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:55:58.7512546Z raise TorchRuntimeError() from e 2022-09-27T15:55:58.7513012Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:55:58.7513365Z 2022-09-27T15:55:58.7513485Z from user code: 2022-09-27T15:55:58.7513819Z File "test_linalg.py", line 4371, in 2022-09-27T15:55:58.7514246Z self.assertRaises(RuntimeError, lambda: torch.addmv(v, m, s)) 2022-09-27T15:55:58.7514522Z 2022-09-27T15:55:58.7514738Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:55:58.7515103Z ========== 2022-09-27T15:55:58.7561186Z ok (0.046s) 2022-09-27T15:55:58.8721685Z test_lobpcg_basic_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:5059: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:55:58.8722683Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:55:58.8723340Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:55:58.8723705Z should be replaced with 2022-09-27T15:55:58.8724305Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:55:58.8724665Z and 2022-09-27T15:55:58.8724950Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:55:58.8725292Z should be replaced with 2022-09-27T15:55:58.8726090Z 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:2806.) 2022-09-27T15:55:58.8726609Z e = torch.symeig(A)[0] 2022-09-27T15:55:59.5720152Z ok (0.815s) 2022-09-27T15:56:05.1868091Z test_lobpcg_ortho_cpu_float64 (__main__.TestLinalgCPU) ... ok (5.614s) 2022-09-27T15:56:05.1937104Z test_lobpcg_scipy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:13.4640697Z Compare torch and scipy.sparse.linalg implementations of lobpcg ... 2022-09-27T15:56:13.4641159Z CPU timings: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T15:56:13.4641857Z ------------------------------------------------------- 2022-09-27T15:56:13.4642315Z | standard | generalized | method 2022-09-27T15:56:13.4642796Z torch.lobpcg | 161.06 | 179.35 | ortho 2022-09-27T15:56:13.4643136Z scipy_lobpcg | 136.95 | 143.83 | N/A 2022-09-27T15:56:13.4643637Z -(input size: 500, eigenpairs: 7, units: ms per call)- 2022-09-27T15:56:13.4643973Z 2022-09-27T15:56:16.9046602Z Calling scipy_lobpcg failed [standard]: eigh has failed in lobpcg iterations 2022-09-27T15:56:21.6007652Z Handling of small tol=1e-100: torch.lobpcg vs scipy.sparse.linalg.lobpcg 2022-09-27T15:56:21.6008283Z ---------------------------------------------------------------------------- 2022-09-27T15:56:21.6008695Z | standard | generalized | niter | method 2022-09-27T15:56:21.6009143Z torch.lobpcg | 2.08e-13 | 8.88e-15 | 1000 | ortho 2022-09-27T15:56:21.6009540Z scipy_lobpcg | -1.00e+00 | 1.41e+01 | -1 | N/A 2022-09-27T15:56:21.6010011Z ---(input size: 500, eigenpairs: 7, units: relative error, maxiter=1000)--- 2022-09-27T15:56:21.6010261Z 2022-09-27T15:56:21.6015177Z ok (16.414s) 2022-09-27T15:56:21.6058951Z test_lobpcg_torchscript_cpu_float64 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_lobpcg_torchscript test_linalg.py line 5114 2022-09-27T15:56:21.6059774Z due to: 2022-09-27T15:56:21.6059957Z Traceback (most recent call last): 2022-09-27T15:56:21.6060329Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T15:56:21.6060715Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T15:56:21.6061038Z NotImplementedError: argument of type: 2022-09-27T15:56:21.6061199Z 2022-09-27T15:56:21.6061271Z from user code: 2022-09-27T15:56:21.6061500Z File "test_linalg.py", line 5121, in test_lobpcg_torchscript 2022-09-27T15:56:21.6061745Z lobpcg = torch.jit.script(torch.lobpcg) 2022-09-27T15:56:21.6061887Z 2022-09-27T15:56:21.6062020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:21.6062240Z ========== 2022-09-27T15:56:22.4971850Z ok (0.895s) 2022-09-27T15:56:22.7351846Z test_lstsq_cpu_float64 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 7239 2022-09-27T15:56:22.7352479Z due to: 2022-09-27T15:56:22.7352818Z Traceback (most recent call last): 2022-09-27T15:56:22.7353774Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 1588, in LOAD_CLOSURE 2022-09-27T15:56:22.7354379Z self.push(self.closure_cells[inst.argval]) 2022-09-27T15:56:22.7354812Z KeyError: 'self' 2022-09-27T15:56:22.7355014Z 2022-09-27T15:56:22.7355124Z from user code: 2022-09-27T15:56:22.7355542Z File "test_linalg.py", line 7249, in 2022-09-27T15:56:22.7356009Z _test_overdetermined(a, b, expectedNorm) 2022-09-27T15:56:22.7356263Z 2022-09-27T15:56:22.7356506Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:22.7356893Z ========== 2022-09-27T15:56:23.0325461Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [3, 2], 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-09-27T15:56:23.0326294Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:23.0393648Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 7183 2022-09-27T15:56:23.0394117Z due to: 2022-09-27T15:56:23.0394454Z Traceback (most recent call last): 2022-09-27T15:56:23.0395094Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:23.0395561Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:23.0395962Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (3x4 and 3x2) 2022-09-27T15:56:23.0396264Z 2022-09-27T15:56:23.0396521Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:23.0396853Z 2022-09-27T15:56:23.0397031Z Traceback (most recent call last): 2022-09-27T15:56:23.0397652Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:23.0398128Z raise TorchRuntimeError() from e 2022-09-27T15:56:23.0398579Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:23.0398820Z 2022-09-27T15:56:23.0398904Z from user code: 2022-09-27T15:56:23.0399140Z File "test_linalg.py", line 7186, in 2022-09-27T15:56:23.0399549Z self.assertEqual((torch.mm(a_copy, b) - b_copy).norm(), expectedNorm, atol=1e-8, rtol=0) 2022-09-27T15:56:23.0399733Z 2022-09-27T15:56:23.0399865Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:23.0400074Z ========== 2022-09-27T15:56:23.0400927Z test_linalg.py:7185: UserWarning: An output with one or more elements was resized since it had shape [3, 2], 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-09-27T15:56:23.0401603Z res3 = torch.lstsq(b, a, out=(b, a))[0] 2022-09-27T15:56:23.0412756Z ok (0.544s) 2022-09-27T15:56:23.0822122Z test_lu_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.lu_solve is deprecated in favor of torch.linalg.lu_solveand will be removed in a future PyTorch release. 2022-09-27T15:56:23.0822988Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-09-27T15:56:23.0823369Z X = torch.lu_solve(B, LU, pivots) 2022-09-27T15:56:23.0823691Z should be replaced with 2022-09-27T15:56:23.0824276Z X = torch.linalg.lu_solve(LU, pivots, B) (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2079.) 2022-09-27T15:56:23.0824880Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:23.1557246Z ok (0.114s) 2022-09-27T15:56:23.2345316Z test_lu_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-09-27T15:56:23.2397426Z test_lu_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:23.2442464Z test_lu_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:23.2631611Z test_lu_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 6879 2022-09-27T15:56:23.2632213Z due to: 2022-09-27T15:56:23.2632528Z Traceback (most recent call last): 2022-09-27T15:56:23.2633387Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 1588, in LOAD_CLOSURE 2022-09-27T15:56:23.2633934Z self.push(self.closure_cells[inst.argval]) 2022-09-27T15:56:23.2634335Z KeyError: 'device' 2022-09-27T15:56:23.2634520Z 2022-09-27T15:56:23.2634648Z from user code: 2022-09-27T15:56:23.2635035Z File "test_linalg.py", line 6881, in 2022-09-27T15:56:23.2635424Z sub_test(True) 2022-09-27T15:56:23.2635599Z 2022-09-27T15:56:23.2635827Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:23.2636181Z ========== 2022-09-27T15:56:23.6177692Z ok (0.373s) 2022-09-27T15:56:23.7814723Z test_lu_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.163s) 2022-09-27T15:56:23.8996627Z test_lu_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.117s) 2022-09-27T15:56:23.9227127Z test_lu_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:56:23.9244278Z test_lu_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:23.9260465Z test_lu_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:23.9275963Z test_lu_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:23.9291193Z test_lu_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T15:56:23.9509302Z test_lu_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:23.9552862Z test_lu_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:23.9591029Z test_lu_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:23.9629665Z test_lu_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.003s) 2022-09-27T15:56:23.9646381Z test_lu_solve_large_matrices_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.9661439Z test_lu_solve_large_matrices_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.9675555Z test_lu_solve_large_matrices_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.9690131Z test_lu_solve_large_matrices_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:23.9910603Z test_lu_unpack_check_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:23.9929763Z test_matmul_45724_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:24.3706088Z test_matmul_small_brute_force_1d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [1, 1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:24.3707491Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:24.3727319Z test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [2], which does not match the required output shape [1, 2]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:24.3728381Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:24.3748953Z test_linalg.py:4306: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [1, 3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:24.3750024Z ans = torch.matmul(x, y, out=out) 2022-09-27T15:56:24.8054958Z ok (0.812s) 2022-09-27T15:56:25.1739854Z test_matmul_small_brute_force_1d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.368s) 2022-09-27T15:56:25.4068634Z test_matmul_small_brute_force_1d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.228s) 2022-09-27T15:56:27.1879777Z test_matmul_small_brute_force_2d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (1.780s) 2022-09-27T15:56:28.6604677Z test_matmul_small_brute_force_2d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.470s) 2022-09-27T15:56:29.6526028Z test_matmul_small_brute_force_2d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.987s) 2022-09-27T15:56:31.6933719Z test_matmul_small_brute_force_3d_Nd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (2.038s) 2022-09-27T15:56:33.3876298Z test_matmul_small_brute_force_3d_Nd_cpu_float32 (__main__.TestLinalgCPU) ... ok (1.694s) 2022-09-27T15:56:34.4514203Z test_matmul_small_brute_force_3d_Nd_cpu_int64 (__main__.TestLinalgCPU) ... ok (1.060s) 2022-09-27T15:56:34.4876054Z test_matrix_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:56:34.5133231Z test_matrix_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:56:34.6286802Z test_matrix_power_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.115s) 2022-09-27T15:56:34.6578358Z test_matrix_power_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.028s) 2022-09-27T15:56:34.7355876Z test_matrix_power_non_negative_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.077s) 2022-09-27T15:56:34.7768693Z test_matrix_power_non_negative_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:56:34.8841506Z test_matrix_rank_atol_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.107s) 2022-09-27T15:56:34.9715877Z test_matrix_rank_atol_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.087s) 2022-09-27T15:56:34.9923157Z test_matrix_rank_atol_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.020s) 2022-09-27T15:56:35.0118446Z test_matrix_rank_atol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:35.0368160Z test_matrix_rank_atol_rtol_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.024s) 2022-09-27T15:56:35.1044808Z test_matrix_rank_basic_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.067s) 2022-09-27T15:56:35.1595932Z test_matrix_rank_basic_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T15:56:35.2101033Z test_matrix_rank_basic_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:56:35.2567320Z test_matrix_rank_basic_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.046s) 2022-09-27T15:56:35.2724640Z test_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_linalg.py line 3253 2022-09-27T15:56:35.2725055Z due to: 2022-09-27T15:56:35.2725248Z Traceback (most recent call last): 2022-09-27T15:56:35.2725793Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:56:35.2726282Z return n.meta["example_value"] 2022-09-27T15:56:35.2726708Z KeyError: 'example_value' 2022-09-27T15:56:35.2726888Z 2022-09-27T15:56:35.2726961Z from user code: 2022-09-27T15:56:35.2727171Z File "test_linalg.py", line 3257, in run_test 2022-09-27T15:56:35.2727414Z self.assertEqual(rank_a, matrix_rank(a.mH)) 2022-09-27T15:56:35.2727544Z 2022-09-27T15:56:35.2727685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:35.2727952Z ========== 2022-09-27T15:56:35.2863396Z ok (0.029s) 2022-09-27T15:56:35.3025658Z test_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:35.3177496Z test_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.015s) 2022-09-27T15:56:35.3326306Z test_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:56:35.3466444Z test_matrix_rank_empty_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_matrix_rank_empty test_linalg.py line 3345 2022-09-27T15:56:35.3467019Z due to: 2022-09-27T15:56:35.3467330Z Traceback (most recent call last): 2022-09-27T15:56:35.3468003Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:56:35.3468493Z return n.meta["example_value"] 2022-09-27T15:56:35.3468873Z KeyError: 'example_value' 2022-09-27T15:56:35.3469075Z 2022-09-27T15:56:35.3469197Z from user code: 2022-09-27T15:56:35.3469565Z File "test_linalg.py", line 3379, in test_matrix_rank_empty 2022-09-27T15:56:35.3469928Z run_test(0, 0, batch) 2022-09-27T15:56:35.3470110Z 2022-09-27T15:56:35.3470331Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:35.3470699Z ========== 2022-09-27T15:56:35.3526301Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_linalg.py line 3353 2022-09-27T15:56:35.3526749Z due to: 2022-09-27T15:56:35.3527062Z Traceback (most recent call last): 2022-09-27T15:56:35.3527729Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:56:35.3528193Z return n.meta["example_value"] 2022-09-27T15:56:35.3528580Z KeyError: 'example_value' 2022-09-27T15:56:35.3528781Z 2022-09-27T15:56:35.3528898Z from user code: 2022-09-27T15:56:35.3529219Z File "test_linalg.py", line 3358, in run_test 2022-09-27T15:56:35.3529613Z self.assertEqual(rank_a, matrix_rank(a.mH)) 2022-09-27T15:56:35.3529854Z 2022-09-27T15:56:35.3530071Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:35.3530710Z ========== 2022-09-27T15:56:35.3600207Z ok (0.027s) 2022-09-27T15:56:35.3697349Z test_matrix_rank_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:56:35.3798680Z test_matrix_rank_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:56:35.3905006Z test_matrix_rank_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:56:35.4118227Z test_matrix_rank_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:35.4297245Z test_matrix_rank_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:35.4476618Z test_matrix_rank_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:35.4650475Z test_matrix_rank_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:35.4977426Z test_mm_bmm_non_memory_dense_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 5604 2022-09-27T15:56:35.4977994Z due to: 2022-09-27T15:56:35.4978328Z Traceback (most recent call last): 2022-09-27T15:56:35.4978995Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:56:35.4979581Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:56:35.4980176Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:56:35.4980524Z 2022-09-27T15:56:35.4980752Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:35.4981014Z 2022-09-27T15:56:35.4981167Z Traceback (most recent call last): 2022-09-27T15:56:35.4981835Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:56:35.4982282Z ) from e 2022-09-27T15:56:35.4982851Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:56:35.4983283Z 2022-09-27T15:56:35.4983490Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:35.4983860Z ========== 2022-09-27T15:56:35.5078331Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT t_b test_linalg.py line 5615 2022-09-27T15:56:35.5078738Z due to: 2022-09-27T15:56:35.5079048Z Traceback (most recent call last): 2022-09-27T15:56:35.5079734Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:56:35.5080309Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:56:35.5080880Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:56:35.5081231Z 2022-09-27T15:56:35.5081457Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:35.5081734Z 2022-09-27T15:56:35.5081883Z Traceback (most recent call last): 2022-09-27T15:56:35.5082566Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:56:35.5083002Z ) from e 2022-09-27T15:56:35.5083570Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:56:35.5083998Z 2022-09-27T15:56:35.5084220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:35.5084587Z ========== 2022-09-27T15:56:35.5086563Z ok (0.043s) 2022-09-27T15:56:35.5132262Z test_mm_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:56:35.5173220Z test_mm_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:56:35.5212843Z test_mm_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:56:35.5254848Z test_mm_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:56:35.5294536Z test_mm_cpu_int32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:56:35.5334360Z test_mm_cpu_int64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T15:56:35.8427649Z test_multi_dot_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.309s) 2022-09-27T15:56:35.8507294Z test_multi_dot_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:36.0911879Z test_multi_dot_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.240s) 2022-09-27T15:56:36.1623704Z test_norm_complex_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.071s) 2022-09-27T15:56:36.1819999Z test_norm_complex_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:36.2314735Z test_norm_complex_old_cpu (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T15:56:36.6079943Z test_norm_dtype_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (0.376s) 2022-09-27T15:56:36.6605469Z test_norm_dtype_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.052s) 2022-09-27T15:56:36.7387230Z test_norm_dtype_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.078s) 2022-09-27T15:56:36.7969409Z test_norm_dtype_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.058s) 2022-09-27T15:56:36.8707593Z test_norm_dtype_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-09-27T15:56:36.9204741Z test_norm_dtype_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:56:37.1752213Z test_norm_errors_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.254s) 2022-09-27T15:56:37.3241099Z test_norm_errors_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.148s) 2022-09-27T15:56:37.3660286Z test_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:37.3660637Z ret **= (1 / ord) 2022-09-27T15:56:37.3675913Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:56:37.3676305Z absx **= ord 2022-09-27T15:56:37.3677099Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:56:37.3677463Z absx **= ord 2022-09-27T15:56:37.4036758Z ok (0.079s) 2022-09-27T15:56:37.4740607Z test_norm_fastpaths_cpu (__main__.TestLinalgCPU) ... ok (0.070s) 2022-09-27T15:56:37.6109216Z test_norm_fro_2_equivalence_old_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.136s) 2022-09-27T15:56:37.6129858Z test_norm_fused_type_promotion_cpu_bfloat16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:56:37.6148855Z test_norm_fused_type_promotion_cpu_float16 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:37.9733502Z test_norm_matrix_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.358s) 2022-09-27T15:56:38.1531829Z test_norm_matrix_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.179s) 2022-09-27T15:56:38.7294339Z test_norm_matrix_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.576s) 2022-09-27T15:56:39.1740583Z test_norm_matrix_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.444s) 2022-09-27T15:56:39.6073103Z test_norm_matrix_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.433s) 2022-09-27T15:56:40.0387538Z test_norm_matrix_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.431s) 2022-09-27T15:56:40.1583512Z test_norm_old_cpu (__main__.TestLinalgCPU) ... ok (0.119s) 2022-09-27T15:56:40.1756103Z test_norm_old_nan_propagation_cpu (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:56:40.4480365Z test_norm_vector_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.272s) 2022-09-27T15:56:41.5521768Z test_norm_vector_cpu_float64 (__main__.TestLinalgCPU) ... ok (1.103s) 2022-09-27T15:56:41.8769913Z test_norm_vector_degenerate_shapes_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.324s) 2022-09-27T15:56:42.0454135Z test_norm_vector_degenerate_shapes_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.168s) 2022-09-27T15:56:42.2137026Z test_norm_vector_degenerate_shapes_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.168s) 2022-09-27T15:56:42.3798959Z test_norm_vector_degenerate_shapes_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.166s) 2022-09-27T15:56:43.5141441Z test_nuclear_norm_axes_small_brute_force_old_cpu (__main__.TestLinalgCPU) ... ok (1.134s) 2022-09-27T15:56:43.5649034Z test_nuclear_norm_exceptions_old_cpu (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:56:43.6048782Z test_nuclear_norm_out_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:56:43.6215034Z test_nuclear_norm_out_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:43.6628498Z test_old_cholesky_batched_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 588 2022-09-27T15:56:43.6629244Z due to: 2022-09-27T15:56:43.6632863Z Traceback (most recent call last): 2022-09-27T15:56:43.6633654Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:43.6634106Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:43.6637596Z NotImplementedError: Could not run 'aten::cholesky' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::cholesky' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:56:43.6639607Z 2022-09-27T15:56:43.6639896Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:56:43.6640610Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:56:43.6641372Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:56:43.6642135Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:56:43.6642935Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:56:43.6643638Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:56:43.6644306Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:56:43.6644968Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:56:43.6645646Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:56:43.6646374Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:56:43.6647386Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6648106Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6648905Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6649606Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6650311Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6651007Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6651699Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6652393Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6653097Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6653790Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6654490Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6655184Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6655910Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6656728Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6657473Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6658204Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.6658904Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:56:43.6659527Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T15:56:43.6660179Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:56:43.6660887Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp:579 [kernel] 2022-09-27T15:56:43.6661684Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:56:43.6662436Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:56:43.6663159Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:56:43.6663886Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:56:43.6664647Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:56:43.6665428Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:56:43.6666205Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:56:43.6666659Z 2022-09-27T15:56:43.6666667Z 2022-09-27T15:56:43.6666887Z During handling of the above exception, another exception occurred: 2022-09-27T15:56:43.6667163Z 2022-09-27T15:56:43.6667367Z Traceback (most recent call last): 2022-09-27T15:56:43.6667978Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:43.6668426Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:43.6669283Z torch._C._LinAlgError: cholesky: The factorization could not be completed because the input is not positive-definite (the leading minor of order 1 is not positive-definite). 2022-09-27T15:56:43.6669745Z 2022-09-27T15:56:43.6669979Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:43.6670260Z 2022-09-27T15:56:43.6670415Z Traceback (most recent call last): 2022-09-27T15:56:43.6671092Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:43.6671581Z raise TorchRuntimeError() from e 2022-09-27T15:56:43.6671973Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:43.6672211Z 2022-09-27T15:56:43.6672325Z from user code: 2022-09-27T15:56:43.6672708Z File "test_linalg.py", line 589, in 2022-09-27T15:56:43.6673482Z cholesky_exp = torch.stack([m.cholesky(upper=upper) for m in A.reshape(-1, n, n)]) 2022-09-27T15:56:43.6673785Z 2022-09-27T15:56:43.6674013Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:43.6674365Z ========== 2022-09-27T15:56:43.6765278Z ok (0.054s) 2022-09-27T15:56:43.6950937Z test_old_cholesky_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:43.7088117Z test_old_cholesky_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:56:43.7136027Z test_old_cholesky_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:43.7157304Z test_old_cholesky_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:56:43.7173261Z test_old_cholesky_batched_upper_cpu_complex128 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:43.7188823Z test_old_cholesky_batched_upper_cpu_complex64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:43.7203691Z test_old_cholesky_batched_upper_cpu_float32 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:43.7218691Z test_old_cholesky_batched_upper_cpu_float64 (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:43.7445282Z test_old_cholesky_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 604 2022-09-27T15:56:43.7445900Z due to: 2022-09-27T15:56:43.7446207Z Traceback (most recent call last): 2022-09-27T15:56:43.7446845Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:43.7447297Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:43.7450979Z NotImplementedError: Could not run 'aten::cholesky' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::cholesky' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:56:43.7452966Z 2022-09-27T15:56:43.7453251Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:56:43.7454045Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:56:43.7454799Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:56:43.7455528Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:56:43.7456366Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:56:43.7457080Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:56:43.7457741Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:56:43.7458391Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:56:43.7459059Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:56:43.7459792Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:56:43.7460536Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7461232Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7461934Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7462633Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7463331Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7464002Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7464684Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7465373Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7466063Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7466738Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7467434Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7468134Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7468860Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7469589Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7470327Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7471157Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T15:56:43.7471843Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T15:56:43.7472490Z AutocastCPU: registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:487 [kernel] 2022-09-27T15:56:43.7473135Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:56:43.7474004Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp:579 [kernel] 2022-09-27T15:56:43.7474786Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:56:43.7475515Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:56:43.7476232Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:56:43.7476971Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:56:43.7477716Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:56:43.7478474Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:56:43.7479238Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:56:43.7479631Z 2022-09-27T15:56:43.7479638Z 2022-09-27T15:56:43.7479868Z During handling of the above exception, another exception occurred: 2022-09-27T15:56:43.7480144Z 2022-09-27T15:56:43.7480293Z Traceback (most recent call last): 2022-09-27T15:56:43.7480894Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:43.7481342Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:43.7482193Z torch._C._LinAlgError: cholesky: The factorization could not be completed because the input is not positive-definite (the leading minor of order 1 is not positive-definite). 2022-09-27T15:56:43.7482653Z 2022-09-27T15:56:43.7482876Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:43.7483138Z 2022-09-27T15:56:43.7483288Z Traceback (most recent call last): 2022-09-27T15:56:43.7483940Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:43.7484434Z raise TorchRuntimeError() from e 2022-09-27T15:56:43.7484810Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:43.7485046Z 2022-09-27T15:56:43.7485163Z from user code: 2022-09-27T15:56:43.7485547Z File "test_linalg.py", line 607, in 2022-09-27T15:56:43.7485926Z C = torch.cholesky(A) 2022-09-27T15:56:43.7486118Z 2022-09-27T15:56:43.7486337Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:43.7486705Z ========== 2022-09-27T15:56:43.7486979Z ok (0.023s) 2022-09-27T15:56:43.7533056Z test_old_cholesky_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.007s) 2022-09-27T15:56:43.7601793Z test_old_cholesky_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:43.7671099Z test_old_cholesky_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.006s) 2022-09-27T15:56:43.8132078Z test_old_cholesky_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T15:56:43.8441434Z test_old_cholesky_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:43.8755806Z test_old_cholesky_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:43.9070873Z test_old_cholesky_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:43.9168832Z test_old_matrix_rank_cpu_complex128 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:730.) 2022-09-27T15:56:43.9170094Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:44.1712720Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.matrix_rank is deprecated in favor of torch.linalg.matrix_rankand will be removed in a future PyTorch release. The parameter 'symmetric' was renamed in torch.linalg.matrix_rank to 'hermitian'. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:721.) 2022-09-27T15:56:44.1713887Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:44.3378444Z ok (0.430s) 2022-09-27T15:56:44.5635006Z test_old_matrix_rank_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.225s) 2022-09-27T15:56:44.7899096Z test_old_matrix_rank_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.226s) 2022-09-27T15:56:45.0165681Z test_old_matrix_rank_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.226s) 2022-09-27T15:56:45.8548698Z test_ormqr_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.838s) 2022-09-27T15:56:45.9300221Z test_ormqr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.074s) 2022-09-27T15:56:45.9929976Z test_ormqr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.061s) 2022-09-27T15:56:46.0533218Z test_ormqr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.059s) 2022-09-27T15:56:46.0844141Z test_ormqr_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.030s) 2022-09-27T15:56:46.1085686Z test_ormqr_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:46.1321075Z test_ormqr_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:46.1557057Z test_ormqr_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.023s) 2022-09-27T15:56:46.3043532Z test_outer_cpu_bfloat16 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.3044116Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.3146275Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.4061914Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.4062448Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.4110619Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.4976234Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.4976858Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.5026246Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.5044325Z ok (0.348s) 2022-09-27T15:56:46.6047776Z test_outer_cpu_bool (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.6048348Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.6095432Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.6931764Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.6932306Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.6982064Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.7779763Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.7780306Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.7829412Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.7836384Z ok (0.279s) 2022-09-27T15:56:46.8759234Z test_outer_cpu_complex128 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.8759807Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.8809915Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.9667787Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.9668365Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:46.9720936Z :6: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.9813931Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:46.9814401Z torch.ger(a, b, out=out) 2022-09-27T15:56:46.9819457Z ok (0.198s) 2022-09-27T15:56:47.0018250Z test_outer_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0018715Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0143966Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0144399Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0226797Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0227232Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0230846Z ok (0.040s) 2022-09-27T15:56:47.0421383Z test_outer_cpu_float16 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0421852Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0545773Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0546302Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0630674Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0631061Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0633975Z ok (0.040s) 2022-09-27T15:56:47.0819871Z test_outer_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0820502Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.0939242Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.0939845Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1024401Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1024813Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1027586Z ok (0.039s) 2022-09-27T15:56:47.1218898Z test_outer_cpu_float64 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1219368Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1340056Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1340559Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1420910Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1421376Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1423327Z ok (0.039s) 2022-09-27T15:56:47.1609062Z test_outer_cpu_int16 (__main__.TestLinalgCPU) ... test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1609598Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1719257Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1719652Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1793008Z test_linalg.py:132: UserWarning: torch.ger is deprecated and will be removed in a future PyTorch release. Use torch.outer instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/LinearAlgebra.cpp:1154.) 2022-09-27T15:56:47.1793631Z torch.ger(a, b, out=out) 2022-09-27T15:56:47.1795152Z ok (0.037s) 2022-09-27T15:56:47.1849899Z test_outer_cpu_int32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:56:47.1898534Z test_outer_cpu_int64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:47.1946506Z test_outer_cpu_int8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:47.1994106Z test_outer_cpu_uint8 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:56:47.2165544Z test_outer_ger_addr_legacy_tests_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 842 2022-09-27T15:56:47.2166124Z due to: 2022-09-27T15:56:47.2166402Z Traceback (most recent call last): 2022-09-27T15:56:47.2166919Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:56:47.2167238Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:47.2167608Z RuntimeError: outer: Expected 1-D argument vec2, but got 0-D 2022-09-27T15:56:47.2167768Z 2022-09-27T15:56:47.2167906Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:47.2168072Z 2022-09-27T15:56:47.2168186Z Traceback (most recent call last): 2022-09-27T15:56:47.2168608Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:47.2168911Z raise TorchRuntimeError() from e 2022-09-27T15:56:47.2169203Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:47.2169347Z 2022-09-27T15:56:47.2169417Z from user code: 2022-09-27T15:56:47.2169607Z File "test_linalg.py", line 842, in 2022-09-27T15:56:47.2169925Z self.assertRaises(RuntimeError, lambda: torch.outer(a, b)) 2022-09-27T15:56:47.2170086Z 2022-09-27T15:56:47.2170220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2170430Z ========== 2022-09-27T15:56:47.2237681Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 843 2022-09-27T15:56:47.2238034Z due to: 2022-09-27T15:56:47.2238268Z Traceback (most recent call last): 2022-09-27T15:56:47.2238687Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:56:47.2239062Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:47.2239461Z RuntimeError: outer: Expected 1-D argument self, but got 0-D 2022-09-27T15:56:47.2239625Z 2022-09-27T15:56:47.2239841Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:47.2240102Z 2022-09-27T15:56:47.2240262Z Traceback (most recent call last): 2022-09-27T15:56:47.2240974Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:47.2241621Z raise TorchRuntimeError() from e 2022-09-27T15:56:47.2242062Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:47.2242333Z 2022-09-27T15:56:47.2242464Z from user code: 2022-09-27T15:56:47.2242686Z File "test_linalg.py", line 843, in 2022-09-27T15:56:47.2242935Z self.assertRaises(RuntimeError, lambda: torch.outer(b, a)) 2022-09-27T15:56:47.2243095Z 2022-09-27T15:56:47.2243449Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2243668Z ========== 2022-09-27T15:56:47.2329596Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 844 2022-09-27T15:56:47.2330223Z due to: 2022-09-27T15:56:47.2330582Z Traceback (most recent call last): 2022-09-27T15:56:47.2331275Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:56:47.2331662Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:47.2332150Z RuntimeError: outer: Expected 1-D argument vec2, but got 0-D 2022-09-27T15:56:47.2332446Z 2022-09-27T15:56:47.2332706Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:47.2332911Z 2022-09-27T15:56:47.2333003Z Traceback (most recent call last): 2022-09-27T15:56:47.2333379Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:47.2333679Z raise TorchRuntimeError() from e 2022-09-27T15:56:47.2333914Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:47.2334053Z 2022-09-27T15:56:47.2334111Z from user code: 2022-09-27T15:56:47.2334309Z File "test_linalg.py", line 844, in 2022-09-27T15:56:47.2334569Z self.assertRaises(RuntimeError, lambda: torch.ger(a, b)) 2022-09-27T15:56:47.2334728Z 2022-09-27T15:56:47.2334858Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2335129Z ========== 2022-09-27T15:56:47.2435185Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 845 2022-09-27T15:56:47.2435640Z due to: 2022-09-27T15:56:47.2435993Z Traceback (most recent call last): 2022-09-27T15:56:47.2436564Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:56:47.2436972Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:47.2437546Z RuntimeError: outer: Expected 1-D argument self, but got 0-D 2022-09-27T15:56:47.2437861Z 2022-09-27T15:56:47.2438117Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:47.2438345Z 2022-09-27T15:56:47.2438437Z Traceback (most recent call last): 2022-09-27T15:56:47.2438829Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:47.2439110Z raise TorchRuntimeError() from e 2022-09-27T15:56:47.2439345Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:47.2439487Z 2022-09-27T15:56:47.2439557Z from user code: 2022-09-27T15:56:47.2439744Z File "test_linalg.py", line 845, in 2022-09-27T15:56:47.2440003Z self.assertRaises(RuntimeError, lambda: torch.ger(b, a)) 2022-09-27T15:56:47.2440160Z 2022-09-27T15:56:47.2440290Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2440507Z ========== 2022-09-27T15:56:47.2569561Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 846 2022-09-27T15:56:47.2569956Z due to: 2022-09-27T15:56:47.2570260Z Traceback (most recent call last): 2022-09-27T15:56:47.2570899Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:47.2571403Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:47.2571965Z RuntimeError: outer: Expected 1-D argument vec2, but got 0-D 2022-09-27T15:56:47.2572243Z 2022-09-27T15:56:47.2572392Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:47.2572544Z 2022-09-27T15:56:47.2572637Z Traceback (most recent call last): 2022-09-27T15:56:47.2573028Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:47.2573325Z raise TorchRuntimeError() from e 2022-09-27T15:56:47.2573547Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:47.2573686Z 2022-09-27T15:56:47.2573755Z from user code: 2022-09-27T15:56:47.2573955Z File "test_linalg.py", line 846, in 2022-09-27T15:56:47.2574428Z self.assertRaises(RuntimeError, lambda: torch.addr(m, a, b)) 2022-09-27T15:56:47.2574580Z 2022-09-27T15:56:47.2574710Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2574997Z ========== 2022-09-27T15:56:47.2701382Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 847 2022-09-27T15:56:47.2701795Z due to: 2022-09-27T15:56:47.2702134Z Traceback (most recent call last): 2022-09-27T15:56:47.2702788Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:56:47.2703278Z return self._op(*args, **kwargs or {}) 2022-09-27T15:56:47.2703748Z RuntimeError: outer: Expected 1-D argument self, but got 0-D 2022-09-27T15:56:47.2703908Z 2022-09-27T15:56:47.2704043Z The above exception was the direct cause of the following exception: 2022-09-27T15:56:47.2704208Z 2022-09-27T15:56:47.2704299Z Traceback (most recent call last): 2022-09-27T15:56:47.2704682Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:56:47.2704976Z raise TorchRuntimeError() from e 2022-09-27T15:56:47.2705209Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:56:47.2705353Z 2022-09-27T15:56:47.2705423Z from user code: 2022-09-27T15:56:47.2705611Z File "test_linalg.py", line 847, in 2022-09-27T15:56:47.2705869Z self.assertRaises(RuntimeError, lambda: torch.addr(m, b, a)) 2022-09-27T15:56:47.2706029Z 2022-09-27T15:56:47.2706159Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2706368Z ========== 2022-09-27T15:56:47.2744580Z ok (0.075s) 2022-09-27T15:56:47.2852782Z test_outer_type_promotion_cpu_bfloat16_bfloat16 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_outer_type_promotion test_linalg.py line 803 2022-09-27T15:56:47.2853228Z due to: 2022-09-27T15:56:47.2853429Z Traceback (most recent call last): 2022-09-27T15:56:47.2853861Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:56:47.2854338Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:56:47.2854826Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T15:56:47.2855049Z 2022-09-27T15:56:47.2855119Z from user code: 2022-09-27T15:56:47.2855349Z File "test_linalg.py", line 810, in test_outer_type_promotion 2022-09-27T15:56:47.2855630Z self.assertEqual(result.dtype, torch.result_type(a, b)) 2022-09-27T15:56:47.2855776Z 2022-09-27T15:56:47.2855907Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:47.2856125Z ========== 2022-09-27T15:56:47.2857824Z ok (0.011s) 2022-09-27T15:56:47.2879604Z test_outer_type_promotion_cpu_bfloat16_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.2900245Z test_outer_type_promotion_cpu_bfloat16_complex128 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.2919654Z test_outer_type_promotion_cpu_bfloat16_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.2938574Z test_outer_type_promotion_cpu_bfloat16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.2957315Z test_outer_type_promotion_cpu_bfloat16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.2975811Z test_outer_type_promotion_cpu_bfloat16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.2994802Z test_outer_type_promotion_cpu_bfloat16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3013281Z test_outer_type_promotion_cpu_bfloat16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3031794Z test_outer_type_promotion_cpu_bfloat16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3050372Z test_outer_type_promotion_cpu_bfloat16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3069332Z test_outer_type_promotion_cpu_bfloat16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3087773Z test_outer_type_promotion_cpu_bool_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3108685Z test_outer_type_promotion_cpu_bool_bool (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.3127691Z test_outer_type_promotion_cpu_bool_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3146882Z test_outer_type_promotion_cpu_bool_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3164900Z test_outer_type_promotion_cpu_bool_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3183450Z test_outer_type_promotion_cpu_bool_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3201976Z test_outer_type_promotion_cpu_bool_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3220491Z test_outer_type_promotion_cpu_bool_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3239052Z test_outer_type_promotion_cpu_bool_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3257526Z test_outer_type_promotion_cpu_bool_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3276079Z test_outer_type_promotion_cpu_bool_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3294453Z test_outer_type_promotion_cpu_bool_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3313475Z test_outer_type_promotion_cpu_complex128_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3332784Z test_outer_type_promotion_cpu_complex128_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3351236Z test_outer_type_promotion_cpu_complex128_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3369728Z test_outer_type_promotion_cpu_complex128_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3394566Z test_outer_type_promotion_cpu_complex128_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.3413095Z test_outer_type_promotion_cpu_complex128_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3431890Z test_outer_type_promotion_cpu_complex128_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3451048Z test_outer_type_promotion_cpu_complex128_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3470390Z test_outer_type_promotion_cpu_complex128_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3489084Z test_outer_type_promotion_cpu_complex128_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3507643Z test_outer_type_promotion_cpu_complex128_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3526155Z test_outer_type_promotion_cpu_complex128_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3544933Z test_outer_type_promotion_cpu_complex64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3563704Z test_outer_type_promotion_cpu_complex64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3582391Z test_outer_type_promotion_cpu_complex64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3600980Z test_outer_type_promotion_cpu_complex64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3619644Z test_outer_type_promotion_cpu_complex64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3638035Z test_outer_type_promotion_cpu_complex64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3656690Z test_outer_type_promotion_cpu_complex64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3675415Z test_outer_type_promotion_cpu_complex64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3693921Z test_outer_type_promotion_cpu_complex64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3712292Z test_outer_type_promotion_cpu_complex64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3731092Z test_outer_type_promotion_cpu_complex64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3749529Z test_outer_type_promotion_cpu_complex64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3768361Z test_outer_type_promotion_cpu_float16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3786853Z test_outer_type_promotion_cpu_float16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3805502Z test_outer_type_promotion_cpu_float16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3824127Z test_outer_type_promotion_cpu_float16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3842617Z test_outer_type_promotion_cpu_float16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3861228Z test_outer_type_promotion_cpu_float16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3880080Z test_outer_type_promotion_cpu_float16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3898665Z test_outer_type_promotion_cpu_float16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3919525Z test_outer_type_promotion_cpu_float16_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.3938287Z test_outer_type_promotion_cpu_float16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3957209Z test_outer_type_promotion_cpu_float16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3976108Z test_outer_type_promotion_cpu_float16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.3995286Z test_outer_type_promotion_cpu_float32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4013815Z test_outer_type_promotion_cpu_float32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4032615Z test_outer_type_promotion_cpu_float32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4051432Z test_outer_type_promotion_cpu_float32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4070162Z test_outer_type_promotion_cpu_float32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4088591Z test_outer_type_promotion_cpu_float32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4107393Z test_outer_type_promotion_cpu_float32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4126090Z test_outer_type_promotion_cpu_float32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4145399Z test_outer_type_promotion_cpu_float32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4163579Z test_outer_type_promotion_cpu_float32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4182337Z test_outer_type_promotion_cpu_float32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4200886Z test_outer_type_promotion_cpu_float32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4219797Z test_outer_type_promotion_cpu_float64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4238498Z test_outer_type_promotion_cpu_float64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4257349Z test_outer_type_promotion_cpu_float64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4276191Z test_outer_type_promotion_cpu_float64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4294873Z test_outer_type_promotion_cpu_float64_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4313835Z test_outer_type_promotion_cpu_float64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4332371Z test_outer_type_promotion_cpu_float64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4351302Z test_outer_type_promotion_cpu_float64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4370165Z test_outer_type_promotion_cpu_float64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4389038Z test_outer_type_promotion_cpu_float64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4407802Z test_outer_type_promotion_cpu_float64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4426538Z test_outer_type_promotion_cpu_float64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4447337Z test_outer_type_promotion_cpu_int16_bfloat16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.4466140Z test_outer_type_promotion_cpu_int16_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4485234Z test_outer_type_promotion_cpu_int16_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4504020Z test_outer_type_promotion_cpu_int16_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4522787Z test_outer_type_promotion_cpu_int16_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4541519Z test_outer_type_promotion_cpu_int16_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4560426Z test_outer_type_promotion_cpu_int16_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4578995Z test_outer_type_promotion_cpu_int16_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4598037Z test_outer_type_promotion_cpu_int16_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4616669Z test_outer_type_promotion_cpu_int16_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4635361Z test_outer_type_promotion_cpu_int16_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4654122Z test_outer_type_promotion_cpu_int16_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4672651Z test_outer_type_promotion_cpu_int32_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4691311Z test_outer_type_promotion_cpu_int32_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4710141Z test_outer_type_promotion_cpu_int32_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4729078Z test_outer_type_promotion_cpu_int32_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4747603Z test_outer_type_promotion_cpu_int32_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4766646Z test_outer_type_promotion_cpu_int32_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4785391Z test_outer_type_promotion_cpu_int32_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4804093Z test_outer_type_promotion_cpu_int32_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4822628Z test_outer_type_promotion_cpu_int32_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4841523Z test_outer_type_promotion_cpu_int32_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4860169Z test_outer_type_promotion_cpu_int32_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4878960Z test_outer_type_promotion_cpu_int32_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4897651Z test_outer_type_promotion_cpu_int64_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4916453Z test_outer_type_promotion_cpu_int64_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4935087Z test_outer_type_promotion_cpu_int64_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4953896Z test_outer_type_promotion_cpu_int64_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.4974432Z test_outer_type_promotion_cpu_int64_float16 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.4993121Z test_outer_type_promotion_cpu_int64_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5011909Z test_outer_type_promotion_cpu_int64_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5030688Z test_outer_type_promotion_cpu_int64_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5049778Z test_outer_type_promotion_cpu_int64_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5068123Z test_outer_type_promotion_cpu_int64_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5086954Z test_outer_type_promotion_cpu_int64_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5105724Z test_outer_type_promotion_cpu_int64_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5124334Z test_outer_type_promotion_cpu_int8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5142944Z test_outer_type_promotion_cpu_int8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5162012Z test_outer_type_promotion_cpu_int8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5180587Z test_outer_type_promotion_cpu_int8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5199378Z test_outer_type_promotion_cpu_int8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5217979Z test_outer_type_promotion_cpu_int8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5236769Z test_outer_type_promotion_cpu_int8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5255240Z test_outer_type_promotion_cpu_int8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5274125Z test_outer_type_promotion_cpu_int8_int32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5292846Z test_outer_type_promotion_cpu_int8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5311414Z test_outer_type_promotion_cpu_int8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5330200Z test_outer_type_promotion_cpu_int8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5348707Z test_outer_type_promotion_cpu_uint8_bfloat16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5367440Z test_outer_type_promotion_cpu_uint8_bool (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5386229Z test_outer_type_promotion_cpu_uint8_complex128 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5404977Z test_outer_type_promotion_cpu_uint8_complex64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5423605Z test_outer_type_promotion_cpu_uint8_float16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5442128Z test_outer_type_promotion_cpu_uint8_float32 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5461179Z test_outer_type_promotion_cpu_uint8_float64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5479457Z test_outer_type_promotion_cpu_uint8_int16 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5499760Z test_outer_type_promotion_cpu_uint8_int32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:56:47.5518714Z test_outer_type_promotion_cpu_uint8_int64 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5537425Z test_outer_type_promotion_cpu_uint8_int8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:47.5556031Z test_outer_type_promotion_cpu_uint8_uint8 (__main__.TestLinalgCPU) ... ok (0.001s) 2022-09-27T15:56:49.9087462Z test_pca_lowrank_cpu (__main__.TestLinalgCPU) ... ok (2.352s) 2022-09-27T15:56:50.3191469Z test_pinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.410s) 2022-09-27T15:56:50.4446888Z test_pinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.125s) 2022-09-27T15:56:50.5552312Z test_pinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.110s) 2022-09-27T15:56:50.6600592Z test_pinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.104s) 2022-09-27T15:56:50.7037856Z test_pinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.043s) 2022-09-27T15:56:50.7411093Z test_pinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:56:50.7782134Z test_pinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:56:50.8149645Z test_pinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:56:51.1371208Z test_pinverse_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.321s) 2022-09-27T15:56:51.1571978Z test_pinverse_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:56:51.1756552Z test_pinverse_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:51.1943212Z test_pinverse_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:56:51.1961635Z test_preferred_linalg_library_cpu (__main__.TestLinalgCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:56:51.1980763Z test_qr_batched_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.2201376Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.023s) 2022-09-27T15:56:51.2221530Z test_qr_batched_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.2415395Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.021s) 2022-09-27T15:56:51.2435257Z test_qr_batched_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.2636869Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.021s) 2022-09-27T15:56:51.2656998Z test_qr_batched_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:51.2853291Z test torch.linalg.qr vs numpy.linalg.qr. We need some special logic ... ok (0.021s) 2022-09-27T15:56:51.4180495Z test_qr_cpu_complex128 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-09-27T15:56:51.4181499Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-09-27T15:56:51.4181930Z Q, R = torch.qr(A, some) 2022-09-27T15:56:51.4182243Z should be replaced with 2022-09-27T15:56:51.4183048Z Q, R = torch.linalg.qr(A, 'reduced' if some else 'complete') (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2367.) 2022-09-27T15:56:51.4183691Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:52.2201300Z ok (0.934s) 2022-09-27T15:56:52.2621109Z test_qr_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:56:52.3000116Z test_qr_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:56:52.3361403Z test_qr_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.035s) 2022-09-27T15:56:52.3576914Z test_qr_error_cases_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:56:52.3593846Z test_qr_vs_numpy_cpu_complex128 (__main__.TestLinalgCPU) 2022-09-27T15:56:52.3890828Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.031s) 2022-09-27T15:56:52.3908336Z test_qr_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) 2022-09-27T15:56:52.3966754Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:52.3983972Z test_qr_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) 2022-09-27T15:56:52.4039732Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.007s) 2022-09-27T15:56:52.4057181Z test_qr_vs_numpy_cpu_float64 (__main__.TestLinalgCPU) 2022-09-27T15:56:52.4109666Z test torch.linalg.qr vs numpy.linalg.qr ... ok (0.006s) 2022-09-27T15:56:52.4223275Z test_renorm_cpu (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_renorm test_linalg.py line 4419 2022-09-27T15:56:52.4223912Z due to: 2022-09-27T15:56:52.4224292Z Traceback (most recent call last): 2022-09-27T15:56:52.4225123Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:56:52.4226082Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:56:52.4226883Z AssertionError: torch.* op returned non-Tensor int call_method nelement 2022-09-27T15:56:52.4227239Z 2022-09-27T15:56:52.4227387Z from user code: 2022-09-27T15:56:52.4227814Z File "test_linalg.py", line 4438, in test_renorm 2022-09-27T15:56:52.4228243Z m2 = renorm(m1, 2, 1, maxnorm) 2022-09-27T15:56:52.4228571Z 2022-09-27T15:56:52.4229135Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:52.4229503Z ========== 2022-09-27T15:56:52.4268128Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT renorm test_linalg.py line 4423 2022-09-27T15:56:52.4268772Z due to: 2022-09-27T15:56:52.4269080Z Traceback (most recent call last): 2022-09-27T15:56:52.4269764Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:56:52.4270469Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:56:52.4271263Z AssertionError: torch.* op returned non-Tensor int call_method nelement 2022-09-27T15:56:52.4271572Z 2022-09-27T15:56:52.4271692Z from user code: 2022-09-27T15:56:52.4272048Z File "test_linalg.py", line 4426, in renorm 2022-09-27T15:56:52.4272540Z m2 = m1.clone().resize_(m1.size(0), int(math.floor(m1.nelement() / m1.size(0)))) 2022-09-27T15:56:52.4272871Z 2022-09-27T15:56:52.4273144Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:52.4273812Z ========== 2022-09-27T15:56:52.4283051Z ok (0.017s) 2022-09-27T15:56:52.4452743Z test_renorm_ps_cpu (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:56:52.6840153Z test_slogdet_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.238s) 2022-09-27T15:56:52.7382678Z test_slogdet_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T15:56:52.7888624Z test_slogdet_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.050s) 2022-09-27T15:56:52.8386553Z test_slogdet_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.049s) 2022-09-27T15:56:52.8771290Z test_slogdet_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:56:52.9111802Z test_slogdet_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:56:52.9454019Z test_slogdet_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:56:52.9796668Z test_slogdet_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.034s) 2022-09-27T15:56:53.1839789Z test_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.204s) 2022-09-27T15:56:53.2899367Z test_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.105s) 2022-09-27T15:56:53.2989413Z test_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:53.3078058Z test_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:56:53.7602109Z test_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.452s) 2022-09-27T15:56:53.7976145Z test_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:56:53.8306428Z test_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.032s) 2022-09-27T15:56:53.8624691Z test_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.031s) 2022-09-27T15:56:53.8883617Z test_solve_removed_error_cpu (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:56:53.9273719Z test_strided_mm_bmm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:56:53.9605051Z test_strided_mm_bmm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.033s) 2022-09-27T15:56:54.0192518Z test_svd_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 2383 2022-09-27T15:56:54.0193071Z due to: 2022-09-27T15:56:54.0193455Z Traceback (most recent call last): 2022-09-27T15:56:54.0194162Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:56:54.0194934Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:56:54.0195799Z AssertionError: torch.* op returned non-Tensor _LinalgBackend call_function 2022-09-27T15:56:54.0196176Z 2022-09-27T15:56:54.0196295Z from user code: 2022-09-27T15:56:54.0196996Z File "test_linalg.py", line 2398, in 2022-09-27T15:56:54.0197477Z torch.backends.cuda.preferred_linalg_library(backend) 2022-09-27T15:56:54.0197755Z 2022-09-27T15:56:54.0197965Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:56:54.0198448Z ========== 2022-09-27T15:56:54.1475680Z ok (0.186s) 2022-09-27T15:56:54.2881035Z test_svd_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.140s) 2022-09-27T15:56:54.4125619Z test_svd_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.124s) 2022-09-27T15:56:54.5320768Z test_svd_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.119s) 2022-09-27T15:56:58.1046883Z test_svd_lowrank_cpu_float64 (__main__.TestLinalgCPU) ... ok (3.572s) 2022-09-27T15:56:58.4623173Z test_svd_memory_allocation_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.357s) 2022-09-27T15:56:58.6548969Z test_svd_memory_allocation_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.192s) 2022-09-27T15:56:58.7528550Z test_svd_memory_allocation_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.097s) 2022-09-27T15:56:58.8791423Z test_svd_memory_allocation_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.126s) 2022-09-27T15:56:58.9155617Z test_svd_nan_error_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:56:58.9433976Z test_svd_nan_error_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:58.9710637Z test_svd_nan_error_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:58.9991215Z test_svd_nan_error_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.027s) 2022-09-27T15:56:59.0505531Z test_symeig_cpu_complex128 (__main__.TestLinalgCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-09-27T15:56:59.0506544Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-09-27T15:56:59.0507094Z L, _ = torch.symeig(A, upper=upper) 2022-09-27T15:56:59.0507434Z should be replaced with 2022-09-27T15:56:59.0507934Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-09-27T15:56:59.0508277Z and 2022-09-27T15:56:59.0508590Z L, V = torch.symeig(A, eigenvectors=True) 2022-09-27T15:56:59.0508948Z should be replaced with 2022-09-27T15:56:59.0509718Z 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:2824.) 2022-09-27T15:56:59.0510323Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:59.4606245Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:59.4607450Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:59.4869309Z :7: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:59.8403475Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:56:59.8404856Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:56:59.8568088Z :7: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.1717934Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.1718692Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:57:00.1883108Z :7: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.2803200Z /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.2803946Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:57:00.2968359Z :7: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.3575212Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.3575979Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.3741997Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.3742786Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.3791232Z ok (1.379s) 2022-09-27T15:57:00.3930874Z test_symeig_cpu_complex64 (__main__.TestLinalgCPU) ... test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.3931612Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4051022Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.4051696Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4179725Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.4180386Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4337836Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.4338518Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4383341Z ok (0.059s) 2022-09-27T15:57:00.4447889Z test_symeig_cpu_float32 (__main__.TestLinalgCPU) ... test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.4448607Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4486626Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.4487505Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4531065Z test_linalg.py:6951: UserWarning: An output with one or more elements was resized since it had shape [3, 5, 5, 5], which does not match the required output shape [0]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T15:57:00.4531847Z torch.symeig(x, eigenvectors=eigenvectors, upper=upper, out=(oute, outv)) 2022-09-27T15:57:00.4636516Z ok (0.025s) 2022-09-27T15:57:00.4893165Z test_symeig_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.025s) 2022-09-27T15:57:00.5085612Z test_symeig_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 6995 2022-09-27T15:57:00.5086240Z due to: 2022-09-27T15:57:00.5086450Z Traceback (most recent call last): 2022-09-27T15:57:00.5086841Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:57:00.5087146Z return n.meta["example_value"] 2022-09-27T15:57:00.5087384Z KeyError: 'example_value' 2022-09-27T15:57:00.5087492Z 2022-09-27T15:57:00.5087567Z from user code: 2022-09-27T15:57:00.5087824Z File "test_linalg.py", line 6997, in 2022-09-27T15:57:00.5088121Z out_w = torch.empty(7, 7, dtype=real_dtype, device=device) 2022-09-27T15:57:00.5088272Z 2022-09-27T15:57:00.5088392Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:00.5088617Z ========== 2022-09-27T15:57:00.5171927Z ok (0.027s) 2022-09-27T15:57:00.5353168Z test_symeig_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:57:00.5535345Z test_symeig_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.018s) 2022-09-27T15:57:00.5716092Z test_symeig_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.017s) 2022-09-27T15:57:00.7703039Z test_tensordot_cpu (__main__.TestLinalgCPU) ... ok (0.198s) 2022-09-27T15:57:01.0867908Z test_tensorinv_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.316s) 2022-09-27T15:57:01.0969380Z test_tensorinv_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:57:01.1060292Z test_tensorinv_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.009s) 2022-09-27T15:57:01.1149429Z test_tensorinv_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.008s) 2022-09-27T15:57:01.1260301Z test_tensorinv_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.010s) 2022-09-27T15:57:01.1283559Z test_tensorinv_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:57:01.1306017Z test_tensorinv_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:57:01.1329017Z test_tensorinv_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.002s) 2022-09-27T15:57:01.3686346Z test_tensorinv_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.235s) 2022-09-27T15:57:01.5649145Z test_tensorinv_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.196s) 2022-09-27T15:57:01.7606491Z test_tensorinv_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.195s) 2022-09-27T15:57:01.9562157Z test_tensorinv_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.195s) 2022-09-27T15:57:02.0300741Z test_tensorinv_singular_input_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.073s) 2022-09-27T15:57:02.0698472Z test_tensorinv_singular_input_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:57:02.1089128Z test_tensorinv_singular_input_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.038s) 2022-09-27T15:57:02.1485587Z test_tensorinv_singular_input_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.039s) 2022-09-27T15:57:02.3542775Z test_tensorsolve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.205s) 2022-09-27T15:57:02.7219594Z test_tensorsolve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.367s) 2022-09-27T15:57:02.7270375Z test_tensorsolve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.005s) 2022-09-27T15:57:02.7317149Z test_tensorsolve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.004s) 2022-09-27T15:57:02.7483922Z test_tensorsolve_empty_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.016s) 2022-09-27T15:57:02.7631375Z test_tensorsolve_empty_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:57:02.7776731Z test_tensorsolve_empty_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:57:02.7923847Z test_tensorsolve_empty_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:57:02.8382805Z test_tensorsolve_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.045s) 2022-09-27T15:57:02.8661285Z test_triangular_solve_batched_broadcasting_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_linalg.py line 4226 2022-09-27T15:57:02.8661957Z due to: 2022-09-27T15:57:02.8662278Z Traceback (most recent call last): 2022-09-27T15:57:02.8662723Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:57:02.8663013Z return n.meta["example_value"] 2022-09-27T15:57:02.8663236Z KeyError: 'example_value' 2022-09-27T15:57:02.8663357Z 2022-09-27T15:57:02.8663427Z from user code: 2022-09-27T15:57:02.8663631Z File "test_linalg.py", line 4228, in run_test 2022-09-27T15:57:02.8663841Z unitriangular, device, dtype) 2022-09-27T15:57:02.8663972Z 2022-09-27T15:57:02.8664107Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:02.8664327Z ========== 2022-09-27T15:57:02.8699562Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT triangular_solve_test_helper test_linalg.py line 4095 2022-09-27T15:57:02.8699993Z due to: 2022-09-27T15:57:02.8700365Z Traceback (most recent call last): 2022-09-27T15:57:02.8701102Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:57:02.8701628Z return n.meta["example_value"] 2022-09-27T15:57:02.8702023Z KeyError: 'example_value' 2022-09-27T15:57:02.8702199Z 2022-09-27T15:57:02.8702315Z from user code: 2022-09-27T15:57:02.8702683Z File "test_linalg.py", line 4101, in triangular_solve_test_helper 2022-09-27T15:57:02.8703079Z A = torch.matmul(A, A.mT) 2022-09-27T15:57:02.8703277Z 2022-09-27T15:57:02.8703497Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:02.8703865Z ========== 2022-09-27T15:57:02.9200389Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linalg.py line 4215 2022-09-27T15:57:02.9200866Z due to: 2022-09-27T15:57:02.9201179Z Traceback (most recent call last): 2022-09-27T15:57:02.9201873Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T15:57:02.9202389Z return proxy.node.target(*args, **kwargs) 2022-09-27T15:57:02.9202800Z RuntimeError: expected a torch.Size as argument 1 2022-09-27T15:57:02.9203607Z 2022-09-27T15:57:02.9203840Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:02.9204128Z 2022-09-27T15:57:02.9204280Z Traceback (most recent call last): 2022-09-27T15:57:02.9204930Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:02.9205424Z raise TorchRuntimeError() from e 2022-09-27T15:57:02.9205827Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:02.9206067Z 2022-09-27T15:57:02.9206171Z from user code: 2022-09-27T15:57:02.9206707Z File "test_linalg.py", line 4217, in 2022-09-27T15:57:02.9207131Z torch.Size(batch_dims_B))) 2022-09-27T15:57:02.9207334Z 2022-09-27T15:57:02.9207812Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:02.9208174Z ========== 2022-09-27T15:57:02.9208751Z test_linalg.py:4231: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:57:02.9209564Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:57:02.9210043Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:57:02.9210389Z should be replaced with 2022-09-27T15:57:02.9210963Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:57:02.9211671Z x = torch.triangular_solve(b, A, upper=upper, transpose=transpose, unitriangular=unitriangular)[0] 2022-09-27T15:57:02.9657966Z ok (0.127s) 2022-09-27T15:57:02.9885931Z test_triangular_solve_batched_broadcasting_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:57:03.0103545Z test_triangular_solve_batched_broadcasting_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.021s) 2022-09-27T15:57:03.0325462Z test_triangular_solve_batched_broadcasting_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.022s) 2022-09-27T15:57:03.0599544Z test_triangular_solve_batched_cpu_complex128 (__main__.TestLinalgCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT triangular_solve_batch_helper test_linalg.py line 4131 2022-09-27T15:57:03.0601118Z due to: 2022-09-27T15:57:03.0601438Z Traceback (most recent call last): 2022-09-27T15:57:03.0602141Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:57:03.0602608Z return n.meta["example_value"] 2022-09-27T15:57:03.0602996Z KeyError: 'example_value' 2022-09-27T15:57:03.0603198Z 2022-09-27T15:57:03.0603316Z from user code: 2022-09-27T15:57:03.0603688Z File "test_linalg.py", line 4133, in triangular_solve_batch_helper 2022-09-27T15:57:03.0604112Z unitriangular, device, dtype) 2022-09-27T15:57:03.0604327Z 2022-09-27T15:57:03.0604549Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:03.0604911Z ========== 2022-09-27T15:57:03.0667221Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT triangular_solve_zero_batch_helper test_linalg.py line 4150 2022-09-27T15:57:03.0667694Z due to: 2022-09-27T15:57:03.0668004Z Traceback (most recent call last): 2022-09-27T15:57:03.0668655Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 67, in visit 2022-09-27T15:57:03.0669137Z return n.meta["example_value"] 2022-09-27T15:57:03.0669527Z KeyError: 'example_value' 2022-09-27T15:57:03.0669728Z 2022-09-27T15:57:03.0669828Z from user code: 2022-09-27T15:57:03.0670216Z File "test_linalg.py", line 4152, in triangular_solve_zero_batch_helper 2022-09-27T15:57:03.0670632Z unitriangular, device, dtype) 2022-09-27T15:57:03.0670839Z 2022-09-27T15:57:03.0671060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:03.0671413Z ========== 2022-09-27T15:57:03.0774638Z ok (0.044s) 2022-09-27T15:57:03.0923715Z test_triangular_solve_batched_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.014s) 2022-09-27T15:57:03.1064147Z test_triangular_solve_batched_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:57:03.1204808Z test_triangular_solve_batched_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:57:03.1229128Z test_triangular_solve_batched_many_batches_cpu_complex128 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:57:03.1252816Z test_triangular_solve_batched_many_batches_cpu_complex64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:57:03.1276643Z test_triangular_solve_batched_many_batches_cpu_float32 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:57:03.1298052Z test_triangular_solve_batched_many_batches_cpu_float64 (__main__.TestLinalgCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T15:57:03.1489750Z test_triangular_solve_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.019s) 2022-09-27T15:57:03.1623762Z test_triangular_solve_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.013s) 2022-09-27T15:57:03.1755181Z test_triangular_solve_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:57:03.1878052Z test_triangular_solve_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.012s) 2022-09-27T15:57:03.2298664Z test_triangular_solve_out_errors_and_warnings_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.041s) 2022-09-27T15:57:03.2664761Z test_triangular_solve_out_errors_and_warnings_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:57:03.3030231Z test_triangular_solve_out_errors_and_warnings_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.036s) 2022-09-27T15:57:03.3405606Z test_triangular_solve_out_errors_and_warnings_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.037s) 2022-09-27T15:57:03.4175176Z test_vdot_invalid_args_cpu (__main__.TestLinalgCPU) ... ok (0.076s) 2022-09-27T15:57:03.4662625Z test_vdot_vs_numpy_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.048s) 2022-09-27T15:57:03.5136433Z test_vdot_vs_numpy_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.047s) 2022-09-27T15:57:04.6131915Z test_vector_norm_cpu_bfloat16 (__main__.TestLinalgCPU) ... ok (1.099s) 2022-09-27T15:57:05.2507787Z test_vector_norm_cpu_complex128 (__main__.TestLinalgCPU) ... ok (0.637s) 2022-09-27T15:57:06.2147048Z test_vector_norm_cpu_complex64 (__main__.TestLinalgCPU) ... ok (0.963s) 2022-09-27T15:57:07.1725428Z test_vector_norm_cpu_float16 (__main__.TestLinalgCPU) ... ok (0.957s) 2022-09-27T15:57:08.1230379Z test_vector_norm_cpu_float32 (__main__.TestLinalgCPU) ... ok (0.950s) 2022-09-27T15:57:08.7492461Z test_vector_norm_cpu_float64 (__main__.TestLinalgCPU) ... ok (0.626s) 2022-09-27T15:57:08.8039181Z test_vector_norm_dim_tuple_arg_cpu (__main__.TestLinalgCPU) ... ok (0.054s) 2022-09-27T15:57:08.8272706Z test_vector_norm_extreme_values_cpu (__main__.TestLinalgCPU) ... /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2516: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:57:08.8273809Z ret **= (1 / ord) 2022-09-27T15:57:08.8288482Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in reciprocal 2022-09-27T15:57:08.8289054Z absx **= ord 2022-09-27T15:57:08.8289855Z /opt/conda/lib/python3.7/site-packages/numpy/linalg/linalg.py:2514: RuntimeWarning: divide by zero encountered in power 2022-09-27T15:57:08.8290394Z absx **= ord 2022-09-27T15:57:08.8437617Z ok (0.039s) 2022-09-27T15:57:08.8437868Z 2022-09-27T15:57:08.8438421Z ---------------------------------------------------------------------- 2022-09-27T15:57:08.8438702Z Ran 739 tests in 127.397s 2022-09-27T15:57:08.8438838Z 2022-09-27T15:57:08.8438918Z OK (skipped=62) 2022-09-27T15:57:08.8439029Z 2022-09-27T15:57:08.8439116Z Generating XML reports... 2022-09-27T15:57:08.9043918Z Generated XML report: test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927155501.xml 2022-09-27T15:57:09.9437747Z Running test_sparse_csr ... [2022-09-27 15:57:09.943371] 2022-09-27T15:57:09.9438273Z Executing ['/opt/conda/bin/python', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:57:09.943453] 2022-09-27T15:57:12.5325775Z Test results will be stored in test-reports/python-unittest/test_sparse_csr 2022-09-27T15:57:12.5975798Z 2022-09-27T15:57:12.5975967Z Running tests... 2022-09-27T15:57:12.5976638Z ---------------------------------------------------------------------- 2022-09-27T15:57:12.8255145Z test_add_cpu_float32 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2268: 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:56.) 2022-09-27T15:57:12.8255918Z values, size=size, dtype=dtype, layout=layout, device=device) 2022-09-27T15:57:12.8270341Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1790 2022-09-27T15:57:12.8270823Z due to: 2022-09-27T15:57:12.8271200Z Traceback (most recent call last): 2022-09-27T15:57:12.8271930Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:12.8272557Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:12.8273014Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:12.8273428Z 2022-09-27T15:57:12.8273630Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:12.8273797Z 2022-09-27T15:57:12.8273892Z Traceback (most recent call last): 2022-09-27T15:57:12.8274288Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:12.8274566Z ) from e 2022-09-27T15:57:12.8274899Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:12.8275152Z 2022-09-27T15:57:12.8275273Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:12.8275492Z ========== 2022-09-27T15:57:13.0090928Z ok (0.314s) 2022-09-27T15:57:13.0482648Z test_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.038s) 2022-09-27T15:57:13.0601733Z test_addmm_all_sparse_csr_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm_all_sparse_csr test_sparse_csr.py line 1611 2022-09-27T15:57:13.0602219Z due to: 2022-09-27T15:57:13.0602427Z Traceback (most recent call last): 2022-09-27T15:57:13.0602838Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:57:13.0603186Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:57:13.0603418Z AssertionError: layout 2022-09-27T15:57:13.0603538Z 2022-09-27T15:57:13.0603609Z from user code: 2022-09-27T15:57:13.0603826Z File "test_sparse_csr.py", line 1627, in test_addmm_all_sparse_csr 2022-09-27T15:57:13.0604142Z _test_addmm_addmv(self, torch.addmm, M, m1, m2, layout=torch.sparse_csr, mode="all_sparse") 2022-09-27T15:57:13.0604325Z 2022-09-27T15:57:13.0604457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.0604664Z ========== 2022-09-27T15:57:13.0775063Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT convert_layout test_sparse_csr.py line 100 2022-09-27T15:57:13.0775479Z due to: 2022-09-27T15:57:13.0775839Z Traceback (most recent call last): 2022-09-27T15:57:13.0776423Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:13.0776849Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:13.0780794Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:57:13.0782585Z 2022-09-27T15:57:13.0782917Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:57:13.0783603Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:57:13.0784155Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:57:13.0784705Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:57:13.0785162Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:57:13.0785663Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:57:13.0786180Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:57:13.0786591Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:57:13.0787037Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:13.0787431Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:13.0787887Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:57:13.0788360Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:57:13.0788813Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0789285Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0789705Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0790162Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0790626Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0791040Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0791501Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0791923Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0792388Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0792810Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0793423Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0793826Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0794302Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0794876Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0795325Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0795857Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.0796264Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:57:13.0796712Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:57:13.0797133Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:57:13.0797598Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:57:13.0798125Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:57:13.0798574Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:57:13.0799052Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:57:13.0799523Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:57:13.0799969Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:57:13.0800474Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:57:13.0800964Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:57:13.0801207Z 2022-09-27T15:57:13.0801211Z 2022-09-27T15:57:13.0801353Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:13.0801505Z 2022-09-27T15:57:13.0801599Z Traceback (most recent call last): 2022-09-27T15:57:13.0802038Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:13.0802364Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:13.0802723Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:13.0802899Z 2022-09-27T15:57:13.0803036Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:13.0803224Z 2022-09-27T15:57:13.0803340Z Traceback (most recent call last): 2022-09-27T15:57:13.0803741Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:13.0804073Z raise TorchRuntimeError() from e 2022-09-27T15:57:13.0804313Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:13.0804459Z 2022-09-27T15:57:13.0807241Z from user code: 2022-09-27T15:57:13.0807756Z File "test_sparse_csr.py", line 102, in convert_layout 2022-09-27T15:57:13.0808207Z return mat.to_sparse_csr() 2022-09-27T15:57:13.0808349Z 2022-09-27T15:57:13.0808485Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.0808696Z ========== 2022-09-27T15:57:13.1757273Z ok (0.127s) 2022-09-27T15:57:13.1994250Z test_addmm_all_sparse_csr_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:13.2222368Z test_addmm_all_sparse_csr_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:13.2448004Z test_addmm_all_sparse_csr_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:13.2556731Z test_addmm_dense_result_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm_dense_result test_sparse_csr.py line 1653 2022-09-27T15:57:13.2557321Z due to: 2022-09-27T15:57:13.2557627Z Traceback (most recent call last): 2022-09-27T15:57:13.2558423Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:57:13.2558960Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:57:13.2559365Z AssertionError: layout 2022-09-27T15:57:13.2559562Z 2022-09-27T15:57:13.2559772Z from user code: 2022-09-27T15:57:13.2560201Z File "test_sparse_csr.py", line 1660, in test_addmm_dense_result 2022-09-27T15:57:13.2560788Z _test_addmm_addmv(self, torch.addmm, M, m1, m2, layout=torch.sparse_csr, mode="dense_result") 2022-09-27T15:57:13.2561146Z 2022-09-27T15:57:13.2561528Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.2561992Z ========== 2022-09-27T15:57:13.2869193Z ok (0.042s) 2022-09-27T15:57:13.3067119Z test_addmm_dense_result_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:57:13.3247124Z test_addmm_dense_result_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:13.3425927Z test_addmm_dense_result_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:13.3689173Z test_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1721 2022-09-27T15:57:13.3689731Z due to: 2022-09-27T15:57:13.3690024Z Traceback (most recent call last): 2022-09-27T15:57:13.3690626Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:13.3691084Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:13.3691524Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x3 and 2x3) 2022-09-27T15:57:13.3691785Z 2022-09-27T15:57:13.3692009Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:13.3692302Z 2022-09-27T15:57:13.3692462Z Traceback (most recent call last): 2022-09-27T15:57:13.3693126Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:13.3693611Z raise TorchRuntimeError() from e 2022-09-27T15:57:13.3694007Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:13.3694241Z 2022-09-27T15:57:13.3694359Z from user code: 2022-09-27T15:57:13.3694728Z File "test_sparse_csr.py", line 1726, in 2022-09-27T15:57:13.3695102Z return torch.addmm(a, a, a) 2022-09-27T15:57:13.3695304Z 2022-09-27T15:57:13.3695525Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.3695895Z ========== 2022-09-27T15:57:13.3906592Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1730 2022-09-27T15:57:13.3907081Z due to: 2022-09-27T15:57:13.3907385Z Traceback (most recent call last): 2022-09-27T15:57:13.3907970Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:13.3908401Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:13.3908884Z RuntimeError: mat2 must be a matrix, got 3-D tensor 2022-09-27T15:57:13.3909131Z 2022-09-27T15:57:13.3909357Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:13.3909631Z 2022-09-27T15:57:13.3909766Z Traceback (most recent call last): 2022-09-27T15:57:13.3910425Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:13.3910919Z raise TorchRuntimeError() from e 2022-09-27T15:57:13.3911307Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:13.3911527Z 2022-09-27T15:57:13.3911645Z from user code: 2022-09-27T15:57:13.3912010Z File "test_sparse_csr.py", line 1735, in 2022-09-27T15:57:13.3912427Z return torch.addmm(a, a, a.unsqueeze(0)) 2022-09-27T15:57:13.3912654Z 2022-09-27T15:57:13.3913131Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.3913663Z ========== 2022-09-27T15:57:13.4216158Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1739 2022-09-27T15:57:13.4216932Z due to: 2022-09-27T15:57:13.4217229Z Traceback (most recent call last): 2022-09-27T15:57:13.4217627Z File ".13", line 6, in forward 2022-09-27T15:57:13.4218082Z addmm = torch.addmm(unsqueeze, _stack0, _stack0); unsqueeze = _stack0 = None 2022-09-27T15:57:13.4218743Z RuntimeError: expand(torch.FloatTensor{[1, 3, 3]}, size=[3, 3]): the number of sizes provided (2) must be greater or equal to the number of dimensions in the tensor (3) 2022-09-27T15:57:13.4219159Z 2022-09-27T15:57:13.4219389Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:13.4219673Z 2022-09-27T15:57:13.4219830Z Traceback (most recent call last): 2022-09-27T15:57:13.4220459Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:13.4220893Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:13.4224425Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:57:13.4226471Z 2022-09-27T15:57:13.4226759Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:57:13.4227398Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:57:13.4228068Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:57:13.4228844Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:57:13.4229603Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:57:13.4230350Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:57:13.4231117Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:57:13.4231831Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:57:13.4234336Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:13.4238517Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:13.4239184Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:57:13.4239971Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:57:13.4240857Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4241575Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4242351Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4243044Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4243756Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4244456Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4245153Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4245840Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4246534Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4247237Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4247944Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4248636Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4249365Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4250116Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4250862Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4251594Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:13.4252289Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:57:13.4252968Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:57:13.4253665Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:57:13.4254410Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:57:13.4255230Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:57:13.4255981Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:57:13.4256763Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:57:13.4257490Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:57:13.4258242Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:57:13.4259026Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:57:13.4259898Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:57:13.4260292Z 2022-09-27T15:57:13.4260299Z 2022-09-27T15:57:13.4260516Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:13.4260842Z 2022-09-27T15:57:13.4260994Z Traceback (most recent call last): 2022-09-27T15:57:13.4261633Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:13.4262198Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:13.4262719Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:13.4263016Z 2022-09-27T15:57:13.4263244Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:13.4263527Z 2022-09-27T15:57:13.4263682Z Traceback (most recent call last): 2022-09-27T15:57:13.4264343Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:13.4264844Z raise TorchRuntimeError() from e 2022-09-27T15:57:13.4265244Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:13.4265480Z 2022-09-27T15:57:13.4265597Z from user code: 2022-09-27T15:57:13.4265950Z File "test_sparse_csr.py", line 1741, in 2022-09-27T15:57:13.4266344Z a_sparse = a.to_sparse_csr() 2022-09-27T15:57:13.4266545Z 2022-09-27T15:57:13.4266761Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.4267118Z ========== 2022-09-27T15:57:13.4275636Z ok (0.084s) 2022-09-27T15:57:13.4377596Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_addmm_sizes_all_sparse_csr test_sparse_csr.py line 1686 2022-09-27T15:57:13.4378256Z due to: 2022-09-27T15:57:13.4378557Z Traceback (most recent call last): 2022-09-27T15:57:13.4379275Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T15:57:13.4379854Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T15:57:13.4380233Z AssertionError: layout 2022-09-27T15:57:13.4380432Z 2022-09-27T15:57:13.4380559Z from user code: 2022-09-27T15:57:13.4380951Z File "test_sparse_csr.py", line 1705, in test_addmm_sizes_all_sparse_csr 2022-09-27T15:57:13.4381500Z _test_addmm_addmv(self, torch.addmm, M, m1, m2, layout=torch.sparse_csr, mode="all_sparse") 2022-09-27T15:57:13.4381790Z 2022-09-27T15:57:13.4382010Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.4382374Z ========== 2022-09-27T15:57:13.4398012Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1710 2022-09-27T15:57:13.4398444Z due to: 2022-09-27T15:57:13.4398774Z Traceback (most recent call last): 2022-09-27T15:57:13.4399454Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:13.4400055Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:13.4400642Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:13.4400996Z 2022-09-27T15:57:13.4401223Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:13.4401509Z 2022-09-27T15:57:13.4401662Z Traceback (most recent call last): 2022-09-27T15:57:13.4402330Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:13.4402793Z ) from e 2022-09-27T15:57:13.4403355Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:13.4403794Z 2022-09-27T15:57:13.4404017Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.4404373Z ========== 2022-09-27T15:57:13.4447781Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1711 2022-09-27T15:57:13.4448215Z due to: 2022-09-27T15:57:13.4448760Z Traceback (most recent call last): 2022-09-27T15:57:13.4449448Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:13.4450892Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:13.4451573Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:13.4451924Z 2022-09-27T15:57:13.4452137Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:13.4452411Z 2022-09-27T15:57:13.4452565Z Traceback (most recent call last): 2022-09-27T15:57:13.4453235Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:13.4453681Z ) from e 2022-09-27T15:57:13.4454221Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:13.4454649Z 2022-09-27T15:57:13.4454873Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:13.4455244Z ========== 2022-09-27T15:57:13.4499667Z ok (0.022s) 2022-09-27T15:57:13.4626360Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.4752652Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.4878520Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5007233Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5132933Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5258658Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5383534Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5508970Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5633668Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5757675Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.5882362Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6009368Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6136062Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6262286Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6387957Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6516456Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6643610Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6770059Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.6895681Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7024336Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7158319Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:13.7285162Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7411297Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7536130Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7660390Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7783656Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.7907206Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8034607Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8160067Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8285166Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8410941Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8539449Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8665685Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8790812Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.8915386Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9040215Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9165100Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9289991Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9415209Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9542118Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9668701Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9796081Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:13.9922551Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0050487Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0176099Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0301920Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0428873Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0555724Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0682387Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0809526Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.0935232Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.1066407Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.1195948Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.1327216Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.1458348Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.1594242Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.1727684Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.1860929Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.1992148Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.2121349Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.2248267Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.2376675Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.2505908Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.2640271Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.2773155Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.2904613Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.3034600Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.3166726Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.3298370Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.3427754Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.3557035Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.3681797Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.3809686Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.3936556Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4063421Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4189462Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4314632Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4440260Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4567113Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4696606Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4826242Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.4956253Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5083826Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5213060Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5341129Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5468673Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5596907Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5728847Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.5860096Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.5991321Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.6124340Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.6258436Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.6392918Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.6523968Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.6658161Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.6787226Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.6913983Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.7041380Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.7169749Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.7359634Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:57:14.7491338Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.7624456Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.7753921Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.7886227Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:14.8016828Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.8146712Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:14.8277091Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:15.1232139Z test_autograd_dense_output_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2293 2022-09-27T15:57:15.1232737Z due to: 2022-09-27T15:57:15.1233031Z Traceback (most recent call last): 2022-09-27T15:57:15.1233861Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:15.1234440Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:15.1235028Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:15.1235365Z 2022-09-27T15:57:15.1235592Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:15.1235868Z 2022-09-27T15:57:15.1236023Z Traceback (most recent call last): 2022-09-27T15:57:15.1236700Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:15.1237369Z ) from e 2022-09-27T15:57:15.1237938Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:15.1238458Z 2022-09-27T15:57:15.1238677Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.1239046Z ========== 2022-09-27T15:57:15.1284400Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2312 2022-09-27T15:57:15.1284825Z due to: 2022-09-27T15:57:15.1285144Z Traceback (most recent call last): 2022-09-27T15:57:15.1285796Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:15.1287301Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:15.1287888Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:15.1288240Z 2022-09-27T15:57:15.1288483Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:15.1288770Z 2022-09-27T15:57:15.1288906Z Traceback (most recent call last): 2022-09-27T15:57:15.1289574Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:15.1290025Z ) from e 2022-09-27T15:57:15.1290569Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:15.1291004Z 2022-09-27T15:57:15.1291221Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.1291584Z ========== 2022-09-27T15:57:15.1494942Z ok (0.321s) 2022-09-27T15:57:15.1917602Z test_autograd_dense_output_addmv_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2360 2022-09-27T15:57:15.1918245Z due to: 2022-09-27T15:57:15.1918601Z Traceback (most recent call last): 2022-09-27T15:57:15.1919404Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:15.1920051Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:15.1920740Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:15.1921158Z 2022-09-27T15:57:15.1921417Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:15.1921737Z 2022-09-27T15:57:15.1921908Z Traceback (most recent call last): 2022-09-27T15:57:15.1922677Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:15.1923208Z ) from e 2022-09-27T15:57:15.1923855Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:15.1924356Z 2022-09-27T15:57:15.1924608Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.1925023Z ========== 2022-09-27T15:57:15.2109088Z ok (0.061s) 2022-09-27T15:57:15.2306666Z test_autograd_dense_output_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2381 2022-09-27T15:57:15.2307258Z due to: 2022-09-27T15:57:15.2307582Z Traceback (most recent call last): 2022-09-27T15:57:15.2308297Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:57:15.2308819Z if isinstance(subobj, property): 2022-09-27T15:57:15.2309369Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:57:15.2309662Z 2022-09-27T15:57:15.2309786Z from user code: 2022-09-27T15:57:15.2310206Z File "test_sparse_csr.py", line 2384, in 2022-09-27T15:57:15.2310669Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-09-27T15:57:15.2310911Z 2022-09-27T15:57:15.2311400Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.2311773Z ========== 2022-09-27T15:57:15.2327461Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2393 2022-09-27T15:57:15.2328006Z due to: 2022-09-27T15:57:15.2328322Z Traceback (most recent call last): 2022-09-27T15:57:15.2328996Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:15.2329567Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:15.2330155Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:15.2330514Z 2022-09-27T15:57:15.2330742Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:15.2331015Z 2022-09-27T15:57:15.2331167Z Traceback (most recent call last): 2022-09-27T15:57:15.2331835Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:15.2332297Z ) from e 2022-09-27T15:57:15.2332853Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:15.2333284Z 2022-09-27T15:57:15.2333502Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.2333857Z ========== 2022-09-27T15:57:15.2361937Z ok (0.025s) 2022-09-27T15:57:15.2465140Z test_autograd_dense_output_mv_cpu_float64 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2381 2022-09-27T15:57:15.2465719Z due to: 2022-09-27T15:57:15.2466178Z Traceback (most recent call last): 2022-09-27T15:57:15.2467049Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:57:15.2467640Z if isinstance(subobj, property): 2022-09-27T15:57:15.2468283Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:57:15.2468624Z 2022-09-27T15:57:15.2468761Z from user code: 2022-09-27T15:57:15.2469230Z File "test_sparse_csr.py", line 2384, in 2022-09-27T15:57:15.2469773Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-09-27T15:57:15.2470049Z 2022-09-27T15:57:15.2470304Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.2470729Z ========== 2022-09-27T15:57:15.2496269Z ok (0.013s) 2022-09-27T15:57:15.2692406Z test_autograd_sparse_csr_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2241 2022-09-27T15:57:15.2693048Z due to: 2022-09-27T15:57:15.2693357Z Traceback (most recent call last): 2022-09-27T15:57:15.2694092Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:57:15.2694603Z if isinstance(subobj, property): 2022-09-27T15:57:15.2695161Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:57:15.2695486Z 2022-09-27T15:57:15.2695606Z from user code: 2022-09-27T15:57:15.2696016Z File "test_sparse_csr.py", line 2244, in 2022-09-27T15:57:15.2696564Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-09-27T15:57:15.2696804Z 2022-09-27T15:57:15.2697020Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.2697386Z ========== 2022-09-27T15:57:15.2701231Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_sparse_csr.py line 2251 2022-09-27T15:57:15.2701646Z due to: 2022-09-27T15:57:15.2702099Z Traceback (most recent call last): 2022-09-27T15:57:15.2702895Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:15.2703613Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:15.2704555Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:15.2704906Z 2022-09-27T15:57:15.2705144Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:15.2705488Z 2022-09-27T15:57:15.2705649Z Traceback (most recent call last): 2022-09-27T15:57:15.2706336Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:15.2706784Z ) from e 2022-09-27T15:57:15.2707323Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:15.2707752Z 2022-09-27T15:57:15.2707971Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.2708338Z ========== 2022-09-27T15:57:15.2712169Z ok (0.021s) 2022-09-27T15:57:15.2791500Z test_autograd_sparse_csr_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:15.3039521Z test_autograd_sparse_csr_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.024s) 2022-09-27T15:57:15.3063331Z test_autograd_sparse_csr_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3137806Z test_autograd_sparse_csr_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.007s) 2022-09-27T15:57:15.3160302Z test_autograd_sparse_csr_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3232931Z test_autograd_sparse_csr_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.007s) 2022-09-27T15:57:15.3255209Z test_autograd_sparse_csr_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3323756Z test_autograd_sparse_csr_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.006s) 2022-09-27T15:57:15.3344775Z test_autograd_sparse_csr_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3414551Z test_autograd_sparse_csr_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.006s) 2022-09-27T15:57:15.3435904Z test_autograd_sparse_csr_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3504765Z test_autograd_sparse_csr_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.006s) 2022-09-27T15:57:15.3542201Z test_autograd_sparse_csr_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:15.3572343Z test_autograd_sparse_csr_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:15.3594400Z test_autograd_sparse_csr_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3615726Z test_autograd_sparse_csr_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3636055Z test_autograd_sparse_csr_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3656635Z test_autograd_sparse_csr_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3676862Z test_autograd_sparse_csr_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3697338Z test_autograd_sparse_csr_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3717888Z test_autograd_sparse_csr_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3738291Z test_autograd_sparse_csr_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3759889Z test_autograd_sparse_csr_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3781721Z test_autograd_sparse_csr_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3803273Z test_autograd_sparse_csr_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op log1p not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3834767Z test_autograd_sparse_csr_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:15.3864599Z test_autograd_sparse_csr_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:15.3886158Z test_autograd_sparse_csr_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3906095Z test_autograd_sparse_csr_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3926646Z test_autograd_sparse_csr_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3947516Z test_autograd_sparse_csr_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3968148Z test_autograd_sparse_csr_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.3993458Z test_autograd_sparse_csr_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4014030Z test_autograd_sparse_csr_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4035046Z test_autograd_sparse_csr_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4054894Z test_autograd_sparse_csr_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4075355Z test_autograd_sparse_csr_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4095310Z test_autograd_sparse_csr_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4115712Z test_autograd_sparse_csr_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4136437Z test_autograd_sparse_csr_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4156829Z test_autograd_sparse_csr_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4177300Z test_autograd_sparse_csr_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4197535Z test_autograd_sparse_csr_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.002s) 2022-09-27T15:57:15.4223090Z test_baddbmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:15.4248777Z test_baddbmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:15.4274469Z test_baddbmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:15.4301955Z test_baddbmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:15.5680620Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test_block_addmm_addmv test_sparse_csr.py line 1348 2022-09-27T15:57:15.5681272Z due to: 2022-09-27T15:57:15.5681602Z Traceback (most recent call last): 2022-09-27T15:57:15.5682263Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:15.5682847Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:15.5683426Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:15.5683782Z 2022-09-27T15:57:15.5684007Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:15.5684267Z 2022-09-27T15:57:15.5684426Z Traceback (most recent call last): 2022-09-27T15:57:15.5685096Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:15.5685549Z ) from e 2022-09-27T15:57:15.5686090Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:15.5686522Z 2022-09-27T15:57:15.5686739Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:15.5687104Z ========== 2022-09-27T15:57:15.5933735Z ok (0.162s) 2022-09-27T15:57:15.6179463Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:15.6397008Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:15.6607203Z test_block_addmm_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:15.6862689Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:15.7123189Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:15.7347268Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:15.7569488Z test_block_addmm_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:15.7825723Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:15.8082322Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:15.8310854Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:15.8536791Z test_block_addmm_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:15.8808287Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:15.9081488Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:57:15.9316269Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:15.9545856Z test_block_addmm_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:15.9802317Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:16.0057927Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.025s) 2022-09-27T15:57:16.0287834Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:16.0511102Z test_block_addmm_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:16.0775537Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:16.1038715Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:16.1274720Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:16.1498948Z test_block_addmm_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:16.1770852Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:16.2039884Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:16.2284138Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:16.2518901Z test_block_addmm_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:16.2798466Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:57:16.3073909Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.027s) 2022-09-27T15:57:16.3318970Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:16.3555733Z test_block_addmm_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.023s) 2022-09-27T15:57:16.3672389Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:16.3742493Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.3809329Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.3875668Z test_block_addmv_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.3946265Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.4018495Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.4084580Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4150875Z test_block_addmv_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4219601Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4287491Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4354912Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4420332Z test_block_addmv_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4491466Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.4562281Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.4629104Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4695157Z test_block_addmv_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4767314Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.4837683Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.4904392Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.4970659Z test_block_addmv_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5040298Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5112000Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.5176624Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5240562Z test_block_addmv_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5310154Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5380255Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5447530Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5514698Z test_block_addmv_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5586107Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.5657894Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:16.5725215Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.5791325Z test_block_addmv_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:16.6127534Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_sparse_csr.py line 1430 2022-09-27T15:57:16.6128284Z due to: 2022-09-27T15:57:16.6128597Z Traceback (most recent call last): 2022-09-27T15:57:16.6129277Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:16.6129856Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:16.6130721Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:16.6131076Z 2022-09-27T15:57:16.6131315Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:16.6131687Z 2022-09-27T15:57:16.6131846Z Traceback (most recent call last): 2022-09-27T15:57:16.6132525Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:16.6132982Z ) from e 2022-09-27T15:57:16.6133549Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:16.6133986Z 2022-09-27T15:57:16.6134194Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:16.6134561Z ========== 2022-09-27T15:57:16.6144052Z test_sparse_csr.py:1461: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-09-27T15:57:16.6144799Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-09-27T15:57:16.6145294Z X = torch.triangular_solve(B, A).solution 2022-09-27T15:57:16.6145653Z should be replaced with 2022-09-27T15:57:16.6146230Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-09-27T15:57:16.6146778Z unitriangular=unitriangular) 2022-09-27T15:57:16.6186077Z ok (0.039s) 2022-09-27T15:57:16.6274078Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6357309Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6441633Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6530443Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6618644Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6708322Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6793941Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6881517Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.6971985Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7057950Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7142799Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7233152Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7323552Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7410375Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7499136Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7588879Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7676575Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7762238Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7848953Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.7938597Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8028541Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8115248Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8201517Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8291959Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8382251Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8468202Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8555957Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8647044Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8738057Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8825302Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8913707Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:16.8936835Z test_bmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:16.8960197Z test_bmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:16.8982329Z test_bmm_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:16.9003452Z test_bmm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.002s) 2022-09-27T15:57:16.9032693Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:16.9235596Z This test performs a smoke test for covered conversion and verifies ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _convert_to_layout test_sparse_csr.py line 2580 2022-09-27T15:57:16.9236345Z due to: 2022-09-27T15:57:16.9236788Z Traceback (most recent call last): 2022-09-27T15:57:16.9237502Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:16.9237994Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:16.9242120Z NotImplementedError: Could not run 'aten::to_sparse_bsc' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_bsc' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:57:16.9244617Z 2022-09-27T15:57:16.9244941Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:57:16.9245633Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:57:16.9246370Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:57:16.9247175Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:57:16.9248005Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:57:16.9248811Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:57:16.9249652Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:57:16.9250406Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:57:16.9251119Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:16.9251835Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:16.9252555Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:57:16.9253336Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:57:16.9254145Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9254911Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9255661Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9256491Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9257257Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9258008Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9258763Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9259495Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9260236Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9260984Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9261737Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9262477Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9263386Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9264205Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9265074Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9265866Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T15:57:16.9266601Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T15:57:16.9267311Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:57:16.9268047Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:57:16.9268844Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:57:16.9269724Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:57:16.9270528Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:57:16.9271285Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:57:16.9272073Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:57:16.9272879Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:57:16.9273853Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:57:16.9274690Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:57:16.9275119Z 2022-09-27T15:57:16.9275127Z 2022-09-27T15:57:16.9275358Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:16.9275656Z 2022-09-27T15:57:16.9275818Z Traceback (most recent call last): 2022-09-27T15:57:16.9276499Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:16.9277080Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:16.9277639Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:16.9277954Z 2022-09-27T15:57:16.9278196Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:16.9278490Z 2022-09-27T15:57:16.9278652Z Traceback (most recent call last): 2022-09-27T15:57:16.9279350Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:16.9279885Z raise TorchRuntimeError() from e 2022-09-27T15:57:16.9280309Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:16.9280570Z 2022-09-27T15:57:16.9280695Z from user code: 2022-09-27T15:57:16.9281051Z File "test_sparse_csr.py", line 2593, in _convert_to_layout 2022-09-27T15:57:16.9281420Z result = a.to_sparse_bsc(blocksize) 2022-09-27T15:57:16.9281620Z 2022-09-27T15:57:16.9281849Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:16.9282227Z ========== 2022-09-27T15:57:16.9717518Z ok (0.071s) 2022-09-27T15:57:16.9739345Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.0079390Z This test performs a smoke test for covered conversion and verifies ... ok (0.036s) 2022-09-27T15:57:17.0101740Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.0243068Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:17.0265056Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.0406758Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:17.0428914Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.0765318Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-09-27T15:57:17.0787226Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1117951Z This test performs a smoke test for covered conversion and verifies ... ok (0.035s) 2022-09-27T15:57:17.1139983Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1283055Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:17.1305029Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1418238Z This test performs a smoke test for covered conversion and verifies ... ok (0.013s) 2022-09-27T15:57:17.1440594Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1579360Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-09-27T15:57:17.1601862Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1739664Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-09-27T15:57:17.1761345Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1786549Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:17.1808566Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1834808Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:17.1856479Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.1995417Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-09-27T15:57:17.2016294Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.2154502Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-09-27T15:57:17.2175214Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.2203460Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:17.2225174Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.2247112Z This test performs a smoke test for covered conversion and verifies ... ok (0.004s) 2022-09-27T15:57:17.2460666Z test_coo_csr_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:17.2493331Z test_coo_csr_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.2533474Z test_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.2571060Z test_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.2605486Z test_coo_csr_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.2639702Z test_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.2672814Z test_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.2701047Z test_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:17.2728296Z test_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:17.2755024Z test_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:17.2782320Z test_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:17.2809629Z test_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:17.3073566Z test_coo_to_csr_convert_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.026s) 2022-09-27T15:57:17.3294715Z test_csr_coo_conversion_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.021s) 2022-09-27T15:57:17.3330729Z test_csr_coo_conversion_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3372868Z test_csr_coo_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:17.3414390Z test_csr_coo_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:17.3453033Z test_csr_coo_conversion_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3490069Z test_csr_coo_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3526269Z test_csr_coo_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3557170Z test_csr_coo_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3588182Z test_csr_coo_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3617948Z test_csr_coo_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:17.3647608Z test_csr_coo_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3677677Z test_csr_coo_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:17.3741745Z test_csr_double_to_sparse_csr_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 956 2022-09-27T15:57:17.3742352Z due to: 2022-09-27T15:57:17.3742648Z Traceback (most recent call last): 2022-09-27T15:57:17.3743345Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.3743927Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.3744504Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.3744857Z 2022-09-27T15:57:17.3745096Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.3745374Z 2022-09-27T15:57:17.3745534Z Traceback (most recent call last): 2022-09-27T15:57:17.3746210Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.3746639Z ) from e 2022-09-27T15:57:17.3747379Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.3747820Z 2022-09-27T15:57:17.3748073Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.3748453Z ========== 2022-09-27T15:57:17.3748705Z ok (0.006s) 2022-09-27T15:57:17.3805181Z test_csr_is_contiguous_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 950 2022-09-27T15:57:17.3805763Z due to: 2022-09-27T15:57:17.3806082Z Traceback (most recent call last): 2022-09-27T15:57:17.3806758Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.3807345Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.3807940Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.3808288Z 2022-09-27T15:57:17.3808800Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.3809074Z 2022-09-27T15:57:17.3809231Z Traceback (most recent call last): 2022-09-27T15:57:17.3809917Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.3810461Z ) from e 2022-09-27T15:57:17.3811003Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.3811437Z 2022-09-27T15:57:17.3811658Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.3812030Z ========== 2022-09-27T15:57:17.3823958Z ok (0.008s) 2022-09-27T15:57:17.4067075Z test_csr_matvec_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.024s) 2022-09-27T15:57:17.4266731Z test_csr_matvec_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:57:17.4465306Z test_csr_matvec_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.019s) 2022-09-27T15:57:17.4668718Z test_csr_matvec_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:17.4740032Z test_csr_storage_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 944 2022-09-27T15:57:17.4740667Z due to: 2022-09-27T15:57:17.4740996Z Traceback (most recent call last): 2022-09-27T15:57:17.4741760Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.4742362Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.4742991Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.4743372Z 2022-09-27T15:57:17.4743605Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.4756895Z 2022-09-27T15:57:17.4757112Z Traceback (most recent call last): 2022-09-27T15:57:17.4757857Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.4758238Z ) from e 2022-09-27T15:57:17.4758742Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.4759145Z 2022-09-27T15:57:17.4759351Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.4759677Z ========== 2022-09-27T15:57:17.4760647Z ok (0.009s) 2022-09-27T15:57:17.4832265Z test_csr_stride_cpu (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 935 2022-09-27T15:57:17.4832863Z due to: 2022-09-27T15:57:17.4833173Z Traceback (most recent call last): 2022-09-27T15:57:17.4834059Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.4834683Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.4835325Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.4835704Z 2022-09-27T15:57:17.4835932Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.4836249Z 2022-09-27T15:57:17.4836413Z Traceback (most recent call last): 2022-09-27T15:57:17.4837150Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.4837622Z ) from e 2022-09-27T15:57:17.4838192Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.4838654Z 2022-09-27T15:57:17.4838889Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.4839276Z ========== 2022-09-27T15:57:17.4865916Z ok (0.010s) 2022-09-27T15:57:17.5034001Z test_csr_to_block_csr_blocksize_2_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /opt/conda/lib/python3.7/site-packages/scipy/sparse/compressed.py line 27 2022-09-27T15:57:17.5034748Z due to: 2022-09-27T15:57:17.5035030Z Traceback (most recent call last): 2022-09-27T15:57:17.5035726Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:17.5036298Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:17.5036832Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:17.5037139Z 2022-09-27T15:57:17.5037380Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.5037741Z ========== 2022-09-27T15:57:17.5076052Z ok (0.020s) 2022-09-27T15:57:17.5138508Z test_csr_to_block_csr_blocksize_2_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:17.5214521Z test_csr_to_block_csr_blocksize_4_cpu_float64_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:17.5289933Z test_csr_to_block_csr_blocksize_4_cpu_float64_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:17.5497690Z test_csr_to_block_csr_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.020s) 2022-09-27T15:57:17.5568942Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.6155954Z This test tests conversion from dense to/from CSR and CSC ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2864 2022-09-27T15:57:17.6156599Z due to: 2022-09-27T15:57:17.6156939Z Traceback (most recent call last): 2022-09-27T15:57:17.6157613Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.6158182Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.6158770Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.6159116Z 2022-09-27T15:57:17.6159353Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.6159628Z 2022-09-27T15:57:17.6159781Z Traceback (most recent call last): 2022-09-27T15:57:17.6160450Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.6160898Z ) from e 2022-09-27T15:57:17.6161456Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.6161877Z 2022-09-27T15:57:17.6162083Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.6162450Z ========== 2022-09-27T15:57:17.6200603Z ok (0.070s) 2022-09-27T15:57:17.6268846Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.6701185Z This test tests conversion from dense to/from CSR and CSC ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_batched test_sparse_csr.py line 2724 2022-09-27T15:57:17.6701748Z due to: 2022-09-27T15:57:17.6702044Z Traceback (most recent call last): 2022-09-27T15:57:17.6702778Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.6703398Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.6703951Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.6704283Z 2022-09-27T15:57:17.6704477Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.6704740Z 2022-09-27T15:57:17.6704888Z Traceback (most recent call last): 2022-09-27T15:57:17.6705489Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.6705870Z ) from e 2022-09-27T15:57:17.6706622Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.6707045Z 2022-09-27T15:57:17.6707240Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.6707567Z ========== 2022-09-27T15:57:17.6723736Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_against_scipy_matrix test_sparse_csr.py line 2697 2022-09-27T15:57:17.6724266Z due to: 2022-09-27T15:57:17.6724599Z Traceback (most recent call last): 2022-09-27T15:57:17.6725348Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:17.6725966Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:17.6726604Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:17.6726984Z 2022-09-27T15:57:17.6727226Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:17.6727497Z 2022-09-27T15:57:17.6727659Z Traceback (most recent call last): 2022-09-27T15:57:17.6728346Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:17.6728781Z ) from e 2022-09-27T15:57:17.6729289Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:17.6729692Z 2022-09-27T15:57:17.6729868Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:17.6730206Z ========== 2022-09-27T15:57:17.9621843Z ok (0.341s) 2022-09-27T15:57:17.9689760Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:17.9865778Z This test tests conversion from dense to/from CSR and CSC ... ok (0.024s) 2022-09-27T15:57:17.9934762Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.0241776Z This test tests conversion from dense to/from CSR and CSC ... ok (0.037s) 2022-09-27T15:57:18.0310616Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.0603953Z This test tests conversion from dense to/from CSR and CSC ... ok (0.035s) 2022-09-27T15:57:18.0670832Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.2869712Z This test tests conversion from dense to/from CSR and CSC ... ok (0.226s) 2022-09-27T15:57:18.2938022Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.3109970Z This test tests conversion from dense to/from CSR and CSC ... ok (0.023s) 2022-09-27T15:57:18.3177819Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.3481409Z This test tests conversion from dense to/from CSR and CSC ... ok (0.036s) 2022-09-27T15:57:18.3549327Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.3614742Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-09-27T15:57:18.3683320Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.4332165Z This test tests conversion from dense to/from CSR and CSC ... ok (0.071s) 2022-09-27T15:57:18.4400621Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.4457126Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:18.4525511Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.4575364Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-09-27T15:57:18.4643865Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.4704245Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:18.4773597Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.5384051Z This test tests conversion from dense to/from CSR and CSC ... ok (0.067s) 2022-09-27T15:57:18.5452921Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.5508249Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-09-27T15:57:18.5576590Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cpu (__main__.TestSparseCSRCPU) 2022-09-27T15:57:18.5624178Z This test tests conversion from dense to/from CSR and CSC ... ok (0.011s) 2022-09-27T15:57:18.5853620Z test_direct_coo_csr_conversion_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.022s) 2022-09-27T15:57:18.5894360Z test_direct_coo_csr_conversion_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:18.5931247Z test_direct_coo_csr_conversion_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.5966749Z test_direct_coo_csr_conversion_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.5996106Z test_direct_coo_csr_conversion_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6025176Z test_direct_coo_csr_conversion_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6052704Z test_direct_coo_csr_conversion_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6081384Z test_direct_coo_csr_conversion_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6109950Z test_direct_coo_csr_conversion_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6176447Z test_exercise_detach_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:18.6199984Z test_exercise_detach_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6225590Z test_exercise_detach_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6250158Z test_exercise_detach_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6274225Z test_exercise_detach_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6297643Z test_exercise_detach_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6321534Z test_exercise_detach_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6344093Z test_exercise_detach_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6366908Z test_exercise_detach_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6389762Z test_exercise_detach_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6412168Z test_exercise_detach_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6434474Z test_exercise_detach_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:18.6449003Z test_matmul_device_mismatch_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:18.6480447Z test_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only CUDA 11+ is supported (0.003s) 2022-09-27T15:57:18.6790398Z test_mm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1761 2022-09-27T15:57:18.6790961Z due to: 2022-09-27T15:57:18.6791285Z Traceback (most recent call last): 2022-09-27T15:57:18.6791870Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:18.6792307Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:18.6792797Z RuntimeError: mat1 and mat2 shapes cannot be multiplied (2x3 and 2x3) 2022-09-27T15:57:18.6793086Z 2022-09-27T15:57:18.6793461Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:18.6793741Z 2022-09-27T15:57:18.6793893Z Traceback (most recent call last): 2022-09-27T15:57:18.6794822Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:18.6795324Z raise TorchRuntimeError() from e 2022-09-27T15:57:18.6795799Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:18.6796023Z 2022-09-27T15:57:18.6796146Z from user code: 2022-09-27T15:57:18.6796515Z File "test_sparse_csr.py", line 1766, in 2022-09-27T15:57:18.6796890Z return torch.mm(a, a) 2022-09-27T15:57:18.6797088Z 2022-09-27T15:57:18.6797290Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:18.6797655Z ========== 2022-09-27T15:57:18.6985476Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1770 2022-09-27T15:57:18.6985914Z due to: 2022-09-27T15:57:18.6986211Z Traceback (most recent call last): 2022-09-27T15:57:18.6986788Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:18.6987242Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:18.6987588Z RuntimeError: mat2 must be a matrix 2022-09-27T15:57:18.6987817Z 2022-09-27T15:57:18.6988045Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:18.6988330Z 2022-09-27T15:57:18.6988482Z Traceback (most recent call last): 2022-09-27T15:57:18.6989143Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:18.6989622Z raise TorchRuntimeError() from e 2022-09-27T15:57:18.6990008Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:18.6990244Z 2022-09-27T15:57:18.6990366Z from user code: 2022-09-27T15:57:18.6990722Z File "test_sparse_csr.py", line 1775, in 2022-09-27T15:57:18.6991118Z return torch.mm(a, a.unsqueeze(0)) 2022-09-27T15:57:18.6991333Z 2022-09-27T15:57:18.6991547Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:18.6991912Z ========== 2022-09-27T15:57:18.7075204Z ok (0.059s) 2022-09-27T15:57:18.7338222Z test_mul_cpu_float32 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1822 2022-09-27T15:57:18.7338769Z due to: 2022-09-27T15:57:18.7339074Z Traceback (most recent call last): 2022-09-27T15:57:18.7339732Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:18.7340308Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:18.7340894Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:18.7341232Z 2022-09-27T15:57:18.7341455Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:18.7341737Z 2022-09-27T15:57:18.7341892Z Traceback (most recent call last): 2022-09-27T15:57:18.7342557Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:18.7343007Z ) from e 2022-09-27T15:57:18.7343553Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:18.7343983Z 2022-09-27T15:57:18.7344203Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:18.7344564Z ========== 2022-09-27T15:57:18.8480491Z ok (0.140s) 2022-09-27T15:57:18.9659542Z test_mul_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.117s) 2022-09-27T15:57:18.9746111Z test_resize_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:18.9781803Z test_resize_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.9817770Z test_resize_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.9853157Z test_resize_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.9887524Z test_resize_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.9921768Z test_resize_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.9955358Z test_resize_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:18.9987744Z test_resize_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:19.0020443Z test_resize_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:19.0055338Z test_resize_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:19.0087822Z test_resize_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:19.0120311Z test_resize_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:19.0275001Z test_resize_errors_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:19.0390532Z test_resize_errors_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.0509827Z test_resize_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.0628181Z test_resize_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.0747737Z test_resize_errors_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.0866041Z test_resize_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.0984838Z test_resize_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.1101242Z test_resize_errors_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.1219801Z test_resize_errors_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.1336342Z test_resize_errors_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.1456148Z test_resize_errors_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.1573454Z test_resize_errors_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.1787132Z test_sampled_addmm_autograd_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2058 2022-09-27T15:57:19.1787490Z due to: 2022-09-27T15:57:19.1787665Z Traceback (most recent call last): 2022-09-27T15:57:19.1788084Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:19.1788431Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:19.1788775Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:19.1788970Z 2022-09-27T15:57:19.1789105Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:19.1789270Z 2022-09-27T15:57:19.1789361Z Traceback (most recent call last): 2022-09-27T15:57:19.1789751Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:19.1790006Z ) from e 2022-09-27T15:57:19.1790340Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:19.1790591Z 2022-09-27T15:57:19.1790722Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:19.1790940Z ========== 2022-09-27T15:57:19.1805805Z ok (0.023s) 2022-09-27T15:57:19.1900668Z test_sampled_addmm_autograd_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:19.1989253Z test_sampled_addmm_autograd_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:19.2075606Z test_sampled_addmm_autograd_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:19.2696513Z test_sampled_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_sparse_csr.py line 1994 2022-09-27T15:57:19.2698342Z due to: 2022-09-27T15:57:19.2698677Z Traceback (most recent call last): 2022-09-27T15:57:19.2699603Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:19.2700189Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:19.2700781Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:19.2701220Z 2022-09-27T15:57:19.2701449Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:19.2701729Z 2022-09-27T15:57:19.2701869Z Traceback (most recent call last): 2022-09-27T15:57:19.2702549Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:19.2703002Z ) from e 2022-09-27T15:57:19.2703553Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:19.2703985Z 2022-09-27T15:57:19.2704204Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:19.2704574Z ========== 2022-09-27T15:57:19.3152856Z ok (0.107s) 2022-09-27T15:57:19.3660250Z test_sampled_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.050s) 2022-09-27T15:57:19.4135646Z test_sampled_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.047s) 2022-09-27T15:57:19.4587462Z test_sampled_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.044s) 2022-09-27T15:57:19.4614639Z test_sampled_addmm_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:19.4639622Z test_sampled_addmm_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:19.4663987Z test_sampled_addmm_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:19.4688584Z test_sampled_addmm_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:57:19.4707739Z test_sampled_addmm_zero_sized_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:19.4726635Z test_sampled_addmm_zero_sized_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:19.4745546Z test_sampled_addmm_zero_sized_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:19.4764804Z test_sampled_addmm_zero_sized_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:57:19.4846157Z test_select_SparseBSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_select test_sparse_csr.py line 959 2022-09-27T15:57:19.4846720Z due to: 2022-09-27T15:57:19.4847011Z Traceback (most recent call last): 2022-09-27T15:57:19.4847697Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 852, in BUILD_MAP 2022-09-27T15:57:19.4848276Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-09-27T15:57:19.4848646Z AssertionError 2022-09-27T15:57:19.4848823Z 2022-09-27T15:57:19.4848937Z from user code: 2022-09-27T15:57:19.4849295Z File "test_sparse_csr.py", line 967, in test_select 2022-09-27T15:57:19.4849689Z torch.sparse_bsc: torch.Tensor.ccol_indices, 2022-09-27T15:57:19.4850383Z 2022-09-27T15:57:19.4850616Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:19.4850987Z ========== 2022-09-27T15:57:19.4931307Z ok (0.016s) 2022-09-27T15:57:19.5039554Z test_select_SparseBSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.5157197Z test_select_SparseBSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.5279107Z test_select_SparseBSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:19.5392874Z test_select_SparseBSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.5505865Z test_select_SparseBSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.5619742Z test_select_SparseBSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.5729797Z test_select_SparseBSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.5840571Z test_select_SparseBSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.5949539Z test_select_SparseBSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.6061451Z test_select_SparseBSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.6171462Z test_select_SparseBSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.6286894Z test_select_SparseBSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.6396264Z test_select_SparseBSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.6515919Z test_select_SparseBSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.6635490Z test_select_SparseBSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.6749776Z test_select_SparseBSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.6864157Z test_select_SparseBSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.6977898Z test_select_SparseBSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.7087946Z test_select_SparseBSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.7197543Z test_select_SparseBSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.7306867Z test_select_SparseBSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.7417900Z test_select_SparseBSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.7528784Z test_select_SparseBSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.7639126Z test_select_SparseBSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.7744239Z test_select_SparseBSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.7863573Z test_select_SparseBSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.7979484Z test_select_SparseBSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.8089425Z test_select_SparseBSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8199355Z test_select_SparseBSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8315412Z test_select_SparseBSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.8422172Z test_select_SparseBSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8527068Z test_select_SparseBSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8636664Z test_select_SparseBSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8741063Z test_select_SparseBSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8850537Z test_select_SparseBSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.8961472Z test_select_SparseBSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9065168Z test_select_SparseBSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9178477Z test_select_SparseBSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.9291512Z test_select_SparseBSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:19.9400501Z test_select_SparseBSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9508725Z test_select_SparseBSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9618328Z test_select_SparseBSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9723865Z test_select_SparseBSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9830916Z test_select_SparseBSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:19.9941410Z test_select_SparseBSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:20.0047777Z test_select_SparseBSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:20.0153016Z test_select_SparseBSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:20.0336171Z test_select_SparseCSC_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:57:20.0505593Z test_select_SparseCSC_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.0685853Z test_select_SparseCSC_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.0867209Z test_select_SparseCSC_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.018s) 2022-09-27T15:57:20.1045225Z test_select_SparseCSC_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.1219881Z test_select_SparseCSC_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.1392835Z test_select_SparseCSC_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.1562116Z test_select_SparseCSC_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.1730259Z test_select_SparseCSC_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.1897368Z test_select_SparseCSC_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.2065003Z test_select_SparseCSC_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.2233880Z test_select_SparseCSC_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.2406717Z test_select_SparseCSC_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.2573736Z test_select_SparseCSC_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.2753631Z test_select_SparseCSC_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.2934225Z test_select_SparseCSC_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.3108794Z test_select_SparseCSC_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.3283033Z test_select_SparseCSC_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.3456903Z test_select_SparseCSC_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.3626308Z test_select_SparseCSC_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.3795585Z test_select_SparseCSC_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.3965048Z test_select_SparseCSC_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.4138361Z test_select_SparseCSC_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.4307673Z test_select_SparseCSC_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.4476631Z test_select_SparseCSR_int32_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.4636482Z test_select_SparseCSR_int32_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.4809730Z test_select_SparseCSR_int32_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.4982779Z test_select_SparseCSR_int32_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.5147166Z test_select_SparseCSR_int32_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.5314056Z test_select_SparseCSR_int32_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.5485092Z test_select_SparseCSR_int32_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.5645265Z test_select_SparseCSR_int32_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.5806588Z test_select_SparseCSR_int32_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.5970774Z test_select_SparseCSR_int32_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.6134959Z test_select_SparseCSR_int32_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.6295831Z test_select_SparseCSR_int32_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.6463525Z test_select_SparseCSR_int64_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.6625194Z test_select_SparseCSR_int64_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.6795465Z test_select_SparseCSR_int64_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.6967141Z test_select_SparseCSR_int64_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:20.7134032Z test_select_SparseCSR_int64_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.7300209Z test_select_SparseCSR_int64_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.7465545Z test_select_SparseCSR_int64_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:20.7626117Z test_select_SparseCSR_int64_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.7785520Z test_select_SparseCSR_int64_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.7944689Z test_select_SparseCSR_int64_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.8104869Z test_select_SparseCSR_int64_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.8265046Z test_select_SparseCSR_int64_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.015s) 2022-09-27T15:57:20.8554925Z test_sparse_add_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1894 2022-09-27T15:57:20.8556827Z due to: 2022-09-27T15:57:20.8557173Z Traceback (most recent call last): 2022-09-27T15:57:20.8557838Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:20.8558419Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:20.8559008Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:20.8559359Z 2022-09-27T15:57:20.8559570Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:20.8559850Z 2022-09-27T15:57:20.8560003Z Traceback (most recent call last): 2022-09-27T15:57:20.8560672Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:20.8561124Z ) from e 2022-09-27T15:57:20.8561679Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:20.8562076Z 2022-09-27T15:57:20.8562412Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:20.8562833Z ========== 2022-09-27T15:57:20.9298866Z ok (0.103s) 2022-09-27T15:57:20.9438793Z test_sparse_add_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.013s) 2022-09-27T15:57:20.9566574Z test_sparse_add_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:20.9692498Z test_sparse_add_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:20.9834782Z test_sparse_add_errors_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1911 2022-09-27T15:57:20.9835359Z due to: 2022-09-27T15:57:20.9835630Z Traceback (most recent call last): 2022-09-27T15:57:20.9836668Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:20.9837282Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:20.9838010Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:20.9838383Z 2022-09-27T15:57:20.9838631Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:20.9838924Z 2022-09-27T15:57:20.9839082Z Traceback (most recent call last): 2022-09-27T15:57:20.9839809Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:20.9840284Z ) from e 2022-09-27T15:57:20.9840875Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:20.9841334Z 2022-09-27T15:57:20.9841549Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:20.9841939Z ========== 2022-09-27T15:57:20.9953531Z ok (0.025s) 2022-09-27T15:57:21.0122739Z test_sparse_add_errors_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.0285913Z test_sparse_add_errors_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.0451701Z test_sparse_add_errors_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.0820662Z test_sparse_addmm_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1597 2022-09-27T15:57:21.0821380Z due to: 2022-09-27T15:57:21.0821737Z Traceback (most recent call last): 2022-09-27T15:57:21.0822539Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:21.0823237Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:21.0823917Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:21.0824453Z 2022-09-27T15:57:21.0824683Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:21.0824961Z 2022-09-27T15:57:21.0825117Z Traceback (most recent call last): 2022-09-27T15:57:21.0825802Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:21.0826252Z ) from e 2022-09-27T15:57:21.0826816Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:21.0827257Z 2022-09-27T15:57:21.0827477Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:21.0827845Z ========== 2022-09-27T15:57:21.1364472Z ok (0.091s) 2022-09-27T15:57:21.1797969Z test_sparse_addmm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.043s) 2022-09-27T15:57:21.1921784Z test_sparse_addmm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:21.2045388Z test_sparse_addmm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:21.2294454Z test_sparse_csc_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT to_compressed test_sparse_csr.py line 1120 2022-09-27T15:57:21.2295019Z due to: 2022-09-27T15:57:21.2295355Z Traceback (most recent call last): 2022-09-27T15:57:21.2295935Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:21.2296465Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:21.2310000Z NotImplementedError: Could not run 'aten::to_sparse_csc' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csc' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:57:21.2312128Z 2022-09-27T15:57:21.2312413Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:57:21.2313049Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:57:21.2313895Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:57:21.2314648Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:57:21.2315411Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:57:21.2316157Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:57:21.2316928Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:57:21.2317622Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:57:21.2318287Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:21.2318947Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:21.2319603Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:57:21.2320341Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:57:21.2321093Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2321798Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2322482Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2323183Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2323877Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2324587Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2325273Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2326006Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2326693Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2327381Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2328081Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2328869Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2329588Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2330402Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2331130Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2331862Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:57:21.2332550Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T15:57:21.2333212Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:57:21.2333895Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:57:21.2334627Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:57:21.2335434Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:57:21.2336176Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:57:21.2336957Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:57:21.2337686Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:57:21.2338435Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:57:21.2339215Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:57:21.2339979Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:57:21.2340372Z 2022-09-27T15:57:21.2340379Z 2022-09-27T15:57:21.2340598Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:21.2340877Z 2022-09-27T15:57:21.2341033Z Traceback (most recent call last): 2022-09-27T15:57:21.2341665Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:21.2342210Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:21.2342727Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:21.2343022Z 2022-09-27T15:57:21.2343256Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:21.2343530Z 2022-09-27T15:57:21.2343684Z Traceback (most recent call last): 2022-09-27T15:57:21.2344332Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:21.2344832Z raise TorchRuntimeError() from e 2022-09-27T15:57:21.2345223Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:21.2345459Z 2022-09-27T15:57:21.2345578Z from user code: 2022-09-27T15:57:21.2345917Z File "test_sparse_csr.py", line 1121, in to_compressed 2022-09-27T15:57:21.2346353Z return getattr(t, f"to_sparse_{compressed_format_str}")() 2022-09-27T15:57:21.2346608Z 2022-09-27T15:57:21.2346824Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:21.2347177Z ========== 2022-09-27T15:57:21.2431351Z ok (0.038s) 2022-09-27T15:57:21.2600506Z test_sparse_csc_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.2773373Z test_sparse_csc_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:21.2948812Z test_sparse_csc_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:21.3117713Z test_sparse_csc_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.3284665Z test_sparse_csc_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.3453388Z test_sparse_csc_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.016s) 2022-09-27T15:57:21.3627044Z test_sparse_csc_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:21.3668939Z test_sparse_csc_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.004s) 2022-09-27T15:57:21.3698760Z test_sparse_csc_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.3728696Z test_sparse_csc_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.3758758Z test_sparse_csc_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.3898820Z test_sparse_csr_from_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr_from_dense test_sparse_csr.py line 1097 2022-09-27T15:57:21.3899509Z due to: 2022-09-27T15:57:21.3899768Z Traceback (most recent call last): 2022-09-27T15:57:21.3900268Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:21.3900735Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:21.3904190Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:57:21.3905479Z 2022-09-27T15:57:21.3905653Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:57:21.3906031Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:57:21.3906436Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:57:21.3906878Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:57:21.3907333Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:57:21.3907781Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:57:21.3908235Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:57:21.3908648Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:57:21.3909068Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:21.3909686Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:21.3910087Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:57:21.3910582Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:57:21.3911026Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3911438Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3911853Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3912249Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3912662Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3913062Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3913649Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3914046Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3914641Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3915054Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3915524Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3915992Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3916425Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3916922Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3917358Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3917850Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:21.3918310Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:57:21.3918708Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:57:21.3919176Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:57:21.3919609Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:57:21.3920147Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:57:21.3920648Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:57:21.3921071Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:57:21.3921631Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:57:21.3922103Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:57:21.3922676Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:57:21.3923198Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:57:21.3923431Z 2022-09-27T15:57:21.3923436Z 2022-09-27T15:57:21.3923564Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:21.3923795Z 2022-09-27T15:57:21.3923892Z Traceback (most recent call last): 2022-09-27T15:57:21.3924280Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:21.3924661Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:21.3924968Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:21.3925143Z 2022-09-27T15:57:21.3925336Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:21.3925505Z 2022-09-27T15:57:21.3925597Z Traceback (most recent call last): 2022-09-27T15:57:21.3926026Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:21.3926337Z raise TorchRuntimeError() from e 2022-09-27T15:57:21.3926570Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:21.3926712Z 2022-09-27T15:57:21.3926820Z from user code: 2022-09-27T15:57:21.3927059Z File "test_sparse_csr.py", line 1100, in test_sparse_csr_from_dense 2022-09-27T15:57:21.3927305Z sparse = dense.to_sparse_csr() 2022-09-27T15:57:21.3927430Z 2022-09-27T15:57:21.3927598Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:21.3927827Z ========== 2022-09-27T15:57:21.3927998Z ok (0.015s) 2022-09-27T15:57:21.3954377Z test_sparse_csr_from_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.3992682Z test_sparse_csr_from_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4030586Z test_sparse_csr_from_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4067934Z test_sparse_csr_from_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4105126Z test_sparse_csr_from_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4142214Z test_sparse_csr_from_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4177899Z test_sparse_csr_from_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4213160Z test_sparse_csr_from_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4248698Z test_sparse_csr_from_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4284282Z test_sparse_csr_from_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4319846Z test_sparse_csr_from_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.4492979Z test_sparse_csr_to_dense_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.017s) 2022-09-27T15:57:21.4570211Z test_sparse_csr_to_dense_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.4659195Z test_sparse_csr_to_dense_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:21.4748486Z test_sparse_csr_to_dense_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:21.4833188Z test_sparse_csr_to_dense_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:21.4915592Z test_sparse_csr_to_dense_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:21.5005778Z test_sparse_csr_to_dense_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:21.5081100Z test_sparse_csr_to_dense_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.5111023Z test_sparse_csr_to_dense_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.5138717Z test_sparse_csr_to_dense_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.5166587Z test_sparse_csr_to_dense_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.5194498Z test_sparse_csr_to_dense_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.5343556Z test_sparse_csr_unary_inplace_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.014s) 2022-09-27T15:57:21.5445172Z test_sparse_csr_unary_inplace_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:21.5507656Z test_sparse_csr_unary_inplace_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... /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-09-27T15:57:21.5508650Z result = torch.complex(real, imag) 2022-09-27T15:57:21.5548137Z ok (0.010s) 2022-09-27T15:57:21.5651025Z test_sparse_csr_unary_inplace_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.010s) 2022-09-27T15:57:21.5717209Z test_sparse_csr_unary_inplace_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:21.5783607Z test_sparse_csr_unary_inplace_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:21.5848411Z test_sparse_csr_unary_inplace_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:21.5912670Z test_sparse_csr_unary_inplace_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:21.5938679Z test_sparse_csr_unary_inplace_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.5963209Z test_sparse_csr_unary_inplace_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.5987120Z test_sparse_csr_unary_inplace_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6010144Z test_sparse_csr_unary_inplace_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6029797Z test_sparse_csr_unary_inplace_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:21.6049228Z test_sparse_csr_unary_inplace_angle_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:21.6068700Z test_sparse_csr_unary_inplace_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:21.6089500Z test_sparse_csr_unary_inplace_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:21.6108264Z test_sparse_csr_unary_inplace_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:21.6127164Z test_sparse_csr_unary_inplace_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:21.6146213Z test_sparse_csr_unary_inplace_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:21.6165235Z test_sparse_csr_unary_inplace_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:21.6184211Z test_sparse_csr_unary_inplace_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:21.6203260Z test_sparse_csr_unary_inplace_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:21.6222547Z test_sparse_csr_unary_inplace_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:21.6241467Z test_sparse_csr_unary_inplace_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:21.6267976Z test_sparse_csr_unary_inplace_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6342566Z test_sparse_csr_unary_inplace_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6370589Z test_sparse_csr_unary_inplace_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6398081Z test_sparse_csr_unary_inplace_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6423847Z test_sparse_csr_unary_inplace_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6449139Z test_sparse_csr_unary_inplace_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6521348Z test_sparse_csr_unary_inplace_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6594658Z test_sparse_csr_unary_inplace_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6668000Z test_sparse_csr_unary_inplace_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6741172Z test_sparse_csr_unary_inplace_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6813649Z test_sparse_csr_unary_inplace_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6844075Z test_sparse_csr_unary_inplace_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:21.6915300Z test_sparse_csr_unary_inplace_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.6943999Z test_sparse_csr_unary_inplace_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6971978Z test_sparse_csr_unary_inplace_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.6997630Z test_sparse_csr_unary_inplace_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7022814Z test_sparse_csr_unary_inplace_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7093489Z test_sparse_csr_unary_inplace_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7165245Z test_sparse_csr_unary_inplace_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7236134Z test_sparse_csr_unary_inplace_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7307096Z test_sparse_csr_unary_inplace_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7378684Z test_sparse_csr_unary_inplace_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7406195Z test_sparse_csr_unary_inplace_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7478132Z test_sparse_csr_unary_inplace_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7506725Z test_sparse_csr_unary_inplace_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7533895Z test_sparse_csr_unary_inplace_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7559678Z test_sparse_csr_unary_inplace_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7584847Z test_sparse_csr_unary_inplace_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.7655488Z test_sparse_csr_unary_inplace_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7725345Z test_sparse_csr_unary_inplace_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7795587Z test_sparse_csr_unary_inplace_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7866696Z test_sparse_csr_unary_inplace_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7939219Z test_sparse_csr_unary_inplace_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.7966449Z test_sparse_csr_unary_inplace_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8037988Z test_sparse_csr_unary_inplace_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.8067051Z test_sparse_csr_unary_inplace_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8094432Z test_sparse_csr_unary_inplace_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8120243Z test_sparse_csr_unary_inplace_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8147813Z test_sparse_csr_unary_inplace_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8218044Z test_sparse_csr_unary_inplace_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.8288045Z test_sparse_csr_unary_inplace_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.8358604Z test_sparse_csr_unary_inplace_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.8429816Z test_sparse_csr_unary_inplace_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.8500732Z test_sparse_csr_unary_inplace_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.8527943Z test_sparse_csr_unary_inplace_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8554774Z test_sparse_csr_unary_inplace_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8580139Z test_sparse_csr_unary_inplace_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8603836Z test_sparse_csr_unary_inplace_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8626593Z test_sparse_csr_unary_inplace_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8649173Z test_sparse_csr_unary_inplace_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8671745Z test_sparse_csr_unary_inplace_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8694575Z test_sparse_csr_unary_inplace_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8718481Z test_sparse_csr_unary_inplace_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8741493Z test_sparse_csr_unary_inplace_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8766521Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8792211Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8817848Z test_sparse_csr_unary_inplace_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8842226Z test_sparse_csr_unary_inplace_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8867038Z test_sparse_csr_unary_inplace_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8891789Z test_sparse_csr_unary_inplace_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8915343Z test_sparse_csr_unary_inplace_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8937551Z test_sparse_csr_unary_inplace_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8959925Z test_sparse_csr_unary_inplace_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.8982299Z test_sparse_csr_unary_inplace_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9004782Z test_sparse_csr_unary_inplace_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9031733Z test_sparse_csr_unary_inplace_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9103520Z test_sparse_csr_unary_inplace_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9129219Z test_sparse_csr_unary_inplace_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9154599Z test_sparse_csr_unary_inplace_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9224896Z test_sparse_csr_unary_inplace_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9295154Z test_sparse_csr_unary_inplace_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9365497Z test_sparse_csr_unary_inplace_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9436168Z test_sparse_csr_unary_inplace_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9507284Z test_sparse_csr_unary_inplace_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9534846Z test_sparse_csr_unary_inplace_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9608563Z test_sparse_csr_unary_inplace_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9635653Z test_sparse_csr_unary_inplace_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9661683Z test_sparse_csr_unary_inplace_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:21.9734350Z test_sparse_csr_unary_inplace_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9807745Z test_sparse_csr_unary_inplace_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9882151Z test_sparse_csr_unary_inplace_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:21.9954833Z test_sparse_csr_unary_inplace_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0026144Z test_sparse_csr_unary_inplace_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0053710Z test_sparse_csr_unary_inplace_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0125078Z test_sparse_csr_unary_inplace_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0150942Z test_sparse_csr_unary_inplace_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0177253Z test_sparse_csr_unary_inplace_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0248295Z test_sparse_csr_unary_inplace_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0319924Z test_sparse_csr_unary_inplace_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0392099Z test_sparse_csr_unary_inplace_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0464399Z test_sparse_csr_unary_inplace_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0537770Z test_sparse_csr_unary_inplace_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.0567729Z test_sparse_csr_unary_inplace_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.0595488Z test_sparse_csr_unary_inplace_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0621502Z test_sparse_csr_unary_inplace_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0645509Z test_sparse_csr_unary_inplace_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0668776Z test_sparse_csr_unary_inplace_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0691526Z test_sparse_csr_unary_inplace_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0714689Z test_sparse_csr_unary_inplace_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0736935Z test_sparse_csr_unary_inplace_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.0756681Z test_sparse_csr_unary_inplace_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.0775577Z test_sparse_csr_unary_inplace_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0794726Z test_sparse_csr_unary_inplace_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0813631Z test_sparse_csr_unary_inplace_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0832739Z test_sparse_csr_unary_inplace_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0851749Z test_sparse_csr_unary_inplace_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0870866Z test_sparse_csr_unary_inplace_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.0889808Z test_sparse_csr_unary_inplace_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0908732Z test_sparse_csr_unary_inplace_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0927624Z test_sparse_csr_unary_inplace_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0946671Z test_sparse_csr_unary_inplace_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0965639Z test_sparse_csr_unary_inplace_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.0984507Z test_sparse_csr_unary_inplace_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1003437Z test_sparse_csr_unary_inplace_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1022550Z test_sparse_csr_unary_inplace_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1043176Z test_sparse_csr_unary_inplace_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1062472Z test_sparse_csr_unary_inplace_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1081893Z test_sparse_csr_unary_inplace_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1101349Z test_sparse_csr_unary_inplace_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1120338Z test_sparse_csr_unary_inplace_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1144739Z test_sparse_csr_unary_inplace_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1164214Z test_sparse_csr_unary_inplace_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1183217Z test_sparse_csr_unary_inplace_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1202654Z test_sparse_csr_unary_inplace_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1221625Z test_sparse_csr_unary_inplace_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1240760Z test_sparse_csr_unary_inplace_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1260179Z test_sparse_csr_unary_inplace_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1280751Z test_sparse_csr_unary_inplace_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1301139Z test_sparse_csr_unary_inplace_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1320509Z test_sparse_csr_unary_inplace_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1339877Z test_sparse_csr_unary_inplace_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1359055Z test_sparse_csr_unary_inplace_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1378174Z test_sparse_csr_unary_inplace_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1397437Z test_sparse_csr_unary_inplace_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1416491Z test_sparse_csr_unary_inplace_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1435707Z test_sparse_csr_unary_inplace_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1454698Z test_sparse_csr_unary_inplace_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1474239Z test_sparse_csr_unary_inplace_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1493049Z test_sparse_csr_unary_inplace_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1512524Z test_sparse_csr_unary_inplace_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1533274Z test_sparse_csr_unary_inplace_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1552277Z test_sparse_csr_unary_inplace_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1571591Z test_sparse_csr_unary_inplace_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1590896Z test_sparse_csr_unary_inplace_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.1610462Z test_sparse_csr_unary_inplace_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.1637174Z test_sparse_csr_unary_inplace_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.1708901Z test_sparse_csr_unary_inplace_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.1737423Z test_sparse_csr_unary_inplace_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.1763377Z test_sparse_csr_unary_inplace_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.1834466Z test_sparse_csr_unary_inplace_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.1905195Z test_sparse_csr_unary_inplace_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.1976155Z test_sparse_csr_unary_inplace_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.2046980Z test_sparse_csr_unary_inplace_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.2117819Z test_sparse_csr_unary_inplace_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.2144195Z test_sparse_csr_unary_inplace_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2171201Z test_sparse_csr_unary_inplace_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2196944Z test_sparse_csr_unary_inplace_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2222621Z test_sparse_csr_unary_inplace_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2247080Z test_sparse_csr_unary_inplace_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2271805Z test_sparse_csr_unary_inplace_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2296143Z test_sparse_csr_unary_inplace_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2319777Z test_sparse_csr_unary_inplace_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2342241Z test_sparse_csr_unary_inplace_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2364702Z test_sparse_csr_unary_inplace_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2387013Z test_sparse_csr_unary_inplace_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2409472Z test_sparse_csr_unary_inplace_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2435327Z test_sparse_csr_unary_inplace_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2458653Z test_sparse_csr_unary_inplace_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2483337Z test_sparse_csr_unary_inplace_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2506664Z test_sparse_csr_unary_inplace_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2529062Z test_sparse_csr_unary_inplace_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2551461Z test_sparse_csr_unary_inplace_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2573964Z test_sparse_csr_unary_inplace_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2596773Z test_sparse_csr_unary_inplace_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2622514Z test_sparse_csr_unary_inplace_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2645782Z test_sparse_csr_unary_inplace_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2670046Z test_sparse_csr_unary_inplace_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2695113Z test_sparse_csr_unary_inplace_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2720233Z test_sparse_csr_unary_inplace_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2744765Z test_sparse_csr_unary_inplace_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2768937Z test_sparse_csr_unary_inplace_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2793696Z test_sparse_csr_unary_inplace_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2816778Z test_sparse_csr_unary_inplace_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2839761Z test_sparse_csr_unary_inplace_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2862643Z test_sparse_csr_unary_inplace_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2885094Z test_sparse_csr_unary_inplace_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2907749Z test_sparse_csr_unary_inplace_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2931407Z test_sparse_csr_unary_inplace_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2954963Z test_sparse_csr_unary_inplace_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.2978793Z test_sparse_csr_unary_inplace_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3003490Z test_sparse_csr_unary_inplace_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3028219Z test_sparse_csr_unary_inplace_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3051511Z test_sparse_csr_unary_inplace_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3074091Z test_sparse_csr_unary_inplace_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3096597Z test_sparse_csr_unary_inplace_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3119000Z test_sparse_csr_unary_inplace_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3141534Z test_sparse_csr_unary_inplace_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3160955Z test_sparse_csr_unary_inplace_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.3179942Z test_sparse_csr_unary_inplace_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.3199062Z test_sparse_csr_unary_inplace_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.3218073Z test_sparse_csr_unary_inplace_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.3236934Z test_sparse_csr_unary_inplace_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.3257603Z test_sparse_csr_unary_inplace_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.3276946Z test_sparse_csr_unary_inplace_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-09-27T15:57:22.3296543Z test_sparse_csr_unary_inplace_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.3315084Z test_sparse_csr_unary_inplace_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.3333732Z test_sparse_csr_unary_inplace_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-09-27T15:57:22.3360340Z test_sparse_csr_unary_inplace_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3432034Z test_sparse_csr_unary_inplace_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.3460298Z test_sparse_csr_unary_inplace_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3487757Z test_sparse_csr_unary_inplace_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3513763Z test_sparse_csr_unary_inplace_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3539992Z test_sparse_csr_unary_inplace_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3610781Z test_sparse_csr_unary_inplace_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.3681125Z test_sparse_csr_unary_inplace_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.3752681Z test_sparse_csr_unary_inplace_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.3823564Z test_sparse_csr_unary_inplace_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.3894027Z test_sparse_csr_unary_inplace_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.3921003Z test_sparse_csr_unary_inplace_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.3992941Z test_sparse_csr_unary_inplace_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4020462Z test_sparse_csr_unary_inplace_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4047061Z test_sparse_csr_unary_inplace_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4072289Z test_sparse_csr_unary_inplace_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4096901Z test_sparse_csr_unary_inplace_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4167946Z test_sparse_csr_unary_inplace_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4238619Z test_sparse_csr_unary_inplace_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4310031Z test_sparse_csr_unary_inplace_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4382768Z test_sparse_csr_unary_inplace_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4456682Z test_sparse_csr_unary_inplace_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4487392Z test_sparse_csr_unary_inplace_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.4561446Z test_sparse_csr_unary_inplace_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4589675Z test_sparse_csr_unary_inplace_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4617525Z test_sparse_csr_unary_inplace_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4643220Z test_sparse_csr_unary_inplace_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4668491Z test_sparse_csr_unary_inplace_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.4740639Z test_sparse_csr_unary_inplace_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4813144Z test_sparse_csr_unary_inplace_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4885567Z test_sparse_csr_unary_inplace_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.4959061Z test_sparse_csr_unary_inplace_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5031738Z test_sparse_csr_unary_inplace_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5059119Z test_sparse_csr_unary_inplace_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5131910Z test_sparse_csr_unary_inplace_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5160057Z test_sparse_csr_unary_inplace_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5186914Z test_sparse_csr_unary_inplace_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5212000Z test_sparse_csr_unary_inplace_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5237520Z test_sparse_csr_unary_inplace_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5308710Z test_sparse_csr_unary_inplace_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5379450Z test_sparse_csr_unary_inplace_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5449819Z test_sparse_csr_unary_inplace_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5521005Z test_sparse_csr_unary_inplace_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5592380Z test_sparse_csr_unary_inplace_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5618501Z test_sparse_csr_unary_inplace_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5689940Z test_sparse_csr_unary_inplace_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5718197Z test_sparse_csr_unary_inplace_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5745046Z test_sparse_csr_unary_inplace_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5771069Z test_sparse_csr_unary_inplace_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5799200Z test_sparse_csr_unary_inplace_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.5869438Z test_sparse_csr_unary_inplace_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.5940482Z test_sparse_csr_unary_inplace_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.6012017Z test_sparse_csr_unary_inplace_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.6083085Z test_sparse_csr_unary_inplace_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.6155014Z test_sparse_csr_unary_inplace_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.6181308Z test_sparse_csr_unary_inplace_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6207901Z test_sparse_csr_unary_inplace_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6233500Z test_sparse_csr_unary_inplace_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6256958Z test_sparse_csr_unary_inplace_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6279523Z test_sparse_csr_unary_inplace_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6302010Z test_sparse_csr_unary_inplace_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6324744Z test_sparse_csr_unary_inplace_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6347371Z test_sparse_csr_unary_inplace_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.6476481Z test_sparse_csr_unary_out_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.012s) 2022-09-27T15:57:22.6545359Z test_sparse_csr_unary_out_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/opinfo/core.py:1026: 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-09-27T15:57:22.6545939Z return self.op(*args, **kwargs) 2022-09-27T15:57:22.6548467Z ok (0.007s) 2022-09-27T15:57:22.6620338Z test_sparse_csr_unary_out_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:22.6688746Z test_sparse_csr_unary_out_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:22.6755603Z test_sparse_csr_unary_out_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:22.6824254Z test_sparse_csr_unary_out_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:22.6890308Z test_sparse_csr_unary_out_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:22.6954870Z test_sparse_csr_unary_out_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.006s) 2022-09-27T15:57:22.6987274Z test_sparse_csr_unary_out_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7017687Z test_sparse_csr_unary_out_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7047104Z test_sparse_csr_unary_out_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.7075795Z test_sparse_csr_unary_out_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.7106779Z test_sparse_csr_unary_out_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7137790Z test_sparse_csr_unary_out_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7169558Z test_sparse_csr_unary_out_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7201457Z test_sparse_csr_unary_out_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7231015Z test_sparse_csr_unary_out_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.7261810Z test_sparse_csr_unary_out_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7292318Z test_sparse_csr_unary_out_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7323266Z test_sparse_csr_unary_out_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7353837Z test_sparse_csr_unary_out_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7384354Z test_sparse_csr_unary_out_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7414971Z test_sparse_csr_unary_out_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7445882Z test_sparse_csr_unary_out_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7477310Z test_sparse_csr_unary_out_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7508117Z test_sparse_csr_unary_out_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7544417Z test_sparse_csr_unary_out_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7576842Z test_sparse_csr_unary_out_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7607635Z test_sparse_csr_unary_out_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7638030Z test_sparse_csr_unary_out_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7668412Z test_sparse_csr_unary_out_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7698598Z test_sparse_csr_unary_out_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7728585Z test_sparse_csr_unary_out_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7758778Z test_sparse_csr_unary_out_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7785893Z test_sparse_csr_unary_out_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.7814710Z test_sparse_csr_unary_out_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.7844671Z test_sparse_csr_unary_out_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.7877632Z test_sparse_csr_unary_out_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7909745Z test_sparse_csr_unary_out_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7940325Z test_sparse_csr_unary_out_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.7970764Z test_sparse_csr_unary_out_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8000492Z test_sparse_csr_unary_out_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8031004Z test_sparse_csr_unary_out_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8061038Z test_sparse_csr_unary_out_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8090385Z test_sparse_csr_unary_out_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8119910Z test_sparse_csr_unary_out_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8150245Z test_sparse_csr_unary_out_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8180670Z test_sparse_csr_unary_out_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8213126Z test_sparse_csr_unary_out_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8245595Z test_sparse_csr_unary_out_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8276556Z test_sparse_csr_unary_out_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8306823Z test_sparse_csr_unary_out_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8337215Z test_sparse_csr_unary_out_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8369587Z test_sparse_csr_unary_out_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8400094Z test_sparse_csr_unary_out_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8430680Z test_sparse_csr_unary_out_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8461346Z test_sparse_csr_unary_out_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8490538Z test_sparse_csr_unary_out_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8520084Z test_sparse_csr_unary_out_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8553527Z test_sparse_csr_unary_out_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8585930Z test_sparse_csr_unary_out_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8617601Z test_sparse_csr_unary_out_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8649010Z test_sparse_csr_unary_out_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8679825Z test_sparse_csr_unary_out_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8710468Z test_sparse_csr_unary_out_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8740154Z test_sparse_csr_unary_out_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8769905Z test_sparse_csr_unary_out_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8797802Z test_sparse_csr_unary_out_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8826611Z test_sparse_csr_unary_out_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8857549Z test_sparse_csr_unary_out_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8888230Z test_sparse_csr_unary_out_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.8917702Z test_sparse_csr_unary_out_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8944891Z test_sparse_csr_unary_out_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8972203Z test_sparse_csr_unary_out_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.8999829Z test_sparse_csr_unary_out_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9027506Z test_sparse_csr_unary_out_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9055761Z test_sparse_csr_unary_out_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9084274Z test_sparse_csr_unary_out_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9115680Z test_sparse_csr_unary_out_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9147985Z test_sparse_csr_unary_out_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9184134Z test_sparse_csr_unary_out_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9213557Z test_sparse_csr_unary_out_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9244286Z test_sparse_csr_unary_out_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9274943Z test_sparse_csr_unary_out_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9303135Z test_sparse_csr_unary_out_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9330180Z test_sparse_csr_unary_out_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9357570Z test_sparse_csr_unary_out_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9384490Z test_sparse_csr_unary_out_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9413170Z test_sparse_csr_unary_out_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:22.9445410Z test_sparse_csr_unary_out_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9476500Z test_sparse_csr_unary_out_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9507095Z test_sparse_csr_unary_out_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9537767Z test_sparse_csr_unary_out_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9568625Z test_sparse_csr_unary_out_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9599464Z test_sparse_csr_unary_out_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9629872Z test_sparse_csr_unary_out_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9660893Z test_sparse_csr_unary_out_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9693214Z test_sparse_csr_unary_out_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9724918Z test_sparse_csr_unary_out_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9756694Z test_sparse_csr_unary_out_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9787609Z test_sparse_csr_unary_out_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9818402Z test_sparse_csr_unary_out_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9849882Z test_sparse_csr_unary_out_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9881029Z test_sparse_csr_unary_out_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9912312Z test_sparse_csr_unary_out_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9944038Z test_sparse_csr_unary_out_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:22.9971493Z test_sparse_csr_unary_out_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.0006270Z test_sparse_csr_unary_out_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0037452Z test_sparse_csr_unary_out_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0069253Z test_sparse_csr_unary_out_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0101371Z test_sparse_csr_unary_out_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0133102Z test_sparse_csr_unary_out_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0164923Z test_sparse_csr_unary_out_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0196064Z test_sparse_csr_unary_out_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0227298Z test_sparse_csr_unary_out_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0258608Z test_sparse_csr_unary_out_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0289261Z test_sparse_csr_unary_out_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0320225Z test_sparse_csr_unary_out_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0350520Z test_sparse_csr_unary_out_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0379178Z test_sparse_csr_unary_out_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.0406596Z test_sparse_csr_unary_out_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.0434171Z test_sparse_csr_unary_out_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.0461812Z test_sparse_csr_unary_out_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.0489894Z test_sparse_csr_unary_out_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.0507348Z test_sparse_csr_unary_out_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0524590Z test_sparse_csr_unary_out_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0541473Z test_sparse_csr_unary_out_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0558585Z test_sparse_csr_unary_out_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0575355Z test_sparse_csr_unary_out_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0592274Z test_sparse_csr_unary_out_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0609138Z test_sparse_csr_unary_out_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0625984Z test_sparse_csr_unary_out_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0642780Z test_sparse_csr_unary_out_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0659657Z test_sparse_csr_unary_out_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0676583Z test_sparse_csr_unary_out_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0695076Z test_sparse_csr_unary_out_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0712073Z test_sparse_csr_unary_out_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0729294Z test_sparse_csr_unary_out_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0746043Z test_sparse_csr_unary_out_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0762939Z test_sparse_csr_unary_out_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0779705Z test_sparse_csr_unary_out_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0796394Z test_sparse_csr_unary_out_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0813271Z test_sparse_csr_unary_out_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0829876Z test_sparse_csr_unary_out_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0846905Z test_sparse_csr_unary_out_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0863787Z test_sparse_csr_unary_out_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0880501Z test_sparse_csr_unary_out_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0897223Z test_sparse_csr_unary_out_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0914126Z test_sparse_csr_unary_out_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... skip: Skipped! Out not supported (0.001s) 2022-09-27T15:57:23.0945386Z test_sparse_csr_unary_out_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.0973930Z test_sparse_csr_unary_out_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1002677Z test_sparse_csr_unary_out_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1031580Z test_sparse_csr_unary_out_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1060481Z test_sparse_csr_unary_out_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1088015Z test_sparse_csr_unary_out_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1115885Z test_sparse_csr_unary_out_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1143345Z test_sparse_csr_unary_out_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1170953Z test_sparse_csr_unary_out_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1198491Z test_sparse_csr_unary_out_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1226244Z test_sparse_csr_unary_out_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1253598Z test_sparse_csr_unary_out_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1281591Z test_sparse_csr_unary_out_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1311889Z test_sparse_csr_unary_out_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1341011Z test_sparse_csr_unary_out_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1368560Z test_sparse_csr_unary_out_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1396201Z test_sparse_csr_unary_out_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1423522Z test_sparse_csr_unary_out_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1450895Z test_sparse_csr_unary_out_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1478389Z test_sparse_csr_unary_out_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1508860Z test_sparse_csr_unary_out_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1540012Z test_sparse_csr_unary_out_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1570895Z test_sparse_csr_unary_out_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1601718Z test_sparse_csr_unary_out_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1632768Z test_sparse_csr_unary_out_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1663252Z test_sparse_csr_unary_out_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1693514Z test_sparse_csr_unary_out_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1724746Z test_sparse_csr_unary_out_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1755195Z test_sparse_csr_unary_out_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1784420Z test_sparse_csr_unary_out_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1816260Z test_sparse_csr_unary_out_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1846905Z test_sparse_csr_unary_out_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1878467Z test_sparse_csr_unary_out_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1907716Z test_sparse_csr_unary_out_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.1938208Z test_sparse_csr_unary_out_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1968580Z test_sparse_csr_unary_out_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.1996846Z test_sparse_csr_unary_out_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2024551Z test_sparse_csr_unary_out_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2051461Z test_sparse_csr_unary_out_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2079199Z test_sparse_csr_unary_out_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2108477Z test_sparse_csr_unary_out_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2137481Z test_sparse_csr_unary_out_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2168082Z test_sparse_csr_unary_out_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2199061Z test_sparse_csr_unary_out_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2227488Z test_sparse_csr_unary_out_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2254967Z test_sparse_csr_unary_out_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2282511Z test_sparse_csr_unary_out_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2309742Z test_sparse_csr_unary_out_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2337337Z test_sparse_csr_unary_out_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2365944Z test_sparse_csr_unary_out_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2393764Z test_sparse_csr_unary_out_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2424804Z test_sparse_csr_unary_out_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2455442Z test_sparse_csr_unary_out_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2487872Z test_sparse_csr_unary_out_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2517483Z test_sparse_csr_unary_out_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2548150Z test_sparse_csr_unary_out_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2578828Z test_sparse_csr_unary_out_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2607560Z test_sparse_csr_unary_out_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2635117Z test_sparse_csr_unary_out_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2662458Z test_sparse_csr_unary_out_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2690345Z test_sparse_csr_unary_out_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2717542Z test_sparse_csr_unary_out_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2746856Z test_sparse_csr_unary_out_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2774670Z test_sparse_csr_unary_out_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2803486Z test_sparse_csr_unary_out_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2834386Z test_sparse_csr_unary_out_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2864840Z test_sparse_csr_unary_out_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2895095Z test_sparse_csr_unary_out_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.2922613Z test_sparse_csr_unary_out_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2950048Z test_sparse_csr_unary_out_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.2977948Z test_sparse_csr_unary_out_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3005150Z test_sparse_csr_unary_out_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3032716Z test_sparse_csr_unary_out_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3059941Z test_sparse_csr_unary_out_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3087314Z test_sparse_csr_unary_out_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3115880Z test_sparse_csr_unary_out_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3144045Z test_sparse_csr_unary_out_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3171326Z test_sparse_csr_unary_out_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3198502Z test_sparse_csr_unary_out_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3225994Z test_sparse_csr_unary_out_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3253987Z test_sparse_csr_unary_out_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3281288Z test_sparse_csr_unary_out_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.3311139Z test_sparse_csr_unary_out_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3341260Z test_sparse_csr_unary_out_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3372718Z test_sparse_csr_unary_out_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3405008Z test_sparse_csr_unary_out_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3435427Z test_sparse_csr_unary_out_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3465645Z test_sparse_csr_unary_out_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3497322Z test_sparse_csr_unary_out_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3529777Z test_sparse_csr_unary_out_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3560407Z test_sparse_csr_unary_out_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3590904Z test_sparse_csr_unary_out_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3622062Z test_sparse_csr_unary_out_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3652902Z test_sparse_csr_unary_out_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3685398Z test_sparse_csr_unary_out_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3718619Z test_sparse_csr_unary_out_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3751118Z test_sparse_csr_unary_out_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3781997Z test_sparse_csr_unary_out_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3812591Z test_sparse_csr_unary_out_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3844098Z test_sparse_csr_unary_out_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3875294Z test_sparse_csr_unary_out_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3906550Z test_sparse_csr_unary_out_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3936839Z test_sparse_csr_unary_out_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3967606Z test_sparse_csr_unary_out_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.3996857Z test_sparse_csr_unary_out_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.4027295Z test_sparse_csr_unary_out_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4058421Z test_sparse_csr_unary_out_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4089999Z test_sparse_csr_unary_out_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4120540Z test_sparse_csr_unary_out_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4150518Z test_sparse_csr_unary_out_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4181114Z test_sparse_csr_unary_out_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4211216Z test_sparse_csr_unary_out_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4241580Z test_sparse_csr_unary_out_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4271687Z test_sparse_csr_unary_out_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4302876Z test_sparse_csr_unary_out_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4332907Z test_sparse_csr_unary_out_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4363801Z test_sparse_csr_unary_out_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4396732Z test_sparse_csr_unary_out_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4429346Z test_sparse_csr_unary_out_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4460350Z test_sparse_csr_unary_out_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4490692Z test_sparse_csr_unary_out_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4523436Z test_sparse_csr_unary_out_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4554455Z test_sparse_csr_unary_out_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4585185Z test_sparse_csr_unary_out_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4615927Z test_sparse_csr_unary_out_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4646801Z test_sparse_csr_unary_out_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4677595Z test_sparse_csr_unary_out_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4708035Z test_sparse_csr_unary_out_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4740573Z test_sparse_csr_unary_out_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4772519Z test_sparse_csr_unary_out_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4803631Z test_sparse_csr_unary_out_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4833736Z test_sparse_csr_unary_out_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4864448Z test_sparse_csr_unary_out_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4895207Z test_sparse_csr_unary_out_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4925922Z test_sparse_csr_unary_out_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4956717Z test_sparse_csr_unary_out_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.4987171Z test_sparse_csr_unary_out_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.5016067Z test_sparse_csr_unary_out_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.5047407Z test_sparse_csr_unary_out_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.5078183Z test_sparse_csr_unary_out_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.003s) 2022-09-27T15:57:23.5106319Z test_sparse_csr_unary_out_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.5133972Z test_sparse_csr_unary_out_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.5161674Z test_sparse_csr_unary_out_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.5188980Z test_sparse_csr_unary_out_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.5216534Z test_sparse_csr_unary_out_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:57:23.5403509Z test_sparse_mm_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 1572 2022-09-27T15:57:23.5404200Z due to: 2022-09-27T15:57:23.5404558Z Traceback (most recent call last): 2022-09-27T15:57:23.5405370Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:23.5406021Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:23.5406708Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:23.5407127Z 2022-09-27T15:57:23.5407387Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:23.5407705Z 2022-09-27T15:57:23.5407879Z Traceback (most recent call last): 2022-09-27T15:57:23.5408715Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:23.5409190Z ) from e 2022-09-27T15:57:23.5409754Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:23.5410183Z 2022-09-27T15:57:23.5410390Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:23.5410765Z ========== 2022-09-27T15:57:23.5618728Z ok (0.040s) 2022-09-27T15:57:23.5939970Z test_sparse_mm_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.031s) 2022-09-27T15:57:23.5998122Z test_sparse_mm_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:57:23.6049727Z test_sparse_mm_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.005s) 2022-09-27T15:57:23.6074176Z test_sparse_to_sparse_compressed_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:23.6099482Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.004s) 2022-09-27T15:57:23.6123311Z test_sparse_to_sparse_compressed_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:23.6128999Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-09-27T15:57:23.6152949Z test_sparse_to_sparse_compressed_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:23.6336584Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.020s) 2022-09-27T15:57:23.6360916Z test_sparse_to_sparse_compressed_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) 2022-09-27T15:57:23.6500141Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.016s) 2022-09-27T15:57:23.6983715Z test_sparse_triangular_solve_cpu_complex128 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT run_test test_sparse_csr.py line 1929 2022-09-27T15:57:23.6984308Z due to: 2022-09-27T15:57:23.6984600Z Traceback (most recent call last): 2022-09-27T15:57:23.6996869Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:57:23.6997495Z return self._op(*args, **kwargs or {}) 2022-09-27T15:57:23.7001120Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:57:23.7003261Z 2022-09-27T15:57:23.7003529Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:57:23.7004216Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T15:57:23.7004903Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T15:57:23.7005683Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:57:23.7006442Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:57:23.7007176Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:57:23.7007948Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:57:23.7008663Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:57:23.7009334Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:23.7009980Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:57:23.7010650Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:57:23.7011397Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:57:23.7012150Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7012840Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7013541Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7014469Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7015171Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7015944Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7016701Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7017402Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7018079Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7018775Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7019477Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7020183Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7020901Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7021645Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7022390Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7023130Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T15:57:23.7023813Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T15:57:23.7024478Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:57:23.7025167Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:57:23.7025921Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:57:23.7026731Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:57:23.7027479Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:57:23.7028198Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:57:23.7028939Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:57:23.7029680Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:57:23.7030452Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:57:23.7031227Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:57:23.7031625Z 2022-09-27T15:57:23.7031631Z 2022-09-27T15:57:23.7031864Z During handling of the above exception, another exception occurred: 2022-09-27T15:57:23.7032141Z 2022-09-27T15:57:23.7032295Z Traceback (most recent call last): 2022-09-27T15:57:23.7032963Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T15:57:23.7033645Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T15:57:23.7034183Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T15:57:23.7034550Z 2022-09-27T15:57:23.7034764Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:23.7035042Z 2022-09-27T15:57:23.7035196Z Traceback (most recent call last): 2022-09-27T15:57:23.7035868Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:57:23.7036373Z raise TorchRuntimeError() from e 2022-09-27T15:57:23.7036750Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:57:23.7036988Z 2022-09-27T15:57:23.7037105Z from user code: 2022-09-27T15:57:23.7037456Z File "test_sparse_csr.py", line 1934, in run_test 2022-09-27T15:57:23.7037856Z A_sparse = A.to_sparse_csr() 2022-09-27T15:57:23.7038058Z 2022-09-27T15:57:23.7038280Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:23.7038645Z ========== 2022-09-27T15:57:23.7660137Z ok (0.115s) 2022-09-27T15:57:23.8375800Z test_sparse_triangular_solve_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.071s) 2022-09-27T15:57:23.9004290Z test_sparse_triangular_solve_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.062s) 2022-09-27T15:57:23.9616781Z test_sparse_triangular_solve_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.061s) 2022-09-27T15:57:23.9751720Z test_sum_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2418 2022-09-27T15:57:23.9752336Z due to: 2022-09-27T15:57:23.9752653Z Traceback (most recent call last): 2022-09-27T15:57:23.9754319Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:23.9754901Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:23.9755523Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:23.9755884Z 2022-09-27T15:57:23.9756122Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:23.9756416Z 2022-09-27T15:57:23.9756571Z Traceback (most recent call last): 2022-09-27T15:57:23.9757253Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:23.9757710Z ) from e 2022-09-27T15:57:23.9758282Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:23.9758727Z 2022-09-27T15:57:23.9758939Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:23.9759316Z ========== 2022-09-27T15:57:24.0059183Z ok (0.044s) 2022-09-27T15:57:24.0141092Z test_sum_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:24.0240688Z test_sum_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:24.0338735Z test_sum_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:24.0431596Z test_sum_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.009s) 2022-09-27T15:57:24.0553516Z test_sum_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:24.0669036Z test_sum_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.011s) 2022-09-27T15:57:24.0751594Z test_sum_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:24.0833613Z test_sum_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:24.0914702Z test_sum_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.007s) 2022-09-27T15:57:24.0995945Z test_sum_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:24.1077571Z test_sum_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.008s) 2022-09-27T15:57:24.1717008Z test_transpose_SparseBSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 2501 2022-09-27T15:57:24.1717703Z due to: 2022-09-27T15:57:24.1718022Z Traceback (most recent call last): 2022-09-27T15:57:24.1718818Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:24.1719551Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:24.1720096Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:24.1720421Z 2022-09-27T15:57:24.1720642Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:24.1720892Z 2022-09-27T15:57:24.1721044Z Traceback (most recent call last): 2022-09-27T15:57:24.1721767Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:24.1722225Z ) from e 2022-09-27T15:57:24.1722766Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:24.1723189Z 2022-09-27T15:57:24.1723399Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:24.1723737Z ========== 2022-09-27T15:57:24.1728632Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_same_dim_transpose test_sparse_csr.py line 2476 2022-09-27T15:57:24.1729179Z due to: 2022-09-27T15:57:24.1729430Z Traceback (most recent call last): 2022-09-27T15:57:24.1729821Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:24.1730170Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:24.1730518Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:24.1730725Z 2022-09-27T15:57:24.1730862Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:24.1731015Z 2022-09-27T15:57:24.1731106Z Traceback (most recent call last): 2022-09-27T15:57:24.1731504Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:24.1731770Z ) from e 2022-09-27T15:57:24.1732088Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:24.1732350Z 2022-09-27T15:57:24.1732480Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:24.1732696Z ========== 2022-09-27T15:57:24.1736085Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_transpose_view test_sparse_csr.py line 2437 2022-09-27T15:57:24.1736610Z due to: 2022-09-27T15:57:24.1736967Z Traceback (most recent call last): 2022-09-27T15:57:24.1737401Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:24.1737734Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:24.1738087Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:24.1738293Z 2022-09-27T15:57:24.1738432Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:24.1738599Z 2022-09-27T15:57:24.1738688Z Traceback (most recent call last): 2022-09-27T15:57:24.1739070Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:24.1739335Z ) from e 2022-09-27T15:57:24.1739666Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:24.1739920Z 2022-09-27T15:57:24.1740050Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:24.1740254Z ========== 2022-09-27T15:57:24.1745048Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_layout_invariants test_sparse_csr.py line 2442 2022-09-27T15:57:24.1745399Z due to: 2022-09-27T15:57:24.1745606Z Traceback (most recent call last): 2022-09-27T15:57:24.1746444Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:24.1746911Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:24.1747620Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:24.1747921Z 2022-09-27T15:57:24.1748060Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:24.1748226Z 2022-09-27T15:57:24.1748316Z Traceback (most recent call last): 2022-09-27T15:57:24.1748723Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:24.1748991Z ) from e 2022-09-27T15:57:24.1749308Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:24.1749567Z 2022-09-27T15:57:24.1749698Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:24.1749918Z ========== 2022-09-27T15:57:24.1759175Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_good_transpose test_sparse_csr.py line 2458 2022-09-27T15:57:24.1759678Z due to: 2022-09-27T15:57:24.1759990Z Traceback (most recent call last): 2022-09-27T15:57:24.1760453Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:24.1760867Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:24.1761216Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:24.1761424Z 2022-09-27T15:57:24.1761558Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:24.1761723Z 2022-09-27T15:57:24.1761808Z Traceback (most recent call last): 2022-09-27T15:57:24.1762206Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:24.1762470Z ) from e 2022-09-27T15:57:24.1762799Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:24.1763052Z 2022-09-27T15:57:24.1763170Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:24.1763386Z ========== 2022-09-27T15:57:24.1778879Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_dim_type_mismatch_throws test_sparse_csr.py line 2486 2022-09-27T15:57:24.1779322Z due to: 2022-09-27T15:57:24.1779680Z Traceback (most recent call last): 2022-09-27T15:57:24.1780420Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:57:24.1781060Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:57:24.1781529Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:57:24.1781734Z 2022-09-27T15:57:24.1781877Z The above exception was the direct cause of the following exception: 2022-09-27T15:57:24.1782048Z 2022-09-27T15:57:24.1782140Z Traceback (most recent call last): 2022-09-27T15:57:24.1782533Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:57:24.1782788Z ) from e 2022-09-27T15:57:24.1783124Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:57:24.1783380Z 2022-09-27T15:57:24.1783511Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:57:24.1783716Z ========== 2022-09-27T15:57:26.2749135Z ok (2.166s) 2022-09-27T15:57:28.2228939Z test_transpose_SparseBSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.947s) 2022-09-27T15:57:30.3370916Z test_transpose_SparseBSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.114s) 2022-09-27T15:57:32.4546498Z test_transpose_SparseBSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.117s) 2022-09-27T15:57:34.5117262Z test_transpose_SparseBSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.056s) 2022-09-27T15:57:36.6064463Z test_transpose_SparseBSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.094s) 2022-09-27T15:57:38.6589661Z test_transpose_SparseBSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.052s) 2022-09-27T15:57:40.6141897Z test_transpose_SparseBSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.955s) 2022-09-27T15:57:42.5695607Z test_transpose_SparseBSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.955s) 2022-09-27T15:57:44.5250004Z test_transpose_SparseBSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.955s) 2022-09-27T15:57:46.4867836Z test_transpose_SparseBSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.961s) 2022-09-27T15:57:48.4425676Z test_transpose_SparseBSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.955s) 2022-09-27T15:57:50.5173590Z test_transpose_SparseBSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (2.074s) 2022-09-27T15:57:52.4829358Z test_transpose_SparseBSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (1.965s) 2022-09-27T15:57:54.6238776Z test_transpose_SparseBSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (2.140s) 2022-09-27T15:57:56.7628724Z test_transpose_SparseBSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (2.138s) 2022-09-27T15:57:58.8331469Z test_transpose_SparseBSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (2.070s) 2022-09-27T15:58:00.9083190Z test_transpose_SparseBSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (2.074s) 2022-09-27T15:58:02.9777764Z test_transpose_SparseBSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (2.069s) 2022-09-27T15:58:04.9544512Z test_transpose_SparseBSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (1.976s) 2022-09-27T15:58:06.9211525Z test_transpose_SparseBSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (1.966s) 2022-09-27T15:58:08.8882388Z test_transpose_SparseBSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (1.966s) 2022-09-27T15:58:10.8601987Z test_transpose_SparseBSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (1.971s) 2022-09-27T15:58:12.8332386Z test_transpose_SparseBSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (1.972s) 2022-09-27T15:58:13.8531964Z test_transpose_SparseCSC_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (1.019s) 2022-09-27T15:58:14.7962387Z test_transpose_SparseCSC_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.942s) 2022-09-27T15:58:15.8199966Z test_transpose_SparseCSC_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.023s) 2022-09-27T15:58:16.8438945Z test_transpose_SparseCSC_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.023s) 2022-09-27T15:58:17.8332085Z test_transpose_SparseCSC_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.989s) 2022-09-27T15:58:18.8318564Z test_transpose_SparseCSC_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.998s) 2022-09-27T15:58:19.8157046Z test_transpose_SparseCSC_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.983s) 2022-09-27T15:58:20.7582440Z test_transpose_SparseCSC_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.942s) 2022-09-27T15:58:21.7003770Z test_transpose_SparseCSC_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.942s) 2022-09-27T15:58:22.6393804Z test_transpose_SparseCSC_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.938s) 2022-09-27T15:58:23.5844214Z test_transpose_SparseCSC_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.944s) 2022-09-27T15:58:24.5285466Z test_transpose_SparseCSC_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.944s) 2022-09-27T15:58:25.5224452Z test_transpose_SparseCSR_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.993s) 2022-09-27T15:58:26.4714402Z test_transpose_SparseCSR_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.948s) 2022-09-27T15:58:27.4961451Z test_transpose_SparseCSR_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (1.024s) 2022-09-27T15:58:28.5265570Z test_transpose_SparseCSR_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (1.030s) 2022-09-27T15:58:29.5374561Z test_transpose_SparseCSR_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (1.010s) 2022-09-27T15:58:30.5432393Z test_transpose_SparseCSR_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (1.005s) 2022-09-27T15:58:31.5410991Z test_transpose_SparseCSR_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.997s) 2022-09-27T15:58:32.4956027Z test_transpose_SparseCSR_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.954s) 2022-09-27T15:58:33.4495810Z test_transpose_SparseCSR_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.953s) 2022-09-27T15:58:34.4046143Z test_transpose_SparseCSR_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.954s) 2022-09-27T15:58:35.3580606Z test_transpose_SparseCSR_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.953s) 2022-09-27T15:58:36.3126878Z test_transpose_SparseCSR_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.954s) 2022-09-27T15:58:36.3354816Z test_zero_to_zero_correspondence_unary_abs_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_zero_to_zero_correspondence_unary test_sparse_csr.py line 2158 2022-09-27T15:58:36.3355444Z due to: 2022-09-27T15:58:36.3357800Z Traceback (most recent call last): 2022-09-27T15:58:36.3358390Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:58:36.3358774Z return self._op(*args, **kwargs or {}) 2022-09-27T15:58:36.3360847Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T15:58:36.3362218Z 2022-09-27T15:58:36.3362378Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T15:58:36.3362813Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T15:58:36.3363271Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T15:58:36.3366526Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T15:58:36.3368685Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T15:58:36.3369412Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T15:58:36.3370150Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T15:58:36.3370552Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T15:58:36.3370938Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T15:58:36.3371381Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T15:58:36.3371833Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3372462Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3372866Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3373348Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3373760Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3374168Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3374563Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3374963Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3375366Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3375775Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3376183Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3376661Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3377093Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3377535Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3377956Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3378396Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T15:58:36.3378810Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T15:58:36.3379212Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T15:58:36.3379711Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T15:58:36.3380205Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T15:58:36.3380761Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T15:58:36.3381204Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T15:58:36.3381620Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T15:58:36.3382060Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T15:58:36.3382507Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T15:58:36.3382971Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T15:58:36.3383417Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T15:58:36.3383651Z 2022-09-27T15:58:36.3383656Z 2022-09-27T15:58:36.3383850Z During handling of the above exception, another exception occurred: 2022-09-27T15:58:36.3384022Z 2022-09-27T15:58:36.3384118Z Traceback (most recent call last): 2022-09-27T15:58:36.3384554Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T15:58:36.3384817Z return self._op(*args, **kwargs or {}) 2022-09-27T15:58:36.3387750Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T15:58:36.3387985Z 2022-09-27T15:58:36.3388214Z The above exception was the direct cause of the following exception: 2022-09-27T15:58:36.3388422Z 2022-09-27T15:58:36.3388519Z Traceback (most recent call last): 2022-09-27T15:58:36.3388929Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T15:58:36.3389219Z raise TorchRuntimeError() from e 2022-09-27T15:58:36.3389458Z torchdynamo.exc.TorchRuntimeError 2022-09-27T15:58:36.3389620Z 2022-09-27T15:58:36.3389731Z from user code: 2022-09-27T15:58:36.3390209Z File "test_sparse_csr.py", line 2161, in test_zero_to_zero_correspondence_unary 2022-09-27T15:58:36.3390765Z tensor_explicit_zeros = torch.sparse_csr_tensor([0, 1], [1], [0], dtype=dtype, device=device) 2022-09-27T15:58:36.3390948Z 2022-09-27T15:58:36.3391083Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:58:36.3391307Z ========== 2022-09-27T15:58:36.3391454Z ok (0.023s) 2022-09-27T15:58:36.3435647Z test_zero_to_zero_correspondence_unary_abs_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3436353Z test_zero_to_zero_correspondence_unary_abs_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3442211Z test_zero_to_zero_correspondence_unary_abs_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3464749Z test_zero_to_zero_correspondence_unary_abs_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3487456Z test_zero_to_zero_correspondence_unary_abs_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3509598Z test_zero_to_zero_correspondence_unary_abs_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3531202Z test_zero_to_zero_correspondence_unary_abs_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3552830Z test_zero_to_zero_correspondence_unary_abs_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3574705Z test_zero_to_zero_correspondence_unary_abs_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3596429Z test_zero_to_zero_correspondence_unary_abs_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3618417Z test_zero_to_zero_correspondence_unary_abs_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3641115Z test_zero_to_zero_correspondence_unary_angle_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3663674Z test_zero_to_zero_correspondence_unary_angle_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3685911Z test_zero_to_zero_correspondence_unary_angle_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3708255Z test_zero_to_zero_correspondence_unary_angle_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3730551Z test_zero_to_zero_correspondence_unary_angle_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3752674Z test_zero_to_zero_correspondence_unary_angle_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3774787Z test_zero_to_zero_correspondence_unary_angle_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3797161Z test_zero_to_zero_correspondence_unary_angle_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3819283Z test_zero_to_zero_correspondence_unary_angle_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3842122Z test_zero_to_zero_correspondence_unary_angle_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3864164Z test_zero_to_zero_correspondence_unary_angle_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3886631Z test_zero_to_zero_correspondence_unary_angle_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3909720Z test_zero_to_zero_correspondence_unary_asin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3932963Z test_zero_to_zero_correspondence_unary_asin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3956199Z test_zero_to_zero_correspondence_unary_asin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.3980909Z test_zero_to_zero_correspondence_unary_asin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4004146Z test_zero_to_zero_correspondence_unary_asin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4027962Z test_zero_to_zero_correspondence_unary_asin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4051858Z test_zero_to_zero_correspondence_unary_asin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4075931Z test_zero_to_zero_correspondence_unary_asin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4099881Z test_zero_to_zero_correspondence_unary_asin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4123558Z test_zero_to_zero_correspondence_unary_asin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4147451Z test_zero_to_zero_correspondence_unary_asin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4170314Z test_zero_to_zero_correspondence_unary_asinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4192522Z test_zero_to_zero_correspondence_unary_asinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4214964Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4237428Z test_zero_to_zero_correspondence_unary_asinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4259662Z test_zero_to_zero_correspondence_unary_asinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4281500Z test_zero_to_zero_correspondence_unary_asinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4303898Z test_zero_to_zero_correspondence_unary_asinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4326420Z test_zero_to_zero_correspondence_unary_asinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4348696Z test_zero_to_zero_correspondence_unary_asinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4370912Z test_zero_to_zero_correspondence_unary_asinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4393659Z test_zero_to_zero_correspondence_unary_asinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4415490Z test_zero_to_zero_correspondence_unary_atan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4439036Z test_zero_to_zero_correspondence_unary_atan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4462356Z test_zero_to_zero_correspondence_unary_atan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4484765Z test_zero_to_zero_correspondence_unary_atan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4507805Z test_zero_to_zero_correspondence_unary_atan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4531346Z test_zero_to_zero_correspondence_unary_atan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4555708Z test_zero_to_zero_correspondence_unary_atan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4579495Z test_zero_to_zero_correspondence_unary_atan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4605443Z test_zero_to_zero_correspondence_unary_atan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4629377Z test_zero_to_zero_correspondence_unary_atan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4653036Z test_zero_to_zero_correspondence_unary_atan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4676049Z test_zero_to_zero_correspondence_unary_atanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4697901Z test_zero_to_zero_correspondence_unary_atanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4720165Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4742695Z test_zero_to_zero_correspondence_unary_atanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4764981Z test_zero_to_zero_correspondence_unary_atanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4787140Z test_zero_to_zero_correspondence_unary_atanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4809555Z test_zero_to_zero_correspondence_unary_atanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4832301Z test_zero_to_zero_correspondence_unary_atanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4855024Z test_zero_to_zero_correspondence_unary_atanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4877522Z test_zero_to_zero_correspondence_unary_atanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4900160Z test_zero_to_zero_correspondence_unary_atanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4922506Z test_zero_to_zero_correspondence_unary_ceil_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4944754Z test_zero_to_zero_correspondence_unary_ceil_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4967026Z test_zero_to_zero_correspondence_unary_ceil_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.4988403Z test_zero_to_zero_correspondence_unary_ceil_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5009823Z test_zero_to_zero_correspondence_unary_ceil_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5031036Z test_zero_to_zero_correspondence_unary_ceil_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5052555Z test_zero_to_zero_correspondence_unary_ceil_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5074448Z test_zero_to_zero_correspondence_unary_ceil_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5096485Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5117996Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5140670Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5163326Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5186013Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5209928Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5232004Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5254021Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5275053Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5296301Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5317797Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5339032Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5360087Z test_zero_to_zero_correspondence_unary_conj_physical_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5383652Z test_zero_to_zero_correspondence_unary_erf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5407750Z test_zero_to_zero_correspondence_unary_erf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5431697Z test_zero_to_zero_correspondence_unary_erf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5455514Z test_zero_to_zero_correspondence_unary_erf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5479705Z test_zero_to_zero_correspondence_unary_erf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5503702Z test_zero_to_zero_correspondence_unary_erf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5527652Z test_zero_to_zero_correspondence_unary_erf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5551692Z test_zero_to_zero_correspondence_unary_erf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5575965Z test_zero_to_zero_correspondence_unary_erf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5599554Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5622851Z test_zero_to_zero_correspondence_unary_erfinv_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5646680Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5670634Z test_zero_to_zero_correspondence_unary_erfinv_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5694735Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5719000Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5743188Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5767190Z test_zero_to_zero_correspondence_unary_erfinv_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5791179Z test_zero_to_zero_correspondence_unary_erfinv_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5815185Z test_zero_to_zero_correspondence_unary_expm1_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5841443Z test_zero_to_zero_correspondence_unary_expm1_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5864710Z test_zero_to_zero_correspondence_unary_expm1_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5888210Z test_zero_to_zero_correspondence_unary_expm1_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5912528Z test_zero_to_zero_correspondence_unary_expm1_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5935667Z test_zero_to_zero_correspondence_unary_expm1_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5959125Z test_zero_to_zero_correspondence_unary_expm1_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.5982778Z test_zero_to_zero_correspondence_unary_expm1_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6005761Z test_zero_to_zero_correspondence_unary_expm1_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6028711Z test_zero_to_zero_correspondence_unary_floor_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6051027Z test_zero_to_zero_correspondence_unary_floor_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6073092Z test_zero_to_zero_correspondence_unary_floor_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6094613Z test_zero_to_zero_correspondence_unary_floor_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6116487Z test_zero_to_zero_correspondence_unary_floor_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6137725Z test_zero_to_zero_correspondence_unary_floor_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6159281Z test_zero_to_zero_correspondence_unary_floor_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6180918Z test_zero_to_zero_correspondence_unary_floor_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6203039Z test_zero_to_zero_correspondence_unary_isinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6224648Z test_zero_to_zero_correspondence_unary_isinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6246620Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6268961Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6290953Z test_zero_to_zero_correspondence_unary_isinf_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6312698Z test_zero_to_zero_correspondence_unary_isinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6334513Z test_zero_to_zero_correspondence_unary_isinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6356479Z test_zero_to_zero_correspondence_unary_isinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6378032Z test_zero_to_zero_correspondence_unary_isinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6399627Z test_zero_to_zero_correspondence_unary_isinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6421150Z test_zero_to_zero_correspondence_unary_isinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6444655Z test_zero_to_zero_correspondence_unary_isinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6466496Z test_zero_to_zero_correspondence_unary_isinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6488422Z test_zero_to_zero_correspondence_unary_isnan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6510451Z test_zero_to_zero_correspondence_unary_isnan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6531806Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6553580Z test_zero_to_zero_correspondence_unary_isnan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6574645Z test_zero_to_zero_correspondence_unary_isnan_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6596154Z test_zero_to_zero_correspondence_unary_isnan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6617813Z test_zero_to_zero_correspondence_unary_isnan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6639181Z test_zero_to_zero_correspondence_unary_isnan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6660795Z test_zero_to_zero_correspondence_unary_isnan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6681894Z test_zero_to_zero_correspondence_unary_isnan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6703436Z test_zero_to_zero_correspondence_unary_isnan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6724467Z test_zero_to_zero_correspondence_unary_isnan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6746139Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6767487Z test_zero_to_zero_correspondence_unary_isneginf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6788861Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6810316Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6831697Z test_zero_to_zero_correspondence_unary_isneginf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6853047Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6874569Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6895760Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6917407Z test_zero_to_zero_correspondence_unary_isneginf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6938725Z test_zero_to_zero_correspondence_unary_isneginf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6960211Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.6981657Z test_zero_to_zero_correspondence_unary_isposinf_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7003048Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7026317Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7047767Z test_zero_to_zero_correspondence_unary_isposinf_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7069559Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7090654Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7111864Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7133256Z test_zero_to_zero_correspondence_unary_isposinf_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7154682Z test_zero_to_zero_correspondence_unary_isposinf_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7177716Z test_zero_to_zero_correspondence_unary_log1p_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7201072Z test_zero_to_zero_correspondence_unary_log1p_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7224749Z test_zero_to_zero_correspondence_unary_log1p_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7248703Z test_zero_to_zero_correspondence_unary_log1p_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7272593Z test_zero_to_zero_correspondence_unary_log1p_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7296772Z test_zero_to_zero_correspondence_unary_log1p_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7320605Z test_zero_to_zero_correspondence_unary_log1p_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7344967Z test_zero_to_zero_correspondence_unary_log1p_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7368555Z test_zero_to_zero_correspondence_unary_log1p_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7391812Z test_zero_to_zero_correspondence_unary_neg_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7414056Z test_zero_to_zero_correspondence_unary_neg_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7436801Z test_zero_to_zero_correspondence_unary_neg_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7459125Z test_zero_to_zero_correspondence_unary_neg_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7481498Z test_zero_to_zero_correspondence_unary_neg_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7503528Z test_zero_to_zero_correspondence_unary_neg_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7525575Z test_zero_to_zero_correspondence_unary_neg_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7546963Z test_zero_to_zero_correspondence_unary_neg_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7568227Z test_zero_to_zero_correspondence_unary_neg_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7589431Z test_zero_to_zero_correspondence_unary_neg_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7610738Z test_zero_to_zero_correspondence_unary_neg_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7634349Z test_zero_to_zero_correspondence_unary_neg_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7657056Z test_zero_to_zero_correspondence_unary_round_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7679316Z test_zero_to_zero_correspondence_unary_round_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7701715Z test_zero_to_zero_correspondence_unary_round_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7722799Z test_zero_to_zero_correspondence_unary_round_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7744103Z test_zero_to_zero_correspondence_unary_round_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7765204Z test_zero_to_zero_correspondence_unary_round_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7786573Z test_zero_to_zero_correspondence_unary_round_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7807849Z test_zero_to_zero_correspondence_unary_round_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7830127Z test_zero_to_zero_correspondence_unary_sgn_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7851497Z test_zero_to_zero_correspondence_unary_sgn_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7873901Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7896185Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7918679Z test_zero_to_zero_correspondence_unary_sgn_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7940647Z test_zero_to_zero_correspondence_unary_sgn_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7962885Z test_zero_to_zero_correspondence_unary_sgn_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.7984808Z test_zero_to_zero_correspondence_unary_sgn_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8006365Z test_zero_to_zero_correspondence_unary_sgn_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8027597Z test_zero_to_zero_correspondence_unary_sgn_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8048975Z test_zero_to_zero_correspondence_unary_sgn_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8070266Z test_zero_to_zero_correspondence_unary_sgn_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8091347Z test_zero_to_zero_correspondence_unary_sgn_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8113759Z test_zero_to_zero_correspondence_unary_sign_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8134892Z test_zero_to_zero_correspondence_unary_sign_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8157191Z test_zero_to_zero_correspondence_unary_sign_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8179497Z test_zero_to_zero_correspondence_unary_sign_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8201531Z test_zero_to_zero_correspondence_unary_sign_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8224578Z test_zero_to_zero_correspondence_unary_sign_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8245967Z test_zero_to_zero_correspondence_unary_sign_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8267107Z test_zero_to_zero_correspondence_unary_sign_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8288444Z test_zero_to_zero_correspondence_unary_sign_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8309792Z test_zero_to_zero_correspondence_unary_sign_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8331007Z test_zero_to_zero_correspondence_unary_signbit_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8352428Z test_zero_to_zero_correspondence_unary_signbit_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8373680Z test_zero_to_zero_correspondence_unary_signbit_cpu_float16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8395049Z test_zero_to_zero_correspondence_unary_signbit_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8416337Z test_zero_to_zero_correspondence_unary_signbit_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8437641Z test_zero_to_zero_correspondence_unary_signbit_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8459602Z test_zero_to_zero_correspondence_unary_signbit_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8480480Z test_zero_to_zero_correspondence_unary_signbit_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8501649Z test_zero_to_zero_correspondence_unary_signbit_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8523027Z test_zero_to_zero_correspondence_unary_signbit_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8545500Z test_zero_to_zero_correspondence_unary_sin_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8568536Z test_zero_to_zero_correspondence_unary_sin_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8591608Z test_zero_to_zero_correspondence_unary_sin_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8613820Z test_zero_to_zero_correspondence_unary_sin_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8636967Z test_zero_to_zero_correspondence_unary_sin_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8660700Z test_zero_to_zero_correspondence_unary_sin_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8684632Z test_zero_to_zero_correspondence_unary_sin_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8708670Z test_zero_to_zero_correspondence_unary_sin_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8732892Z test_zero_to_zero_correspondence_unary_sin_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8756607Z test_zero_to_zero_correspondence_unary_sin_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8780296Z test_zero_to_zero_correspondence_unary_sin_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8802929Z test_zero_to_zero_correspondence_unary_sinh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8828194Z test_zero_to_zero_correspondence_unary_sinh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8850478Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8873095Z test_zero_to_zero_correspondence_unary_sinh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8894903Z test_zero_to_zero_correspondence_unary_sinh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8916818Z test_zero_to_zero_correspondence_unary_sinh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8938681Z test_zero_to_zero_correspondence_unary_sinh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8960906Z test_zero_to_zero_correspondence_unary_sinh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.8982963Z test_zero_to_zero_correspondence_unary_sinh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9005452Z test_zero_to_zero_correspondence_unary_sinh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9027709Z test_zero_to_zero_correspondence_unary_sinh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9050046Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9073500Z test_zero_to_zero_correspondence_unary_sqrt_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9096477Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9119156Z test_zero_to_zero_correspondence_unary_sqrt_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9142347Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9165967Z test_zero_to_zero_correspondence_unary_sqrt_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9189889Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9213647Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9237898Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9261986Z test_zero_to_zero_correspondence_unary_sqrt_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9285586Z test_zero_to_zero_correspondence_unary_sqrt_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9309405Z test_zero_to_zero_correspondence_unary_tan_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9333334Z test_zero_to_zero_correspondence_unary_tan_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9356750Z test_zero_to_zero_correspondence_unary_tan_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9379227Z test_zero_to_zero_correspondence_unary_tan_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9402873Z test_zero_to_zero_correspondence_unary_tan_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9426479Z test_zero_to_zero_correspondence_unary_tan_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9453130Z test_zero_to_zero_correspondence_unary_tan_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9477499Z test_zero_to_zero_correspondence_unary_tan_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9501479Z test_zero_to_zero_correspondence_unary_tan_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9525457Z test_zero_to_zero_correspondence_unary_tan_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9549465Z test_zero_to_zero_correspondence_unary_tan_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9573463Z test_zero_to_zero_correspondence_unary_tanh_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9597770Z test_zero_to_zero_correspondence_unary_tanh_cpu_bool (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9621013Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex128 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9643677Z test_zero_to_zero_correspondence_unary_tanh_cpu_complex64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9666905Z test_zero_to_zero_correspondence_unary_tanh_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9690618Z test_zero_to_zero_correspondence_unary_tanh_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9714804Z test_zero_to_zero_correspondence_unary_tanh_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9738987Z test_zero_to_zero_correspondence_unary_tanh_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9763055Z test_zero_to_zero_correspondence_unary_tanh_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9786888Z test_zero_to_zero_correspondence_unary_tanh_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9810955Z test_zero_to_zero_correspondence_unary_tanh_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9834190Z test_zero_to_zero_correspondence_unary_trunc_cpu_bfloat16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9857232Z test_zero_to_zero_correspondence_unary_trunc_cpu_float32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9880856Z test_zero_to_zero_correspondence_unary_trunc_cpu_float64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9903121Z test_zero_to_zero_correspondence_unary_trunc_cpu_int16 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9924542Z test_zero_to_zero_correspondence_unary_trunc_cpu_int32 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9945996Z test_zero_to_zero_correspondence_unary_trunc_cpu_int64 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9967541Z test_zero_to_zero_correspondence_unary_trunc_cpu_int8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:36.9989458Z test_zero_to_zero_correspondence_unary_trunc_cpu_uint8 (__main__.TestSparseCSRCPU) ... ok (0.002s) 2022-09-27T15:58:37.3771989Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.378s) 2022-09-27T15:58:38.0308250Z test_clone_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.653s) 2022-09-27T15:58:38.0625070Z test_clone_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.031s) 2022-09-27T15:58:38.0699416Z test_clone_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:38.0774858Z test_clone_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:38.0846096Z test_clone_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.0918494Z test_clone_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:38.0991329Z test_clone_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:38.1059404Z test_clone_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1123171Z test_clone_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1186875Z test_clone_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1254628Z test_clone_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1318614Z test_clone_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1387753Z test_clone_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1451806Z test_clone_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1522586Z test_clone_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:38.1595280Z test_clone_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:38.1662979Z test_clone_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1731937Z test_clone_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1799985Z test_clone_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1862605Z test_clone_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1923525Z test_clone_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.1984915Z test_clone_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.2045869Z test_clone_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.2108212Z test_clone_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:38.2143991Z test_clone_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2176121Z test_clone_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2213464Z test_clone_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2251921Z test_clone_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2288088Z test_clone_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2322852Z test_clone_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2357493Z test_clone_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2389274Z test_clone_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2422651Z test_clone_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2454340Z test_clone_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2486194Z test_clone_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2518630Z test_clone_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2554333Z test_clone_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2586147Z test_clone_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2624832Z test_clone_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2662497Z test_clone_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2698392Z test_clone_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2735329Z test_clone_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2770448Z test_clone_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2801988Z test_clone_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2834187Z test_clone_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2865593Z test_clone_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2897527Z test_clone_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.2929680Z test_clone_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:38.3107662Z test_consistency_SparseBSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.017s) 2022-09-27T15:58:38.3139447Z test_consistency_SparseBSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3170102Z test_consistency_SparseBSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3201151Z test_consistency_SparseBSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3231273Z test_consistency_SparseBSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3261731Z test_consistency_SparseBSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3291923Z test_consistency_SparseBSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3322227Z test_consistency_SparseBSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3352403Z test_consistency_SparseBSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3382792Z test_consistency_SparseBSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3412799Z test_consistency_SparseBSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3443098Z test_consistency_SparseBSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3473713Z test_consistency_SparseBSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3504271Z test_consistency_SparseBSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3534377Z test_consistency_SparseBSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3564770Z test_consistency_SparseBSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3594981Z test_consistency_SparseBSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3624926Z test_consistency_SparseBSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3655083Z test_consistency_SparseBSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3684920Z test_consistency_SparseBSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3715249Z test_consistency_SparseBSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3745291Z test_consistency_SparseBSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3775633Z test_consistency_SparseBSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3805995Z test_consistency_SparseBSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3836084Z test_consistency_SparseBSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3866464Z test_consistency_SparseBSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3896736Z test_consistency_SparseBSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3926991Z test_consistency_SparseBSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3959427Z test_consistency_SparseBSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.3989728Z test_consistency_SparseBSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4020056Z test_consistency_SparseBSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4050211Z test_consistency_SparseBSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4080583Z test_consistency_SparseBSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4110815Z test_consistency_SparseBSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4141283Z test_consistency_SparseBSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4171052Z test_consistency_SparseBSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4201199Z test_consistency_SparseBSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4231583Z test_consistency_SparseBSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4262403Z test_consistency_SparseBSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4292444Z test_consistency_SparseBSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4322792Z test_consistency_SparseBSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4352834Z test_consistency_SparseBSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4382936Z test_consistency_SparseBSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4413067Z test_consistency_SparseBSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4444108Z test_consistency_SparseBSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4473816Z test_consistency_SparseBSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4503913Z test_consistency_SparseBSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4534051Z test_consistency_SparseBSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4564501Z test_consistency_SparseBSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4594550Z test_consistency_SparseBSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4624583Z test_consistency_SparseBSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4654543Z test_consistency_SparseBSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4837758Z test_consistency_SparseBSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.018s) 2022-09-27T15:58:38.4869650Z test_consistency_SparseBSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4901238Z test_consistency_SparseBSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4931981Z test_consistency_SparseBSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4962734Z test_consistency_SparseBSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.4993470Z test_consistency_SparseBSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5023857Z test_consistency_SparseBSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5054319Z test_consistency_SparseBSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5084435Z test_consistency_SparseBSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5114531Z test_consistency_SparseBSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5144381Z test_consistency_SparseBSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5174066Z test_consistency_SparseBSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5204128Z test_consistency_SparseBSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5234162Z test_consistency_SparseBSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5264381Z test_consistency_SparseBSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5293759Z test_consistency_SparseBSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5323927Z test_consistency_SparseBSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5353617Z test_consistency_SparseBSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5383632Z test_consistency_SparseBSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5413477Z test_consistency_SparseBSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5443472Z test_consistency_SparseBSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5473669Z test_consistency_SparseBSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5504130Z test_consistency_SparseBSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5533831Z test_consistency_SparseBSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5563495Z test_consistency_SparseBSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5593073Z test_consistency_SparseBSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5623042Z test_consistency_SparseBSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5653206Z test_consistency_SparseBSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5685104Z test_consistency_SparseBSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5715192Z test_consistency_SparseBSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5745219Z test_consistency_SparseBSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5775419Z test_consistency_SparseBSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5805753Z test_consistency_SparseBSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5835819Z test_consistency_SparseBSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5865802Z test_consistency_SparseBSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5895715Z test_consistency_SparseBSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5925724Z test_consistency_SparseBSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5956115Z test_consistency_SparseBSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.5986250Z test_consistency_SparseBSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6016244Z test_consistency_SparseBSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6046167Z test_consistency_SparseBSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6076423Z test_consistency_SparseBSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6106328Z test_consistency_SparseBSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6136582Z test_consistency_SparseBSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6166882Z test_consistency_SparseBSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6196866Z test_consistency_SparseBSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6226928Z test_consistency_SparseBSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6257542Z test_consistency_SparseBSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6287904Z test_consistency_SparseBSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6317520Z test_consistency_SparseBSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6347354Z test_consistency_SparseBSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6377664Z test_consistency_SparseBSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6408111Z test_consistency_SparseBSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6438049Z test_consistency_SparseBSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6468261Z test_consistency_SparseBSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6498534Z test_consistency_SparseBSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6530496Z test_consistency_SparseBSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6561471Z test_consistency_SparseBSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6591386Z test_consistency_SparseBSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6621974Z test_consistency_SparseBSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6651709Z test_consistency_SparseBSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6682105Z test_consistency_SparseBSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6711981Z test_consistency_SparseBSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6742188Z test_consistency_SparseBSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6772438Z test_consistency_SparseBSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6802916Z test_consistency_SparseBSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6832816Z test_consistency_SparseBSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6862781Z test_consistency_SparseBSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6892923Z test_consistency_SparseBSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6923047Z test_consistency_SparseBSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6952752Z test_consistency_SparseBSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.6982596Z test_consistency_SparseBSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7012744Z test_consistency_SparseBSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7045264Z test_consistency_SparseBSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7076072Z test_consistency_SparseBSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7105796Z test_consistency_SparseBSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7135502Z test_consistency_SparseBSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7165674Z test_consistency_SparseBSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7195539Z test_consistency_SparseBSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7225259Z test_consistency_SparseBSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7254802Z test_consistency_SparseBSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7284817Z test_consistency_SparseBSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7317386Z test_consistency_SparseBSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7347736Z test_consistency_SparseBSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7379968Z test_consistency_SparseBSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7409926Z test_consistency_SparseBSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7440060Z test_consistency_SparseBSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7469828Z test_consistency_SparseBSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7499873Z test_consistency_SparseBSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7529821Z test_consistency_SparseBSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7560279Z test_consistency_SparseBSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7590260Z test_consistency_SparseBSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7620230Z test_consistency_SparseBSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7650624Z test_consistency_SparseBSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7680917Z test_consistency_SparseBSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7710631Z test_consistency_SparseBSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7740565Z test_consistency_SparseBSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7770697Z test_consistency_SparseBSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7800642Z test_consistency_SparseBSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7830638Z test_consistency_SparseBSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7860521Z test_consistency_SparseBSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7890518Z test_consistency_SparseBSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7920743Z test_consistency_SparseBSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7950945Z test_consistency_SparseBSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.7981049Z test_consistency_SparseBSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8011076Z test_consistency_SparseBSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8041177Z test_consistency_SparseBSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8071014Z test_consistency_SparseBSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8101315Z test_consistency_SparseBSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8131436Z test_consistency_SparseBSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8161450Z test_consistency_SparseBSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8191361Z test_consistency_SparseBSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8225758Z test_consistency_SparseBSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8255761Z test_consistency_SparseBSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8285946Z test_consistency_SparseBSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8316180Z test_consistency_SparseBSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8347125Z test_consistency_SparseBSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8377940Z test_consistency_SparseBSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8409218Z test_consistency_SparseBSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8440092Z test_consistency_SparseBSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8470745Z test_consistency_SparseBSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8501494Z test_consistency_SparseBSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8532275Z test_consistency_SparseBSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8563321Z test_consistency_SparseBSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8594478Z test_consistency_SparseBSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8625552Z test_consistency_SparseBSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8656695Z test_consistency_SparseBSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8687733Z test_consistency_SparseBSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8718589Z test_consistency_SparseBSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8749880Z test_consistency_SparseBSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8780930Z test_consistency_SparseBSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8811804Z test_consistency_SparseBSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8842813Z test_consistency_SparseBSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8874049Z test_consistency_SparseBSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8905047Z test_consistency_SparseBSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8936039Z test_consistency_SparseBSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8967554Z test_consistency_SparseBSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.8998706Z test_consistency_SparseBSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9029866Z test_consistency_SparseBSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9060812Z test_consistency_SparseBSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9093553Z test_consistency_SparseBSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9125011Z test_consistency_SparseBSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9155990Z test_consistency_SparseBSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9186661Z test_consistency_SparseBSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9217126Z test_consistency_SparseBSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9247460Z test_consistency_SparseBSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9277570Z test_consistency_SparseBSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9307384Z test_consistency_SparseBSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9337483Z test_consistency_SparseBSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9369082Z test_consistency_SparseBSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9398144Z test_consistency_SparseBSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9427862Z test_consistency_SparseBSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9458065Z test_consistency_SparseBSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9488146Z test_consistency_SparseBSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9518670Z test_consistency_SparseBSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9549040Z test_consistency_SparseBSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9579395Z test_consistency_SparseBSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9609517Z test_consistency_SparseBSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9640089Z test_consistency_SparseBSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9670347Z test_consistency_SparseBSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9700729Z test_consistency_SparseBSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9731476Z test_consistency_SparseBSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9762100Z test_consistency_SparseBSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9792439Z test_consistency_SparseBSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9822611Z test_consistency_SparseBSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9852779Z test_consistency_SparseBSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9883430Z test_consistency_SparseBSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9913604Z test_consistency_SparseBSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9945702Z test_consistency_SparseBSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:38.9976296Z test_consistency_SparseBSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0006409Z test_consistency_SparseBSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0036857Z test_consistency_SparseBSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0067079Z test_consistency_SparseBSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0097279Z test_consistency_SparseBSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0127483Z test_consistency_SparseBSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0157609Z test_consistency_SparseBSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0187848Z test_consistency_SparseBSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0217911Z test_consistency_SparseBSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0248216Z test_consistency_SparseBSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0278381Z test_consistency_SparseBSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0308177Z test_consistency_SparseBSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0338080Z test_consistency_SparseBSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0367917Z test_consistency_SparseBSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0398489Z test_consistency_SparseBSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0428015Z test_consistency_SparseBSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0458570Z test_consistency_SparseBSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0488943Z test_consistency_SparseBSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0519137Z test_consistency_SparseBSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0549277Z test_consistency_SparseBSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0579462Z test_consistency_SparseBSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0684160Z test_consistency_SparseBSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.010s) 2022-09-27T15:58:39.0714262Z test_consistency_SparseBSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0744910Z test_consistency_SparseBSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0775323Z test_consistency_SparseBSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0805414Z test_consistency_SparseBSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0835864Z test_consistency_SparseBSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0865666Z test_consistency_SparseBSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0895575Z test_consistency_SparseBSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0925942Z test_consistency_SparseBSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0956186Z test_consistency_SparseBSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.0986245Z test_consistency_SparseBSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1016154Z test_consistency_SparseBSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1046321Z test_consistency_SparseBSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1076469Z test_consistency_SparseBSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1106856Z test_consistency_SparseBSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1137174Z test_consistency_SparseBSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1166396Z test_consistency_SparseBSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1196656Z test_consistency_SparseBSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1226748Z test_consistency_SparseBSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1256742Z test_consistency_SparseBSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1287053Z test_consistency_SparseBSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1316761Z test_consistency_SparseBSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1346574Z test_consistency_SparseBSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1376473Z test_consistency_SparseBSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1406544Z test_consistency_SparseBSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1436777Z test_consistency_SparseBSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1466780Z test_consistency_SparseBSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1496494Z test_consistency_SparseBSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1529204Z test_consistency_SparseBSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1559396Z test_consistency_SparseBSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1589192Z test_consistency_SparseBSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1619824Z test_consistency_SparseBSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1649471Z test_consistency_SparseBSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1679486Z test_consistency_SparseBSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1709606Z test_consistency_SparseBSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1739705Z test_consistency_SparseBSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1769835Z test_consistency_SparseBSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1799991Z test_consistency_SparseBSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1829922Z test_consistency_SparseBSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1859988Z test_consistency_SparseBSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1890105Z test_consistency_SparseBSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1920500Z test_consistency_SparseBSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1950051Z test_consistency_SparseBSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.1980113Z test_consistency_SparseBSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2010083Z test_consistency_SparseBSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2040224Z test_consistency_SparseBSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2070051Z test_consistency_SparseBSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2100167Z test_consistency_SparseBSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2130169Z test_consistency_SparseBSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2160206Z test_consistency_SparseBSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2189976Z test_consistency_SparseBSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2220010Z test_consistency_SparseBSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2249992Z test_consistency_SparseBSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2280205Z test_consistency_SparseBSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2310156Z test_consistency_SparseBSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2340133Z test_consistency_SparseBSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2371685Z test_consistency_SparseBSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2402197Z test_consistency_SparseBSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2432311Z test_consistency_SparseBSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2462588Z test_consistency_SparseBSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2492123Z test_consistency_SparseBSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2522485Z test_consistency_SparseBSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2552361Z test_consistency_SparseBSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2582273Z test_consistency_SparseBSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2612354Z test_consistency_SparseBSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2642440Z test_consistency_SparseBSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2672759Z test_consistency_SparseBSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2702302Z test_consistency_SparseBSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2732402Z test_consistency_SparseBSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2762581Z test_consistency_SparseBSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2792426Z test_consistency_SparseBSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2822506Z test_consistency_SparseBSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2852693Z test_consistency_SparseBSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2882857Z test_consistency_SparseBSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2912853Z test_consistency_SparseBSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2943204Z test_consistency_SparseBSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.2972908Z test_consistency_SparseBSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3003168Z test_consistency_SparseBSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3033044Z test_consistency_SparseBSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3063101Z test_consistency_SparseBSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3093080Z test_consistency_SparseBSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3123421Z test_consistency_SparseBSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3153420Z test_consistency_SparseBSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3183760Z test_consistency_SparseBSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3215801Z test_consistency_SparseBSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3245930Z test_consistency_SparseBSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3276216Z test_consistency_SparseBSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3306254Z test_consistency_SparseBSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3336423Z test_consistency_SparseBSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3366890Z test_consistency_SparseBSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3397186Z test_consistency_SparseBSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3427406Z test_consistency_SparseBSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3457683Z test_consistency_SparseBSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3487783Z test_consistency_SparseBSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3517972Z test_consistency_SparseBSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3548259Z test_consistency_SparseBSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3578871Z test_consistency_SparseBSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3609089Z test_consistency_SparseBSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3639615Z test_consistency_SparseBSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3669654Z test_consistency_SparseBSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3699789Z test_consistency_SparseBSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3729860Z test_consistency_SparseBSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3760374Z test_consistency_SparseBSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3790185Z test_consistency_SparseBSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3820299Z test_consistency_SparseBSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3850542Z test_consistency_SparseBSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3880434Z test_consistency_SparseBSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3910564Z test_consistency_SparseBSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3940657Z test_consistency_SparseBSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.3970612Z test_consistency_SparseBSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4000683Z test_consistency_SparseBSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4030526Z test_consistency_SparseBSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4062451Z test_consistency_SparseBSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4092359Z test_consistency_SparseBSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4122085Z test_consistency_SparseBSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4152133Z test_consistency_SparseBSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4182468Z test_consistency_SparseBSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4212038Z test_consistency_SparseBSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4242131Z test_consistency_SparseBSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4272052Z test_consistency_SparseBSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4302079Z test_consistency_SparseBSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4332320Z test_consistency_SparseBSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4362523Z test_consistency_SparseBSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: test requires conversion from Strided layout to torch.sparse_bsc layout (0.003s) 2022-09-27T15:58:39.4466213Z test_consistency_SparseBSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.010s) 2022-09-27T15:58:39.4496374Z test_consistency_SparseBSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4526705Z test_consistency_SparseBSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4556919Z test_consistency_SparseBSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4586873Z test_consistency_SparseBSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4616832Z test_consistency_SparseBSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4646838Z test_consistency_SparseBSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4676903Z test_consistency_SparseBSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4706965Z test_consistency_SparseBSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4737597Z test_consistency_SparseBSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4767878Z test_consistency_SparseBSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4797983Z test_consistency_SparseBSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4827952Z test_consistency_SparseBSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4857929Z test_consistency_SparseBSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4888106Z test_consistency_SparseBSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4918154Z test_consistency_SparseBSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4948294Z test_consistency_SparseBSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.4978859Z test_consistency_SparseBSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5008831Z test_consistency_SparseBSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5039043Z test_consistency_SparseBSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5069237Z test_consistency_SparseBSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5099146Z test_consistency_SparseBSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5129375Z test_consistency_SparseBSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5159262Z test_consistency_SparseBSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5189172Z test_consistency_SparseBSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5219178Z test_consistency_SparseBSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5249078Z test_consistency_SparseBSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5279191Z test_consistency_SparseBSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5312030Z test_consistency_SparseBSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5342188Z test_consistency_SparseBSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5372211Z test_consistency_SparseBSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5402144Z test_consistency_SparseBSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5432037Z test_consistency_SparseBSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5461777Z test_consistency_SparseBSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5491826Z test_consistency_SparseBSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5521718Z test_consistency_SparseBSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5551472Z test_consistency_SparseBSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5581620Z test_consistency_SparseBSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5611523Z test_consistency_SparseBSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5642086Z test_consistency_SparseBSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5672072Z test_consistency_SparseBSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5701523Z test_consistency_SparseBSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5730978Z test_consistency_SparseBSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5760930Z test_consistency_SparseBSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5790571Z test_consistency_SparseBSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5821316Z test_consistency_SparseBSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5850795Z test_consistency_SparseBSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5880794Z test_consistency_SparseBSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5910300Z test_consistency_SparseBSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5940173Z test_consistency_SparseBSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5969995Z test_consistency_SparseBSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.5999843Z test_consistency_SparseBSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:39.6384062Z test_consistency_SparseBSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 590 2022-09-27T15:58:39.6384443Z due to: 2022-09-27T15:58:39.6384642Z Traceback (most recent call last): 2022-09-27T15:58:39.6385067Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 303, in var_getattr 2022-09-27T15:58:39.6385365Z if isinstance(subobj, property): 2022-09-27T15:58:39.6385695Z UnboundLocalError: local variable 'subobj' referenced before assignment 2022-09-27T15:58:39.6385869Z 2022-09-27T15:58:39.6385938Z from user code: 2022-09-27T15:58:39.6386178Z File "test_sparse_csr.py", line 593, in 2022-09-27T15:58:39.6386451Z ndims_equals_2d = (s.input.ndim == 2 for s in samples) 2022-09-27T15:58:39.6386593Z 2022-09-27T15:58:39.6386723Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:58:39.6386944Z ========== 2022-09-27T15:58:39.6946064Z ok (0.094s) 2022-09-27T15:58:39.7065331Z test_consistency_SparseBSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:39.7178294Z test_consistency_SparseBSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:39.7291450Z test_consistency_SparseBSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:39.7332464Z test_consistency_SparseBSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:39.7371772Z test_consistency_SparseBSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7410736Z test_consistency_SparseBSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7447026Z test_consistency_SparseBSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7482887Z test_consistency_SparseBSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7518612Z test_consistency_SparseBSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7555437Z test_consistency_SparseBSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7590373Z test_consistency_SparseBSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7627628Z test_consistency_SparseBSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7664235Z test_consistency_SparseBSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7702393Z test_consistency_SparseBSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7739552Z test_consistency_SparseBSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7776143Z test_consistency_SparseBSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7813054Z test_consistency_SparseBSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7849811Z test_consistency_SparseBSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7886583Z test_consistency_SparseBSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7923119Z test_consistency_SparseBSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7959515Z test_consistency_SparseBSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.7995878Z test_consistency_SparseBSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8032243Z test_consistency_SparseBSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8068831Z test_consistency_SparseBSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8105460Z test_consistency_SparseBSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8144405Z test_consistency_SparseBSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8181606Z test_consistency_SparseBSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8218778Z test_consistency_SparseBSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8256244Z test_consistency_SparseBSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8299608Z test_consistency_SparseBSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:39.8336864Z test_consistency_SparseBSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8373536Z test_consistency_SparseBSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8410750Z test_consistency_SparseBSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8446678Z test_consistency_SparseBSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8482652Z test_consistency_SparseBSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8518521Z test_consistency_SparseBSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8557046Z test_consistency_SparseBSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8595464Z test_consistency_SparseBSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8632336Z test_consistency_SparseBSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8668990Z test_consistency_SparseBSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8705068Z test_consistency_SparseBSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8741651Z test_consistency_SparseBSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8777653Z test_consistency_SparseBSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8813581Z test_consistency_SparseBSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8849824Z test_consistency_SparseBSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8886789Z test_consistency_SparseBSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8924312Z test_consistency_SparseBSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.8962924Z test_consistency_SparseBSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9001272Z test_consistency_SparseBSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9038910Z test_consistency_SparseBSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9076021Z test_consistency_SparseBSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9112799Z test_consistency_SparseBSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9149849Z test_consistency_SparseBSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9189958Z test_consistency_SparseBSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9227046Z test_consistency_SparseBSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9266141Z test_consistency_SparseBSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9302470Z test_consistency_SparseBSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9338695Z test_consistency_SparseBSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9376586Z test_consistency_SparseBSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9413773Z test_consistency_SparseBSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9450167Z test_consistency_SparseBSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9486717Z test_consistency_SparseBSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9522365Z test_consistency_SparseBSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9558796Z test_consistency_SparseBSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9594571Z test_consistency_SparseBSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9629805Z test_consistency_SparseBSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9664956Z test_consistency_SparseBSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9700981Z test_consistency_SparseBSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9736920Z test_consistency_SparseBSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9775034Z test_consistency_SparseBSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9809413Z test_consistency_SparseBSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9843393Z test_consistency_SparseBSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9876741Z test_consistency_SparseBSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9910044Z test_consistency_SparseBSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9943677Z test_consistency_SparseBSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:39.9978555Z test_consistency_SparseBSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0012244Z test_consistency_SparseBSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0048121Z test_consistency_SparseBSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0084766Z test_consistency_SparseBSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0122875Z test_consistency_SparseBSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0158627Z test_consistency_SparseBSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0196551Z test_consistency_SparseBSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0232300Z test_consistency_SparseBSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0266506Z test_consistency_SparseBSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0300143Z test_consistency_SparseBSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0333470Z test_consistency_SparseBSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0367100Z test_consistency_SparseBSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0400608Z test_consistency_SparseBSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0436700Z test_consistency_SparseBSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0473811Z test_consistency_SparseBSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0510757Z test_consistency_SparseBSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0547161Z test_consistency_SparseBSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0583250Z test_consistency_SparseBSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0619468Z test_consistency_SparseBSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0655216Z test_consistency_SparseBSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0691179Z test_consistency_SparseBSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0728152Z test_consistency_SparseBSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0765704Z test_consistency_SparseBSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0801994Z test_consistency_SparseBSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0838585Z test_consistency_SparseBSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0875065Z test_consistency_SparseBSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0911304Z test_consistency_SparseBSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0947289Z test_consistency_SparseBSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.0983075Z test_consistency_SparseBSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1018876Z test_consistency_SparseBSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1054125Z test_consistency_SparseBSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1090519Z test_consistency_SparseBSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1128586Z test_consistency_SparseBSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1165025Z test_consistency_SparseBSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1201436Z test_consistency_SparseBSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1237045Z test_consistency_SparseBSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1272741Z test_consistency_SparseBSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1308565Z test_consistency_SparseBSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1344627Z test_consistency_SparseBSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1380768Z test_consistency_SparseBSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1416585Z test_consistency_SparseBSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1452557Z test_consistency_SparseBSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1489223Z test_consistency_SparseBSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1524094Z test_consistency_SparseBSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1558442Z test_consistency_SparseBSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1592131Z test_consistency_SparseBSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1626516Z test_consistency_SparseBSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1661189Z test_consistency_SparseBSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1695917Z test_consistency_SparseBSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1730002Z test_consistency_SparseBSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1766328Z test_consistency_SparseBSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1801757Z test_consistency_SparseBSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1837854Z test_consistency_SparseBSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1872419Z test_consistency_SparseBSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1907259Z test_consistency_SparseBSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1942690Z test_consistency_SparseBSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.1977185Z test_consistency_SparseBSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2010974Z test_consistency_SparseBSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2046533Z test_consistency_SparseBSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2080424Z test_consistency_SparseBSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2114783Z test_consistency_SparseBSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2148537Z test_consistency_SparseBSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2182127Z test_consistency_SparseBSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2217189Z test_consistency_SparseBSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2252693Z test_consistency_SparseBSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2287608Z test_consistency_SparseBSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2321938Z test_consistency_SparseBSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2356814Z test_consistency_SparseBSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2390910Z test_consistency_SparseBSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2424467Z test_consistency_SparseBSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2458222Z test_consistency_SparseBSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2492397Z test_consistency_SparseBSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2526138Z test_consistency_SparseBSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2560767Z test_consistency_SparseBSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2594395Z test_consistency_SparseBSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2628504Z test_consistency_SparseBSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2662920Z test_consistency_SparseBSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2697842Z test_consistency_SparseBSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2731678Z test_consistency_SparseBSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2765928Z test_consistency_SparseBSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2799981Z test_consistency_SparseBSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2833800Z test_consistency_SparseBSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2867677Z test_consistency_SparseBSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2902085Z test_consistency_SparseBSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2937507Z test_consistency_SparseBSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.2971818Z test_consistency_SparseBSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3006780Z test_consistency_SparseBSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3042117Z test_consistency_SparseBSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3076843Z test_consistency_SparseBSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3110217Z test_consistency_SparseBSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3144419Z test_consistency_SparseBSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3178290Z test_consistency_SparseBSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3212530Z test_consistency_SparseBSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3248503Z test_consistency_SparseBSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3287067Z test_consistency_SparseBSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3325004Z test_consistency_SparseBSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3360859Z test_consistency_SparseBSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3398064Z test_consistency_SparseBSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3434269Z test_consistency_SparseBSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3470614Z test_consistency_SparseBSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3507193Z test_consistency_SparseBSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3543805Z test_consistency_SparseBSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3579791Z test_consistency_SparseBSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3616849Z test_consistency_SparseBSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3653850Z test_consistency_SparseBSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3690616Z test_consistency_SparseBSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3727079Z test_consistency_SparseBSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3763780Z test_consistency_SparseBSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3799466Z test_consistency_SparseBSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3834367Z test_consistency_SparseBSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3869103Z test_consistency_SparseBSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3902419Z test_consistency_SparseBSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3935748Z test_consistency_SparseBSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3969507Z test_consistency_SparseBSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.3999777Z test_consistency_SparseBSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4029723Z test_consistency_SparseBSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4059606Z test_consistency_SparseBSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4089475Z test_consistency_SparseBSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4119718Z test_consistency_SparseBSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4149412Z test_consistency_SparseBSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4179575Z test_consistency_SparseBSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.4216779Z test_consistency_SparseBSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4253915Z test_consistency_SparseBSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4290028Z test_consistency_SparseBSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4324688Z test_consistency_SparseBSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4358865Z test_consistency_SparseBSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4391942Z test_consistency_SparseBSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4425853Z test_consistency_SparseBSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4459674Z test_consistency_SparseBSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4494641Z test_consistency_SparseBSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4529898Z test_consistency_SparseBSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4566435Z test_consistency_SparseBSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4604019Z test_consistency_SparseBSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4640589Z test_consistency_SparseBSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4676878Z test_consistency_SparseBSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4712613Z test_consistency_SparseBSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4748663Z test_consistency_SparseBSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4786013Z test_consistency_SparseBSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4820149Z test_consistency_SparseBSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4854249Z test_consistency_SparseBSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4888238Z test_consistency_SparseBSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4922058Z test_consistency_SparseBSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4957343Z test_consistency_SparseBSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.4992821Z test_consistency_SparseBSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5027911Z test_consistency_SparseBSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5063461Z test_consistency_SparseBSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5099457Z test_consistency_SparseBSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5134606Z test_consistency_SparseBSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5168891Z test_consistency_SparseBSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5203026Z test_consistency_SparseBSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5236739Z test_consistency_SparseBSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5270279Z test_consistency_SparseBSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5304702Z test_consistency_SparseBSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5338278Z test_consistency_SparseBSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5371888Z test_consistency_SparseBSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5407406Z test_consistency_SparseBSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5445202Z test_consistency_SparseBSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5479492Z test_consistency_SparseBSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5512937Z test_consistency_SparseBSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5546656Z test_consistency_SparseBSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5580562Z test_consistency_SparseBSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5614690Z test_consistency_SparseBSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5651065Z test_consistency_SparseBSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5690779Z test_consistency_SparseBSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5730637Z test_consistency_SparseBSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:40.5768045Z test_consistency_SparseBSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5804527Z test_consistency_SparseBSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5840867Z test_consistency_SparseBSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5877252Z test_consistency_SparseBSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5913475Z test_consistency_SparseBSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5950046Z test_consistency_SparseBSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.5989111Z test_consistency_SparseBSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6025557Z test_consistency_SparseBSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6061779Z test_consistency_SparseBSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6097572Z test_consistency_SparseBSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6135418Z test_consistency_SparseBSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6172689Z test_consistency_SparseBSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6209049Z test_consistency_SparseBSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6245079Z test_consistency_SparseBSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6282623Z test_consistency_SparseBSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6318343Z test_consistency_SparseBSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6353646Z test_consistency_SparseBSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6389543Z test_consistency_SparseBSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6425205Z test_consistency_SparseBSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6460949Z test_consistency_SparseBSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6499029Z test_consistency_SparseBSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6535573Z test_consistency_SparseBSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6572127Z test_consistency_SparseBSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6608630Z test_consistency_SparseBSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6647668Z test_consistency_SparseBSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6683007Z test_consistency_SparseBSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6719318Z test_consistency_SparseBSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6755482Z test_consistency_SparseBSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6791248Z test_consistency_SparseBSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6827004Z test_consistency_SparseBSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6862991Z test_consistency_SparseBSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6899699Z test_consistency_SparseBSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6938416Z test_consistency_SparseBSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.6976585Z test_consistency_SparseBSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7013325Z test_consistency_SparseBSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7050133Z test_consistency_SparseBSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7086694Z test_consistency_SparseBSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7122950Z test_consistency_SparseBSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7159855Z test_consistency_SparseBSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7196543Z test_consistency_SparseBSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7233085Z test_consistency_SparseBSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7269482Z test_consistency_SparseBSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7305608Z test_consistency_SparseBSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7343403Z test_consistency_SparseBSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7381399Z test_consistency_SparseBSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7417828Z test_consistency_SparseBSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7454188Z test_consistency_SparseBSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7490384Z test_consistency_SparseBSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7526227Z test_consistency_SparseBSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7561950Z test_consistency_SparseBSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7599662Z test_consistency_SparseBSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7637252Z test_consistency_SparseBSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.7668287Z test_consistency_SparseBSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7699078Z test_consistency_SparseBSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7728917Z test_consistency_SparseBSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7759099Z test_consistency_SparseBSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7788968Z test_consistency_SparseBSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7819232Z test_consistency_SparseBSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7848752Z test_consistency_SparseBSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7878984Z test_consistency_SparseBSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7909490Z test_consistency_SparseBSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7939624Z test_consistency_SparseBSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7969154Z test_consistency_SparseBSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.7998975Z test_consistency_SparseBSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-09-27T15:58:40.8036439Z test_consistency_SparseBSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8074756Z test_consistency_SparseBSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8112241Z test_consistency_SparseBSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8147720Z test_consistency_SparseBSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8182227Z test_consistency_SparseBSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8216111Z test_consistency_SparseBSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8250487Z test_consistency_SparseBSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8284076Z test_consistency_SparseBSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.8314610Z test_consistency_SparseCSC__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8344618Z test_consistency_SparseCSC__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8374872Z test_consistency_SparseCSC__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8404512Z test_consistency_SparseCSC__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8434608Z test_consistency_SparseCSC__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8467891Z test_consistency_SparseCSC__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8497936Z test_consistency_SparseCSC__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8527736Z test_consistency_SparseCSC__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8557627Z test_consistency_SparseCSC__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8587758Z test_consistency_SparseCSC__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8617743Z test_consistency_SparseCSC__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8647888Z test_consistency_SparseCSC__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8678549Z test_consistency_SparseCSC__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8708043Z test_consistency_SparseCSC__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8737698Z test_consistency_SparseCSC__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8767790Z test_consistency_SparseCSC__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8797727Z test_consistency_SparseCSC__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8827660Z test_consistency_SparseCSC__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8857673Z test_consistency_SparseCSC__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8887710Z test_consistency_SparseCSC__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8917643Z test_consistency_SparseCSC__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8948260Z test_consistency_SparseCSC__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.8977568Z test_consistency_SparseCSC__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9007705Z test_consistency_SparseCSC__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9037828Z test_consistency_SparseCSC__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9068404Z test_consistency_SparseCSC__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9098015Z test_consistency_SparseCSC__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9127856Z test_consistency_SparseCSC__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9157674Z test_consistency_SparseCSC__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9187698Z test_consistency_SparseCSC__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9217565Z test_consistency_SparseCSC__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9247282Z test_consistency_SparseCSC__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9277041Z test_consistency_SparseCSC__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9308825Z test_consistency_SparseCSC__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9339014Z test_consistency_SparseCSC__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9369076Z test_consistency_SparseCSC__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9399011Z test_consistency_SparseCSC__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9429035Z test_consistency_SparseCSC__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9459203Z test_consistency_SparseCSC__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9489431Z test_consistency_SparseCSC__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9520216Z test_consistency_SparseCSC__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9550066Z test_consistency_SparseCSC__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9579755Z test_consistency_SparseCSC__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9609724Z test_consistency_SparseCSC__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9640073Z test_consistency_SparseCSC__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9669912Z test_consistency_SparseCSC__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9699833Z test_consistency_SparseCSC__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9729725Z test_consistency_SparseCSC__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9759713Z test_consistency_SparseCSC__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9790070Z test_consistency_SparseCSC__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9819931Z test_consistency_SparseCSC__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9849958Z test_consistency_SparseCSC__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:40.9887095Z test_consistency_SparseCSC_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.9925845Z test_consistency_SparseCSC_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:40.9963395Z test_consistency_SparseCSC_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0000720Z test_consistency_SparseCSC_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0036056Z test_consistency_SparseCSC_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0071545Z test_consistency_SparseCSC_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0107229Z test_consistency_SparseCSC_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0141558Z test_consistency_SparseCSC_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0176436Z test_consistency_SparseCSC_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0210766Z test_consistency_SparseCSC_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0244858Z test_consistency_SparseCSC_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0278164Z test_consistency_SparseCSC_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0314163Z test_consistency_SparseCSC_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0349568Z test_consistency_SparseCSC_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0386526Z test_consistency_SparseCSC_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0423514Z test_consistency_SparseCSC_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0459649Z test_consistency_SparseCSC_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0495654Z test_consistency_SparseCSC_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0531540Z test_consistency_SparseCSC_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0567255Z test_consistency_SparseCSC_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0603141Z test_consistency_SparseCSC_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0638988Z test_consistency_SparseCSC_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0674880Z test_consistency_SparseCSC_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0710358Z test_consistency_SparseCSC_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0746933Z test_consistency_SparseCSC_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0783720Z test_consistency_SparseCSC_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0822196Z test_consistency_SparseCSC_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0859852Z test_consistency_SparseCSC_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0896204Z test_consistency_SparseCSC_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0932534Z test_consistency_SparseCSC_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.0968807Z test_consistency_SparseCSC_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1005100Z test_consistency_SparseCSC_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1041567Z test_consistency_SparseCSC_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1077717Z test_consistency_SparseCSC_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1115061Z test_consistency_SparseCSC_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1150136Z test_consistency_SparseCSC_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1185453Z test_consistency_SparseCSC_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1222900Z test_consistency_SparseCSC_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1260345Z test_consistency_SparseCSC_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1296129Z test_consistency_SparseCSC_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1332784Z test_consistency_SparseCSC_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1368414Z test_consistency_SparseCSC_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1404078Z test_consistency_SparseCSC_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1439812Z test_consistency_SparseCSC_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1474987Z test_consistency_SparseCSC_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1510669Z test_consistency_SparseCSC_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1545891Z test_consistency_SparseCSC_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1581909Z test_consistency_SparseCSC_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1619914Z test_consistency_SparseCSC_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1656203Z test_consistency_SparseCSC_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1692583Z test_consistency_SparseCSC_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1728626Z test_consistency_SparseCSC_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1764636Z test_consistency_SparseCSC_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1800668Z test_consistency_SparseCSC_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1836589Z test_consistency_SparseCSC_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1872637Z test_consistency_SparseCSC_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1908409Z test_consistency_SparseCSC_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1944068Z test_consistency_SparseCSC_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.1979385Z test_consistency_SparseCSC_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2017706Z test_consistency_SparseCSC_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2056119Z test_consistency_SparseCSC_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2092071Z test_consistency_SparseCSC_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2128067Z test_consistency_SparseCSC_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2163207Z test_consistency_SparseCSC_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2198667Z test_consistency_SparseCSC_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2234070Z test_consistency_SparseCSC_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2269564Z test_consistency_SparseCSC_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2304555Z test_consistency_SparseCSC_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2341633Z test_consistency_SparseCSC_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2377390Z test_consistency_SparseCSC_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2412814Z test_consistency_SparseCSC_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2448884Z test_consistency_SparseCSC_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2482311Z test_consistency_SparseCSC_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2516042Z test_consistency_SparseCSC_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2548949Z test_consistency_SparseCSC_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2582306Z test_consistency_SparseCSC_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2616804Z test_consistency_SparseCSC_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2650432Z test_consistency_SparseCSC_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2686148Z test_consistency_SparseCSC_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2722763Z test_consistency_SparseCSC_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2759075Z test_consistency_SparseCSC_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2794198Z test_consistency_SparseCSC_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2829721Z test_consistency_SparseCSC_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2865207Z test_consistency_SparseCSC_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2899588Z test_consistency_SparseCSC_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2933088Z test_consistency_SparseCSC_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.2967948Z test_consistency_SparseCSC_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3001784Z test_consistency_SparseCSC_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3035494Z test_consistency_SparseCSC_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3070933Z test_consistency_SparseCSC_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3107209Z test_consistency_SparseCSC_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3144187Z test_consistency_SparseCSC_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3181183Z test_consistency_SparseCSC_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3218090Z test_consistency_SparseCSC_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3254644Z test_consistency_SparseCSC_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3291260Z test_consistency_SparseCSC_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3327730Z test_consistency_SparseCSC_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3363783Z test_consistency_SparseCSC_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3400154Z test_consistency_SparseCSC_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3437918Z test_consistency_SparseCSC_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3473663Z test_consistency_SparseCSC_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3509558Z test_consistency_SparseCSC_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3546170Z test_consistency_SparseCSC_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3581509Z test_consistency_SparseCSC_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3616974Z test_consistency_SparseCSC_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3652498Z test_consistency_SparseCSC_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3687544Z test_consistency_SparseCSC_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3723278Z test_consistency_SparseCSC_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3758908Z test_consistency_SparseCSC_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3794548Z test_consistency_SparseCSC_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3829983Z test_consistency_SparseCSC_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3865499Z test_consistency_SparseCSC_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3902612Z test_consistency_SparseCSC_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3937677Z test_consistency_SparseCSC_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.3973017Z test_consistency_SparseCSC_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4008083Z test_consistency_SparseCSC_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4043657Z test_consistency_SparseCSC_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4079230Z test_consistency_SparseCSC_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4115065Z test_consistency_SparseCSC_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4148652Z test_consistency_SparseCSC_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4181456Z test_consistency_SparseCSC_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4214272Z test_consistency_SparseCSC_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4247436Z test_consistency_SparseCSC_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4280644Z test_consistency_SparseCSC_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4314238Z test_consistency_SparseCSC_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4347120Z test_consistency_SparseCSC_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4382078Z test_consistency_SparseCSC_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4417136Z test_consistency_SparseCSC_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4451988Z test_consistency_SparseCSC_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4486144Z test_consistency_SparseCSC_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4520485Z test_consistency_SparseCSC_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4555403Z test_consistency_SparseCSC_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4588797Z test_consistency_SparseCSC_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4621864Z test_consistency_SparseCSC_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4654505Z test_consistency_SparseCSC_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4688159Z test_consistency_SparseCSC_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4721789Z test_consistency_SparseCSC_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4755852Z test_consistency_SparseCSC_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4790575Z test_consistency_SparseCSC_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4825728Z test_consistency_SparseCSC_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4860617Z test_consistency_SparseCSC_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4894972Z test_consistency_SparseCSC_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4929358Z test_consistency_SparseCSC_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4964288Z test_consistency_SparseCSC_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.4998699Z test_consistency_SparseCSC_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5032132Z test_consistency_SparseCSC_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5065882Z test_consistency_SparseCSC_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5099247Z test_consistency_SparseCSC_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5132516Z test_consistency_SparseCSC_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5166563Z test_consistency_SparseCSC_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5199911Z test_consistency_SparseCSC_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5234109Z test_consistency_SparseCSC_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5269054Z test_consistency_SparseCSC_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5303562Z test_consistency_SparseCSC_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5337604Z test_consistency_SparseCSC_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5370947Z test_consistency_SparseCSC_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5404118Z test_consistency_SparseCSC_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5438125Z test_consistency_SparseCSC_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5471381Z test_consistency_SparseCSC_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5505422Z test_consistency_SparseCSC_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5538875Z test_consistency_SparseCSC_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5572889Z test_consistency_SparseCSC_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5607327Z test_consistency_SparseCSC_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5642630Z test_consistency_SparseCSC_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5678348Z test_consistency_SparseCSC_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5712137Z test_consistency_SparseCSC_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5745866Z test_consistency_SparseCSC_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5779461Z test_consistency_SparseCSC_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5812839Z test_consistency_SparseCSC_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5848344Z test_consistency_SparseCSC_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5884181Z test_consistency_SparseCSC_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5920438Z test_consistency_SparseCSC_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5956862Z test_consistency_SparseCSC_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.5992692Z test_consistency_SparseCSC_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6029279Z test_consistency_SparseCSC_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6065227Z test_consistency_SparseCSC_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6101681Z test_consistency_SparseCSC_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6137590Z test_consistency_SparseCSC_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6173005Z test_consistency_SparseCSC_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6209379Z test_consistency_SparseCSC_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6247636Z test_consistency_SparseCSC_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6284193Z test_consistency_SparseCSC_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6319516Z test_consistency_SparseCSC_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6355318Z test_consistency_SparseCSC_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6391000Z test_consistency_SparseCSC_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6424815Z test_consistency_SparseCSC_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6458013Z test_consistency_SparseCSC_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6491044Z test_consistency_SparseCSC_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6524980Z test_consistency_SparseCSC_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6558637Z test_consistency_SparseCSC_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6588688Z test_consistency_SparseCSC_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6620401Z test_consistency_SparseCSC_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6650460Z test_consistency_SparseCSC_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6680650Z test_consistency_SparseCSC_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6710563Z test_consistency_SparseCSC_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6740647Z test_consistency_SparseCSC_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6770390Z test_consistency_SparseCSC_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-09-27T15:58:41.6807080Z test_consistency_SparseCSC_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6843779Z test_consistency_SparseCSC_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6879683Z test_consistency_SparseCSC_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6914357Z test_consistency_SparseCSC_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6947623Z test_consistency_SparseCSC_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.6981057Z test_consistency_SparseCSC_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7014511Z test_consistency_SparseCSC_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7047957Z test_consistency_SparseCSC_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7082766Z test_consistency_SparseCSC_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7117056Z test_consistency_SparseCSC_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7152515Z test_consistency_SparseCSC_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7188969Z test_consistency_SparseCSC_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7225520Z test_consistency_SparseCSC_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7261150Z test_consistency_SparseCSC_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7297048Z test_consistency_SparseCSC_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7332905Z test_consistency_SparseCSC_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7367573Z test_consistency_SparseCSC_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7401272Z test_consistency_SparseCSC_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7434360Z test_consistency_SparseCSC_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7467878Z test_consistency_SparseCSC_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7501686Z test_consistency_SparseCSC_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7538389Z test_consistency_SparseCSC_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7572555Z test_consistency_SparseCSC_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7607549Z test_consistency_SparseCSC_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7643617Z test_consistency_SparseCSC_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7679536Z test_consistency_SparseCSC_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7713784Z test_consistency_SparseCSC_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7746900Z test_consistency_SparseCSC_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7779889Z test_consistency_SparseCSC_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7812941Z test_consistency_SparseCSC_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7846368Z test_consistency_SparseCSC_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7879948Z test_consistency_SparseCSC_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7912843Z test_consistency_SparseCSC_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7946591Z test_consistency_SparseCSC_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.7980854Z test_consistency_SparseCSC_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8015115Z test_consistency_SparseCSC_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8048728Z test_consistency_SparseCSC_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8082108Z test_consistency_SparseCSC_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8115215Z test_consistency_SparseCSC_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8148156Z test_consistency_SparseCSC_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8181426Z test_consistency_SparseCSC_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8216125Z test_consistency_SparseCSC_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8251994Z test_consistency_SparseCSC_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8289052Z test_consistency_SparseCSC_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8325662Z test_consistency_SparseCSC_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8361490Z test_consistency_SparseCSC_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8397232Z test_consistency_SparseCSC_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8432793Z test_consistency_SparseCSC_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8470673Z test_consistency_SparseCSC_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8505716Z test_consistency_SparseCSC_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8542061Z test_consistency_SparseCSC_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8577259Z test_consistency_SparseCSC_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8612595Z test_consistency_SparseCSC_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8647920Z test_consistency_SparseCSC_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8685038Z test_consistency_SparseCSC_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8721986Z test_consistency_SparseCSC_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8757961Z test_consistency_SparseCSC_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8793593Z test_consistency_SparseCSC_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8828921Z test_consistency_SparseCSC_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8864522Z test_consistency_SparseCSC_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8900086Z test_consistency_SparseCSC_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8936020Z test_consistency_SparseCSC_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.8972988Z test_consistency_SparseCSC_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9008816Z test_consistency_SparseCSC_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9044480Z test_consistency_SparseCSC_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9080825Z test_consistency_SparseCSC_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9117108Z test_consistency_SparseCSC_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9152655Z test_consistency_SparseCSC_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9188789Z test_consistency_SparseCSC_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9224280Z test_consistency_SparseCSC_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9259496Z test_consistency_SparseCSC_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9295029Z test_consistency_SparseCSC_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9330407Z test_consistency_SparseCSC_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9366177Z test_consistency_SparseCSC_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9401166Z test_consistency_SparseCSC_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9440924Z test_consistency_SparseCSC_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9477687Z test_consistency_SparseCSC_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9515281Z test_consistency_SparseCSC_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9551755Z test_consistency_SparseCSC_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9588256Z test_consistency_SparseCSC_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9624142Z test_consistency_SparseCSC_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9660527Z test_consistency_SparseCSC_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9696160Z test_consistency_SparseCSC_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9732404Z test_consistency_SparseCSC_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9768267Z test_consistency_SparseCSC_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9804343Z test_consistency_SparseCSC_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9839631Z test_consistency_SparseCSC_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9876745Z test_consistency_SparseCSC_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9913078Z test_consistency_SparseCSC_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9951051Z test_consistency_SparseCSC_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:41.9986872Z test_consistency_SparseCSC_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0021111Z test_consistency_SparseCSC_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0056429Z test_consistency_SparseCSC_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0092799Z test_consistency_SparseCSC_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0128088Z test_consistency_SparseCSC_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0163556Z test_consistency_SparseCSC_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0204248Z test_consistency_SparseCSC_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0241075Z test_consistency_SparseCSC_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0281562Z test_consistency_SparseCSC_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:42.0320972Z test_consistency_SparseCSC_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0360495Z test_consistency_SparseCSC_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0399043Z test_consistency_SparseCSC_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0439861Z test_consistency_SparseCSC_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:42.0477859Z test_consistency_SparseCSC_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0515822Z test_consistency_SparseCSC_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0554011Z test_consistency_SparseCSC_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0590380Z test_consistency_SparseCSC_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0627385Z test_consistency_SparseCSC_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0663922Z test_consistency_SparseCSC_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0702089Z test_consistency_SparseCSC_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0739764Z test_consistency_SparseCSC_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0775287Z test_consistency_SparseCSC_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0809180Z test_consistency_SparseCSC_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0843421Z test_consistency_SparseCSC_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0877365Z test_consistency_SparseCSC_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0910589Z test_consistency_SparseCSC_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.0972077Z test_consistency_SparseCSR__masked_amax_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_masked/__init__.py:768: 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:1614.) 2022-09-27T15:58:42.0973107Z 0, scatter_indices, values, reduce, include_self=False 2022-09-27T15:58:42.1036226Z ok (0.012s) 2022-09-27T15:58:42.1156508Z test_consistency_SparseCSR__masked_amax_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.1278992Z test_consistency_SparseCSR__masked_amax_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:42.1394733Z test_consistency_SparseCSR__masked_amax_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.1427545Z test_consistency_SparseCSR__masked_amax_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.1459363Z test_consistency_SparseCSR__masked_amax_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.1490583Z test_consistency_SparseCSR__masked_amax_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.1521250Z test_consistency_SparseCSR__masked_amax_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.1551877Z test_consistency_SparseCSR__masked_amax_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amax does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.1670730Z test_consistency_SparseCSR__masked_amin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.1784403Z test_consistency_SparseCSR__masked_amin_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.1901321Z test_consistency_SparseCSR__masked_amin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.2015779Z test_consistency_SparseCSR__masked_amin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.2048830Z test_consistency_SparseCSR__masked_amin_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2082954Z test_consistency_SparseCSR__masked_amin_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2114808Z test_consistency_SparseCSR__masked_amin_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2146275Z test_consistency_SparseCSR__masked_amin_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2178042Z test_consistency_SparseCSR__masked_amin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.amin does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2307855Z test_consistency_SparseCSR__masked_mean_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:42.2340546Z test_consistency_SparseCSR__masked_mean_cpu_bool (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2374670Z test_consistency_SparseCSR__masked_mean_cpu_complex128 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2405851Z test_consistency_SparseCSR__masked_mean_cpu_complex64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2532826Z test_consistency_SparseCSR__masked_mean_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:42.2655878Z test_consistency_SparseCSR__masked_mean_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:42.2785312Z test_consistency_SparseCSR__masked_mean_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:42.2819098Z test_consistency_SparseCSR__masked_mean_cpu_int16 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2851823Z test_consistency_SparseCSR__masked_mean_cpu_int32 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2883872Z test_consistency_SparseCSR__masked_mean_cpu_int64 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2915639Z test_consistency_SparseCSR__masked_mean_cpu_int8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.2946829Z test_consistency_SparseCSR__masked_mean_cpu_uint8 (__main__.TestSparseCompressedCPU) ... skip: _masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-09-27T15:58:42.3010821Z test_consistency_SparseCSR__masked_prod_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3074790Z test_consistency_SparseCSR__masked_prod_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3140003Z test_consistency_SparseCSR__masked_prod_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3250861Z test_consistency_SparseCSR__masked_prod_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.3367293Z test_consistency_SparseCSR__masked_prod_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.3432198Z test_consistency_SparseCSR__masked_prod_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3494839Z test_consistency_SparseCSR__masked_prod_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3556785Z test_consistency_SparseCSR__masked_prod_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3618501Z test_consistency_SparseCSR__masked_prod_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3681434Z test_consistency_SparseCSR__masked_prod_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3793338Z test_consistency_SparseCSR__masked_sum_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.3855856Z test_consistency_SparseCSR__masked_sum_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3922943Z test_consistency_SparseCSR__masked_sum_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.3986045Z test_consistency_SparseCSR__masked_sum_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.4095649Z test_consistency_SparseCSR__masked_sum_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:42.4206168Z test_consistency_SparseCSR__masked_sum_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:42.4315723Z test_consistency_SparseCSR__masked_sum_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.010s) 2022-09-27T15:58:42.4377751Z test_consistency_SparseCSR__masked_sum_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.4441551Z test_consistency_SparseCSR__masked_sum_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.4502362Z test_consistency_SparseCSR__masked_sum_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:42.4563807Z test_consistency_SparseCSR__masked_sum_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.4624423Z test_consistency_SparseCSR__masked_sum_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:42.4661797Z test_consistency_SparseCSR_abs_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.4699873Z test_consistency_SparseCSR_abs_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.4737265Z test_consistency_SparseCSR_abs_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.4778649Z test_consistency_SparseCSR_abs_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:42.4837335Z test_consistency_SparseCSR_abs_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.4863055Z test_consistency_SparseCSR_abs_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:42.4899778Z test_consistency_SparseCSR_abs_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.4934397Z test_consistency_SparseCSR_abs_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.4968450Z test_consistency_SparseCSR_abs_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5002856Z test_consistency_SparseCSR_abs_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5037663Z test_consistency_SparseCSR_abs_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5071811Z test_consistency_SparseCSR_abs_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5107486Z test_consistency_SparseCSR_angle_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5143648Z test_consistency_SparseCSR_angle_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5180575Z test_consistency_SparseCSR_angle_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5218290Z test_consistency_SparseCSR_angle_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5256349Z test_consistency_SparseCSR_angle_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5292902Z test_consistency_SparseCSR_angle_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5329480Z test_consistency_SparseCSR_angle_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5367938Z test_consistency_SparseCSR_angle_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5403613Z test_consistency_SparseCSR_angle_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5439573Z test_consistency_SparseCSR_angle_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5475364Z test_consistency_SparseCSR_angle_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5511208Z test_consistency_SparseCSR_angle_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5548045Z test_consistency_SparseCSR_asin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5584772Z test_consistency_SparseCSR_asin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5623154Z test_consistency_SparseCSR_asin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5661532Z test_consistency_SparseCSR_asin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5698988Z test_consistency_SparseCSR_asin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5735499Z test_consistency_SparseCSR_asin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5773256Z test_consistency_SparseCSR_asin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5810120Z test_consistency_SparseCSR_asin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5847895Z test_consistency_SparseCSR_asin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5886575Z test_consistency_SparseCSR_asin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5922351Z test_consistency_SparseCSR_asin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5958505Z test_consistency_SparseCSR_asinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.5994340Z test_consistency_SparseCSR_asinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6032209Z test_consistency_SparseCSR_asinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6069712Z test_consistency_SparseCSR_asinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6106911Z test_consistency_SparseCSR_asinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6143928Z test_consistency_SparseCSR_asinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6179474Z test_consistency_SparseCSR_asinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6215600Z test_consistency_SparseCSR_asinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6253518Z test_consistency_SparseCSR_asinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6289338Z test_consistency_SparseCSR_asinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6325092Z test_consistency_SparseCSR_asinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6361961Z test_consistency_SparseCSR_atan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6399715Z test_consistency_SparseCSR_atan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6437082Z test_consistency_SparseCSR_atan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6474439Z test_consistency_SparseCSR_atan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6510748Z test_consistency_SparseCSR_atan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6547248Z test_consistency_SparseCSR_atan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6583414Z test_consistency_SparseCSR_atan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6620226Z test_consistency_SparseCSR_atan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6655719Z test_consistency_SparseCSR_atan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6691982Z test_consistency_SparseCSR_atan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6727861Z test_consistency_SparseCSR_atan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6763937Z test_consistency_SparseCSR_atanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6799439Z test_consistency_SparseCSR_atanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6837601Z test_consistency_SparseCSR_atanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6874976Z test_consistency_SparseCSR_atanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6910434Z test_consistency_SparseCSR_atanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6946338Z test_consistency_SparseCSR_atanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.6981725Z test_consistency_SparseCSR_atanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7017328Z test_consistency_SparseCSR_atanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7052153Z test_consistency_SparseCSR_atanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7087352Z test_consistency_SparseCSR_atanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7122534Z test_consistency_SparseCSR_atanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7158025Z test_consistency_SparseCSR_ceil_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7192919Z test_consistency_SparseCSR_ceil_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7230381Z test_consistency_SparseCSR_ceil_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7264505Z test_consistency_SparseCSR_ceil_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7297844Z test_consistency_SparseCSR_ceil_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7331096Z test_consistency_SparseCSR_ceil_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7364477Z test_consistency_SparseCSR_ceil_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7398013Z test_consistency_SparseCSR_ceil_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7434011Z test_consistency_SparseCSR_conj_physical_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7468342Z test_consistency_SparseCSR_conj_physical_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7505143Z test_consistency_SparseCSR_conj_physical_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7542602Z test_consistency_SparseCSR_conj_physical_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7580035Z test_consistency_SparseCSR_conj_physical_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7616305Z test_consistency_SparseCSR_conj_physical_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7653065Z test_consistency_SparseCSR_conj_physical_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7689460Z test_consistency_SparseCSR_conj_physical_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7724344Z test_consistency_SparseCSR_conj_physical_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7758285Z test_consistency_SparseCSR_conj_physical_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7791318Z test_consistency_SparseCSR_conj_physical_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7825298Z test_consistency_SparseCSR_conj_physical_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7859216Z test_consistency_SparseCSR_conj_physical_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7895031Z test_consistency_SparseCSR_erf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7930876Z test_consistency_SparseCSR_erf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.7967359Z test_consistency_SparseCSR_erf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8004052Z test_consistency_SparseCSR_erf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8040245Z test_consistency_SparseCSR_erf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8075880Z test_consistency_SparseCSR_erf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8111676Z test_consistency_SparseCSR_erf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8148118Z test_consistency_SparseCSR_erf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8189559Z test_consistency_SparseCSR_erf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:42.8224677Z test_consistency_SparseCSR_erfinv_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8260424Z test_consistency_SparseCSR_erfinv_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8295407Z test_consistency_SparseCSR_erfinv_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8331360Z test_consistency_SparseCSR_erfinv_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8367000Z test_consistency_SparseCSR_erfinv_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8402446Z test_consistency_SparseCSR_erfinv_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8437777Z test_consistency_SparseCSR_erfinv_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8472577Z test_consistency_SparseCSR_erfinv_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8507357Z test_consistency_SparseCSR_erfinv_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8542612Z test_consistency_SparseCSR_expm1_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8577777Z test_consistency_SparseCSR_expm1_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8613613Z test_consistency_SparseCSR_expm1_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8649135Z test_consistency_SparseCSR_expm1_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8685057Z test_consistency_SparseCSR_expm1_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8719865Z test_consistency_SparseCSR_expm1_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8755393Z test_consistency_SparseCSR_expm1_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8792420Z test_consistency_SparseCSR_expm1_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8827351Z test_consistency_SparseCSR_expm1_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8862827Z test_consistency_SparseCSR_floor_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8900709Z test_consistency_SparseCSR_floor_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8936431Z test_consistency_SparseCSR_floor_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.8970962Z test_consistency_SparseCSR_floor_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9004453Z test_consistency_SparseCSR_floor_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9038132Z test_consistency_SparseCSR_floor_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9071378Z test_consistency_SparseCSR_floor_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9104578Z test_consistency_SparseCSR_floor_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9140975Z test_consistency_SparseCSR_isinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9174349Z test_consistency_SparseCSR_isinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9209851Z test_consistency_SparseCSR_isinf_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9245266Z test_consistency_SparseCSR_isinf_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9280483Z test_consistency_SparseCSR_isinf_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9315347Z test_consistency_SparseCSR_isinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9349890Z test_consistency_SparseCSR_isinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9384985Z test_consistency_SparseCSR_isinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9419117Z test_consistency_SparseCSR_isinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9452565Z test_consistency_SparseCSR_isinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9486701Z test_consistency_SparseCSR_isinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9519943Z test_consistency_SparseCSR_isinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9553959Z test_consistency_SparseCSR_isinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9587897Z test_consistency_SparseCSR_isnan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9621500Z test_consistency_SparseCSR_isnan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9656448Z test_consistency_SparseCSR_isnan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9691814Z test_consistency_SparseCSR_isnan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9726634Z test_consistency_SparseCSR_isnan_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9761045Z test_consistency_SparseCSR_isnan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9795834Z test_consistency_SparseCSR_isnan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9829819Z test_consistency_SparseCSR_isnan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9863015Z test_consistency_SparseCSR_isnan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9896628Z test_consistency_SparseCSR_isnan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9930384Z test_consistency_SparseCSR_isnan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9964011Z test_consistency_SparseCSR_isnan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:42.9998248Z test_consistency_SparseCSR_isneginf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0031786Z test_consistency_SparseCSR_isneginf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0068205Z test_consistency_SparseCSR_isneginf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0102937Z test_consistency_SparseCSR_isneginf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0137554Z test_consistency_SparseCSR_isneginf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0171864Z test_consistency_SparseCSR_isneginf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0205508Z test_consistency_SparseCSR_isneginf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0239114Z test_consistency_SparseCSR_isneginf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0272750Z test_consistency_SparseCSR_isneginf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0305565Z test_consistency_SparseCSR_isneginf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0339469Z test_consistency_SparseCSR_isposinf_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0372910Z test_consistency_SparseCSR_isposinf_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0407095Z test_consistency_SparseCSR_isposinf_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0441460Z test_consistency_SparseCSR_isposinf_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0476372Z test_consistency_SparseCSR_isposinf_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0510129Z test_consistency_SparseCSR_isposinf_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0543680Z test_consistency_SparseCSR_isposinf_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0577252Z test_consistency_SparseCSR_isposinf_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0610883Z test_consistency_SparseCSR_isposinf_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0644482Z test_consistency_SparseCSR_isposinf_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0679982Z test_consistency_SparseCSR_log1p_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0718099Z test_consistency_SparseCSR_log1p_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0754733Z test_consistency_SparseCSR_log1p_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0791858Z test_consistency_SparseCSR_log1p_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0827880Z test_consistency_SparseCSR_log1p_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0863745Z test_consistency_SparseCSR_log1p_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0899763Z test_consistency_SparseCSR_log1p_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0935472Z test_consistency_SparseCSR_log1p_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.0971256Z test_consistency_SparseCSR_log1p_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1008674Z test_consistency_SparseCSR_neg_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1045187Z test_consistency_SparseCSR_neg_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1081573Z test_consistency_SparseCSR_neg_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1118294Z test_consistency_SparseCSR_neg_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1154616Z test_consistency_SparseCSR_neg_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1190609Z test_consistency_SparseCSR_neg_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1226330Z test_consistency_SparseCSR_neg_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1260964Z test_consistency_SparseCSR_neg_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1294733Z test_consistency_SparseCSR_neg_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1328268Z test_consistency_SparseCSR_neg_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1362012Z test_consistency_SparseCSR_neg_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1395789Z test_consistency_SparseCSR_neg_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1454869Z test_consistency_SparseCSR_randn_like_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.1498528Z test_consistency_SparseCSR_randn_like_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.1540921Z test_consistency_SparseCSR_randn_like_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.1583456Z test_consistency_SparseCSR_randn_like_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.1624112Z test_consistency_SparseCSR_randn_like_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.1663954Z test_consistency_SparseCSR_randn_like_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.1703791Z test_consistency_SparseCSR_randn_like_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.1738556Z test_consistency_SparseCSR_round_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1774984Z test_consistency_SparseCSR_round_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1810504Z test_consistency_SparseCSR_round_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1844987Z test_consistency_SparseCSR_round_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1878230Z test_consistency_SparseCSR_round_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1911329Z test_consistency_SparseCSR_round_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1944222Z test_consistency_SparseCSR_round_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.1977513Z test_consistency_SparseCSR_round_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2017738Z test_consistency_SparseCSR_sgn_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.2051905Z test_consistency_SparseCSR_sgn_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2087325Z test_consistency_SparseCSR_sgn_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2123543Z test_consistency_SparseCSR_sgn_cpu_complex32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2159362Z test_consistency_SparseCSR_sgn_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2194751Z test_consistency_SparseCSR_sgn_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2229976Z test_consistency_SparseCSR_sgn_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2265016Z test_consistency_SparseCSR_sgn_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2299271Z test_consistency_SparseCSR_sgn_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2332262Z test_consistency_SparseCSR_sgn_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2365409Z test_consistency_SparseCSR_sgn_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2398453Z test_consistency_SparseCSR_sgn_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2431721Z test_consistency_SparseCSR_sgn_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2466067Z test_consistency_SparseCSR_sign_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2499875Z test_consistency_SparseCSR_sign_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2535108Z test_consistency_SparseCSR_sign_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2572070Z test_consistency_SparseCSR_sign_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2607493Z test_consistency_SparseCSR_sign_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2641606Z test_consistency_SparseCSR_sign_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2675909Z test_consistency_SparseCSR_sign_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2709135Z test_consistency_SparseCSR_sign_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2742746Z test_consistency_SparseCSR_sign_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2776056Z test_consistency_SparseCSR_sign_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2810505Z test_consistency_SparseCSR_signbit_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2844289Z test_consistency_SparseCSR_signbit_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2879198Z test_consistency_SparseCSR_signbit_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2914328Z test_consistency_SparseCSR_signbit_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2951310Z test_consistency_SparseCSR_signbit_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.2985438Z test_consistency_SparseCSR_signbit_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3019446Z test_consistency_SparseCSR_signbit_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3052866Z test_consistency_SparseCSR_signbit_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3086693Z test_consistency_SparseCSR_signbit_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3120569Z test_consistency_SparseCSR_signbit_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3156350Z test_consistency_SparseCSR_sin_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3192245Z test_consistency_SparseCSR_sin_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3229811Z test_consistency_SparseCSR_sin_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3266736Z test_consistency_SparseCSR_sin_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3303327Z test_consistency_SparseCSR_sin_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3340096Z test_consistency_SparseCSR_sin_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3376782Z test_consistency_SparseCSR_sin_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3413863Z test_consistency_SparseCSR_sin_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3450717Z test_consistency_SparseCSR_sin_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3487213Z test_consistency_SparseCSR_sin_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3523622Z test_consistency_SparseCSR_sin_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3560141Z test_consistency_SparseCSR_sinh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3595766Z test_consistency_SparseCSR_sinh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3633413Z test_consistency_SparseCSR_sinh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3670677Z test_consistency_SparseCSR_sinh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3706845Z test_consistency_SparseCSR_sinh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3742570Z test_consistency_SparseCSR_sinh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3778135Z test_consistency_SparseCSR_sinh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3813833Z test_consistency_SparseCSR_sinh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3849916Z test_consistency_SparseCSR_sinh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3885773Z test_consistency_SparseCSR_sinh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.3929359Z test_consistency_SparseCSR_sinh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:43.3968141Z test_consistency_SparseCSR_sqrt_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4004586Z test_consistency_SparseCSR_sqrt_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4041278Z test_consistency_SparseCSR_sqrt_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4078049Z test_consistency_SparseCSR_sqrt_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4114070Z test_consistency_SparseCSR_sqrt_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4149806Z test_consistency_SparseCSR_sqrt_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4185735Z test_consistency_SparseCSR_sqrt_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4220974Z test_consistency_SparseCSR_sqrt_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4255909Z test_consistency_SparseCSR_sqrt_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4291143Z test_consistency_SparseCSR_sqrt_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4326137Z test_consistency_SparseCSR_sqrt_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4361956Z test_consistency_SparseCSR_tan_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4398281Z test_consistency_SparseCSR_tan_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4436503Z test_consistency_SparseCSR_tan_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4473400Z test_consistency_SparseCSR_tan_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4509335Z test_consistency_SparseCSR_tan_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4545508Z test_consistency_SparseCSR_tan_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4581492Z test_consistency_SparseCSR_tan_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4617268Z test_consistency_SparseCSR_tan_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4653067Z test_consistency_SparseCSR_tan_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4689169Z test_consistency_SparseCSR_tan_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4725045Z test_consistency_SparseCSR_tan_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4761035Z test_consistency_SparseCSR_tanh_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4796162Z test_consistency_SparseCSR_tanh_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4834150Z test_consistency_SparseCSR_tanh_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4870967Z test_consistency_SparseCSR_tanh_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4908347Z test_consistency_SparseCSR_tanh_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4944101Z test_consistency_SparseCSR_tanh_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.4979242Z test_consistency_SparseCSR_tanh_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5013982Z test_consistency_SparseCSR_tanh_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5049364Z test_consistency_SparseCSR_tanh_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5084343Z test_consistency_SparseCSR_tanh_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5119502Z test_consistency_SparseCSR_tanh_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5159865Z test_consistency_SparseCSR_to_sparse_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5197089Z test_consistency_SparseCSR_to_sparse_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5236365Z test_consistency_SparseCSR_to_sparse_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5276276Z test_consistency_SparseCSR_to_sparse_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5315994Z test_consistency_SparseCSR_to_sparse_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5354816Z test_consistency_SparseCSR_to_sparse_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5393784Z test_consistency_SparseCSR_to_sparse_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5430764Z test_consistency_SparseCSR_to_sparse_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5468558Z test_consistency_SparseCSR_to_sparse_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5505715Z test_consistency_SparseCSR_to_sparse_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5543696Z test_consistency_SparseCSR_to_sparse_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5581842Z test_consistency_SparseCSR_to_sparse_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5617234Z test_consistency_SparseCSR_trunc_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5654274Z test_consistency_SparseCSR_trunc_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5690729Z test_consistency_SparseCSR_trunc_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5725875Z test_consistency_SparseCSR_trunc_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5760019Z test_consistency_SparseCSR_trunc_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5793552Z test_consistency_SparseCSR_trunc_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5828191Z test_consistency_SparseCSR_trunc_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.5862490Z test_consistency_SparseCSR_trunc_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:43.6717079Z test_copy_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.085s) 2022-09-27T15:58:43.6774436Z test_copy_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.6842646Z test_copy_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.6908538Z test_copy_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.6969843Z test_copy_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.7031838Z test_copy_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.7091700Z test_copy_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7145964Z test_copy_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7199016Z test_copy_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7252285Z test_copy_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7309690Z test_copy_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7368350Z test_copy_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7427597Z test_copy_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7480414Z test_copy_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7545865Z test_copy_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.7610828Z test_copy_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.7671130Z test_copy_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7730471Z test_copy_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7790971Z test_copy_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7844847Z test_copy_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7897201Z test_copy_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.7949134Z test_copy_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.8001426Z test_copy_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.8053282Z test_copy_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.005s) 2022-09-27T15:58:43.8126309Z test_copy_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.8192672Z test_copy_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.8272904Z test_copy_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.8352337Z test_copy_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.8427948Z test_copy_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.8503440Z test_copy_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.8577402Z test_copy_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.8645872Z test_copy_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.8713970Z test_copy_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.8781383Z test_copy_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.8849289Z test_copy_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.8918265Z test_copy_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.8994278Z test_copy_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.9065552Z test_copy_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.9147119Z test_copy_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:43.9226916Z test_copy_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.9302338Z test_copy_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.9377456Z test_copy_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.9452358Z test_copy_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:43.9522222Z test_copy_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.9591260Z test_copy_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.9659885Z test_copy_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.9728591Z test_copy_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:43.9797724Z test_copy_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:44.0147119Z test_copy_errors_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:58:44.0430366Z test_copy_errors_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.0718202Z test_copy_errors_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.1004198Z test_copy_errors_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.1289128Z test_copy_errors_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.1573188Z test_copy_errors_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.1855932Z test_copy_errors_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.2133498Z test_copy_errors_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:44.2412602Z test_copy_errors_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:44.2694430Z test_copy_errors_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.2979370Z test_copy_errors_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.3261941Z test_copy_errors_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.3545452Z test_copy_errors_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.3825541Z test_copy_errors_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:44.4112360Z test_copy_errors_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.4397674Z test_copy_errors_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.4682823Z test_copy_errors_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.4967274Z test_copy_errors_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.5249906Z test_copy_errors_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.5529827Z test_copy_errors_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:44.5809819Z test_copy_errors_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:44.6090673Z test_copy_errors_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.027s) 2022-09-27T15:58:44.6372155Z test_copy_errors_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.6655911Z test_copy_errors_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.028s) 2022-09-27T15:58:44.6871389Z test_copy_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.7083719Z test_copy_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.7303404Z test_copy_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.7518953Z test_copy_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.7735536Z test_copy_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.7951284Z test_copy_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.8177240Z test_copy_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:44.8392038Z test_copy_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.8604996Z test_copy_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.8820525Z test_copy_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.9035581Z test_copy_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.9249624Z test_copy_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.9466867Z test_copy_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.9682455Z test_copy_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:44.9903480Z test_copy_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:45.0124583Z test_copy_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.0342854Z test_copy_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.0561998Z test_copy_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.0781295Z test_copy_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.0998015Z test_copy_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.1214184Z test_copy_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.1428770Z test_copy_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.1642570Z test_copy_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.1856353Z test_copy_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.2322462Z test_dim_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.046s) 2022-09-27T15:58:45.2386376Z test_dim_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.2416357Z test_dim_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:45.2444660Z test_dim_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:45.2490528Z test_empty_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty test_sparse_csr.py line 407 2022-09-27T15:58:45.2491177Z due to: 2022-09-27T15:58:45.2491434Z Traceback (most recent call last): 2022-09-27T15:58:45.2491854Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 852, in BUILD_MAP 2022-09-27T15:58:45.2492195Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-09-27T15:58:45.2492424Z AssertionError 2022-09-27T15:58:45.2492536Z 2022-09-27T15:58:45.2492617Z from user code: 2022-09-27T15:58:45.2492814Z File "test_sparse_csr.py", line 415, in test_empty 2022-09-27T15:58:45.2493064Z torch.sparse_csc: -1, 2022-09-27T15:58:45.2493181Z 2022-09-27T15:58:45.2493313Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:58:45.2493523Z ========== 2022-09-27T15:58:45.2677744Z ok (0.023s) 2022-09-27T15:58:45.2887845Z test_empty_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.3103233Z test_empty_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.3315034Z test_empty_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.3527006Z test_empty_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.3738232Z test_empty_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.3948126Z test_empty_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.4156746Z test_empty_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.4365704Z test_empty_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.4576048Z test_empty_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.4786387Z test_empty_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.4995771Z test_empty_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.5204402Z test_empty_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.5414092Z test_empty_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.5626761Z test_empty_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.5842270Z test_empty_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.6055725Z test_empty_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.6271805Z test_empty_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.6488150Z test_empty_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.6703256Z test_empty_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.6914386Z test_empty_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.7122902Z test_empty_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.7333080Z test_empty_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:45.7545797Z test_empty_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:45.7651227Z test_empty_errors_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.009s) 2022-09-27T15:58:45.7690340Z test_empty_errors_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7735842Z test_empty_errors_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7782353Z test_empty_errors_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7828013Z test_empty_errors_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7873440Z test_empty_errors_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7918721Z test_empty_errors_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.7964164Z test_empty_errors_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8009431Z test_empty_errors_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8054244Z test_empty_errors_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8099194Z test_empty_errors_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8143996Z test_empty_errors_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8188357Z test_empty_errors_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8232915Z test_empty_errors_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8277043Z test_empty_errors_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8321446Z test_empty_errors_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8365426Z test_empty_errors_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8409552Z test_empty_errors_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8453814Z test_empty_errors_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8497796Z test_empty_errors_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8541741Z test_empty_errors_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8585727Z test_empty_errors_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8631906Z test_empty_errors_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.8675745Z test_empty_errors_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.004s) 2022-09-27T15:58:45.9142672Z test_empty_like_SparseBSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.046s) 2022-09-27T15:58:45.9210152Z test_empty_like_SparseBSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9278319Z test_empty_like_SparseBSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9345519Z test_empty_like_SparseBSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9413569Z test_empty_like_SparseBSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9479893Z test_empty_like_SparseBSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9547768Z test_empty_like_SparseBSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9614474Z test_empty_like_SparseBSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9685020Z test_empty_like_SparseBSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.007s) 2022-09-27T15:58:45.9750897Z test_empty_like_SparseBSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9817929Z test_empty_like_SparseBSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9883966Z test_empty_like_SparseBSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:45.9912761Z test_empty_like_SparseBSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_csr.py line 660 2022-09-27T15:58:45.9913502Z due to: 2022-09-27T15:58:45.9913892Z Traceback (most recent call last): 2022-09-27T15:58:45.9914341Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T15:58:45.9914699Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T15:58:45.9915062Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T15:58:45.9915276Z 2022-09-27T15:58:45.9915416Z The above exception was the direct cause of the following exception: 2022-09-27T15:58:45.9915575Z 2022-09-27T15:58:45.9915667Z Traceback (most recent call last): 2022-09-27T15:58:45.9916065Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T15:58:45.9916338Z ) from e 2022-09-27T15:58:45.9916659Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T15:58:45.9916923Z 2022-09-27T15:58:45.9917057Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:58:45.9917280Z ========== 2022-09-27T15:58:46.0116097Z ok (0.023s) 2022-09-27T15:58:46.0337872Z test_empty_like_SparseBSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.0562113Z test_empty_like_SparseBSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.0786901Z test_empty_like_SparseBSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.1011116Z test_empty_like_SparseBSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.1233976Z test_empty_like_SparseBSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.1455272Z test_empty_like_SparseBSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.1678624Z test_empty_like_SparseBSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.1900683Z test_empty_like_SparseBSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.2121206Z test_empty_like_SparseBSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.2344215Z test_empty_like_SparseBSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.2565901Z test_empty_like_SparseBSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.2786861Z test_empty_like_SparseBSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.3009160Z test_empty_like_SparseBSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.3229824Z test_empty_like_SparseBSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.3453549Z test_empty_like_SparseBSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.3678490Z test_empty_like_SparseBSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.3902219Z test_empty_like_SparseBSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.4125535Z test_empty_like_SparseBSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.4349981Z test_empty_like_SparseBSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.4573754Z test_empty_like_SparseBSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.4797003Z test_empty_like_SparseBSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.5021399Z test_empty_like_SparseBSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.5244763Z test_empty_like_SparseBSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.5468468Z test_empty_like_SparseBSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.5694192Z test_empty_like_SparseBSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.5918478Z test_empty_like_SparseBSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.6141884Z test_empty_like_SparseBSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.6367119Z test_empty_like_SparseBSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.6591236Z test_empty_like_SparseBSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.6813684Z test_empty_like_SparseBSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.7036137Z test_empty_like_SparseBSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.7257934Z test_empty_like_SparseBSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.7481077Z test_empty_like_SparseBSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.7704599Z test_empty_like_SparseBSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.7927667Z test_empty_like_SparseBSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.8147789Z test_empty_like_SparseBSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.8367893Z test_empty_like_SparseBSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.8587460Z test_empty_like_SparseBSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.8807265Z test_empty_like_SparseBSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.9028164Z test_empty_like_SparseBSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.9248802Z test_empty_like_SparseBSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.9468587Z test_empty_like_SparseBSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:46.9690165Z test_empty_like_SparseBSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:46.9910384Z test_empty_like_SparseBSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.0130736Z test_empty_like_SparseBSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.0351715Z test_empty_like_SparseBSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.0571578Z test_empty_like_SparseBSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.0639791Z test_empty_like_SparseBSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.0706938Z test_empty_like_SparseBSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.0772522Z test_empty_like_SparseBSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.0837693Z test_empty_like_SparseBSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.0903808Z test_empty_like_SparseBSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.0968415Z test_empty_like_SparseBSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1032899Z test_empty_like_SparseBSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1098475Z test_empty_like_SparseBSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1162651Z test_empty_like_SparseBSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1227115Z test_empty_like_SparseBSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1292389Z test_empty_like_SparseBSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1356999Z test_empty_like_SparseBSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.006s) 2022-09-27T15:58:47.1576573Z test_empty_like_SparseBSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.1797024Z test_empty_like_SparseBSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.2015389Z test_empty_like_SparseBSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.2233703Z test_empty_like_SparseBSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.2458391Z test_empty_like_SparseBSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:47.2678060Z test_empty_like_SparseBSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.2897300Z test_empty_like_SparseBSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.3118438Z test_empty_like_SparseBSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.3338644Z test_empty_like_SparseBSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.3557356Z test_empty_like_SparseBSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.3778605Z test_empty_like_SparseBSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.3999661Z test_empty_like_SparseBSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:47.4220088Z test_empty_like_SparseBSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.4442975Z test_empty_like_SparseBSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:47.4664147Z test_empty_like_SparseBSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.4884449Z test_empty_like_SparseBSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.5104338Z test_empty_like_SparseBSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.5323546Z test_empty_like_SparseBSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.5541698Z test_empty_like_SparseBSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.5763026Z test_empty_like_SparseBSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:47.5984066Z test_empty_like_SparseBSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.6204601Z test_empty_like_SparseBSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.6427776Z test_empty_like_SparseBSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.022s) 2022-09-27T15:58:47.6648646Z test_empty_like_SparseBSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.021s) 2022-09-27T15:58:47.6840553Z test_empty_like_SparseCSC_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.7031919Z test_empty_like_SparseCSC_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.7223713Z test_empty_like_SparseCSC_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.7415744Z test_empty_like_SparseCSC_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.7608292Z test_empty_like_SparseCSC_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.7800120Z test_empty_like_SparseCSC_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.7992906Z test_empty_like_SparseCSC_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.8185882Z test_empty_like_SparseCSC_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.8376280Z test_empty_like_SparseCSC_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:47.8566833Z test_empty_like_SparseCSC_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:47.8758625Z test_empty_like_SparseCSC_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.8949919Z test_empty_like_SparseCSC_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.9142098Z test_empty_like_SparseCSC_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.9333053Z test_empty_like_SparseCSC_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.9524082Z test_empty_like_SparseCSC_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.9715460Z test_empty_like_SparseCSC_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:47.9909523Z test_empty_like_SparseCSC_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.0101268Z test_empty_like_SparseCSC_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.0292989Z test_empty_like_SparseCSC_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.0483926Z test_empty_like_SparseCSC_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.0675492Z test_empty_like_SparseCSC_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.0866112Z test_empty_like_SparseCSC_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.1058120Z test_empty_like_SparseCSC_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.1249284Z test_empty_like_SparseCSC_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.1288465Z test_empty_like_SparseCSC_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1326902Z test_empty_like_SparseCSC_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1362623Z test_empty_like_SparseCSC_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1397661Z test_empty_like_SparseCSC_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1432395Z test_empty_like_SparseCSC_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1466997Z test_empty_like_SparseCSC_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1501730Z test_empty_like_SparseCSC_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1536564Z test_empty_like_SparseCSC_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1571082Z test_empty_like_SparseCSC_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1605533Z test_empty_like_SparseCSC_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1641844Z test_empty_like_SparseCSC_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1676404Z test_empty_like_SparseCSC_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:48.1866291Z test_empty_like_SparseCSC_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.2056430Z test_empty_like_SparseCSC_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.2247469Z test_empty_like_SparseCSC_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.2438689Z test_empty_like_SparseCSC_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.2629597Z test_empty_like_SparseCSC_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.2820977Z test_empty_like_SparseCSC_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.3012421Z test_empty_like_SparseCSC_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.3205518Z test_empty_like_SparseCSC_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.3395488Z test_empty_like_SparseCSC_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.3585699Z test_empty_like_SparseCSC_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.3775793Z test_empty_like_SparseCSC_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.3965791Z test_empty_like_SparseCSC_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.4155969Z test_empty_like_SparseCSR_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.4346013Z test_empty_like_SparseCSR_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.4536304Z test_empty_like_SparseCSR_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.4726982Z test_empty_like_SparseCSR_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.4921227Z test_empty_like_SparseCSR_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.5112187Z test_empty_like_SparseCSR_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.5304124Z test_empty_like_SparseCSR_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.5494415Z test_empty_like_SparseCSR_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.5687517Z test_empty_like_SparseCSR_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.5878509Z test_empty_like_SparseCSR_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.6069162Z test_empty_like_SparseCSR_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.6260796Z test_empty_like_SparseCSR_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.6451886Z test_empty_like_SparseCSR_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.6644064Z test_empty_like_SparseCSR_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.6835307Z test_empty_like_SparseCSR_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.7025918Z test_empty_like_SparseCSR_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.7216339Z test_empty_like_SparseCSR_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.7407251Z test_empty_like_SparseCSR_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.7597726Z test_empty_like_SparseCSR_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.7787996Z test_empty_like_SparseCSR_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.7978854Z test_empty_like_SparseCSR_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.8168774Z test_empty_like_SparseCSR_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.8360549Z test_empty_like_SparseCSR_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.8549605Z test_empty_like_SparseCSR_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.8740232Z test_empty_like_SparseCSR_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.8931277Z test_empty_like_SparseCSR_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.9123064Z test_empty_like_SparseCSR_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.9314290Z test_empty_like_SparseCSR_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.9505868Z test_empty_like_SparseCSR_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:48.9697293Z test_empty_like_SparseCSR_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:48.9888635Z test_empty_like_SparseCSR_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:49.0081496Z test_empty_like_SparseCSR_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:49.0271488Z test_empty_like_SparseCSR_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:49.0461452Z test_empty_like_SparseCSR_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:49.0653296Z test_empty_like_SparseCSR_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:49.0844553Z test_empty_like_SparseCSR_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:49.0883096Z test_empty_like_SparseCSR_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.0919651Z test_empty_like_SparseCSR_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.0954761Z test_empty_like_SparseCSR_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.0989364Z test_empty_like_SparseCSR_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1025574Z test_empty_like_SparseCSR_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1060286Z test_empty_like_SparseCSR_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1094471Z test_empty_like_SparseCSR_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1129049Z test_empty_like_SparseCSR_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1163704Z test_empty_like_SparseCSR_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1198284Z test_empty_like_SparseCSR_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1233041Z test_empty_like_SparseCSR_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.1267740Z test_empty_like_SparseCSR_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.2172888Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.090s) 2022-09-27T15:58:49.2722833Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-09-27T15:58:49.3344166Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.061s) 2022-09-27T15:58:49.4103048Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.075s) 2022-09-27T15:58:49.4655556Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.055s) 2022-09-27T15:58:49.5277063Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.062s) 2022-09-27T15:58:49.5976903Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.069s) 2022-09-27T15:58:49.6518728Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-09-27T15:58:49.7112130Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.059s) 2022-09-27T15:58:49.7812717Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cpu (__main__.TestSparseCompressedCPU) ... ok (0.069s) 2022-09-27T15:58:49.8355953Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cpu (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-09-27T15:58:49.8944719Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cpu (__main__.TestSparseCompressedCPU) ... ok (0.058s) 2022-09-27T15:58:49.8982570Z test_layout_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.003s) 2022-09-27T15:58:49.8996318Z test_layout_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:49.9008736Z test_layout_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:49.9020863Z test_layout_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.001s) 2022-09-27T15:58:49.9467389Z test_print_SparseBSC_cpu (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_print test_sparse_csr.py line 456 2022-09-27T15:58:49.9467790Z due to: 2022-09-27T15:58:49.9467983Z Traceback (most recent call last): 2022-09-27T15:58:49.9468470Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T15:58:49.9468806Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T15:58:49.9469077Z AssertionError: unsafe constant torch.sparse_bsc 2022-09-27T15:58:49.9469280Z 2022-09-27T15:58:49.9469416Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:58:49.9469641Z ========== 2022-09-27T15:58:50.0552647Z ok (0.153s) 2022-09-27T15:58:50.1647750Z test_print_SparseBSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.109s) 2022-09-27T15:58:50.1992015Z test_print_SparseCSC_cpu (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:58:50.2334472Z test_print_SparseCSR_cpu (__main__.TestSparseCompressedCPU) ... ok (0.034s) 2022-09-27T15:58:50.2404119Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_compressed_constructor test_sparse_csr.py line 339 2022-09-27T15:58:50.2404822Z due to: 2022-09-27T15:58:50.2405012Z Traceback (most recent call last): 2022-09-27T15:58:50.2405432Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 852, in BUILD_MAP 2022-09-27T15:58:50.2405785Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-09-27T15:58:50.2406019Z AssertionError 2022-09-27T15:58:50.2406116Z 2022-09-27T15:58:50.2406186Z from user code: 2022-09-27T15:58:50.2406428Z File "test_sparse_csr.py", line 360, in test_sparse_compressed_constructor 2022-09-27T15:58:50.2406697Z torch.sparse_bsc: torch.sparse_bsc_tensor, 2022-09-27T15:58:50.2406835Z 2022-09-27T15:58:50.2406954Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:58:50.2407175Z ========== 2022-09-27T15:58:50.2563833Z ok (0.022s) 2022-09-27T15:58:50.2742965Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.2943257Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:50.3140719Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:50.3333337Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:50.3525268Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:50.3715027Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:50.3893207Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.4070163Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.4245827Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.4422837Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.4602401Z test_sparse_compressed_constructor_____from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.4792264Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:50.4968389Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.5162394Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:50.5357844Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:50.5547063Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:50.5738262Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:50.5926482Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:50.6102542Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.6277636Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.6452012Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.6627176Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.6803034Z test_sparse_compressed_constructor_____from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:50.6924715Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.7039054Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.7166263Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.7296045Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.7420119Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.7542056Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.7662212Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.7777859Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.7892617Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.8007524Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.8123384Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.8238411Z test_sparse_compressed_constructor_____from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.8360787Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.8475725Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.8603717Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.8733062Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.8856604Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.8979041Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.9099655Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:50.9220181Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.9334408Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.9451012Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.9566246Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.9685847Z test_sparse_compressed_constructor_____from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:50.9877251Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.0057191Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.0251215Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.0447987Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.0637419Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.0827500Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.1016212Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.1191963Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.1367100Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.1540440Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.1717950Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.1893346Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.2082488Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.2258003Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.2451406Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.2645922Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.2838672Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.3027254Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.3219538Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.3399613Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.3579166Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.3755563Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.3935386Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.4110689Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.4236005Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.4354622Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.4483701Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.4618514Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:51.4742941Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.4871140Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.4995379Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.5111516Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.5228775Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.5343696Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.5459794Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.5575635Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.5699399Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.5816718Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.5945429Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.6075322Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.6199740Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.6323062Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.6447032Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:51.6563963Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.6680347Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.6795482Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.6911438Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.7029014Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:51.7220833Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.7400485Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.7597364Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.7797475Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.7994625Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.8192398Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.8388334Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:51.8572367Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.8754764Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.8936821Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.9120103Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.9298149Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.9487854Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:51.9665325Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:51.9859866Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.0055369Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.0243983Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.0432164Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.0620414Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.0795742Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.0970655Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.1144754Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.1321430Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.1498287Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.1624166Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.1740119Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.1866749Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.1994251Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.2117758Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.2239771Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.2361039Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.2475931Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.2590518Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.2704779Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.2819360Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.2933344Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.3056275Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.3171583Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.3303790Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:52.3430396Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.3553460Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.3676753Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.3797178Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.3915081Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.4030349Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.4144565Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.4260119Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.4376178Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.4568568Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.4746886Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.4947988Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.5151341Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:52.5347350Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.5541601Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.5735594Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.5918621Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.6100328Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.6279542Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.6455974Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.6637607Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.6828571Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.7007936Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.7208192Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.7408613Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.7605385Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.7801276Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.7996493Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:52.8178338Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.8359816Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.8538875Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.8720690Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:52.8900843Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:52.9026027Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.9143185Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:52.9273099Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.9405854Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:52.9531195Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.9655860Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.9778768Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:52.9896096Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.0014931Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.0130182Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.0246590Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.0363269Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.0487991Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.0606231Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.0736946Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.0867585Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.0991790Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.1116357Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.1240520Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.1357758Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.1475778Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.1590643Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.1706876Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.1824177Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.2018009Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.2197536Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.2399593Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.020s) 2022-09-27T15:58:53.2598876Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.2794593Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.2990371Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.3185668Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.3368074Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:53.3548190Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.3728685Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.3910447Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.4091070Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.4284787Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.4466267Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:53.4665167Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.4865166Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.5059057Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.5252464Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.5445992Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.5625843Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.5804307Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.5983742Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.6163690Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.6343044Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.6469143Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.6587561Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.6720295Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:53.6851179Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.6976771Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.7100757Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.7225044Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.7341361Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.7457582Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.7575847Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.7692198Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.7809106Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.7933749Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.8051348Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.8181758Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.8311028Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.8436477Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.8561122Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.8686991Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:53.8806573Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.8924548Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.9043664Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.9163813Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.9281850Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:53.9476775Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:53.9654994Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:53.9854475Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0053840Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0248456Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0440287Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.0630567Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:54.0809482Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.0989280Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.1166382Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.1345326Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.1524477Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.1714477Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:54.1889378Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.2083706Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2278729Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2470535Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.2659578Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:54.2849093Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:54.3024659Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.3201128Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.3373787Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.3550144Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.3726744Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.3851830Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.3969078Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.4099352Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.4231533Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:54.4356730Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.4481651Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.4606080Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.4724117Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.4843590Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.4959150Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.5076776Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.5193994Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.5318770Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.5436940Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.5566916Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.5701371Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:54.5828259Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.5952951Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.6078356Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:54.6195658Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.6312699Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.6429170Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.6547362Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.6667705Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:54.6862746Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7044832Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:54.7243894Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7443886Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7639302Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.7835016Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.8030231Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.8211031Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.8390299Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.8569189Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.8749560Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.8929456Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.9123355Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9302900Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:54.9502100Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9701847Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:54.9897077Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0090725Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0286113Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.0465622Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.0644739Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.0826041Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.1004725Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.1184409Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.1308050Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.1425583Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.1555771Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.1686628Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.1810754Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.1932645Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.2054774Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.2169437Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.2284239Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.2400509Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.2516055Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.2631895Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.2756152Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.2874207Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.3005473Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:55.3136683Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:55.3261747Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.3385233Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.3508823Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.3627728Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.3743051Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.3858326Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.3973246Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.4088844Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.4278720Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.4454823Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.4651450Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.4848755Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.5039855Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.5231448Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.5421555Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.5600672Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.5779399Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.5955489Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.6134638Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.6312955Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.6503140Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.6682618Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.6882459Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.7078603Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.019s) 2022-09-27T15:58:55.7269605Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.7459847Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.7649248Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.018s) 2022-09-27T15:58:55.7827079Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.8002652Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.8176593Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.8351442Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.8527755Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.017s) 2022-09-27T15:58:55.8652821Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.8770017Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.8900536Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.9032807Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.013s) 2022-09-27T15:58:55.9156679Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.9284549Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.9407299Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:55.9524547Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.9643047Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.9758340Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.9876273Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:55.9992420Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.0117115Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.0234730Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.0363643Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.0491875Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.0617604Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.0743118Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.0868453Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.012s) 2022-09-27T15:58:56.0986496Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.1104904Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.1221348Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.1339418Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.1457502Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.011s) 2022-09-27T15:58:56.1998781Z test_validate_SparseBSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.054s) 2022-09-27T15:58:56.2082155Z test_validate_SparseBSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2166165Z test_validate_SparseBSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2248352Z test_validate_SparseBSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2331559Z test_validate_SparseBSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2413303Z test_validate_SparseBSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2495831Z test_validate_SparseBSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2578063Z test_validate_SparseBSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2661046Z test_validate_SparseBSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2743090Z test_validate_SparseBSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2827467Z test_validate_SparseBSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2911127Z test_validate_SparseBSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.2994653Z test_validate_SparseBSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3076832Z test_validate_SparseBSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3160296Z test_validate_SparseBSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3242279Z test_validate_SparseBSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3326076Z test_validate_SparseBSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3409315Z test_validate_SparseBSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3491996Z test_validate_SparseBSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3574570Z test_validate_SparseBSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3657505Z test_validate_SparseBSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3738826Z test_validate_SparseBSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3821948Z test_validate_SparseBSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3903966Z test_validate_SparseBSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.008s) 2022-09-27T15:58:56.3931225Z test_validate_SparseCSC_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.3957404Z test_validate_SparseCSC_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.3983057Z test_validate_SparseCSC_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4008007Z test_validate_SparseCSC_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4034698Z test_validate_SparseCSC_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4059473Z test_validate_SparseCSC_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4084367Z test_validate_SparseCSC_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4109270Z test_validate_SparseCSC_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4134095Z test_validate_SparseCSC_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4159023Z test_validate_SparseCSC_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4185417Z test_validate_SparseCSC_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4210274Z test_validate_SparseCSC_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4235328Z test_validate_SparseCSR_cpu_bfloat16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4259918Z test_validate_SparseCSR_cpu_bool (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4284778Z test_validate_SparseCSR_cpu_complex128 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4309386Z test_validate_SparseCSR_cpu_complex64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4335504Z test_validate_SparseCSR_cpu_float16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4360538Z test_validate_SparseCSR_cpu_float32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4385371Z test_validate_SparseCSR_cpu_float64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4410392Z test_validate_SparseCSR_cpu_int16 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4435080Z test_validate_SparseCSR_cpu_int32 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4459858Z test_validate_SparseCSR_cpu_int64 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4486077Z test_validate_SparseCSR_cpu_int8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4511382Z test_validate_SparseCSR_cpu_uint8 (__main__.TestSparseCompressedCPU) ... ok (0.002s) 2022-09-27T15:58:56.4511691Z 2022-09-27T15:58:56.4512099Z ---------------------------------------------------------------------- 2022-09-27T15:58:56.4512567Z Ran 3806 tests in 103.854s 2022-09-27T15:58:56.4512788Z 2022-09-27T15:58:56.4512906Z OK (skipped=661) 2022-09-27T15:58:56.4513019Z 2022-09-27T15:58:56.4513104Z Generating XML reports... 2022-09-27T15:58:56.6928974Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927155712.xml 2022-09-27T15:58:56.6930894Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155712.xml 2022-09-27T15:58:56.8672087Z Generated XML report: test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927155712.xml 2022-09-27T15:58:57.4478484Z Running test_tensorexpr ... [2022-09-27 15:58:57.447451] 2022-09-27T15:58:57.4479182Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:58:57.447535] 2022-09-27T15:58:58.7712776Z Test results will be stored in test-reports/python-unittest/test_tensorexpr 2022-09-27T15:58:58.7728013Z 2022-09-27T15:58:58.7728337Z Running tests... 2022-09-27T15:59:03.0245376Z ---------------------------------------------------------------------- 2022-09-27T15:59:03.0246283Z test_add_const_rhs (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 18 2022-09-27T15:59:03.0246779Z due to: 2022-09-27T15:59:03.0247056Z Traceback (most recent call last): 2022-09-27T15:59:03.0247681Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:03.0248424Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:03.0249170Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:59:03.0249519Z 2022-09-27T15:59:03.0249643Z from user code: 2022-09-27T15:59:03.0250030Z File "test_tensorexpr.py", line 19, in 2022-09-27T15:59:03.0250647Z self.devices = ['cpu'] if not torch.cuda.is_available() else ['cpu', 'cuda'] 2022-09-27T15:59:03.0250900Z 2022-09-27T15:59:03.0251122Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:03.0251448Z ========== 2022-09-27T15:59:03.0464376Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 579 2022-09-27T15:59:03.0464857Z due to: 2022-09-27T15:59:03.0465138Z Traceback (most recent call last): 2022-09-27T15:59:03.0465821Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:03.0466576Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:03.0467498Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:03.0467939Z 2022-09-27T15:59:03.0468058Z from user code: 2022-09-27T15:59:03.0468428Z File "test_tensorexpr.py", line 581, in 2022-09-27T15:59:03.0468849Z y = warmup_and_run_forward(traced, x) 2022-09-27T15:59:03.0469065Z 2022-09-27T15:59:03.0469268Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:03.0469579Z ========== 2022-09-27T15:59:03.0487405Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT warmup_and_run_forward test_tensorexpr.py line 29 2022-09-27T15:59:03.0487907Z due to: 2022-09-27T15:59:03.0488214Z Traceback (most recent call last): 2022-09-27T15:59:03.0488838Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:03.0489598Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:03.0490449Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:03.0490859Z 2022-09-27T15:59:03.0490969Z from user code: 2022-09-27T15:59:03.0491343Z File "test_tensorexpr.py", line 30, in warmup_and_run_forward 2022-09-27T15:59:03.0491784Z for _ in range(torch._C._jit_get_num_profiled_runs() + 1): 2022-09-27T15:59:03.0492036Z 2022-09-27T15:59:03.0492558Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:03.0492932Z ========== 2022-09-27T15:59:03.0751084Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assertLastGraphAllFused test_tensorexpr.py line 25 2022-09-27T15:59:03.0751930Z due to: 2022-09-27T15:59:03.0752233Z Traceback (most recent call last): 2022-09-27T15:59:03.0752858Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:03.0753963Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:03.0754804Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T15:59:03.0755210Z 2022-09-27T15:59:03.0755313Z from user code: 2022-09-27T15:59:03.0755694Z File "test_tensorexpr.py", line 26, in assertLastGraphAllFused 2022-09-27T15:59:03.0756179Z self.assertAllFused(torch.jit.last_executed_optimized_graph()) 2022-09-27T15:59:03.0756477Z 2022-09-27T15:59:03.0756704Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:03.0757065Z ========== 2022-09-27T15:59:03.0826660Z ok (4.247s) 2022-09-27T15:59:03.1031852Z test_add_sub (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 308 2022-09-27T15:59:03.1032433Z due to: 2022-09-27T15:59:03.1032779Z Traceback (most recent call last): 2022-09-27T15:59:03.1033719Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:03.1034462Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:03.1035343Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:03.1035744Z 2022-09-27T15:59:03.1035857Z from user code: 2022-09-27T15:59:03.1036252Z File "test_tensorexpr.py", line 314, in 2022-09-27T15:59:03.1036713Z x = warmup_and_run_forward(traced, a, b, c) 2022-09-27T15:59:03.1036950Z 2022-09-27T15:59:03.1037168Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:03.1037533Z ========== 2022-09-27T15:59:03.1347598Z ok (0.051s) 2022-09-27T15:59:03.1557001Z test_alias_analysis_input_and_module (__main__.TestTensorExprFuser) ... Exception ignored in: .extract_files.. at 0x7fd36813f450> 2022-09-27T15:59:03.1557541Z Traceback (most recent call last): 2022-09-27T15:59:03.1558263Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T15:59:03.1558761Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T15:59:03.1559144Z SystemError: error return without exception set 2022-09-27T15:59:03.1559520Z Exception ignored in: .extract_files.. at 0x7fd36813f3d0> 2022-09-27T15:59:03.1559832Z Traceback (most recent call last): 2022-09-27T15:59:03.1560276Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T15:59:03.1560606Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T15:59:03.1560938Z SystemError: error return without exception set 2022-09-27T15:59:03.1996994Z ok (0.064s) 2022-09-27T15:59:03.2249341Z test_alias_analysis_inputs (__main__.TestTensorExprFuser) ... ok (0.025s) 2022-09-27T15:59:03.3709767Z test_alias_analysis_module (__main__.TestTensorExprFuser) ... ok (0.145s) 2022-09-27T15:59:03.3939209Z test_all_combos (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 168 2022-09-27T15:59:03.3939658Z due to: 2022-09-27T15:59:03.3940249Z Traceback (most recent call last): 2022-09-27T15:59:03.3940666Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:03.3941198Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:03.3941725Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:03.3941968Z 2022-09-27T15:59:03.3942042Z from user code: 2022-09-27T15:59:03.3942265Z File "test_tensorexpr.py", line 174, in 2022-09-27T15:59:03.3942528Z x = warmup_and_run_forward(traced, a, b, c) 2022-09-27T15:59:03.3942663Z 2022-09-27T15:59:03.3942794Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:03.3942999Z ========== 2022-09-27T15:59:03.4269793Z ok (0.055s) 2022-09-27T15:59:03.4771483Z test_alpha (__main__.TestTensorExprFuser) ... ok (0.050s) 2022-09-27T15:59:04.1275836Z test_binary_ops (__main__.TestTensorExprFuser) ... ok (0.650s) 2022-09-27T15:59:04.3505256Z test_bitwise_ops (__main__.TestTensorExprFuser) ... ok (0.222s) 2022-09-27T15:59:04.3725086Z test_broadcast (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 219 2022-09-27T15:59:04.3725725Z due to: 2022-09-27T15:59:04.3725994Z Traceback (most recent call last): 2022-09-27T15:59:04.3726410Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:04.3726877Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:04.3727406Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:04.3727649Z 2022-09-27T15:59:04.3727723Z from user code: 2022-09-27T15:59:04.3727970Z File "test_tensorexpr.py", line 224, in 2022-09-27T15:59:04.3728223Z x = warmup_and_run_forward(traced, a, b, c) 2022-09-27T15:59:04.3728359Z 2022-09-27T15:59:04.3728495Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:04.3728712Z ========== 2022-09-27T15:59:04.4074573Z ok (0.056s) 2022-09-27T15:59:04.4330250Z test_broadcast3 (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 136 2022-09-27T15:59:04.4330854Z due to: 2022-09-27T15:59:04.4331153Z Traceback (most recent call last): 2022-09-27T15:59:04.4331555Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:04.4332013Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:04.4332548Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:04.4332791Z 2022-09-27T15:59:04.4332861Z from user code: 2022-09-27T15:59:04.4333080Z File "test_tensorexpr.py", line 143, in 2022-09-27T15:59:04.4333344Z x = warmup_and_run_forward(traced, a, b, c) 2022-09-27T15:59:04.4333481Z 2022-09-27T15:59:04.4333613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:04.4333821Z ========== 2022-09-27T15:59:04.5861414Z ok (0.178s) 2022-09-27T15:59:04.6104298Z test_broadcast_2 (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 245 2022-09-27T15:59:04.6104895Z due to: 2022-09-27T15:59:04.6105127Z Traceback (most recent call last): 2022-09-27T15:59:04.6105538Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:04.6106290Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:04.6106884Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:04.6107211Z 2022-09-27T15:59:04.6107303Z from user code: 2022-09-27T15:59:04.6107574Z File "test_tensorexpr.py", line 247, in 2022-09-27T15:59:04.6107844Z r = warmup_and_run_forward(traced, x, y, z) 2022-09-27T15:59:04.6107980Z 2022-09-27T15:59:04.6108158Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:04.6108379Z ========== 2022-09-27T15:59:04.6401727Z ok (0.053s) 2022-09-27T15:59:04.6675025Z test_broadcast_big2 (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 269 2022-09-27T15:59:04.6675703Z due to: 2022-09-27T15:59:04.6676031Z Traceback (most recent call last): 2022-09-27T15:59:04.6676764Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:04.6677557Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:04.6678412Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:04.6678794Z 2022-09-27T15:59:04.6678910Z from user code: 2022-09-27T15:59:04.6679331Z File "test_tensorexpr.py", line 271, in 2022-09-27T15:59:04.6679740Z r = warmup_and_run_forward(traced, x, y, z) 2022-09-27T15:59:04.6679974Z 2022-09-27T15:59:04.6680191Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:04.6680555Z ========== 2022-09-27T15:59:04.7082920Z ok (0.067s) 2022-09-27T15:59:04.8072911Z test_cat (__main__.TestTensorExprFuser) ... ok (0.098s) 2022-09-27T15:59:04.9649044Z test_cat_empty_tensors (__main__.TestTensorExprFuser) ... ok (0.157s) 2022-09-27T15:59:05.0551173Z test_cat_negative_dim (__main__.TestTensorExprFuser) ... ok (0.090s) 2022-09-27T15:59:05.0574186Z test_cat_only (__main__.TestTensorExprFuser) ... skip: cat is broken with fusion group inlining disabled (0.002s) 2022-09-27T15:59:05.2101268Z test_cat_promote_inputs (__main__.TestTensorExprFuser) ... ok (0.152s) 2022-09-27T15:59:05.2723462Z test_cat_with_constant_dim (__main__.TestTensorExprFuser) ... ok (0.062s) 2022-09-27T15:59:05.2935391Z test_char (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 384 2022-09-27T15:59:05.2935986Z due to: 2022-09-27T15:59:05.2936287Z Traceback (most recent call last): 2022-09-27T15:59:05.2937032Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:05.2937821Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:05.2938717Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:05.2939159Z 2022-09-27T15:59:05.2939269Z from user code: 2022-09-27T15:59:05.2939642Z File "test_tensorexpr.py", line 389, in 2022-09-27T15:59:05.2940079Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:05.2940302Z 2022-09-27T15:59:05.2940530Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:05.2940902Z ========== 2022-09-27T15:59:05.3174905Z ok (0.044s) 2022-09-27T15:59:05.3542694Z test_chunk (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 989 2022-09-27T15:59:05.3543242Z due to: 2022-09-27T15:59:05.3543536Z Traceback (most recent call last): 2022-09-27T15:59:05.3544529Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:05.3545304Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:05.3546280Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:05.3546694Z 2022-09-27T15:59:05.3546812Z from user code: 2022-09-27T15:59:05.3547198Z File "test_tensorexpr.py", line 992, in 2022-09-27T15:59:05.3547623Z x = warmup_and_run_forward(traced, a) 2022-09-27T15:59:05.3547841Z 2022-09-27T15:59:05.3548050Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:05.3548416Z ========== 2022-09-27T15:59:05.4277332Z ok (0.110s) 2022-09-27T15:59:05.4730588Z test_clamp (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-09-27T15:59:05.8778638Z test_constant (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 294 2022-09-27T15:59:05.8779261Z due to: 2022-09-27T15:59:05.8779540Z Traceback (most recent call last): 2022-09-27T15:59:05.8779965Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:05.8780478Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:05.8781060Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:05.8781308Z 2022-09-27T15:59:05.8781379Z from user code: 2022-09-27T15:59:05.8781618Z File "test_tensorexpr.py", line 297, in 2022-09-27T15:59:05.8781923Z x = warmup_and_run_forward(traced, a) 2022-09-27T15:59:05.8782054Z 2022-09-27T15:59:05.8782187Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:05.8782406Z ========== 2022-09-27T15:59:06.2848436Z ok (0.811s) 2022-09-27T15:59:06.3065532Z test_double (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 344 2022-09-27T15:59:06.3066159Z due to: 2022-09-27T15:59:06.3066476Z Traceback (most recent call last): 2022-09-27T15:59:06.3066891Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.3067334Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.3067858Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.3068098Z 2022-09-27T15:59:06.3068169Z from user code: 2022-09-27T15:59:06.3068387Z File "test_tensorexpr.py", line 349, in 2022-09-27T15:59:06.3068649Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.3068784Z 2022-09-27T15:59:06.3068914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.3069131Z ========== 2022-09-27T15:59:06.3290157Z ok (0.044s) 2022-09-27T15:59:06.3688242Z test_double_intrinsics (__main__.TestTensorExprFuser) ... ok (0.039s) 2022-09-27T15:59:06.3709475Z test_dynamic_shape (__main__.TestTensorExprFuser) ... skip: dynamic shapes are not quite there yet (0.002s) 2022-09-27T15:59:06.3893030Z test_easy (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 41 2022-09-27T15:59:06.3893386Z due to: 2022-09-27T15:59:06.3893573Z Traceback (most recent call last): 2022-09-27T15:59:06.3894098Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.3894574Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.3895403Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.3895671Z 2022-09-27T15:59:06.3895824Z from user code: 2022-09-27T15:59:06.3896057Z File "test_tensorexpr.py", line 45, in 2022-09-27T15:59:06.3896365Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.3896572Z 2022-09-27T15:59:06.3896705Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.3896942Z ========== 2022-09-27T15:59:06.4228272Z ok (0.051s) 2022-09-27T15:59:06.4410574Z test_eq (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 418 2022-09-27T15:59:06.4411087Z due to: 2022-09-27T15:59:06.4411443Z Traceback (most recent call last): 2022-09-27T15:59:06.4412170Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.4413054Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.4413613Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.4413858Z 2022-09-27T15:59:06.4413928Z from user code: 2022-09-27T15:59:06.4414145Z File "test_tensorexpr.py", line 421, in 2022-09-27T15:59:06.4414399Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.4414534Z 2022-09-27T15:59:06.4414664Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.4414867Z ========== 2022-09-27T15:59:06.5023835Z ok (0.079s) 2022-09-27T15:59:06.5768877Z test_exp_pow (__main__.TestTensorExprFuser) ... ok (0.074s) 2022-09-27T15:59:06.6378184Z test_four_arg (__main__.TestTensorExprFuser) ... ok (0.060s) 2022-09-27T15:59:06.6710643Z test_ge (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 445 2022-09-27T15:59:06.6711226Z due to: 2022-09-27T15:59:06.6711508Z Traceback (most recent call last): 2022-09-27T15:59:06.6711925Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.6712360Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.6712884Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.6713125Z 2022-09-27T15:59:06.6713195Z from user code: 2022-09-27T15:59:06.6713577Z File "test_tensorexpr.py", line 447, in 2022-09-27T15:59:06.6713817Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.6713951Z 2022-09-27T15:59:06.6714085Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.6714306Z ========== 2022-09-27T15:59:06.7330812Z ok (0.095s) 2022-09-27T15:59:06.7519505Z test_gt (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 456 2022-09-27T15:59:06.7520092Z due to: 2022-09-27T15:59:06.7520415Z Traceback (most recent call last): 2022-09-27T15:59:06.7520808Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.7521260Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.7521782Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.7522024Z 2022-09-27T15:59:06.7522096Z from user code: 2022-09-27T15:59:06.7522311Z File "test_tensorexpr.py", line 459, in 2022-09-27T15:59:06.7522794Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.7522931Z 2022-09-27T15:59:06.7523060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.7523266Z ========== 2022-09-27T15:59:06.8135556Z ok (0.080s) 2022-09-27T15:59:06.8149267Z test_guard_fails (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.001s) 2022-09-27T15:59:06.8184789Z test_half_bn_relu (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_half_bn_relu test_tensorexpr.py line 1225 2022-09-27T15:59:06.8185267Z due to: 2022-09-27T15:59:06.8185601Z Traceback (most recent call last): 2022-09-27T15:59:06.8186344Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.8186790Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.8187252Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:59:06.8187462Z 2022-09-27T15:59:06.8187532Z from user code: 2022-09-27T15:59:06.8187751Z File "test_tensorexpr.py", line 1226, in test_half_bn_relu 2022-09-27T15:59:06.8188000Z devices = ["cuda"] if torch.cuda.is_available() else [] 2022-09-27T15:59:06.8188149Z 2022-09-27T15:59:06.8188280Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.8188499Z ========== 2022-09-27T15:59:06.8188646Z ok (0.003s) 2022-09-27T15:59:06.8215986Z test_half_gelu (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_half_gelu test_tensorexpr.py line 1210 2022-09-27T15:59:06.8216630Z due to: 2022-09-27T15:59:06.8216937Z Traceback (most recent call last): 2022-09-27T15:59:06.8217344Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.8217801Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.8218258Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:59:06.8218459Z 2022-09-27T15:59:06.8218529Z from user code: 2022-09-27T15:59:06.8218737Z File "test_tensorexpr.py", line 1211, in test_half_gelu 2022-09-27T15:59:06.8218995Z devices = ["cuda"] if torch.cuda.is_available() else [] 2022-09-27T15:59:06.8219140Z 2022-09-27T15:59:06.8219271Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.8219475Z ========== 2022-09-27T15:59:06.8247889Z ok (0.006s) 2022-09-27T15:59:06.8443214Z test_int64_promotion (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 404 2022-09-27T15:59:06.8443820Z due to: 2022-09-27T15:59:06.8444007Z Traceback (most recent call last): 2022-09-27T15:59:06.8444408Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.8444869Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.8445381Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.8445629Z 2022-09-27T15:59:06.8445700Z from user code: 2022-09-27T15:59:06.8445942Z File "test_tensorexpr.py", line 409, in 2022-09-27T15:59:06.8446207Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.8446340Z 2022-09-27T15:59:06.8446457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.8446675Z ========== 2022-09-27T15:59:06.8674803Z ok (0.042s) 2022-09-27T15:59:06.9042296Z test_int_output (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 592 2022-09-27T15:59:06.9043033Z due to: 2022-09-27T15:59:06.9043843Z Traceback (most recent call last): 2022-09-27T15:59:06.9044370Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.9044811Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.9045413Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.9045657Z 2022-09-27T15:59:06.9045727Z from user code: 2022-09-27T15:59:06.9045961Z File "test_tensorexpr.py", line 593, in 2022-09-27T15:59:06.9046218Z res = warmup_and_run_forward(traced, x, y, z) 2022-09-27T15:59:06.9046356Z 2022-09-27T15:59:06.9046486Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.9046704Z ========== 2022-09-27T15:59:06.9312534Z ok (0.063s) 2022-09-27T15:59:06.9640004Z test_le (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 471 2022-09-27T15:59:06.9640567Z due to: 2022-09-27T15:59:06.9640798Z Traceback (most recent call last): 2022-09-27T15:59:06.9641192Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:06.9641642Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:06.9642160Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:06.9642400Z 2022-09-27T15:59:06.9642470Z from user code: 2022-09-27T15:59:06.9642685Z File "test_tensorexpr.py", line 473, in 2022-09-27T15:59:06.9642938Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:06.9643071Z 2022-09-27T15:59:06.9643203Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:06.9643409Z ========== 2022-09-27T15:59:07.0251829Z ok (0.093s) 2022-09-27T15:59:07.1222294Z test_loop (__main__.TestTensorExprFuser) ... ok (0.096s) 2022-09-27T15:59:07.1952352Z test_lt (__main__.TestTensorExprFuser) ... ok (0.072s) 2022-09-27T15:59:07.2313941Z test_mask (__main__.TestTensorExprFuser) ... ok (0.036s) 2022-09-27T15:59:07.2526575Z test_min_max (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 495 2022-09-27T15:59:07.2527022Z due to: 2022-09-27T15:59:07.2527366Z Traceback (most recent call last): 2022-09-27T15:59:07.2527975Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.2528419Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.2528957Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.2529199Z 2022-09-27T15:59:07.2529270Z from user code: 2022-09-27T15:59:07.2529506Z File "test_tensorexpr.py", line 499, in 2022-09-27T15:59:07.2529817Z warmup_and_run_forward(traced, a, b), np.maximum(np.minimum(a.numpy(), b.numpy()), [4.0]) 2022-09-27T15:59:07.2529997Z 2022-09-27T15:59:07.2530131Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.2530348Z ========== 2022-09-27T15:59:07.2860728Z ok (0.054s) 2022-09-27T15:59:07.3034754Z test_min_max_reduction (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 507 2022-09-27T15:59:07.3035423Z due to: 2022-09-27T15:59:07.3035636Z Traceback (most recent call last): 2022-09-27T15:59:07.3036024Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.3036731Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.3037260Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.3037576Z 2022-09-27T15:59:07.3037648Z from user code: 2022-09-27T15:59:07.3037882Z File "test_tensorexpr.py", line 509, in 2022-09-27T15:59:07.3038224Z np.testing.assert_allclose(warmup_and_run_forward(traced, a), np.amin(a.numpy()) + np.amax(a.numpy())) 2022-09-27T15:59:07.3038423Z 2022-09-27T15:59:07.3038555Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.3038777Z ========== 2022-09-27T15:59:07.3254103Z ok (0.039s) 2022-09-27T15:59:07.3426385Z test_min_max_reduction2 (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 516 2022-09-27T15:59:07.3427030Z due to: 2022-09-27T15:59:07.3427263Z Traceback (most recent call last): 2022-09-27T15:59:07.3427668Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.3428126Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.3428643Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.3428883Z 2022-09-27T15:59:07.3428942Z from user code: 2022-09-27T15:59:07.3429190Z File "test_tensorexpr.py", line 518, in 2022-09-27T15:59:07.3429532Z np.testing.assert_allclose(warmup_and_run_forward(traced, a), np.amin(a.numpy()) + np.amax(a.numpy())) 2022-09-27T15:59:07.3429732Z 2022-09-27T15:59:07.3429864Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.3430068Z ========== 2022-09-27T15:59:07.3643471Z ok (0.038s) 2022-09-27T15:59:07.3824087Z test_min_max_reduction_dim1 (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 525 2022-09-27T15:59:07.3824677Z due to: 2022-09-27T15:59:07.3824987Z Traceback (most recent call last): 2022-09-27T15:59:07.3825669Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.3826440Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.3827336Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.3827742Z 2022-09-27T15:59:07.3827856Z from user code: 2022-09-27T15:59:07.3828271Z File "test_tensorexpr.py", line 527, in 2022-09-27T15:59:07.3828797Z np.testing.assert_allclose(warmup_and_run_forward(traced, a), np.amin( 2022-09-27T15:59:07.3829072Z 2022-09-27T15:59:07.3829294Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.3829662Z ========== 2022-09-27T15:59:07.4060295Z ok (0.041s) 2022-09-27T15:59:07.4232217Z test_min_max_reduction_dim1_2 (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 535 2022-09-27T15:59:07.4232891Z due to: 2022-09-27T15:59:07.4233438Z Traceback (most recent call last): 2022-09-27T15:59:07.4234168Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.4234888Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.4235806Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.4236545Z 2022-09-27T15:59:07.4236671Z from user code: 2022-09-27T15:59:07.4237104Z File "test_tensorexpr.py", line 537, in 2022-09-27T15:59:07.4237773Z np.testing.assert_allclose(warmup_and_run_forward(traced, a)[0], np.amin((a * a).numpy(), axis=1)) 2022-09-27T15:59:07.4238078Z 2022-09-27T15:59:07.4238307Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.4238661Z ========== 2022-09-27T15:59:07.4603607Z ok (0.054s) 2022-09-27T15:59:07.4930070Z test_multi_rand (__main__.TestTensorExprFuser) ... ok (0.032s) 2022-09-27T15:59:07.5113442Z test_multioutput (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 973 2022-09-27T15:59:07.5114083Z due to: 2022-09-27T15:59:07.5114383Z Traceback (most recent call last): 2022-09-27T15:59:07.5115086Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.5115840Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.5116731Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.5117177Z 2022-09-27T15:59:07.5117282Z from user code: 2022-09-27T15:59:07.5117695Z File "test_tensorexpr.py", line 976, in 2022-09-27T15:59:07.5118155Z b, c = warmup_and_run_forward(traced, a) 2022-09-27T15:59:07.5118375Z 2022-09-27T15:59:07.5118583Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.5118970Z ========== 2022-09-27T15:59:07.5424760Z ok (0.049s) 2022-09-27T15:59:07.6396039Z test_multiple_outputs (__main__.TestTensorExprFuser) ... ok (0.096s) 2022-09-27T15:59:07.6775824Z test_nans (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 912 2022-09-27T15:59:07.6776511Z due to: 2022-09-27T15:59:07.6776767Z Traceback (most recent call last): 2022-09-27T15:59:07.6777184Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.6777652Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.6778176Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.6778416Z 2022-09-27T15:59:07.6778486Z from user code: 2022-09-27T15:59:07.6778703Z File "test_tensorexpr.py", line 917, in 2022-09-27T15:59:07.6778980Z assert np.isnan(warmup_and_run_forward(tmin, x, y).item()) 2022-09-27T15:59:07.6779130Z 2022-09-27T15:59:07.6779264Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.6779470Z ========== 2022-09-27T15:59:07.7227477Z ok (0.082s) 2022-09-27T15:59:07.7413769Z test_ne (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 430 2022-09-27T15:59:07.7414321Z due to: 2022-09-27T15:59:07.7414676Z Traceback (most recent call last): 2022-09-27T15:59:07.7415282Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.7415742Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.7416268Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.7416586Z 2022-09-27T15:59:07.7416657Z from user code: 2022-09-27T15:59:07.7416874Z File "test_tensorexpr.py", line 433, in 2022-09-27T15:59:07.7417129Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:07.7417509Z 2022-09-27T15:59:07.7417646Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.7417853Z ========== 2022-09-27T15:59:07.8025587Z ok (0.079s) 2022-09-27T15:59:07.8222027Z test_promotion (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 325 2022-09-27T15:59:07.8222607Z due to: 2022-09-27T15:59:07.8222931Z Traceback (most recent call last): 2022-09-27T15:59:07.8223394Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:07.8223847Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:07.8224352Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:07.8224601Z 2022-09-27T15:59:07.8224671Z from user code: 2022-09-27T15:59:07.8224919Z File "test_tensorexpr.py", line 330, in 2022-09-27T15:59:07.8225183Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:07.8225319Z 2022-09-27T15:59:07.8225441Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:07.8225659Z ========== 2022-09-27T15:59:07.8516611Z ok (0.048s) 2022-09-27T15:59:08.0002395Z test_propagated_mem_layout (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 1595 2022-09-27T15:59:08.0003039Z due to: 2022-09-27T15:59:08.0003228Z Traceback (most recent call last): 2022-09-27T15:59:08.0003645Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:08.0004089Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:08.0004526Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T15:59:08.0004720Z 2022-09-27T15:59:08.0004791Z from user code: 2022-09-27T15:59:08.0005042Z File "test_tensorexpr.py", line 1597, in 2022-09-27T15:59:08.0005338Z old_strategy = torch.jit.set_fusion_strategy([(strategy, 10)]) 2022-09-27T15:59:08.0005495Z 2022-09-27T15:59:08.0005627Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:08.0005843Z ========== 2022-09-27T15:59:39.9730904Z ok (32.121s) 2022-09-27T15:59:40.0182121Z test_rand_like (__main__.TestTensorExprFuser) ... ok (0.044s) 2022-09-27T15:59:40.0435765Z test_rank_two (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 196 2022-09-27T15:59:40.0436324Z due to: 2022-09-27T15:59:40.0474355Z Traceback (most recent call last): 2022-09-27T15:59:40.0475205Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:40.0476002Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:40.0476910Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:40.0477332Z 2022-09-27T15:59:40.0477455Z from user code: 2022-09-27T15:59:40.0477835Z File "test_tensorexpr.py", line 202, in 2022-09-27T15:59:40.0478267Z x = warmup_and_run_forward(traced, a, b, c) 2022-09-27T15:59:40.0478495Z 2022-09-27T15:59:40.0478718Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:40.0479074Z ========== 2022-09-27T15:59:40.0834857Z ok (0.065s) 2022-09-27T15:59:40.1296832Z test_relu (__main__.TestTensorExprFuser) ... ok (0.045s) 2022-09-27T15:59:40.2266260Z test_remainder (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 947 2022-09-27T15:59:40.2266880Z due to: 2022-09-27T15:59:40.2267195Z Traceback (most recent call last): 2022-09-27T15:59:40.2267878Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:40.2268752Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:40.2269615Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:40.2270050Z 2022-09-27T15:59:40.2270189Z from user code: 2022-09-27T15:59:40.2270606Z File "test_tensorexpr.py", line 948, in 2022-09-27T15:59:40.2271043Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:40.2271281Z 2022-09-27T15:59:40.2271487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:40.2271864Z ========== 2022-09-27T15:59:40.4435461Z ok (0.313s) 2022-09-27T15:59:40.4618839Z test_reps (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 567 2022-09-27T15:59:40.4619398Z due to: 2022-09-27T15:59:40.4619704Z Traceback (most recent call last): 2022-09-27T15:59:40.4620373Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:40.4621170Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:40.4622106Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:40.4622548Z 2022-09-27T15:59:40.4622673Z from user code: 2022-09-27T15:59:40.4623095Z File "test_tensorexpr.py", line 572, in 2022-09-27T15:59:40.4623495Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:40.4623722Z 2022-09-27T15:59:40.4623947Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:40.4624299Z ========== 2022-09-27T15:59:40.5003246Z ok (0.056s) 2022-09-27T15:59:40.5818325Z test_scalar (__main__.TestTensorExprFuser) ... ok (0.081s) 2022-09-27T15:59:40.6026549Z test_short (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 364 2022-09-27T15:59:40.6027140Z due to: 2022-09-27T15:59:40.6027437Z Traceback (most recent call last): 2022-09-27T15:59:40.6028116Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:40.6028892Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:40.6029813Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:40.6030245Z 2022-09-27T15:59:40.6030344Z from user code: 2022-09-27T15:59:40.6030755Z File "test_tensorexpr.py", line 369, in 2022-09-27T15:59:40.6031205Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:40.6031443Z 2022-09-27T15:59:40.6031661Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:40.6032056Z ========== 2022-09-27T15:59:40.6262179Z ok (0.044s) 2022-09-27T15:59:40.6299928Z test_simple_add (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_add test_tensorexpr.py line 1387 2022-09-27T15:59:40.6300466Z due to: 2022-09-27T15:59:40.6301743Z Traceback (most recent call last): 2022-09-27T15:59:40.6302488Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:40.6302939Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:40.6303701Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:59:40.6303953Z 2022-09-27T15:59:40.6304095Z from user code: 2022-09-27T15:59:40.6304318Z File "test_tensorexpr.py", line 1388, in test_simple_add 2022-09-27T15:59:40.6304561Z val = torch._C._jit_get_te_generate_block_code() 2022-09-27T15:59:40.6304704Z 2022-09-27T15:59:40.6304837Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:40.6305057Z ========== 2022-09-27T15:59:40.6469098Z ok (0.020s) 2022-09-27T15:59:40.7432476Z test_slice (__main__.TestTensorExprFuser) ... ok (0.096s) 2022-09-27T15:59:40.8881824Z test_sliced_stride (__main__.TestTensorExprFuser) ... ok (0.144s) 2022-09-27T15:59:40.8935205Z test_softmax_cpu (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_softmax test_tensorexpr.py line 1170 2022-09-27T15:59:40.8935734Z due to: 2022-09-27T15:59:40.8936083Z Traceback (most recent call last): 2022-09-27T15:59:40.8937346Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:40.8938145Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:40.8939060Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:59:40.8939492Z 2022-09-27T15:59:40.8939612Z from user code: 2022-09-27T15:59:40.8939965Z File "test_tensorexpr.py", line 1193, in _test_softmax 2022-09-27T15:59:40.9019083Z old = torch._C._jit_set_texpr_reductions_enabled(True) 2022-09-27T15:59:40.9019342Z 2022-09-27T15:59:40.9019576Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:40.9019950Z ========== 2022-09-27T15:59:41.2367265Z ok (0.348s) 2022-09-27T15:59:41.2375812Z test_softmax_cuda (__main__.TestTensorExprFuser) ... skip: requires CUDA (0.000s) 2022-09-27T15:59:41.3364313Z test_strided_output_preserved (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 1424 2022-09-27T15:59:41.3364988Z due to: 2022-09-27T15:59:41.3365327Z Traceback (most recent call last): 2022-09-27T15:59:41.3365851Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:41.3366311Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:41.3366838Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T15:59:41.3367096Z 2022-09-27T15:59:41.3367168Z from user code: 2022-09-27T15:59:41.3367428Z File "test_tensorexpr.py", line 1425, in 2022-09-27T15:59:41.3367723Z self.assertLastGraphAllFused() 2022-09-27T15:59:41.3367851Z 2022-09-27T15:59:41.3367984Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:41.3368206Z ========== 2022-09-27T15:59:41.4240104Z ok (0.186s) 2022-09-27T15:59:41.4449309Z test_three_arg (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 56 2022-09-27T15:59:41.4449956Z due to: 2022-09-27T15:59:41.4450277Z Traceback (most recent call last): 2022-09-27T15:59:41.4451009Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:41.4451840Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:41.4452798Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:41.4453051Z 2022-09-27T15:59:41.4453367Z from user code: 2022-09-27T15:59:41.4453610Z File "test_tensorexpr.py", line 62, in 2022-09-27T15:59:41.4453866Z x = warmup_and_run_forward(traced, a, b, c) 2022-09-27T15:59:41.4454087Z 2022-09-27T15:59:41.4454220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:41.4454441Z ========== 2022-09-27T15:59:41.4762236Z ok (0.052s) 2022-09-27T15:59:41.5264012Z test_three_arg2 (__main__.TestTensorExprFuser) ... ok (0.049s) 2022-09-27T15:59:41.7237784Z test_transpose (__main__.TestTensorExprFuser) ... ok (0.197s) 2022-09-27T15:59:43.0928404Z test_unary_ops (__main__.TestTensorExprFuser) ... ok (1.368s) 2022-09-27T15:59:43.1776157Z test_unsqueeze (__main__.TestTensorExprFuser) ... ok (0.084s) 2022-09-27T15:59:43.2047908Z test_where (__main__.TestTensorExprFuser) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr.py line 1359 2022-09-27T15:59:43.2048578Z due to: 2022-09-27T15:59:43.2049036Z Traceback (most recent call last): 2022-09-27T15:59:43.2049816Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:43.2050595Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:43.2051483Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T15:59:43.2051900Z 2022-09-27T15:59:43.2052020Z from user code: 2022-09-27T15:59:43.2052413Z File "test_tensorexpr.py", line 1360, in 2022-09-27T15:59:43.2052847Z x = warmup_and_run_forward(traced, a, b) 2022-09-27T15:59:43.2053062Z 2022-09-27T15:59:43.2053282Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:43.2053651Z ========== 2022-09-27T15:59:43.3265276Z ok (0.148s) 2022-09-27T15:59:43.3265483Z 2022-09-27T15:59:43.3265935Z ---------------------------------------------------------------------- 2022-09-27T15:59:43.3266369Z Ran 72 tests in 44.554s 2022-09-27T15:59:43.3266563Z 2022-09-27T15:59:43.3266683Z OK (skipped=4) 2022-09-27T15:59:43.3266874Z 2022-09-27T15:59:43.3267018Z Generating XML reports... 2022-09-27T15:59:43.3349538Z Generated XML report: test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927155858.xml 2022-09-27T15:59:43.9710886Z Running test_fake_tensor ... [2022-09-27 15:59:43.970682] 2022-09-27T15:59:43.9711407Z Executing ['/opt/conda/bin/python', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:43.970767] 2022-09-27T15:59:45.2806631Z Test results will be stored in test-reports/python-unittest/test_fake_tensor 2022-09-27T15:59:45.2822765Z 2022-09-27T15:59:45.2823111Z Running tests... 2022-09-27T15:59:45.2823722Z ---------------------------------------------------------------------- 2022-09-27T15:59:49.4244503Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_aliased_const_write test_fake_tensor.py line 445 2022-09-27T15:59:49.4245067Z due to: 2022-09-27T15:59:49.4245363Z Traceback (most recent call last): 2022-09-27T15:59:49.4246086Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:49.4246829Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:49.4247609Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:49.4247951Z 2022-09-27T15:59:49.4248059Z from user code: 2022-09-27T15:59:49.4248417Z File "test_fake_tensor.py", line 446, in test_aliased_const_write 2022-09-27T15:59:49.4248784Z with FakeTensorMode(): 2022-09-27T15:59:49.4248976Z 2022-09-27T15:59:49.4249161Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:49.4249845Z ========== 2022-09-27T15:59:50.1687449Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assertNotConst test_fake_tensor.py line 396 2022-09-27T15:59:50.1687887Z due to: 2022-09-27T15:59:50.1688471Z Traceback (most recent call last): 2022-09-27T15:59:50.1689147Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 838, in __torch_dispatch__ 2022-09-27T15:59:50.1689874Z "Invoking operators with non-Fake Tensor inputs in FakeTensorMode is not yet supported. " 2022-09-27T15:59:50.1691042Z Exception: Invoking operators with non-Fake Tensor inputs in FakeTensorMode is not yet supported. Please convert all Tensors to FakeTensors first. Found in aten.clone.default(*(tensor([210, 4, 0, ..., 0, 0, 0], dtype=torch.uint8),), **{}) 2022-09-27T15:59:50.1691543Z 2022-09-27T15:59:50.1691743Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1692098Z ========== 2022-09-27T15:59:50.1723869Z ok (4.830s) 2022-09-27T15:59:50.1750498Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_constant_invalidation test_fake_tensor.py line 421 2022-09-27T15:59:50.1751028Z due to: 2022-09-27T15:59:50.1751310Z Traceback (most recent call last): 2022-09-27T15:59:50.1752009Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.1752720Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.1753837Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.1754276Z 2022-09-27T15:59:50.1754406Z from user code: 2022-09-27T15:59:50.1754823Z File "test_fake_tensor.py", line 422, in test_constant_invalidation 2022-09-27T15:59:50.1755240Z with FakeTensorMode(): 2022-09-27T15:59:50.1755436Z 2022-09-27T15:59:50.1755684Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1756073Z ========== 2022-09-27T15:59:50.1769914Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assertConst test_fake_tensor.py line 392 2022-09-27T15:59:50.1770411Z due to: 2022-09-27T15:59:50.1770709Z Traceback (most recent call last): 2022-09-27T15:59:50.1771377Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 838, in __torch_dispatch__ 2022-09-27T15:59:50.1772100Z "Invoking operators with non-Fake Tensor inputs in FakeTensorMode is not yet supported. " 2022-09-27T15:59:50.1773119Z Exception: Invoking operators with non-Fake Tensor inputs in FakeTensorMode is not yet supported. Please convert all Tensors to FakeTensors first. Found in aten.clone.default(*(tensor([210, 4, 0, ..., 0, 0, 0], dtype=torch.uint8),), **{}) 2022-09-27T15:59:50.1773630Z 2022-09-27T15:59:50.1773844Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1774209Z ========== 2022-09-27T15:59:50.1786958Z ok (0.006s) 2022-09-27T15:59:50.1824674Z test_inplace_add (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inplace_add test_fake_tensor.py line 405 2022-09-27T15:59:50.1825215Z due to: 2022-09-27T15:59:50.1825511Z Traceback (most recent call last): 2022-09-27T15:59:50.1826154Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.1826887Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.1827750Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.1828138Z 2022-09-27T15:59:50.1828260Z from user code: 2022-09-27T15:59:50.1828619Z File "test_fake_tensor.py", line 406, in test_inplace_add 2022-09-27T15:59:50.1828953Z with FakeTensorMode(): 2022-09-27T15:59:50.1829134Z 2022-09-27T15:59:50.1829638Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1829999Z ========== 2022-09-27T15:59:50.1839381Z ok (0.005s) 2022-09-27T15:59:50.1862708Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inplace_view_invalidation test_fake_tensor.py line 429 2022-09-27T15:59:50.1863521Z due to: 2022-09-27T15:59:50.1863809Z Traceback (most recent call last): 2022-09-27T15:59:50.1864485Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.1865217Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.1865998Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.1866412Z 2022-09-27T15:59:50.1866537Z from user code: 2022-09-27T15:59:50.1866959Z File "test_fake_tensor.py", line 430, in test_inplace_view_invalidation 2022-09-27T15:59:50.1867335Z with FakeTensorMode(): 2022-09-27T15:59:50.1867517Z 2022-09-27T15:59:50.1867692Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1868036Z ========== 2022-09-27T15:59:50.1876089Z ok (0.003s) 2022-09-27T15:59:50.1898560Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shared_storage_invalidation test_fake_tensor.py line 437 2022-09-27T15:59:50.1899129Z due to: 2022-09-27T15:59:50.1899423Z Traceback (most recent call last): 2022-09-27T15:59:50.1900112Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.1900850Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.1901715Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.1902153Z 2022-09-27T15:59:50.1902265Z from user code: 2022-09-27T15:59:50.1902686Z File "test_fake_tensor.py", line 438, in test_shared_storage_invalidation 2022-09-27T15:59:50.1903072Z with FakeTensorMode(): 2022-09-27T15:59:50.1903276Z 2022-09-27T15:59:50.1903501Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1903845Z ========== 2022-09-27T15:59:50.1918021Z ok (0.004s) 2022-09-27T15:59:50.1940801Z test_shared_storages (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_shared_storages test_fake_tensor.py line 413 2022-09-27T15:59:50.1941361Z due to: 2022-09-27T15:59:50.1941667Z Traceback (most recent call last): 2022-09-27T15:59:50.1942325Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.1943090Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.1944012Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.1944445Z 2022-09-27T15:59:50.1944577Z from user code: 2022-09-27T15:59:50.1944924Z File "test_fake_tensor.py", line 414, in test_shared_storages 2022-09-27T15:59:50.1945311Z with FakeTensorMode(): 2022-09-27T15:59:50.1945501Z 2022-09-27T15:59:50.1945707Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1946055Z ========== 2022-09-27T15:59:50.1951282Z ok (0.003s) 2022-09-27T15:59:50.1971148Z test_simple (__main__.FakeTensorConstHandling) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple test_fake_tensor.py line 400 2022-09-27T15:59:50.1971675Z due to: 2022-09-27T15:59:50.1971957Z Traceback (most recent call last): 2022-09-27T15:59:50.1972645Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.1973643Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.1974539Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.1975063Z 2022-09-27T15:59:50.1975176Z from user code: 2022-09-27T15:59:50.1975540Z File "test_fake_tensor.py", line 401, in test_simple 2022-09-27T15:59:50.1975916Z with FakeTensorMode(): 2022-09-27T15:59:50.1976087Z 2022-09-27T15:59:50.1976309Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.1976767Z ========== 2022-09-27T15:59:50.1978539Z ok (0.002s) 2022-09-27T15:59:50.2013048Z test_dead_key (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dead_key test_fake_tensor.py line 512 2022-09-27T15:59:50.2013591Z due to: 2022-09-27T15:59:50.2013885Z Traceback (most recent call last): 2022-09-27T15:59:50.2014566Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2015340Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2016260Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2016788Z 2022-09-27T15:59:50.2016915Z from user code: 2022-09-27T15:59:50.2017288Z File "test_fake_tensor.py", line 514, in test_dead_key 2022-09-27T15:59:50.2017656Z mode = FakeTensorMode() 2022-09-27T15:59:50.2017846Z 2022-09-27T15:59:50.2018067Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2018414Z ========== 2022-09-27T15:59:50.2019696Z ok (0.004s) 2022-09-27T15:59:50.2056913Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dead_weak_ref test_fake_tensor.py line 500 2022-09-27T15:59:50.2057467Z due to: 2022-09-27T15:59:50.2057763Z Traceback (most recent call last): 2022-09-27T15:59:50.2058453Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2059190Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2060073Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2060493Z 2022-09-27T15:59:50.2060599Z from user code: 2022-09-27T15:59:50.2060976Z File "test_fake_tensor.py", line 503, in test_dead_weak_ref 2022-09-27T15:59:50.2061347Z mode = FakeTensorMode() 2022-09-27T15:59:50.2061542Z 2022-09-27T15:59:50.2061746Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2062108Z ========== 2022-09-27T15:59:50.2063600Z ok (0.004s) 2022-09-27T15:59:50.2100353Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memoized_conversion_from_meta test_fake_tensor.py line 465 2022-09-27T15:59:50.2100957Z due to: 2022-09-27T15:59:50.2101272Z Traceback (most recent call last): 2022-09-27T15:59:50.2101963Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T15:59:50.2102427Z assert device.type != "meta" 2022-09-27T15:59:50.2102753Z AssertionError 2022-09-27T15:59:50.2102943Z 2022-09-27T15:59:50.2103069Z from user code: 2022-09-27T15:59:50.2103504Z File "test_fake_tensor.py", line 466, in test_memoized_conversion_from_meta 2022-09-27T15:59:50.2103954Z x = torch.rand(2, 2).to(device="meta") 2022-09-27T15:59:50.2104187Z 2022-09-27T15:59:50.2104429Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2104835Z ========== 2022-09-27T15:59:50.2105117Z ok (0.003s) 2022-09-27T15:59:50.2132031Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memoized_conversion_to_meta test_fake_tensor.py line 460 2022-09-27T15:59:50.2132641Z due to: 2022-09-27T15:59:50.2132975Z Traceback (most recent call last): 2022-09-27T15:59:50.2133757Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2134526Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2135428Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2135845Z 2022-09-27T15:59:50.2135973Z from user code: 2022-09-27T15:59:50.2136435Z File "test_fake_tensor.py", line 462, in test_memoized_conversion_to_meta 2022-09-27T15:59:50.2136878Z mode = FakeTensorMode() 2022-09-27T15:59:50.2137094Z 2022-09-27T15:59:50.2137336Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2137721Z ========== 2022-09-27T15:59:50.2138023Z ok (0.003s) 2022-09-27T15:59:50.2159463Z test_no_active_mode (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_no_active_mode test_fake_tensor.py line 523 2022-09-27T15:59:50.2160035Z due to: 2022-09-27T15:59:50.2160333Z Traceback (most recent call last): 2022-09-27T15:59:50.2161004Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2161738Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2162594Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2163019Z 2022-09-27T15:59:50.2163144Z from user code: 2022-09-27T15:59:50.2163523Z File "test_fake_tensor.py", line 524, in test_no_active_mode 2022-09-27T15:59:50.2163909Z mode = FakeTensorMode() 2022-09-27T15:59:50.2164099Z 2022-09-27T15:59:50.2164329Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2164693Z ========== 2022-09-27T15:59:50.2182388Z ok (0.004s) 2022-09-27T15:59:50.2214099Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_no_ref_cycle test_fake_tensor.py line 541 2022-09-27T15:59:50.2214651Z due to: 2022-09-27T15:59:50.2214964Z Traceback (most recent call last): 2022-09-27T15:59:50.2215652Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2216478Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2217327Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2217734Z 2022-09-27T15:59:50.2217858Z from user code: 2022-09-27T15:59:50.2218219Z File "test_fake_tensor.py", line 543, in test_no_ref_cycle 2022-09-27T15:59:50.2218624Z mode = FakeTensorMode() 2022-09-27T15:59:50.2218827Z 2022-09-27T15:59:50.2219047Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2219436Z ========== 2022-09-27T15:59:50.2219693Z ok (0.003s) 2022-09-27T15:59:50.2241724Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_separate_mode_error test_fake_tensor.py line 534 2022-09-27T15:59:50.2242364Z due to: 2022-09-27T15:59:50.2242679Z Traceback (most recent call last): 2022-09-27T15:59:50.2243425Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2244262Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2245206Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2245660Z 2022-09-27T15:59:50.2246015Z from user code: 2022-09-27T15:59:50.2246450Z File "test_fake_tensor.py", line 535, in test_separate_mode_error 2022-09-27T15:59:50.2246944Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.2247322Z 2022-09-27T15:59:50.2247555Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2247936Z ========== 2022-09-27T15:59:50.2254948Z ok (0.003s) 2022-09-27T15:59:50.2302969Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_separate_tensor_storages_non_view test_fake_tensor.py line 480 2022-09-27T15:59:50.2303434Z due to: 2022-09-27T15:59:50.2303623Z Traceback (most recent call last): 2022-09-27T15:59:50.2304031Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2304491Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2304899Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T15:59:50.2305085Z 2022-09-27T15:59:50.2305158Z from user code: 2022-09-27T15:59:50.2305411Z File "test_fake_tensor.py", line 483, in test_separate_tensor_storages_non_view 2022-09-27T15:59:50.2305654Z y.set_(x.storage()) 2022-09-27T15:59:50.2305754Z 2022-09-27T15:59:50.2305886Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2306107Z ========== 2022-09-27T15:59:50.2310070Z ok (0.005s) 2022-09-27T15:59:50.2346199Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_separate_tensor_storages_view test_fake_tensor.py line 471 2022-09-27T15:59:50.2346715Z due to: 2022-09-27T15:59:50.2346919Z Traceback (most recent call last): 2022-09-27T15:59:50.2347322Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.2347773Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.2348278Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.2348522Z 2022-09-27T15:59:50.2348596Z from user code: 2022-09-27T15:59:50.2348826Z File "test_fake_tensor.py", line 474, in test_separate_tensor_storages_view 2022-09-27T15:59:50.2349070Z mode = FakeTensorMode() 2022-09-27T15:59:50.2349190Z 2022-09-27T15:59:50.2349324Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2349546Z ========== 2022-09-27T15:59:50.2351208Z ok (0.004s) 2022-09-27T15:59:50.2472654Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT get_aten_op test_fake_tensor.py line 555 2022-09-27T15:59:50.2473470Z due to: 2022-09-27T15:59:50.2473806Z Traceback (most recent call last): 2022-09-27T15:59:50.2474561Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T15:59:50.2475141Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T15:59:50.2475950Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T15:59:50.2476354Z 2022-09-27T15:59:50.2476483Z from user code: 2022-09-27T15:59:50.2476861Z File "test_fake_tensor.py", line 557, in get_aten_op 2022-09-27T15:59:50.2477297Z namespace, name = schema.name.split("::") 2022-09-27T15:59:50.2477544Z 2022-09-27T15:59:50.2477779Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.2478171Z ========== 2022-09-27T15:59:50.2532513Z ok (0.018s) 2022-09-27T15:59:50.3205200Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.066s) 2022-09-27T15:59:50.3234739Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sparse_new test_fake_tensor.py line 605 2022-09-27T15:59:50.3235316Z due to: 2022-09-27T15:59:50.3235623Z Traceback (most recent call last): 2022-09-27T15:59:50.3236398Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.3237064Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.3237834Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.3238193Z 2022-09-27T15:59:50.3238292Z from user code: 2022-09-27T15:59:50.3238654Z File "test_fake_tensor.py", line 607, in test_sparse_new 2022-09-27T15:59:50.3239022Z with FakeTensorMode(): 2022-09-27T15:59:50.3239223Z 2022-09-27T15:59:50.3239446Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.3239802Z ========== 2022-09-27T15:59:50.3412139Z expected failure (0.020s) 2022-09-27T15:59:50.4654747Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.124s) 2022-09-27T15:59:50.4694982Z test_basic (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic test_fake_tensor.py line 29 2022-09-27T15:59:50.4695516Z due to: 2022-09-27T15:59:50.4695781Z Traceback (most recent call last): 2022-09-27T15:59:50.4696500Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.4697194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.4698021Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.4698431Z 2022-09-27T15:59:50.4698545Z from user code: 2022-09-27T15:59:50.4698879Z File "test_fake_tensor.py", line 30, in test_basic 2022-09-27T15:59:50.4699268Z mode = FakeTensorMode() 2022-09-27T15:59:50.4699470Z 2022-09-27T15:59:50.4699659Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.4700000Z ========== 2022-09-27T15:59:50.4709363Z ok (0.004s) 2022-09-27T15:59:50.4735984Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_binary_op_type_promotion test_fake_tensor.py line 174 2022-09-27T15:59:50.4736659Z due to: 2022-09-27T15:59:50.4736927Z Traceback (most recent call last): 2022-09-27T15:59:50.4737536Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.4738255Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.4739134Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.4739541Z 2022-09-27T15:59:50.4739658Z from user code: 2022-09-27T15:59:50.4740058Z File "test_fake_tensor.py", line 175, in test_binary_op_type_promotion 2022-09-27T15:59:50.4740532Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.4740796Z 2022-09-27T15:59:50.4741004Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.4741344Z ========== 2022-09-27T15:59:50.4757731Z ok (0.004s) 2022-09-27T15:59:50.4789731Z test_constructor (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_constructor test_fake_tensor.py line 123 2022-09-27T15:59:50.4790142Z due to: 2022-09-27T15:59:50.4790352Z Traceback (most recent call last): 2022-09-27T15:59:50.4790759Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.4791215Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.4791931Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.4792179Z 2022-09-27T15:59:50.4792253Z from user code: 2022-09-27T15:59:50.4792481Z File "test_fake_tensor.py", line 124, in test_constructor 2022-09-27T15:59:50.4792803Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.4792956Z 2022-09-27T15:59:50.4793088Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.4793564Z ========== 2022-09-27T15:59:50.4796962Z ok (0.003s) 2022-09-27T15:59:50.4823144Z test_cpu_fallback (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-09-27T15:59:50.4851971Z test_cudnn_rnn (__main__.FakeTensorTest) ... skip: requires cuda (0.002s) 2022-09-27T15:59:50.4875038Z test_data_dependent_operator (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_data_dependent_operator test_fake_tensor.py line 339 2022-09-27T15:59:50.4875673Z due to: 2022-09-27T15:59:50.4875887Z Traceback (most recent call last): 2022-09-27T15:59:50.4876740Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.4877241Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.4877735Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.4877978Z 2022-09-27T15:59:50.4878051Z from user code: 2022-09-27T15:59:50.4878314Z File "test_fake_tensor.py", line 341, in test_data_dependent_operator 2022-09-27T15:59:50.4878592Z FakeTensorMode(allow_fallback_kernels=False) 2022-09-27T15:59:50.4878722Z 2022-09-27T15:59:50.4878853Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.4879071Z ========== 2022-09-27T15:59:50.4885719Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fake_tensor.py line 345 2022-09-27T15:59:50.4886125Z due to: 2022-09-27T15:59:50.4886493Z Traceback (most recent call last): 2022-09-27T15:59:50.4887001Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py", line 158, in __enter__ 2022-09-27T15:59:50.4887337Z self.ancestors = self.inner.ancestors.union({self.inner}) 2022-09-27T15:59:50.4887681Z AttributeError: 'FakeTensorMode' object has no attribute 'ancestors' 2022-09-27T15:59:50.4887850Z 2022-09-27T15:59:50.4887980Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.4888196Z ========== 2022-09-27T15:59:50.4890054Z ok (0.003s) 2022-09-27T15:59:50.4923243Z test_deepcopy (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_deepcopy test_fake_tensor.py line 350 2022-09-27T15:59:50.4923705Z due to: 2022-09-27T15:59:50.4924034Z Traceback (most recent call last): 2022-09-27T15:59:50.4924757Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.4925307Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.4926011Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.4926367Z 2022-09-27T15:59:50.4926526Z from user code: 2022-09-27T15:59:50.4926911Z File "test_fake_tensor.py", line 352, in test_deepcopy 2022-09-27T15:59:50.4927320Z mode = FakeTensorMode() 2022-09-27T15:59:50.4927451Z 2022-09-27T15:59:50.4927585Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.4927794Z ========== 2022-09-27T15:59:50.5945155Z ok (0.105s) 2022-09-27T15:59:50.5975907Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fake_dispatch_keys test_fake_tensor.py line 111 2022-09-27T15:59:50.5976516Z due to: 2022-09-27T15:59:50.5976885Z Traceback (most recent call last): 2022-09-27T15:59:50.5977919Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.5978514Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.5979093Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.5979335Z 2022-09-27T15:59:50.5979410Z from user code: 2022-09-27T15:59:50.5979644Z File "test_fake_tensor.py", line 112, in test_fake_dispatch_keys 2022-09-27T15:59:50.5979915Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.5980051Z 2022-09-27T15:59:50.5980185Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.5980405Z ========== 2022-09-27T15:59:50.5992319Z ok (0.004s) 2022-09-27T15:59:50.6084286Z test_fake_grad_copy (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fake_tensor.py line 155 2022-09-27T15:59:50.6084884Z due to: 2022-09-27T15:59:50.6085240Z Traceback (most recent call last): 2022-09-27T15:59:50.6085651Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.6086099Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.6086602Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.6086842Z 2022-09-27T15:59:50.6086913Z from user code: 2022-09-27T15:59:50.6087145Z File "test_fake_tensor.py", line 156, in 2022-09-27T15:59:50.6087395Z mode = FakeTensorMode() 2022-09-27T15:59:50.6087515Z 2022-09-27T15:59:50.6087651Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6087870Z ========== 2022-09-27T15:59:50.6089126Z ok (0.009s) 2022-09-27T15:59:50.6176995Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.008s) 2022-09-27T15:59:50.6189801Z test_fallback_memory_prop (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6210569Z test_from_numpy (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_from_numpy test_fake_tensor.py line 182 2022-09-27T15:59:50.6211086Z due to: 2022-09-27T15:59:50.6211459Z Traceback (most recent call last): 2022-09-27T15:59:50.6211959Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.6212404Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.6212912Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.6213151Z 2022-09-27T15:59:50.6213222Z from user code: 2022-09-27T15:59:50.6213447Z File "test_fake_tensor.py", line 183, in test_from_numpy 2022-09-27T15:59:50.6213696Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.6213846Z 2022-09-27T15:59:50.6213978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6214198Z ========== 2022-09-27T15:59:50.6225100Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT checkType test_fake_tensor.py line 24 2022-09-27T15:59:50.6225414Z due to: 2022-09-27T15:59:50.6225646Z Traceback (most recent call last): 2022-09-27T15:59:50.6226355Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/_python_dispatch.py", line 158, in __enter__ 2022-09-27T15:59:50.6226685Z self.ancestors = self.inner.ancestors.union({self.inner}) 2022-09-27T15:59:50.6227042Z AttributeError: 'FakeTensorMode' object has no attribute 'ancestors' 2022-09-27T15:59:50.6227216Z 2022-09-27T15:59:50.6227348Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6227553Z ========== 2022-09-27T15:59:50.6228971Z ok (0.004s) 2022-09-27T15:59:50.6238147Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:50.6247968Z test_like_constructor (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6268801Z test_mode (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mode test_fake_tensor.py line 130 2022-09-27T15:59:50.6269336Z due to: 2022-09-27T15:59:50.6269683Z Traceback (most recent call last): 2022-09-27T15:59:50.6270089Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.6270531Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.6271032Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.6271272Z 2022-09-27T15:59:50.6271345Z from user code: 2022-09-27T15:59:50.6271550Z File "test_fake_tensor.py", line 131, in test_mode 2022-09-27T15:59:50.6271804Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.6271954Z 2022-09-27T15:59:50.6272084Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6272308Z ========== 2022-09-27T15:59:50.6278142Z ok (0.003s) 2022-09-27T15:59:50.6302459Z test_nan_to_num (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_nan_to_num test_fake_tensor.py line 75 2022-09-27T15:59:50.6302952Z due to: 2022-09-27T15:59:50.6303291Z Traceback (most recent call last): 2022-09-27T15:59:50.6304026Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.6304855Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.6305368Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.6305613Z 2022-09-27T15:59:50.6305671Z from user code: 2022-09-27T15:59:50.6305887Z File "test_fake_tensor.py", line 76, in test_nan_to_num 2022-09-27T15:59:50.6306111Z mode = FakeTensorMode() 2022-09-27T15:59:50.6306234Z 2022-09-27T15:59:50.6306353Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6306571Z ========== 2022-09-27T15:59:50.6387863Z ok (0.011s) 2022-09-27T15:59:50.6398497Z test_new (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6407766Z test_non_kwarg_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6415884Z test_normalize_device (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:50.6437170Z test_parameter_instantiation (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parameter_instantiation test_fake_tensor.py line 41 2022-09-27T15:59:50.6437511Z due to: 2022-09-27T15:59:50.6437696Z Traceback (most recent call last): 2022-09-27T15:59:50.6438162Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.6438623Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.6439191Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.6439433Z 2022-09-27T15:59:50.6439550Z from user code: 2022-09-27T15:59:50.6439805Z File "test_fake_tensor.py", line 42, in test_parameter_instantiation 2022-09-27T15:59:50.6440083Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.6440233Z 2022-09-27T15:59:50.6440416Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6440637Z ========== 2022-09-27T15:59:50.6446962Z ok (0.003s) 2022-09-27T15:59:50.6487673Z test_randperm (__main__.FakeTensorTest) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_randperm test_fake_tensor.py line 187 2022-09-27T15:59:50.6488124Z due to: 2022-09-27T15:59:50.6488328Z Traceback (most recent call last): 2022-09-27T15:59:50.6488729Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:50.6489251Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:50.6489750Z AssertionError: torch.* op returned non-Tensor FakeTensorMode call_function 2022-09-27T15:59:50.6489993Z 2022-09-27T15:59:50.6490064Z from user code: 2022-09-27T15:59:50.6490282Z File "test_fake_tensor.py", line 190, in test_randperm 2022-09-27T15:59:50.6490531Z with enable_torch_dispatch_mode(FakeTensorMode()): 2022-09-27T15:59:50.6490680Z 2022-09-27T15:59:50.6490813Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:50.6491039Z ========== 2022-09-27T15:59:50.6499530Z ok (0.005s) 2022-09-27T15:59:50.6507780Z test_setitem (__main__.FakeTensorTest) ... skip: requires cuda (0.000s) 2022-09-27T15:59:50.6516816Z test_shape_take_not_device (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6526513Z test_throw (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6535723Z test_type_as (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6545611Z test_zero_dim (__main__.FakeTensorTest) ... skip: requires cuda (0.001s) 2022-09-27T15:59:50.6546009Z 2022-09-27T15:59:50.6546283Z ---------------------------------------------------------------------- 2022-09-27T15:59:50.6546576Z Ran 46 tests in 5.372s 2022-09-27T15:59:50.6546679Z 2022-09-27T15:59:50.6546777Z OK (skipped=13, expected failures=1) 2022-09-27T15:59:50.6546911Z 2022-09-27T15:59:50.6546997Z Generating XML reports... 2022-09-27T15:59:50.6578251Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927155945.xml 2022-09-27T15:59:50.6585978Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927155945.xml 2022-09-27T15:59:50.6590674Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927155945.xml 2022-09-27T15:59:50.6612720Z Generated XML report: test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927155945.xml 2022-09-27T15:59:51.0513809Z Running test_prims ... [2022-09-27 15:59:51.050936] 2022-09-27T15:59:51.0514334Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:51.051017] 2022-09-27T15:59:52.6121459Z Test results will be stored in test-reports/python-unittest/test_prims 2022-09-27T15:59:52.6143042Z 2022-09-27T15:59:52.6143390Z Running tests... 2022-09-27T15:59:52.6143995Z ---------------------------------------------------------------------- 2022-09-27T15:59:52.6799360Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T15:59:52.6822606Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:52.6911646Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.008s) 2022-09-27T15:59:52.8103770Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.119s) 2022-09-27T15:59:52.8311259Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.020s) 2022-09-27T15:59:54.0019139Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... ok (1.170s) 2022-09-27T15:59:54.2969129Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.294s) 2022-09-27T15:59:54.3000010Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T15:59:54.3017914Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.3106790Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prims.py line 119 2022-09-27T15:59:54.3107472Z due to: 2022-09-27T15:59:54.3107724Z Traceback (most recent call last): 2022-09-27T15:59:54.3108403Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:54.3109074Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:54.3109785Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T15:59:54.3110075Z 2022-09-27T15:59:54.3110179Z from user code: 2022-09-27T15:59:54.3110500Z File "test_prims.py", line 125, in 2022-09-27T15:59:54.3110866Z cur_default = torch.get_default_dtype() 2022-09-27T15:59:54.3111057Z 2022-09-27T15:59:54.3111250Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:54.3111571Z ========== 2022-09-27T15:59:54.3203848Z ok (0.018s) 2022-09-27T15:59:54.3338867Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.013s) 2022-09-27T15:59:54.3365997Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:54.3391527Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T15:59:54.3910338Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.051s) 2022-09-27T15:59:54.4554564Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.064s) 2022-09-27T15:59:54.4573237Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4589609Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4605435Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4624502Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4643659Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4659888Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4673406Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4691573Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.4889625Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.019s) 2022-09-27T15:59:54.4907617Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5319542Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.041s) 2022-09-27T15:59:54.5337702Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5355343Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5372579Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5390448Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5407672Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5425612Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5443057Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5460828Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5478444Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5496089Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T15:59:54.5650600Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.015s) 2022-09-27T15:59:54.5650987Z 2022-09-27T15:59:54.5651428Z ---------------------------------------------------------------------- 2022-09-27T15:59:54.5651824Z Ran 37 tests in 1.951s 2022-09-27T15:59:54.5652013Z 2022-09-27T15:59:54.5652136Z OK (skipped=25) 2022-09-27T15:59:54.5652307Z 2022-09-27T15:59:54.5652457Z Generating XML reports... 2022-09-27T15:59:54.5685320Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927155952.xml 2022-09-27T15:59:54.5715331Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927155952.xml 2022-09-27T15:59:54.5718540Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927155952.xml 2022-09-27T15:59:54.5723122Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927155952.xml 2022-09-27T15:59:55.0479197Z Running test_mps ... [2022-09-27 15:59:55.047518] 2022-09-27T15:59:55.0479705Z Executing ['/opt/conda/bin/python', '-bb', 'test_mps.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 15:59:55.047598] 2022-09-27T15:59:57.3998217Z MPS not available, skipping tests 2022-09-27T15:59:57.5367667Z Test results will be stored in test-reports/python-unittest/test_mps 2022-09-27T15:59:57.5500450Z 2022-09-27T15:59:57.5500608Z Running tests... 2022-09-27T15:59:57.5501633Z ---------------------------------------------------------------------- 2022-09-27T15:59:57.8808075Z test_output_match_H_cpu_bool (__main__.TestConsistencyCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mps.py line 7028 2022-09-27T15:59:57.8808464Z due to: 2022-09-27T15:59:57.8808663Z Traceback (most recent call last): 2022-09-27T15:59:57.8809059Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T15:59:57.8809520Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T15:59:57.8810003Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T15:59:57.8810220Z 2022-09-27T15:59:57.8810291Z from user code: 2022-09-27T15:59:57.8810510Z File "test_mps.py", line 7029, in 2022-09-27T15:59:57.8810776Z if not torch.backends.mps.is_available(): 2022-09-27T15:59:57.8810920Z 2022-09-27T15:59:57.8811051Z Set torchdynamo.config.verbose=True for more information 2022-09-27T15:59:57.8811256Z ========== 2022-09-27T15:59:58.1275112Z skip: MPS is not available (0.436s) 2022-09-27T15:59:58.1328685Z test_output_match_H_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1382524Z test_output_match_H_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1435015Z test_output_match_H_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1487152Z test_output_match_H_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1538941Z test_output_match_H_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1589787Z test_output_match_H_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1640123Z test_output_match_T_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.1690200Z test_output_match_T_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.1739310Z test_output_match_T_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.1789071Z test_output_match_T_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.1838781Z test_output_match_T_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.1887709Z test_output_match_T_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.1937162Z test_output_match_T_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.1986208Z test_output_match___getitem___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2035576Z test_output_match___getitem___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2084779Z test_output_match___getitem___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2133980Z test_output_match___getitem___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2182875Z test_output_match___getitem___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2232034Z test_output_match___getitem___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2283532Z test_output_match___getitem___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.2332453Z test_output_match___radd___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2381538Z test_output_match___radd___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2430802Z test_output_match___radd___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2480216Z test_output_match___radd___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2537910Z test_output_match___radd___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.2587640Z test_output_match___radd___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2637924Z test_output_match___radd___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.2687808Z test_output_match___rand___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2737195Z test_output_match___rand___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2786712Z test_output_match___rand___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.2835631Z test_output_match___rand___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2884529Z test_output_match___rand___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2933270Z test_output_match___rdiv___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.2982176Z test_output_match___rdiv___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3031029Z test_output_match___rdiv___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3080102Z test_output_match___rdiv___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3129090Z test_output_match___rdiv___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3178057Z test_output_match___rdiv___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3226324Z test_output_match___rdiv___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3275013Z test_output_match___rmatmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3323494Z test_output_match___rmatmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3372021Z test_output_match___rmatmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3420557Z test_output_match___rmatmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3469010Z test_output_match___rmatmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3517709Z test_output_match___rmod___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3565970Z test_output_match___rmod___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3614698Z test_output_match___rmul___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3663465Z test_output_match___rmul___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3711756Z test_output_match___rmul___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3760509Z test_output_match___rmul___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3808966Z test_output_match___rmul___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3857327Z test_output_match___rmul___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.3907891Z test_output_match___rmul___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.3956349Z test_output_match___ror___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4004903Z test_output_match___ror___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4053474Z test_output_match___ror___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4102279Z test_output_match___ror___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4151395Z test_output_match___ror___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4200400Z test_output_match___rpow___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4249344Z test_output_match___rpow___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4298553Z test_output_match___rpow___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4347875Z test_output_match___rpow___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.4397397Z test_output_match___rpow___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.4446403Z test_output_match___rpow___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.4495391Z test_output_match___rsub___cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4544481Z test_output_match___rsub___cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4594096Z test_output_match___rsub___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4642859Z test_output_match___rsub___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4691470Z test_output_match___rsub___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4740370Z test_output_match___rsub___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4789689Z test_output_match___rxor___cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.4838650Z test_output_match___rxor___cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4887209Z test_output_match___rxor___cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4935775Z test_output_match___rxor___cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.4984627Z test_output_match___rxor___cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5033383Z test_output_match__masked_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5081546Z test_output_match__masked_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5130213Z test_output_match__masked_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5178386Z test_output_match__masked_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5226578Z test_output_match__masked_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5276472Z test_output_match__masked_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.5324681Z test_output_match__masked_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5372568Z test_output_match__masked_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5422225Z test_output_match__masked_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.5470238Z test_output_match__masked_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5518552Z test_output_match__masked_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5567188Z test_output_match__masked_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5615434Z test_output_match__masked_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5663942Z test_output_match__masked_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5712565Z test_output_match__masked_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5760951Z test_output_match__masked_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5809280Z test_output_match__masked_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5857902Z test_output_match__masked_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5906529Z test_output_match__masked_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.5955097Z test_output_match__masked_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6003448Z test_output_match__masked_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6051628Z test_output_match__masked_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6100216Z test_output_match__masked_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6148555Z test_output_match__masked_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6196987Z test_output_match__masked_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6245367Z test_output_match__masked_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6293731Z test_output_match__masked_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6342022Z test_output_match__masked_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6390344Z test_output_match__masked_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6438701Z test_output_match__masked_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6486933Z test_output_match__masked_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6535252Z test_output_match__masked_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6583512Z test_output_match__masked_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6633912Z test_output_match__masked_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.6682592Z test_output_match__masked_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6731263Z test_output_match__masked_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6780210Z test_output_match__masked_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6828214Z test_output_match__masked_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6876963Z test_output_match__masked_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6925596Z test_output_match__masked_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.6973909Z test_output_match__masked_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7022397Z test_output_match__masked_mean_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7070530Z test_output_match__masked_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7119187Z test_output_match__masked_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7167814Z test_output_match__masked_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7216248Z test_output_match__masked_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7265635Z test_output_match__masked_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7314810Z test_output_match__masked_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.7363872Z test_output_match__masked_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7412285Z test_output_match__masked_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7460883Z test_output_match__masked_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7509729Z test_output_match__masked_normalize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7558853Z test_output_match__masked_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7607121Z test_output_match__masked_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7655763Z test_output_match__masked_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7705020Z test_output_match__masked_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.7753846Z test_output_match__masked_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7802403Z test_output_match__masked_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7851132Z test_output_match__masked_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7899738Z test_output_match__masked_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7948704Z test_output_match__masked_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.7999071Z test_output_match__masked_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.8047407Z test_output_match__masked_std_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8096488Z test_output_match__masked_std_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8144945Z test_output_match__masked_std_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8193478Z test_output_match__masked_std_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8241896Z test_output_match__masked_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8290184Z test_output_match__masked_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8339313Z test_output_match__masked_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8387336Z test_output_match__masked_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8436015Z test_output_match__masked_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8484234Z test_output_match__masked_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8532623Z test_output_match__masked_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8581116Z test_output_match__masked_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8629430Z test_output_match__masked_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8677831Z test_output_match__masked_var_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8726230Z test_output_match__masked_var_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8774862Z test_output_match__masked_var_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8823094Z test_output_match__masked_var_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8871832Z test_output_match_abs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8920311Z test_output_match_abs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.8968790Z test_output_match_abs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9017632Z test_output_match_abs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9066461Z test_output_match_abs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9115396Z test_output_match_abs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9164271Z test_output_match_acos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9212786Z test_output_match_acos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9261120Z test_output_match_acos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9309917Z test_output_match_acos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9360102Z test_output_match_acos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:58.9409070Z test_output_match_acos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9458218Z test_output_match_acosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9506419Z test_output_match_acosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9555108Z test_output_match_acosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9603834Z test_output_match_acosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9652514Z test_output_match_acosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9700994Z test_output_match_acosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9749457Z test_output_match_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9798274Z test_output_match_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9847045Z test_output_match_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9895706Z test_output_match_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9944714Z test_output_match_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:58.9993535Z test_output_match_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0042096Z test_output_match_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0090951Z test_output_match_addbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0140080Z test_output_match_addbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0188483Z test_output_match_addbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0237713Z test_output_match_addbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0285885Z test_output_match_addbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0334446Z test_output_match_addcdiv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0382837Z test_output_match_addcmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0431220Z test_output_match_addcmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0479918Z test_output_match_addcmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0528869Z test_output_match_addcmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0577577Z test_output_match_addcmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0626115Z test_output_match_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0675185Z test_output_match_addmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0725508Z test_output_match_addmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.0774765Z test_output_match_addmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0823243Z test_output_match_addmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0871894Z test_output_match_addmm_decomposed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0920374Z test_output_match_addmm_decomposed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.0968758Z test_output_match_addmm_decomposed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1017477Z test_output_match_addmm_decomposed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1066137Z test_output_match_addmm_decomposed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1114547Z test_output_match_addmv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1162756Z test_output_match_addmv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1212615Z test_output_match_addmv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.1261545Z test_output_match_addmv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.1310183Z test_output_match_addmv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1359327Z test_output_match_addr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1407866Z test_output_match_addr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1456687Z test_output_match_addr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1505364Z test_output_match_addr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1553994Z test_output_match_addr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1602309Z test_output_match_addr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1650883Z test_output_match_addr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1699485Z test_output_match_all_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1747835Z test_output_match_all_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1796775Z test_output_match_all_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1845244Z test_output_match_all_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1894263Z test_output_match_all_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1942640Z test_output_match_all_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.1991277Z test_output_match_all_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2039976Z test_output_match_allclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2089851Z test_output_match_allclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.2138791Z test_output_match_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2187251Z test_output_match_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2235408Z test_output_match_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2284318Z test_output_match_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2332796Z test_output_match_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2381092Z test_output_match_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2429617Z test_output_match_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2478221Z test_output_match_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2526566Z test_output_match_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2574749Z test_output_match_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2623266Z test_output_match_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2671809Z test_output_match_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2720602Z test_output_match_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2769657Z test_output_match_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2818525Z test_output_match_aminmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2867260Z test_output_match_aminmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2915995Z test_output_match_aminmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.2964354Z test_output_match_aminmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3012838Z test_output_match_aminmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3061334Z test_output_match_aminmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3109752Z test_output_match_angle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3158579Z test_output_match_angle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3206530Z test_output_match_angle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3254778Z test_output_match_angle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3302994Z test_output_match_angle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3351548Z test_output_match_angle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3399667Z test_output_match_angle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3451467Z test_output_match_any_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.3500212Z test_output_match_any_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3549075Z test_output_match_any_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3597490Z test_output_match_any_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3645807Z test_output_match_any_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3694152Z test_output_match_any_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3742899Z test_output_match_any_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3791993Z test_output_match_arange_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.3840791Z test_output_match_arange_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3889412Z test_output_match_arange_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3937838Z test_output_match_arange_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.3986047Z test_output_match_arange_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4034667Z test_output_match_arange_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4082885Z test_output_match_argmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4131268Z test_output_match_argmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4179788Z test_output_match_argmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4228169Z test_output_match_argmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4276730Z test_output_match_argmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4325242Z test_output_match_argmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4374259Z test_output_match_argmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4423265Z test_output_match_argmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4471760Z test_output_match_argmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4520559Z test_output_match_argmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4570166Z test_output_match_argmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4619429Z test_output_match_argmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4668355Z test_output_match_argsort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4717000Z test_output_match_argsort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4766465Z test_output_match_argsort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.4817043Z test_output_match_argsort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.4866584Z test_output_match_argsort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4915397Z test_output_match_argsort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.4964016Z test_output_match_argsort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5012755Z test_output_match_argwhere_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5061445Z test_output_match_argwhere_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5110144Z test_output_match_argwhere_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5158799Z test_output_match_argwhere_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5206832Z test_output_match_argwhere_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5255269Z test_output_match_argwhere_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5303828Z test_output_match_argwhere_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5352673Z test_output_match_as_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5401691Z test_output_match_as_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5449741Z test_output_match_as_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5498268Z test_output_match_as_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5546843Z test_output_match_as_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5595403Z test_output_match_as_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5643840Z test_output_match_as_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5692453Z test_output_match_as_strided_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5741612Z test_output_match_as_strided_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5789879Z test_output_match_as_strided_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5838793Z test_output_match_as_strided_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5887304Z test_output_match_as_strided_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5936160Z test_output_match_as_strided_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.5985045Z test_output_match_as_strided_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6033780Z test_output_match_asin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6082529Z test_output_match_asin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6131259Z test_output_match_asin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6181845Z test_output_match_asin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.6230424Z test_output_match_asin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6279625Z test_output_match_asin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6328313Z test_output_match_asinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6377591Z test_output_match_asinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.6426164Z test_output_match_asinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6475750Z test_output_match_asinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.6525017Z test_output_match_asinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.6573699Z test_output_match_asinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6622942Z test_output_match_atan2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.6671437Z test_output_match_atan2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6720542Z test_output_match_atan2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6769260Z test_output_match_atan2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6817812Z test_output_match_atan2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6866158Z test_output_match_atan2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6914745Z test_output_match_atan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.6963478Z test_output_match_atan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7011931Z test_output_match_atan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7060470Z test_output_match_atan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7109477Z test_output_match_atan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7158063Z test_output_match_atan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7206499Z test_output_match_atanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7255010Z test_output_match_atanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7304417Z test_output_match_atanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7353120Z test_output_match_atanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7401909Z test_output_match_atanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7450309Z test_output_match_atanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7499391Z test_output_match_atleast_1d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7550070Z test_output_match_atleast_1d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.7598244Z test_output_match_atleast_1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7646918Z test_output_match_atleast_1d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7695516Z test_output_match_atleast_1d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7744388Z test_output_match_atleast_1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7792986Z test_output_match_atleast_1d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7842002Z test_output_match_atleast_2d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7890516Z test_output_match_atleast_2d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7939328Z test_output_match_atleast_2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.7987791Z test_output_match_atleast_2d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8036642Z test_output_match_atleast_2d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8085050Z test_output_match_atleast_2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8133830Z test_output_match_atleast_2d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8182160Z test_output_match_atleast_3d_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8230887Z test_output_match_atleast_3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8279800Z test_output_match_atleast_3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8328397Z test_output_match_atleast_3d_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8377333Z test_output_match_atleast_3d_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8426375Z test_output_match_atleast_3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8475312Z test_output_match_atleast_3d_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8524030Z test_output_match_baddbmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8572612Z test_output_match_baddbmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8621141Z test_output_match_baddbmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8669646Z test_output_match_baddbmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8718379Z test_output_match_baddbmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8767029Z test_output_match_bernoulli_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8815505Z test_output_match_bfloat16_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8864419Z test_output_match_bfloat16_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.8914680Z test_output_match_bfloat16_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T15:59:59.8963458Z test_output_match_bfloat16_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9011559Z test_output_match_bfloat16_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9059939Z test_output_match_bfloat16_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9108247Z test_output_match_bfloat16_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9156701Z test_output_match_bincount_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9205765Z test_output_match_bincount_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9255126Z test_output_match_bincount_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9302644Z test_output_match_bincount_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9351128Z test_output_match_bitwise_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9399647Z test_output_match_bitwise_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9448036Z test_output_match_bitwise_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9496839Z test_output_match_bitwise_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9545835Z test_output_match_bitwise_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9595118Z test_output_match_bitwise_left_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9643277Z test_output_match_bitwise_left_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9692123Z test_output_match_bitwise_left_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9740859Z test_output_match_bitwise_left_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9789657Z test_output_match_bitwise_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9838079Z test_output_match_bitwise_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9886734Z test_output_match_bitwise_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9935100Z test_output_match_bitwise_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T15:59:59.9983975Z test_output_match_bitwise_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0032529Z test_output_match_bitwise_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0081164Z test_output_match_bitwise_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0129619Z test_output_match_bitwise_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0178464Z test_output_match_bitwise_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0227263Z test_output_match_bitwise_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0277967Z test_output_match_bitwise_right_shift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.0326721Z test_output_match_bitwise_right_shift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0375667Z test_output_match_bitwise_right_shift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0424665Z test_output_match_bitwise_right_shift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0473662Z test_output_match_bitwise_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0522247Z test_output_match_bitwise_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0571234Z test_output_match_bitwise_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0620176Z test_output_match_bitwise_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0668901Z test_output_match_bitwise_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0717619Z test_output_match_block_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0766803Z test_output_match_block_diag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0815480Z test_output_match_block_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0863854Z test_output_match_block_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0912503Z test_output_match_block_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.0960911Z test_output_match_block_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1009251Z test_output_match_block_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1057776Z test_output_match_bmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1107224Z test_output_match_bmm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.1157488Z test_output_match_bmm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.1207029Z test_output_match_bmm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.1256141Z test_output_match_bmm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1305162Z test_output_match_bool_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1354399Z test_output_match_bool_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1403395Z test_output_match_bool_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1452585Z test_output_match_bool_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1502036Z test_output_match_bool_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1550979Z test_output_match_bool_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1600240Z test_output_match_bool_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1650967Z test_output_match_broadcast_shapes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.1699994Z test_output_match_broadcast_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1749136Z test_output_match_broadcast_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1798674Z test_output_match_broadcast_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.1847597Z test_output_match_broadcast_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1895791Z test_output_match_broadcast_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1944825Z test_output_match_broadcast_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.1993484Z test_output_match_broadcast_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2041899Z test_output_match_broadcast_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2090570Z test_output_match_broadcast_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2139177Z test_output_match_broadcast_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2187824Z test_output_match_broadcast_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2236616Z test_output_match_broadcast_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2286303Z test_output_match_broadcast_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.2334476Z test_output_match_broadcast_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2383149Z test_output_match_bucketize_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2431400Z test_output_match_bucketize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2479651Z test_output_match_bucketize_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2528059Z test_output_match_bucketize_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2576772Z test_output_match_bucketize_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2625332Z test_output_match_bucketize_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2673965Z test_output_match_byte_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2722439Z test_output_match_byte_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2771153Z test_output_match_byte_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2819976Z test_output_match_byte_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2868414Z test_output_match_byte_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2917176Z test_output_match_byte_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.2965823Z test_output_match_byte_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3016287Z test_output_match_cartesian_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.3065234Z test_output_match_cartesian_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3114065Z test_output_match_cartesian_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3162658Z test_output_match_cartesian_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3211085Z test_output_match_cartesian_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3259989Z test_output_match_cartesian_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3308831Z test_output_match_cartesian_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3357453Z test_output_match_cat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3405715Z test_output_match_cat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3454291Z test_output_match_cat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3503219Z test_output_match_cat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3552234Z test_output_match_cat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3601427Z test_output_match_cat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3650478Z test_output_match_cat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3699369Z test_output_match_cdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3747838Z test_output_match_ceil_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3796415Z test_output_match_ceil_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3844878Z test_output_match_ceil_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3893514Z test_output_match_ceil_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3942825Z test_output_match_ceil_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.3991133Z test_output_match_chalf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4039669Z test_output_match_chalf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4087898Z test_output_match_chalf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4136202Z test_output_match_chalf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4184981Z test_output_match_chalf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4234026Z test_output_match_chalf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4282436Z test_output_match_chalf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4331209Z test_output_match_char_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4382046Z test_output_match_char_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.4430969Z test_output_match_char_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4479593Z test_output_match_char_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4528258Z test_output_match_char_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4576967Z test_output_match_char_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4625807Z test_output_match_char_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4675152Z test_output_match_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.4725141Z test_output_match_cholesky_inverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4773806Z test_output_match_cholesky_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4822555Z test_output_match_chunk_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4871180Z test_output_match_chunk_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4920018Z test_output_match_chunk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.4968930Z test_output_match_chunk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5017694Z test_output_match_chunk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5066251Z test_output_match_chunk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5115185Z test_output_match_chunk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5163915Z test_output_match_clamp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5212223Z test_output_match_clamp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5261074Z test_output_match_clamp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5310268Z test_output_match_clamp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5359190Z test_output_match_clamp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5407569Z test_output_match_clamp_max_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5456704Z test_output_match_clamp_max_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5505273Z test_output_match_clamp_max_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5554133Z test_output_match_clamp_max_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5602202Z test_output_match_clamp_max_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5650932Z test_output_match_clamp_max_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5699616Z test_output_match_clamp_max_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5749979Z test_output_match_clamp_min_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.5798998Z test_output_match_clamp_min_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5848162Z test_output_match_clamp_min_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5897167Z test_output_match_clamp_min_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5946360Z test_output_match_clamp_min_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.5994980Z test_output_match_clamp_min_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6044439Z test_output_match_clamp_min_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6093592Z test_output_match_clone_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6142834Z test_output_match_clone_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6192890Z test_output_match_clone_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6242124Z test_output_match_clone_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6291267Z test_output_match_clone_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6340255Z test_output_match_clone_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6388959Z test_output_match_clone_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6438059Z test_output_match_column_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6486989Z test_output_match_column_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6536071Z test_output_match_column_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6585516Z test_output_match_column_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6635088Z test_output_match_column_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.6684689Z test_output_match_column_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6735033Z test_output_match_column_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6785109Z test_output_match_combinations_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6834775Z test_output_match_combinations_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6884786Z test_output_match_combinations_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6934031Z test_output_match_combinations_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.6984069Z test_output_match_combinations_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7033050Z test_output_match_combinations_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.7082723Z test_output_match_combinations_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7133955Z test_output_match_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7184102Z test_output_match_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7234347Z test_output_match_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7285649Z test_output_match_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7335938Z test_output_match_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7386243Z test_output_match_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7436285Z test_output_match_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7486051Z test_output_match_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7535743Z test_output_match_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7585569Z test_output_match_conj_physical_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7635310Z test_output_match_conj_physical_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.7684772Z test_output_match_conj_physical_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7734838Z test_output_match_conj_physical_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7784632Z test_output_match_conj_physical_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7834645Z test_output_match_conj_physical_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7883896Z test_output_match_conj_physical_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.7933994Z test_output_match_constant_pad_nd_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.7983384Z test_output_match_constant_pad_nd_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.8032496Z test_output_match_constant_pad_nd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8081898Z test_output_match_constant_pad_nd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.8130616Z test_output_match_constant_pad_nd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8179963Z test_output_match_constant_pad_nd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8227981Z test_output_match_constant_pad_nd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8276729Z test_output_match_contiguous_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8325260Z test_output_match_contiguous_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8373505Z test_output_match_contiguous_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8422199Z test_output_match_contiguous_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8470738Z test_output_match_contiguous_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8521416Z test_output_match_contiguous_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.8570453Z test_output_match_contiguous_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8619289Z test_output_match_copysign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8668256Z test_output_match_copysign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8717215Z test_output_match_copysign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8766106Z test_output_match_copysign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8815382Z test_output_match_copysign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.8864421Z test_output_match_copysign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8913483Z test_output_match_copysign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.8962532Z test_output_match_corrcoef_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9015567Z test_output_match_corrcoef_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9065486Z test_output_match_corrcoef_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9114173Z test_output_match_corrcoef_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9163996Z test_output_match_corrcoef_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9212848Z test_output_match_cos_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9262635Z test_output_match_cos_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9311461Z test_output_match_cos_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9360445Z test_output_match_cos_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9409004Z test_output_match_cos_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9458315Z test_output_match_cos_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9507646Z test_output_match_cosh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9557036Z test_output_match_cosh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9606095Z test_output_match_cosh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9655433Z test_output_match_cosh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9704474Z test_output_match_cosh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9754149Z test_output_match_cosh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9806095Z test_output_match_count_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9855248Z test_output_match_count_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:00.9907310Z test_output_match_count_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:00.9956399Z test_output_match_count_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0005535Z test_output_match_count_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0054938Z test_output_match_count_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0106960Z test_output_match_count_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0156228Z test_output_match_cov_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0205911Z test_output_match_cov_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0255055Z test_output_match_cov_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0304186Z test_output_match_cov_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0356080Z test_output_match_cov_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0404684Z test_output_match_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0453435Z test_output_match_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0501854Z test_output_match_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0550179Z test_output_match_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0599012Z test_output_match_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0651577Z test_output_match_cummax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0701140Z test_output_match_cummax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0750039Z test_output_match_cummax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0800095Z test_output_match_cummax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0850216Z test_output_match_cummax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.0899408Z test_output_match_cummax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0948398Z test_output_match_cummin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.0997187Z test_output_match_cummin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1046024Z test_output_match_cummin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1094791Z test_output_match_cummin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1143742Z test_output_match_cummin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1193149Z test_output_match_cummin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1242771Z test_output_match_cumprod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1293651Z test_output_match_cumprod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1343086Z test_output_match_cumprod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1392740Z test_output_match_cumprod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1442734Z test_output_match_cumprod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1492041Z test_output_match_cumsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1541909Z test_output_match_cumsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1591837Z test_output_match_cumsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1641433Z test_output_match_cumsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1690803Z test_output_match_cumsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.1739851Z test_output_match_cumulative_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1788767Z test_output_match_cumulative_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1837790Z test_output_match_cumulative_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1886789Z test_output_match_cumulative_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1935625Z test_output_match_cumulative_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.1984536Z test_output_match_deg2rad_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2035004Z test_output_match_deg2rad_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.2083693Z test_output_match_deg2rad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2132607Z test_output_match_deg2rad_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2181823Z test_output_match_deg2rad_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2230621Z test_output_match_deg2rad_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2280480Z test_output_match_deg2rad_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.2328589Z test_output_match_diag_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2376980Z test_output_match_diag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2425447Z test_output_match_diag_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2474155Z test_output_match_diag_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2522736Z test_output_match_diag_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2571384Z test_output_match_diag_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2620288Z test_output_match_diag_embed_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2670757Z test_output_match_diag_embed_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.2719627Z test_output_match_diag_embed_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2768144Z test_output_match_diag_embed_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2816929Z test_output_match_diag_embed_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2865782Z test_output_match_diag_embed_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2914467Z test_output_match_diag_embed_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.2963505Z test_output_match_diagflat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3012029Z test_output_match_diagflat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3061096Z test_output_match_diagflat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3109826Z test_output_match_diagflat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3158478Z test_output_match_diagflat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3207120Z test_output_match_diagflat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3255933Z test_output_match_diagonal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3305293Z test_output_match_diagonal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3354002Z test_output_match_diagonal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3402874Z test_output_match_diagonal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3452146Z test_output_match_diagonal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3500701Z test_output_match_diagonal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3549647Z test_output_match_diagonal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3599010Z test_output_match_diagonal_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.3647530Z test_output_match_diagonal_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3696449Z test_output_match_diagonal_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3744901Z test_output_match_diagonal_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3793518Z test_output_match_diagonal_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3842096Z test_output_match_diagonal_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3891252Z test_output_match_diagonal_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3940145Z test_output_match_diff_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.3988962Z test_output_match_diff_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4039158Z test_output_match_diff_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.4087571Z test_output_match_diff_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4136235Z test_output_match_diff_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4184969Z test_output_match_diff_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4233852Z test_output_match_diff_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4282280Z test_output_match_digamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4331667Z test_output_match_digamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.4381050Z test_output_match_digamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.4430277Z test_output_match_digamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4482417Z test_output_match_digamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.4531819Z test_output_match_digamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4580725Z test_output_match_dist_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4629707Z test_output_match_dist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4678672Z test_output_match_div_floor_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4727229Z test_output_match_div_floor_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4775704Z test_output_match_div_floor_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4824224Z test_output_match_div_floor_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4872736Z test_output_match_div_floor_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4921191Z test_output_match_div_floor_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.4969977Z test_output_match_div_no_rounding_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.5054107Z test_output_match_div_no_rounding_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.008s) 2022-09-27T16:00:01.5130997Z test_output_match_div_no_rounding_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.007s) 2022-09-27T16:00:01.5200313Z test_output_match_div_no_rounding_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:00:01.5270262Z test_output_match_div_no_rounding_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.006s) 2022-09-27T16:00:01.5322714Z test_output_match_div_no_rounding_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5372472Z test_output_match_div_no_rounding_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5422060Z test_output_match_div_trunc_rounding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5472115Z test_output_match_div_trunc_rounding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5524022Z test_output_match_div_trunc_rounding_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5573009Z test_output_match_div_trunc_rounding_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5622525Z test_output_match_div_trunc_rounding_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.5671790Z test_output_match_div_trunc_rounding_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.5721129Z test_output_match_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.5770644Z test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5820507Z test_output_match_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.5869613Z test_output_match_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.5918847Z test_output_match_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.5967601Z test_output_match_double_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6016281Z test_output_match_double_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6064996Z test_output_match_double_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6113763Z test_output_match_double_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6162640Z test_output_match_double_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6211618Z test_output_match_double_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6260745Z test_output_match_double_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6309793Z test_output_match_dsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6359164Z test_output_match_dsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.6408476Z test_output_match_dsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6457893Z test_output_match_dsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.6507127Z test_output_match_dsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6556077Z test_output_match_dsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6605695Z test_output_match_dsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.6655005Z test_output_match_dstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.6704356Z test_output_match_dstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6753549Z test_output_match_dstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6802559Z test_output_match_dstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6851624Z test_output_match_dstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.6902648Z test_output_match_dstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.6951697Z test_output_match_dstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.7000625Z test_output_match_einsum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.7049746Z test_output_match_einsum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.7098514Z test_output_match_einsum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.7147545Z test_output_match_einsum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.7197371Z test_output_match_einsum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7247800Z test_output_match_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7299717Z test_output_match_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7350460Z test_output_match_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7401220Z test_output_match_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7452025Z test_output_match_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7502980Z test_output_match_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7553906Z test_output_match_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7604319Z test_output_match_empty_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7654149Z test_output_match_empty_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7704116Z test_output_match_empty_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7754265Z test_output_match_empty_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7804259Z test_output_match_empty_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7854144Z test_output_match_empty_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7904439Z test_output_match_empty_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.7954567Z test_output_match_eq_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8004737Z test_output_match_eq_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8055115Z test_output_match_eq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8104727Z test_output_match_eq_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8154488Z test_output_match_eq_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.8204212Z test_output_match_eq_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8253502Z test_output_match_eq_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8305139Z test_output_match_equal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8354415Z test_output_match_equal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.8403919Z test_output_match_equal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8453731Z test_output_match_equal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8502993Z test_output_match_equal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8552028Z test_output_match_equal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.8602141Z test_output_match_equal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8651216Z test_output_match_erf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.8700341Z test_output_match_erf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.8749567Z test_output_match_erf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.8799184Z test_output_match_erf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8848750Z test_output_match_erf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8898493Z test_output_match_erf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8948463Z test_output_match_erfc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.8998385Z test_output_match_erfc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9048634Z test_output_match_erfc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9098757Z test_output_match_erfc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9149128Z test_output_match_erfc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9199556Z test_output_match_erfc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9249760Z test_output_match_erfinv_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9299992Z test_output_match_erfinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9350098Z test_output_match_erfinv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9399740Z test_output_match_erfinv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9449405Z test_output_match_erfinv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.9498808Z test_output_match_erfinv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9548267Z test_output_match_exp2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9597989Z test_output_match_exp2_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9647442Z test_output_match_exp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9698834Z test_output_match_exp2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9748293Z test_output_match_exp2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.9797746Z test_output_match_exp2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9847550Z test_output_match_exp2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9897056Z test_output_match_exp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:01.9946493Z test_output_match_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:01.9996218Z test_output_match_exp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0045081Z test_output_match_exp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0093883Z test_output_match_exp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0143100Z test_output_match_exp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0192116Z test_output_match_expand_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0241144Z test_output_match_expand_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0290163Z test_output_match_expand_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0339289Z test_output_match_expand_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0388115Z test_output_match_expand_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0437399Z test_output_match_expand_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0486907Z test_output_match_expand_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0536132Z test_output_match_expand_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0585750Z test_output_match_expand_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0636129Z test_output_match_expand_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0685527Z test_output_match_expand_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0735342Z test_output_match_expand_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0785472Z test_output_match_expand_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0835017Z test_output_match_expand_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0883887Z test_output_match_expm1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.0933642Z test_output_match_expm1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.0982501Z test_output_match_expm1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.1031417Z test_output_match_expm1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1082473Z test_output_match_expm1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.1131549Z test_output_match_expm1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1183299Z test_output_match_eye_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.1232495Z test_output_match_eye_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1281464Z test_output_match_eye_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1329994Z test_output_match_eye_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1379794Z test_output_match_eye_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.1428387Z test_output_match_eye_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1477445Z test_output_match_eye_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1526273Z test_output_match_fft_fft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1575006Z test_output_match_fft_fft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1624011Z test_output_match_fft_fft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1672446Z test_output_match_fft_fft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1721039Z test_output_match_fft_fft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1769468Z test_output_match_fft_fft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1817969Z test_output_match_fft_fft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1866212Z test_output_match_fft_fft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1914839Z test_output_match_fft_fft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.1963277Z test_output_match_fft_fft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2012054Z test_output_match_fft_fft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2060678Z test_output_match_fft_fft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2109343Z test_output_match_fft_fftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2157937Z test_output_match_fft_fftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2206652Z test_output_match_fft_fftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2255922Z test_output_match_fft_fftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.2304624Z test_output_match_fft_fftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2353542Z test_output_match_fft_fftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2402498Z test_output_match_fft_fftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2452777Z test_output_match_fft_fftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.2501190Z test_output_match_fft_fftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2549242Z test_output_match_fft_fftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2597683Z test_output_match_fft_fftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2646040Z test_output_match_fft_fftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2694383Z test_output_match_fft_fftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2743317Z test_output_match_fft_hfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2792083Z test_output_match_fft_hfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2840689Z test_output_match_fft_hfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2889385Z test_output_match_fft_hfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2938079Z test_output_match_fft_hfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.2986616Z test_output_match_fft_hfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3035725Z test_output_match_fft_hfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3084432Z test_output_match_fft_hfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3133337Z test_output_match_fft_hfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3182489Z test_output_match_fft_hfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3231959Z test_output_match_fft_hfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3280754Z test_output_match_fft_hfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3330054Z test_output_match_fft_hfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3379645Z test_output_match_fft_hfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3428663Z test_output_match_fft_hfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3478031Z test_output_match_fft_hfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3526890Z test_output_match_fft_hfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3575922Z test_output_match_fft_hfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.3625666Z test_output_match_fft_ifft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3675026Z test_output_match_fft_ifft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3724391Z test_output_match_fft_ifft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3774050Z test_output_match_fft_ifft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3826730Z test_output_match_fft_ifft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3876846Z test_output_match_fft_ifft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3926515Z test_output_match_fft_ifft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.3980920Z test_output_match_fft_ifft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4031136Z test_output_match_fft_ifft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4081094Z test_output_match_fft_ifft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4131540Z test_output_match_fft_ifft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4181100Z test_output_match_fft_ifft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4230865Z test_output_match_fft_ifftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4280542Z test_output_match_fft_ifftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4330197Z test_output_match_fft_ifftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4380526Z test_output_match_fft_ifftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4431273Z test_output_match_fft_ifftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4482484Z test_output_match_fft_ifftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4532185Z test_output_match_fft_ifftshift_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4582007Z test_output_match_fft_ifftshift_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4631836Z test_output_match_fft_ifftshift_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4681623Z test_output_match_fft_ifftshift_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4731525Z test_output_match_fft_ifftshift_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4781366Z test_output_match_fft_ifftshift_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.4830940Z test_output_match_fft_ifftshift_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4880393Z test_output_match_fft_ihfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4930056Z test_output_match_fft_ihfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.4979355Z test_output_match_fft_ihfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5028769Z test_output_match_fft_ihfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5078117Z test_output_match_fft_ihfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5127424Z test_output_match_fft_ihfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5176614Z test_output_match_fft_ihfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5228599Z test_output_match_fft_ihfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5278046Z test_output_match_fft_ihfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5327414Z test_output_match_fft_ihfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5376873Z test_output_match_fft_ihfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5426683Z test_output_match_fft_ihfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5475868Z test_output_match_fft_ihfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5525639Z test_output_match_fft_ihfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5574365Z test_output_match_fft_ihfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5623601Z test_output_match_fft_ihfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5672552Z test_output_match_fft_ihfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5721668Z test_output_match_fft_ihfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5771027Z test_output_match_fft_irfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5820250Z test_output_match_fft_irfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5869073Z test_output_match_fft_irfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.5918366Z test_output_match_fft_irfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.5967328Z test_output_match_fft_irfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6016910Z test_output_match_fft_irfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6065680Z test_output_match_fft_irfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6115148Z test_output_match_fft_irfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6164402Z test_output_match_fft_irfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6214044Z test_output_match_fft_irfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6263166Z test_output_match_fft_irfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6312826Z test_output_match_fft_irfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6361660Z test_output_match_fft_irfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6410403Z test_output_match_fft_irfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6459320Z test_output_match_fft_irfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6508244Z test_output_match_fft_irfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6557126Z test_output_match_fft_irfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6609179Z test_output_match_fft_irfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6658196Z test_output_match_fft_rfft2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6707056Z test_output_match_fft_rfft2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6756613Z test_output_match_fft_rfft2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6805505Z test_output_match_fft_rfft2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6854111Z test_output_match_fft_rfft2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.6903642Z test_output_match_fft_rfft2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.6952329Z test_output_match_fft_rfft_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7000896Z test_output_match_fft_rfft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7049230Z test_output_match_fft_rfft_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7097463Z test_output_match_fft_rfft_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7146014Z test_output_match_fft_rfft_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7194775Z test_output_match_fft_rfft_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7243355Z test_output_match_fft_rfftn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7293072Z test_output_match_fft_rfftn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.7341724Z test_output_match_fft_rfftn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7390392Z test_output_match_fft_rfftn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7439267Z test_output_match_fft_rfftn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7487997Z test_output_match_fft_rfftn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7537012Z test_output_match_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.7585776Z test_output_match_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7634473Z test_output_match_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7683095Z test_output_match_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7731860Z test_output_match_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7782374Z test_output_match_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.7831363Z test_output_match_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7879988Z test_output_match_flatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7928498Z test_output_match_flatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.7979768Z test_output_match_flatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.8028922Z test_output_match_flatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8077561Z test_output_match_flatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8126014Z test_output_match_flatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8174682Z test_output_match_flatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8222989Z test_output_match_flip_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8271431Z test_output_match_flip_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8320150Z test_output_match_flip_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8368731Z test_output_match_flip_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8417140Z test_output_match_flip_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8465562Z test_output_match_flip_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8514550Z test_output_match_flip_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8563026Z test_output_match_fliplr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8611650Z test_output_match_fliplr_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8660345Z test_output_match_fliplr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8708836Z test_output_match_fliplr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8757598Z test_output_match_fliplr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8806215Z test_output_match_fliplr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8855011Z test_output_match_fliplr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8904015Z test_output_match_flipud_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.8952403Z test_output_match_flipud_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9000886Z test_output_match_flipud_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9049927Z test_output_match_flipud_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9098621Z test_output_match_flipud_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9147394Z test_output_match_flipud_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9196086Z test_output_match_flipud_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9244575Z test_output_match_float_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9293290Z test_output_match_float_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9344425Z test_output_match_float_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9392938Z test_output_match_float_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9441898Z test_output_match_float_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9491158Z test_output_match_float_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9541109Z test_output_match_float_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9590874Z test_output_match_float_power_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9641404Z test_output_match_float_power_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9690801Z test_output_match_float_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9740230Z test_output_match_float_power_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9789640Z test_output_match_float_power_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9839601Z test_output_match_float_power_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9888471Z test_output_match_float_power_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:02.9938099Z test_output_match_floor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:02.9987301Z test_output_match_floor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0036860Z test_output_match_floor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.0086020Z test_output_match_floor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0135503Z test_output_match_floor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0184581Z test_output_match_floor_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0233577Z test_output_match_floor_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0282809Z test_output_match_floor_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0332190Z test_output_match_floor_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0381389Z test_output_match_floor_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0430591Z test_output_match_floor_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0480431Z test_output_match_fmax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.0530151Z test_output_match_fmax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.0579563Z test_output_match_fmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0628625Z test_output_match_fmax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0677983Z test_output_match_fmax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0729694Z test_output_match_fmax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.0779132Z test_output_match_fmax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0828237Z test_output_match_fmin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0877414Z test_output_match_fmin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0926402Z test_output_match_fmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.0975488Z test_output_match_fmin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1024959Z test_output_match_fmin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1074165Z test_output_match_fmin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1123117Z test_output_match_fmin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1171688Z test_output_match_fmod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1220620Z test_output_match_fmod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1269689Z test_output_match_fmod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1318737Z test_output_match_fmod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1368201Z test_output_match_fmod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1416979Z test_output_match_fmod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1465601Z test_output_match_frac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1514632Z test_output_match_frac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1563520Z test_output_match_frexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1612493Z test_output_match_frexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1661841Z test_output_match_full_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1710588Z test_output_match_full_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1759690Z test_output_match_full_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1808495Z test_output_match_full_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1857755Z test_output_match_full_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.1907948Z test_output_match_full_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.1956755Z test_output_match_full_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.2006298Z test_output_match_gather_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.2055819Z test_output_match_gather_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2107444Z test_output_match_gather_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2157569Z test_output_match_gather_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2207714Z test_output_match_gather_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2258842Z test_output_match_gather_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2309541Z test_output_match_gather_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2359946Z test_output_match_gcd_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2410454Z test_output_match_gcd_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2460517Z test_output_match_gcd_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2509820Z test_output_match_gcd_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.2559649Z test_output_match_ge_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2609372Z test_output_match_ge_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2659125Z test_output_match_ge_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2709038Z test_output_match_ge_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2758680Z test_output_match_ge_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2808313Z test_output_match_ge_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2857935Z test_output_match_ge_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.2907443Z test_output_match_geqrf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.2957491Z test_output_match_gradient_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3007102Z test_output_match_gradient_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3057170Z test_output_match_gradient_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3106909Z test_output_match_gradient_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3156299Z test_output_match_gradient_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.3205762Z test_output_match_gt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3255424Z test_output_match_gt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3305441Z test_output_match_gt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3355307Z test_output_match_gt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3405305Z test_output_match_gt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3455074Z test_output_match_gt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3506429Z test_output_match_gt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3556222Z test_output_match_half_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3605979Z test_output_match_half_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3655408Z test_output_match_half_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.3705085Z test_output_match_half_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3754797Z test_output_match_half_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.3804902Z test_output_match_half_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3854217Z test_output_match_half_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.3903875Z test_output_match_heaviside_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.3953541Z test_output_match_heaviside_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.4003851Z test_output_match_heaviside_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4053653Z test_output_match_heaviside_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.4103913Z test_output_match_heaviside_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4154064Z test_output_match_heaviside_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.4203875Z test_output_match_heaviside_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4254342Z test_output_match_histc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4305442Z test_output_match_histogram_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4356700Z test_output_match_histogramdd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4407520Z test_output_match_hsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4458588Z test_output_match_hsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4509380Z test_output_match_hsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4559965Z test_output_match_hsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4609743Z test_output_match_hsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.4659908Z test_output_match_hsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4709770Z test_output_match_hsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.4759811Z test_output_match_hstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4809937Z test_output_match_hstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4860020Z test_output_match_hstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4912316Z test_output_match_hstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.4962091Z test_output_match_hstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5012333Z test_output_match_hstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5062577Z test_output_match_hstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5112621Z test_output_match_hypot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5162672Z test_output_match_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.5212766Z test_output_match_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5261920Z test_output_match_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5311311Z test_output_match_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.5360818Z test_output_match_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5410252Z test_output_match_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5460168Z test_output_match_igamma_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5509989Z test_output_match_igamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5559886Z test_output_match_igammac_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5609851Z test_output_match_igammac_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5661142Z test_output_match_index_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5710307Z test_output_match_index_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5760560Z test_output_match_index_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5810373Z test_output_match_index_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5860970Z test_output_match_index_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5910885Z test_output_match_index_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.5961081Z test_output_match_index_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6010569Z test_output_match_index_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6060161Z test_output_match_index_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6110399Z test_output_match_index_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6159687Z test_output_match_index_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6209364Z test_output_match_index_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6258256Z test_output_match_index_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.6308873Z test_output_match_index_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6358404Z test_output_match_index_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6407715Z test_output_match_index_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.6456956Z test_output_match_index_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6506211Z test_output_match_index_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.6555145Z test_output_match_index_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.6604814Z test_output_match_index_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6654080Z test_output_match_index_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6703563Z test_output_match_index_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6753411Z test_output_match_index_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6802726Z test_output_match_index_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6851680Z test_output_match_index_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.6900948Z test_output_match_index_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.6949581Z test_output_match_index_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.6998666Z test_output_match_index_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7047731Z test_output_match_index_reduce_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7097045Z test_output_match_index_reduce_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7145848Z test_output_match_index_reduce_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7195059Z test_output_match_index_reduce_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7244858Z test_output_match_index_reduce_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7295713Z test_output_match_index_reduce_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7345176Z test_output_match_index_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7395597Z test_output_match_index_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7445735Z test_output_match_index_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7495487Z test_output_match_index_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7545128Z test_output_match_index_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7594877Z test_output_match_index_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7644066Z test_output_match_index_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7695094Z test_output_match_inner_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7744755Z test_output_match_inner_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.7794021Z test_output_match_inner_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7842943Z test_output_match_inner_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7891913Z test_output_match_inner_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7940962Z test_output_match_int_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.7990164Z test_output_match_int_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8039447Z test_output_match_int_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8088373Z test_output_match_int_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8137184Z test_output_match_int_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8185664Z test_output_match_int_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8234430Z test_output_match_int_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8283594Z test_output_match_isclose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8332420Z test_output_match_isclose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8381748Z test_output_match_isclose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.8430913Z test_output_match_isclose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8479800Z test_output_match_isclose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8528458Z test_output_match_isclose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8577751Z test_output_match_isclose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8629972Z test_output_match_isfinite_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.8679049Z test_output_match_isfinite_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.8727988Z test_output_match_isfinite_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8777247Z test_output_match_isfinite_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8826229Z test_output_match_isfinite_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8875246Z test_output_match_isfinite_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.8924436Z test_output_match_isfinite_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.8973453Z test_output_match_isin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.9022678Z test_output_match_isin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.9073945Z test_output_match_isin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9123089Z test_output_match_isin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9172466Z test_output_match_isin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9222109Z test_output_match_isinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9271153Z test_output_match_isinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.9320858Z test_output_match_isinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9370731Z test_output_match_isinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9420247Z test_output_match_isinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9469636Z test_output_match_isinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9519234Z test_output_match_isinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9568673Z test_output_match_isnan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9618304Z test_output_match_isnan_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9668240Z test_output_match_isnan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9717671Z test_output_match_isnan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9766993Z test_output_match_isnan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9816249Z test_output_match_isnan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:03.9865921Z test_output_match_isnan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9915294Z test_output_match_isneginf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:03.9964060Z test_output_match_isneginf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.0013744Z test_output_match_isneginf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0063117Z test_output_match_isneginf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.0112873Z test_output_match_isneginf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.0161985Z test_output_match_isneginf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.0211115Z test_output_match_isneginf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.0260336Z test_output_match_isposinf_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0310111Z test_output_match_isposinf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0359715Z test_output_match_isposinf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0409836Z test_output_match_isposinf_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0461481Z test_output_match_isposinf_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0511676Z test_output_match_isposinf_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0561754Z test_output_match_isposinf_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0611832Z test_output_match_isreal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0664804Z test_output_match_isreal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0714771Z test_output_match_isreal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0765315Z test_output_match_isreal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0814919Z test_output_match_isreal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0864471Z test_output_match_isreal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0914195Z test_output_match_isreal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.0962989Z test_output_match_istft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.1011413Z test_output_match_jiterator_2inputs_2outputs_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1059713Z test_output_match_jiterator_2inputs_2outputs_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1107912Z test_output_match_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1156494Z test_output_match_jiterator_2inputs_2outputs_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1204464Z test_output_match_jiterator_2inputs_2outputs_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1252636Z test_output_match_jiterator_2inputs_2outputs_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1301191Z test_output_match_jiterator_2inputs_2outputs_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1352717Z test_output_match_jiterator_4inputs_with_extra_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:00:04.1401397Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1450040Z test_output_match_jiterator_4inputs_with_extra_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1498374Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1546609Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1595326Z test_output_match_jiterator_4inputs_with_extra_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1643489Z test_output_match_jiterator_4inputs_with_extra_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1691732Z test_output_match_jiterator_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1740088Z test_output_match_jiterator_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1788638Z test_output_match_jiterator_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1838998Z test_output_match_jiterator_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.005s) 2022-09-27T16:00:04.1887624Z test_output_match_jiterator_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1936525Z test_output_match_jiterator_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.1985101Z test_output_match_jiterator_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2033721Z test_output_match_jiterator_binary_return_by_ref_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2082049Z test_output_match_jiterator_binary_return_by_ref_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2130653Z test_output_match_jiterator_binary_return_by_ref_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2179260Z test_output_match_jiterator_binary_return_by_ref_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2227324Z test_output_match_jiterator_binary_return_by_ref_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2276565Z test_output_match_jiterator_binary_return_by_ref_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2324578Z test_output_match_jiterator_binary_return_by_ref_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2372591Z test_output_match_jiterator_unary_cpu_bool (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2420831Z test_output_match_jiterator_unary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2468962Z test_output_match_jiterator_unary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2517612Z test_output_match_jiterator_unary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2566059Z test_output_match_jiterator_unary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2614700Z test_output_match_jiterator_unary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2663542Z test_output_match_jiterator_unary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Only runs on cuda (0.004s) 2022-09-27T16:00:04.2714000Z test_output_match_kron_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.2764808Z test_output_match_kron_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.2815285Z test_output_match_kron_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.2865265Z test_output_match_kron_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.2915605Z test_output_match_kron_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.2965535Z test_output_match_kron_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3015776Z test_output_match_kron_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3065839Z test_output_match_kthvalue_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3115912Z test_output_match_kthvalue_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3166972Z test_output_match_kthvalue_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3219719Z test_output_match_kthvalue_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3269906Z test_output_match_kthvalue_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3320186Z test_output_match_lcm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3369888Z test_output_match_lcm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3419439Z test_output_match_lcm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3468619Z test_output_match_lcm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.3518213Z test_output_match_ldexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3567625Z test_output_match_ldexp_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3616828Z test_output_match_ldexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.3666315Z test_output_match_ldexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3715454Z test_output_match_ldexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3764968Z test_output_match_ldexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3814337Z test_output_match_ldexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3863525Z test_output_match_le_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.3913663Z test_output_match_le_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.3962714Z test_output_match_le_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4011849Z test_output_match_le_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4061045Z test_output_match_le_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4109901Z test_output_match_le_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4159536Z test_output_match_le_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4208327Z test_output_match_lerp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4257275Z test_output_match_lgamma_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4306812Z test_output_match_lgamma_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4356062Z test_output_match_lgamma_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4405877Z test_output_match_lgamma_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4454729Z test_output_match_lgamma_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4503598Z test_output_match_lgamma_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4552467Z test_output_match_linalg_cholesky_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4603500Z test_output_match_linalg_cholesky_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4653764Z test_output_match_linalg_cond_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4702685Z test_output_match_linalg_cross_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4752052Z test_output_match_linalg_cross_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4801482Z test_output_match_linalg_cross_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4850674Z test_output_match_linalg_cross_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.4900344Z test_output_match_linalg_cross_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4949652Z test_output_match_linalg_det_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.4999172Z test_output_match_linalg_det_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5048361Z test_output_match_linalg_eig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5097849Z test_output_match_linalg_eigh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5146850Z test_output_match_linalg_eigvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5195973Z test_output_match_linalg_eigvalsh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5245007Z test_output_match_linalg_householder_product_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5294290Z test_output_match_linalg_inv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5343147Z test_output_match_linalg_inv_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5392166Z test_output_match_linalg_ldl_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5441311Z test_output_match_linalg_ldl_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5490875Z test_output_match_linalg_ldl_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5539969Z test_output_match_linalg_lstsq_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5589280Z test_output_match_linalg_lstsq_grad_oriented_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5638162Z test_output_match_linalg_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5687768Z test_output_match_linalg_lu_factor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5736331Z test_output_match_linalg_lu_factor_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5785604Z test_output_match_linalg_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.5835692Z test_output_match_linalg_matrix_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5885932Z test_output_match_linalg_matrix_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5938132Z test_output_match_linalg_matrix_power_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.5988578Z test_output_match_linalg_matrix_rank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6038389Z test_output_match_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6088122Z test_output_match_linalg_multi_dot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6137781Z test_output_match_linalg_multi_dot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6187145Z test_output_match_linalg_multi_dot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6237827Z test_output_match_linalg_multi_dot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6287611Z test_output_match_linalg_multi_dot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6338456Z test_output_match_linalg_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6388240Z test_output_match_linalg_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6438513Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6489109Z test_output_match_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6539494Z test_output_match_linalg_pinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6592525Z test_output_match_linalg_pinv_hermitian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6641705Z test_output_match_linalg_pinv_singular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:00:04.6691700Z test_output_match_linalg_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6742010Z test_output_match_linalg_slogdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6791947Z test_output_match_linalg_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6841898Z test_output_match_linalg_solve_ex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6891983Z test_output_match_linalg_solve_triangular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6942336Z test_output_match_linalg_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.6992342Z test_output_match_linalg_svdvals_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7042352Z test_output_match_linalg_tensorinv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7092402Z test_output_match_linalg_tensorsolve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7141940Z test_output_match_linalg_vander_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7191697Z test_output_match_linalg_vander_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7241490Z test_output_match_linalg_vander_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7292699Z test_output_match_linalg_vander_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7344632Z test_output_match_linalg_vander_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7394768Z test_output_match_linalg_vecdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7444041Z test_output_match_linalg_vector_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.7494152Z test_output_match_linalg_vector_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7544361Z test_output_match_linspace_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7594384Z test_output_match_linspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7644810Z test_output_match_linspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7694629Z test_output_match_linspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7744662Z test_output_match_linspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7794621Z test_output_match_linspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7844412Z test_output_match_log10_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7894144Z test_output_match_log10_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7944169Z test_output_match_log10_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.7994465Z test_output_match_log10_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8044396Z test_output_match_log10_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8093747Z test_output_match_log10_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8143392Z test_output_match_log1p_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8192472Z test_output_match_log1p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8242627Z test_output_match_log1p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8292577Z test_output_match_log1p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8342741Z test_output_match_log1p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8392419Z test_output_match_log1p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8442302Z test_output_match_log2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8492178Z test_output_match_log2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8542850Z test_output_match_log2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8592280Z test_output_match_log2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8641861Z test_output_match_log2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8691797Z test_output_match_log2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8743349Z test_output_match_log_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8793817Z test_output_match_log_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8843728Z test_output_match_log_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8893747Z test_output_match_log_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8944300Z test_output_match_log_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.8994330Z test_output_match_log_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9044791Z test_output_match_log_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9094901Z test_output_match_log_softmax_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9144815Z test_output_match_log_softmax_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9194593Z test_output_match_log_softmax_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9244081Z test_output_match_log_softmax_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9293744Z test_output_match_log_softmax_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9342957Z test_output_match_log_softmax_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:04.9392216Z test_output_match_log_softmax_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9442038Z test_output_match_logaddexp2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9492184Z test_output_match_logaddexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9542882Z test_output_match_logcumsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9593414Z test_output_match_logdet_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9643969Z test_output_match_logical_and_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9694283Z test_output_match_logical_and_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9744211Z test_output_match_logical_and_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9794411Z test_output_match_logical_and_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9847664Z test_output_match_logical_and_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9897355Z test_output_match_logical_and_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9946471Z test_output_match_logical_and_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:04.9996274Z test_output_match_logical_not_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0045251Z test_output_match_logical_not_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0097995Z test_output_match_logical_not_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0149013Z test_output_match_logical_not_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0198035Z test_output_match_logical_not_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.0247415Z test_output_match_logical_not_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0296908Z test_output_match_logical_not_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0346318Z test_output_match_logical_or_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0398653Z test_output_match_logical_or_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0448061Z test_output_match_logical_or_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0497524Z test_output_match_logical_or_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0547392Z test_output_match_logical_or_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0597271Z test_output_match_logical_or_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0650098Z test_output_match_logical_or_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0699613Z test_output_match_logical_xor_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0749902Z test_output_match_logical_xor_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0798747Z test_output_match_logical_xor_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.0848202Z test_output_match_logical_xor_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0897799Z test_output_match_logical_xor_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0949771Z test_output_match_logical_xor_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.0999133Z test_output_match_logical_xor_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1048027Z test_output_match_logit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1097115Z test_output_match_logit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1146607Z test_output_match_logit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1198639Z test_output_match_logit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1248117Z test_output_match_logit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1297159Z test_output_match_logit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1345961Z test_output_match_logspace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1394995Z test_output_match_logspace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1444384Z test_output_match_logspace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1496760Z test_output_match_logspace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1547934Z test_output_match_logspace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1597658Z test_output_match_logsumexp_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1646876Z test_output_match_logsumexp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1696309Z test_output_match_logsumexp_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1748217Z test_output_match_logsumexp_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1797145Z test_output_match_logsumexp_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1846429Z test_output_match_logsumexp_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.1895030Z test_output_match_long_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1943784Z test_output_match_long_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.1995812Z test_output_match_long_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2044971Z test_output_match_long_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2094481Z test_output_match_long_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2143728Z test_output_match_long_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2193075Z test_output_match_long_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2242402Z test_output_match_lt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2295087Z test_output_match_lt_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2344149Z test_output_match_lt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2392798Z test_output_match_lt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2441669Z test_output_match_lt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2491671Z test_output_match_lt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2540751Z test_output_match_lt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2589765Z test_output_match_lu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2639259Z test_output_match_lu_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2688576Z test_output_match_lu_unpack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.2738154Z test_output_match_mH_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2788145Z test_output_match_mH_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2837586Z test_output_match_mH_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2887240Z test_output_match_mH_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2938895Z test_output_match_mH_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.2988536Z test_output_match_mH_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3038227Z test_output_match_mH_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3087525Z test_output_match_mT_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3137132Z test_output_match_mT_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3186614Z test_output_match_mT_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3236744Z test_output_match_mT_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3286251Z test_output_match_mT_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3335474Z test_output_match_mT_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3384841Z test_output_match_mT_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3434408Z test_output_match_masked_fill_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3484139Z test_output_match_masked_fill_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3533710Z test_output_match_masked_fill_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3582721Z test_output_match_masked_fill_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3631854Z test_output_match_masked_fill_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3680738Z test_output_match_masked_fill_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3729647Z test_output_match_masked_fill_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.3779056Z test_output_match_masked_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3828587Z test_output_match_masked_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3878789Z test_output_match_masked_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3928150Z test_output_match_masked_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.3977299Z test_output_match_masked_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4026394Z test_output_match_masked_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4075466Z test_output_match_masked_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4124071Z test_output_match_masked_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4172709Z test_output_match_masked_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4221651Z test_output_match_masked_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4270936Z test_output_match_masked_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4322502Z test_output_match_masked_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4372495Z test_output_match_masked_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4422522Z test_output_match_masked_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4471557Z test_output_match_matmul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4520998Z test_output_match_matmul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4570128Z test_output_match_matmul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4620206Z test_output_match_matmul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4670089Z test_output_match_matmul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4720145Z test_output_match_matrix_exp_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4769508Z test_output_match_max_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.4819192Z test_output_match_max_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4869009Z test_output_match_max_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4918639Z test_output_match_max_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.4967956Z test_output_match_max_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5017360Z test_output_match_max_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5066704Z test_output_match_max_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.5116265Z test_output_match_max_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5165873Z test_output_match_max_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5215378Z test_output_match_max_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5264990Z test_output_match_max_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5314712Z test_output_match_max_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5364199Z test_output_match_max_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5413754Z test_output_match_max_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5463093Z test_output_match_max_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.5512409Z test_output_match_max_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.5562157Z test_output_match_max_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5611606Z test_output_match_max_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5661188Z test_output_match_max_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5712490Z test_output_match_max_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5762074Z test_output_match_max_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5811408Z test_output_match_maximum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.5860851Z test_output_match_maximum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5910495Z test_output_match_maximum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.5960052Z test_output_match_maximum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6009718Z test_output_match_maximum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6058803Z test_output_match_maximum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6107765Z test_output_match_maximum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6156316Z test_output_match_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6205065Z test_output_match_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6254423Z test_output_match_median_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6303507Z test_output_match_median_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6352373Z test_output_match_median_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6401672Z test_output_match_median_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6450670Z test_output_match_median_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.6500312Z test_output_match_meshgrid_list_of_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6550004Z test_output_match_meshgrid_list_of_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6599873Z test_output_match_meshgrid_list_of_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6650013Z test_output_match_meshgrid_list_of_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6699860Z test_output_match_meshgrid_list_of_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6749976Z test_output_match_meshgrid_list_of_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6800262Z test_output_match_meshgrid_list_of_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6849792Z test_output_match_meshgrid_variadic_tensors_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6902867Z test_output_match_meshgrid_variadic_tensors_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.6952469Z test_output_match_meshgrid_variadic_tensors_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7002105Z test_output_match_meshgrid_variadic_tensors_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7051249Z test_output_match_meshgrid_variadic_tensors_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.7102734Z test_output_match_meshgrid_variadic_tensors_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7151717Z test_output_match_meshgrid_variadic_tensors_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.7200973Z test_output_match_min_binary_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.7250291Z test_output_match_min_binary_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7300616Z test_output_match_min_binary_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7351091Z test_output_match_min_binary_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7401198Z test_output_match_min_binary_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7450936Z test_output_match_min_binary_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7500700Z test_output_match_min_binary_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7550445Z test_output_match_min_reduction_no_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7600853Z test_output_match_min_reduction_no_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7649693Z test_output_match_min_reduction_no_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7699290Z test_output_match_min_reduction_no_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7748877Z test_output_match_min_reduction_no_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7798832Z test_output_match_min_reduction_no_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7849424Z test_output_match_min_reduction_no_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7899022Z test_output_match_min_reduction_with_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7948813Z test_output_match_min_reduction_with_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.7998646Z test_output_match_min_reduction_with_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8048693Z test_output_match_min_reduction_with_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8106451Z test_output_match_min_reduction_with_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8147857Z test_output_match_min_reduction_with_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8196774Z test_output_match_min_reduction_with_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8246100Z test_output_match_minimum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.8295445Z test_output_match_minimum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8344802Z test_output_match_minimum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8394473Z test_output_match_minimum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.8444465Z test_output_match_minimum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.8497113Z test_output_match_minimum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8547351Z test_output_match_minimum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8597699Z test_output_match_mm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8647859Z test_output_match_mm_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.8697710Z test_output_match_mm_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8748040Z test_output_match_mm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8798408Z test_output_match_mm_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8847985Z test_output_match_mode_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.8898773Z test_output_match_mode_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8948137Z test_output_match_mode_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.8997600Z test_output_match_mode_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9047047Z test_output_match_mode_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.9096437Z test_output_match_mode_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9145887Z test_output_match_mode_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.9195304Z test_output_match_movedim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9244510Z test_output_match_movedim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.9293476Z test_output_match_movedim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.9342693Z test_output_match_movedim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9391990Z test_output_match_movedim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9441266Z test_output_match_movedim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9490899Z test_output_match_movedim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9540766Z test_output_match_msort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9590269Z test_output_match_msort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9640082Z test_output_match_msort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9688931Z test_output_match_msort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:05.9738517Z test_output_match_msort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9789450Z test_output_match_msort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9839142Z test_output_match_msort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9891406Z test_output_match_mul_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9940710Z test_output_match_mul_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:05.9990210Z test_output_match_mul_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0038918Z test_output_match_mul_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.0088157Z test_output_match_mul_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.0137526Z test_output_match_mul_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.0186826Z test_output_match_mul_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0236146Z test_output_match_multinomial_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0285631Z test_output_match_mv_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0335433Z test_output_match_mv_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0384895Z test_output_match_mv_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0434649Z test_output_match_mv_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0483600Z test_output_match_mv_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.0533761Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0583641Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0633603Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0684329Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0734274Z test_output_match_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0784595Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0834577Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0884652Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0934811Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.0985302Z test_output_match_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1035106Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1085160Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1135084Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1185156Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1235264Z test_output_match_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1286809Z test_output_match_nan_to_num_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1337081Z test_output_match_nan_to_num_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1387180Z test_output_match_nan_to_num_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1437030Z test_output_match_nan_to_num_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1486512Z test_output_match_nan_to_num_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1536474Z test_output_match_nan_to_num_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1586184Z test_output_match_nan_to_num_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1635308Z test_output_match_nanmean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.1684762Z test_output_match_nanmean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1733845Z test_output_match_nanmedian_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.1783268Z test_output_match_nanmedian_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1832653Z test_output_match_nanmedian_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1882145Z test_output_match_nanmedian_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.1931421Z test_output_match_nanmedian_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.1981172Z test_output_match_nanquantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2030971Z test_output_match_nansum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2081060Z test_output_match_nansum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2130980Z test_output_match_nansum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2180713Z test_output_match_nansum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2230630Z test_output_match_nansum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2280808Z test_output_match_nansum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2330035Z test_output_match_nansum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.2379751Z test_output_match_narrow_copy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2429081Z test_output_match_narrow_copy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.2479585Z test_output_match_narrow_copy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2529006Z test_output_match_narrow_copy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2579027Z test_output_match_narrow_copy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2628309Z test_output_match_narrow_copy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.2679779Z test_output_match_narrow_copy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2729470Z test_output_match_narrow_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.2779012Z test_output_match_narrow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2828609Z test_output_match_narrow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2877945Z test_output_match_narrow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.2927269Z test_output_match_narrow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.2977265Z test_output_match_narrow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3026580Z test_output_match_narrow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3075557Z test_output_match_native_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3124862Z test_output_match_ne_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3174071Z test_output_match_ne_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3223512Z test_output_match_ne_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3272565Z test_output_match_ne_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3321753Z test_output_match_ne_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3370701Z test_output_match_ne_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3419649Z test_output_match_ne_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3468965Z test_output_match_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3517660Z test_output_match_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3566796Z test_output_match_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3615692Z test_output_match_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3664816Z test_output_match_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.3714117Z test_output_match_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3763414Z test_output_match_new_empty_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3815753Z test_output_match_new_empty_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3865167Z test_output_match_new_empty_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3915277Z test_output_match_new_empty_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.3963677Z test_output_match_new_empty_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4012420Z test_output_match_new_empty_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4062952Z test_output_match_new_empty_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4112293Z test_output_match_new_empty_strided_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4161087Z test_output_match_new_empty_strided_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4210394Z test_output_match_new_empty_strided_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4259068Z test_output_match_new_empty_strided_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4308251Z test_output_match_new_empty_strided_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4358021Z test_output_match_new_empty_strided_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4407502Z test_output_match_new_empty_strided_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4457210Z test_output_match_new_full_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4505920Z test_output_match_new_full_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4554837Z test_output_match_new_full_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4603631Z test_output_match_new_full_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4652506Z test_output_match_new_full_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4701505Z test_output_match_new_full_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4750465Z test_output_match_new_full_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4799516Z test_output_match_new_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4848275Z test_output_match_new_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4897527Z test_output_match_new_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.4946875Z test_output_match_new_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.4996258Z test_output_match_new_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5045369Z test_output_match_new_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5093922Z test_output_match_new_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5142888Z test_output_match_new_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5191763Z test_output_match_new_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5240734Z test_output_match_new_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5289706Z test_output_match_new_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5338841Z test_output_match_new_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5387268Z test_output_match_new_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5438193Z test_output_match_new_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5488357Z test_output_match_nextafter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5537054Z test_output_match_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5586062Z test_output_match_nn_functional_adaptive_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5635494Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5684635Z test_output_match_nn_functional_adaptive_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5734108Z test_output_match_nn_functional_adaptive_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5783461Z test_output_match_nn_functional_adaptive_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5832909Z test_output_match_nn_functional_adaptive_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5882507Z test_output_match_nn_functional_avg_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.5931566Z test_output_match_nn_functional_avg_pool1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.5980617Z test_output_match_nn_functional_avg_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6029426Z test_output_match_nn_functional_avg_pool2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6078235Z test_output_match_nn_functional_avg_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6126643Z test_output_match_nn_functional_avg_pool3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6175772Z test_output_match_nn_functional_batch_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6224891Z test_output_match_nn_functional_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6274532Z test_output_match_nn_functional_bilinear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6322811Z test_output_match_nn_functional_bilinear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6372024Z test_output_match_nn_functional_bilinear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6421189Z test_output_match_nn_functional_bilinear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6472724Z test_output_match_nn_functional_binary_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6521952Z test_output_match_nn_functional_binary_cross_entropy_with_logits_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.6571192Z test_output_match_nn_functional_celu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6620743Z test_output_match_nn_functional_conv1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6670100Z test_output_match_nn_functional_conv1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6719666Z test_output_match_nn_functional_conv2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6769611Z test_output_match_nn_functional_conv2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6821542Z test_output_match_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6871189Z test_output_match_nn_functional_conv_transpose1d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6920848Z test_output_match_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.6970641Z test_output_match_nn_functional_conv_transpose2d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7020297Z test_output_match_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7069416Z test_output_match_nn_functional_conv_transpose3d_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.7119301Z test_output_match_nn_functional_cosine_embedding_loss_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7168768Z test_output_match_nn_functional_cosine_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7217881Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.7267163Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7318304Z test_output_match_nn_functional_cosine_embedding_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7368506Z test_output_match_nn_functional_cosine_embedding_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7418403Z test_output_match_nn_functional_cosine_similarity_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7468206Z test_output_match_nn_functional_cross_entropy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7517738Z test_output_match_nn_functional_ctc_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7567915Z test_output_match_nn_functional_dropout2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7617152Z test_output_match_nn_functional_dropout3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7666292Z test_output_match_nn_functional_dropout_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7716077Z test_output_match_nn_functional_elu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7765912Z test_output_match_nn_functional_embedding_bag_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7815358Z test_output_match_nn_functional_embedding_bag_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.7864199Z test_output_match_nn_functional_embedding_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.7913814Z test_output_match_nn_functional_embedding_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.7963024Z test_output_match_nn_functional_feature_alpha_dropout_with_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.8012081Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.8061270Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8110415Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8159645Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8210709Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8259900Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8309089Z test_output_match_nn_functional_feature_alpha_dropout_without_train_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:06.8358721Z test_output_match_nn_functional_fractional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8407904Z test_output_match_nn_functional_fractional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8457608Z test_output_match_nn_functional_gaussian_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8507723Z test_output_match_nn_functional_gelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8556930Z test_output_match_nn_functional_glu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8606340Z test_output_match_nn_functional_grid_sample_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8655621Z test_output_match_nn_functional_group_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8705536Z test_output_match_nn_functional_hardshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8755181Z test_output_match_nn_functional_hardsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8804347Z test_output_match_nn_functional_hardswish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8853672Z test_output_match_nn_functional_hardtanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8903578Z test_output_match_nn_functional_hardtanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.8953601Z test_output_match_nn_functional_hardtanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9003837Z test_output_match_nn_functional_hardtanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9053933Z test_output_match_nn_functional_hinge_embedding_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9103712Z test_output_match_nn_functional_huber_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9154026Z test_output_match_nn_functional_huber_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9203491Z test_output_match_nn_functional_instance_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9253707Z test_output_match_nn_functional_interpolate_area_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9303346Z test_output_match_nn_functional_interpolate_bicubic_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9353131Z test_output_match_nn_functional_interpolate_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9402962Z test_output_match_nn_functional_interpolate_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9452739Z test_output_match_nn_functional_interpolate_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9502795Z test_output_match_nn_functional_interpolate_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9552745Z test_output_match_nn_functional_interpolate_trilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9605092Z test_output_match_nn_functional_kl_div_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9655633Z test_output_match_nn_functional_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9705749Z test_output_match_nn_functional_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9755840Z test_output_match_nn_functional_layer_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9806171Z test_output_match_nn_functional_leaky_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9856096Z test_output_match_nn_functional_linear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9906347Z test_output_match_nn_functional_linear_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:06.9956505Z test_output_match_nn_functional_linear_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0006282Z test_output_match_nn_functional_linear_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0055910Z test_output_match_nn_functional_linear_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0105275Z test_output_match_nn_functional_local_response_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0155043Z test_output_match_nn_functional_local_response_norm_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0204078Z test_output_match_nn_functional_logsigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0253730Z test_output_match_nn_functional_margin_ranking_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0303382Z test_output_match_nn_functional_margin_ranking_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0355107Z test_output_match_nn_functional_margin_ranking_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0404631Z test_output_match_nn_functional_margin_ranking_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0454596Z test_output_match_nn_functional_margin_ranking_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0503954Z test_output_match_nn_functional_max_pool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0553900Z test_output_match_nn_functional_max_pool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0602943Z test_output_match_nn_functional_max_pool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.0652178Z test_output_match_nn_functional_max_unpool1d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.0701697Z test_output_match_nn_functional_max_unpool1d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0751396Z test_output_match_nn_functional_max_unpool2d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0800725Z test_output_match_nn_functional_max_unpool2d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0849917Z test_output_match_nn_functional_max_unpool3d_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.0899425Z test_output_match_nn_functional_max_unpool3d_grad_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.0948538Z test_output_match_nn_functional_mish_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.0999511Z test_output_match_nn_functional_mse_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1048202Z test_output_match_nn_functional_mse_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1097048Z test_output_match_nn_functional_multi_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1146787Z test_output_match_nn_functional_multilabel_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1196021Z test_output_match_nn_functional_multilabel_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1245303Z test_output_match_nn_functional_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1294661Z test_output_match_nn_functional_normalize_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1343825Z test_output_match_nn_functional_one_hot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1392826Z test_output_match_nn_functional_pad_circular_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1442220Z test_output_match_nn_functional_pad_circular_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1490950Z test_output_match_nn_functional_pad_circular_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1539960Z test_output_match_nn_functional_pad_circular_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1588833Z test_output_match_nn_functional_pad_circular_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1637755Z test_output_match_nn_functional_pad_circular_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1686609Z test_output_match_nn_functional_pad_circular_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1735198Z test_output_match_nn_functional_pad_constant_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1784232Z test_output_match_nn_functional_pad_constant_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1832950Z test_output_match_nn_functional_pad_constant_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1881926Z test_output_match_nn_functional_pad_constant_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.1931263Z test_output_match_nn_functional_pad_constant_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.1980273Z test_output_match_nn_functional_pad_constant_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2029333Z test_output_match_nn_functional_pad_constant_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2078659Z test_output_match_nn_functional_pad_reflect_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2127603Z test_output_match_nn_functional_pad_replicate_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2176762Z test_output_match_nn_functional_pairwise_distance_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2225941Z test_output_match_nn_functional_pairwise_distance_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2275793Z test_output_match_nn_functional_pairwise_distance_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2325168Z test_output_match_nn_functional_pairwise_distance_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2376347Z test_output_match_nn_functional_pairwise_distance_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2425217Z test_output_match_nn_functional_pairwise_distance_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2474689Z test_output_match_nn_functional_pdist_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2523690Z test_output_match_nn_functional_pixel_shuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2572748Z test_output_match_nn_functional_pixel_shuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2621658Z test_output_match_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2671305Z test_output_match_nn_functional_pixel_shuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2720034Z test_output_match_nn_functional_pixel_shuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2769082Z test_output_match_nn_functional_pixel_shuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2818757Z test_output_match_nn_functional_pixel_shuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2868381Z test_output_match_nn_functional_pixel_unshuffle_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.2917420Z test_output_match_nn_functional_pixel_unshuffle_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.2966869Z test_output_match_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.3016055Z test_output_match_nn_functional_pixel_unshuffle_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.3065166Z test_output_match_nn_functional_pixel_unshuffle_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.3114128Z test_output_match_nn_functional_pixel_unshuffle_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.3163290Z test_output_match_nn_functional_pixel_unshuffle_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3212746Z test_output_match_nn_functional_poisson_nll_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3262189Z test_output_match_nn_functional_poisson_nll_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3311929Z test_output_match_nn_functional_poisson_nll_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3360931Z test_output_match_nn_functional_poisson_nll_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.3410514Z test_output_match_nn_functional_poisson_nll_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3459821Z test_output_match_nn_functional_prelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3509285Z test_output_match_nn_functional_relu6_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3559132Z test_output_match_nn_functional_relu6_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3608684Z test_output_match_nn_functional_relu6_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3657837Z test_output_match_nn_functional_relu6_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3707419Z test_output_match_nn_functional_relu6_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3758913Z test_output_match_nn_functional_relu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3808292Z test_output_match_nn_functional_relu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3858067Z test_output_match_nn_functional_relu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3907701Z test_output_match_nn_functional_relu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.3957636Z test_output_match_nn_functional_relu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4007110Z test_output_match_nn_functional_rrelu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4057011Z test_output_match_nn_functional_selu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4106784Z test_output_match_nn_functional_silu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4156136Z test_output_match_nn_functional_smooth_l1_loss_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4206107Z test_output_match_nn_functional_smooth_l1_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4255412Z test_output_match_nn_functional_soft_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4305190Z test_output_match_nn_functional_softmin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4355513Z test_output_match_nn_functional_softmin_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4405245Z test_output_match_nn_functional_softmin_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4455520Z test_output_match_nn_functional_softmin_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4505664Z test_output_match_nn_functional_softmin_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4556049Z test_output_match_nn_functional_softmin_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4606492Z test_output_match_nn_functional_softmin_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4656199Z test_output_match_nn_functional_softplus_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4706661Z test_output_match_nn_functional_softshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4756502Z test_output_match_nn_functional_softsign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4806721Z test_output_match_nn_functional_softsign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.4855997Z test_output_match_nn_functional_softsign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4904804Z test_output_match_nn_functional_softsign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.4953813Z test_output_match_nn_functional_softsign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5003299Z test_output_match_nn_functional_softsign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5052117Z test_output_match_nn_functional_tanhshrink_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5101488Z test_output_match_nn_functional_tanhshrink_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5152121Z test_output_match_nn_functional_tanhshrink_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5201412Z test_output_match_nn_functional_tanhshrink_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5250576Z test_output_match_nn_functional_tanhshrink_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5300081Z test_output_match_nn_functional_threshold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5349104Z test_output_match_nn_functional_threshold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5398656Z test_output_match_nn_functional_threshold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5447880Z test_output_match_nn_functional_threshold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5496651Z test_output_match_nn_functional_threshold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5545340Z test_output_match_nn_functional_triplet_margin_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5594867Z test_output_match_nn_functional_triplet_margin_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5644479Z test_output_match_nn_functional_triplet_margin_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5693890Z test_output_match_nn_functional_triplet_margin_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5743203Z test_output_match_nn_functional_triplet_margin_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5792684Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5841870Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.5891351Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5940850Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.5989855Z test_output_match_nn_functional_triplet_margin_with_distance_loss_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6039402Z test_output_match_nn_functional_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6088448Z test_output_match_nn_functional_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6137188Z test_output_match_nn_functional_upsample_bilinear_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6185816Z test_output_match_nn_functional_upsample_nearest_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6235041Z test_output_match_nn_functional_upsample_nearest_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6284391Z test_output_match_nonzero_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6333167Z test_output_match_nonzero_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6382198Z test_output_match_nonzero_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6431084Z test_output_match_nonzero_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6480180Z test_output_match_nonzero_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6532856Z test_output_match_nonzero_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6581768Z test_output_match_nonzero_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6630897Z test_output_match_norm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6680007Z test_output_match_norm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6728979Z test_output_match_norm_fro_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6778388Z test_output_match_norm_inf_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.6828982Z test_output_match_norm_inf_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6878649Z test_output_match_norm_nuc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6928102Z test_output_match_normal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.6978317Z test_output_match_normal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7028091Z test_output_match_normal_number_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7078161Z test_output_match_normal_number_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7127873Z test_output_match_ones_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7177781Z test_output_match_ones_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7227776Z test_output_match_ones_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7278899Z test_output_match_ones_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7329245Z test_output_match_ones_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7379530Z test_output_match_ones_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7428999Z test_output_match_ones_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7479400Z test_output_match_ones_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7529484Z test_output_match_ones_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7579660Z test_output_match_ones_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7629191Z test_output_match_ones_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7679156Z test_output_match_ones_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7728716Z test_output_match_ones_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7778611Z test_output_match_ones_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7828615Z test_output_match_ormqr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7878624Z test_output_match_outer_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7930316Z test_output_match_outer_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.7980278Z test_output_match_outer_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8030545Z test_output_match_outer_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8080732Z test_output_match_outer_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8131018Z test_output_match_outer_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8180764Z test_output_match_outer_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8231794Z test_output_match_pca_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8282345Z test_output_match_permute_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8332033Z test_output_match_permute_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8381881Z test_output_match_permute_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8430909Z test_output_match_permute_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8480213Z test_output_match_permute_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.8529523Z test_output_match_permute_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8579419Z test_output_match_permute_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8628925Z test_output_match_pinverse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8678270Z test_output_match_polar_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8727493Z test_output_match_polygamma_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.8776214Z test_output_match_polygamma_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.8824880Z test_output_match_polygamma_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.8874334Z test_output_match_polygamma_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.8923848Z test_output_match_polygamma_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.8972525Z test_output_match_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.9021288Z test_output_match_polygamma_polygamma_n_1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.9070390Z test_output_match_polygamma_polygamma_n_1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.9120158Z test_output_match_polygamma_polygamma_n_1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9169924Z test_output_match_polygamma_polygamma_n_1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9218958Z test_output_match_polygamma_polygamma_n_1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.9269600Z test_output_match_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9318748Z test_output_match_polygamma_polygamma_n_2_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9367880Z test_output_match_polygamma_polygamma_n_2_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.9417197Z test_output_match_polygamma_polygamma_n_2_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:07.9466749Z test_output_match_polygamma_polygamma_n_2_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9516461Z test_output_match_polygamma_polygamma_n_2_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9566548Z test_output_match_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9616547Z test_output_match_polygamma_polygamma_n_3_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9666442Z test_output_match_polygamma_polygamma_n_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9715970Z test_output_match_polygamma_polygamma_n_3_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9765970Z test_output_match_polygamma_polygamma_n_3_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9816278Z test_output_match_polygamma_polygamma_n_3_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9866584Z test_output_match_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9916715Z test_output_match_polygamma_polygamma_n_4_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:07.9966917Z test_output_match_polygamma_polygamma_n_4_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0016601Z test_output_match_polygamma_polygamma_n_4_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0065954Z test_output_match_polygamma_polygamma_n_4_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0115411Z test_output_match_polygamma_polygamma_n_4_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0164542Z test_output_match_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.0214134Z test_output_match_positive_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0263350Z test_output_match_positive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0312364Z test_output_match_positive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.0361301Z test_output_match_positive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.0410275Z test_output_match_positive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.0459759Z test_output_match_positive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0509001Z test_output_match_pow_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.0558069Z test_output_match_pow_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.0609205Z test_output_match_pow_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0659404Z test_output_match_pow_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0708454Z test_output_match_pow_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0758476Z test_output_match_pow_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0808154Z test_output_match_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0857963Z test_output_match_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0907734Z test_output_match_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.0956700Z test_output_match_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1005795Z test_output_match_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1054952Z test_output_match_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1104396Z test_output_match_put_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1154016Z test_output_match_put_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1202592Z test_output_match_put_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1251676Z test_output_match_put_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1301169Z test_output_match_put_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1350517Z test_output_match_put_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1400322Z test_output_match_put_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1449873Z test_output_match_qr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1498832Z test_output_match_quantile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1548573Z test_output_match_rad2deg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1597297Z test_output_match_rad2deg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1646094Z test_output_match_rad2deg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1695025Z test_output_match_rad2deg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1743572Z test_output_match_rad2deg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1792575Z test_output_match_rad2deg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1841881Z test_output_match_rad2deg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1890070Z test_output_match_rand_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.1940309Z test_output_match_rand_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.1989452Z test_output_match_randint_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2041215Z test_output_match_randint_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2090901Z test_output_match_randint_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2140341Z test_output_match_randint_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2188764Z test_output_match_randint_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2237819Z test_output_match_randint_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2287627Z test_output_match_randn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2339213Z test_output_match_randn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2388037Z test_output_match_randn_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2437462Z test_output_match_randn_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2486563Z test_output_match_ravel_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2535964Z test_output_match_ravel_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2584759Z test_output_match_ravel_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2633871Z test_output_match_ravel_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2682725Z test_output_match_ravel_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2731597Z test_output_match_ravel_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2780917Z test_output_match_ravel_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2830027Z test_output_match_real_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.2879902Z test_output_match_real_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2929287Z test_output_match_real_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.2978723Z test_output_match_real_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3028006Z test_output_match_real_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3078127Z test_output_match_real_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3127332Z test_output_match_real_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3177028Z test_output_match_reciprocal_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3226355Z test_output_match_reciprocal_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3279923Z test_output_match_reciprocal_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3329508Z test_output_match_reciprocal_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3379476Z test_output_match_reciprocal_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3428016Z test_output_match_reciprocal_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3477752Z test_output_match_reciprocal_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3526451Z test_output_match_remainder_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3575904Z test_output_match_remainder_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3624845Z test_output_match_remainder_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3673863Z test_output_match_remainder_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3722867Z test_output_match_remainder_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3771915Z test_output_match_remainder_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3821057Z test_output_match_renorm_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3870083Z test_output_match_renorm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.3919314Z test_output_match_repeat_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.3968329Z test_output_match_repeat_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4017460Z test_output_match_repeat_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4066432Z test_output_match_repeat_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4115475Z test_output_match_repeat_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4164385Z test_output_match_repeat_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4213921Z test_output_match_repeat_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.4263184Z test_output_match_repeat_interleave_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4312434Z test_output_match_repeat_interleave_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4361854Z test_output_match_repeat_interleave_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4411274Z test_output_match_repeat_interleave_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.4460408Z test_output_match_repeat_interleave_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4509875Z test_output_match_repeat_interleave_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.4558908Z test_output_match_repeat_interleave_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4609668Z test_output_match_reshape_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.4659103Z test_output_match_reshape_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.4708035Z test_output_match_reshape_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4757709Z test_output_match_reshape_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.4806579Z test_output_match_reshape_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4855444Z test_output_match_reshape_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4904855Z test_output_match_reshape_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.4954030Z test_output_match_reshape_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5003007Z test_output_match_reshape_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5051879Z test_output_match_reshape_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5100783Z test_output_match_reshape_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5149627Z test_output_match_reshape_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5198553Z test_output_match_reshape_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5247284Z test_output_match_reshape_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5296041Z test_output_match_resize__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5344672Z test_output_match_resize__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5393719Z test_output_match_resize__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5445236Z test_output_match_resize__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.5494033Z test_output_match_resize__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5543103Z test_output_match_resize__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5591664Z test_output_match_resize__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5640801Z test_output_match_resize_as__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5693034Z test_output_match_resize_as__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.5742685Z test_output_match_resize_as__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5791544Z test_output_match_resize_as__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5840623Z test_output_match_resize_as__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5889442Z test_output_match_resize_as__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.5941089Z test_output_match_resize_as__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.5993130Z test_output_match_resolve_conj_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.6042045Z test_output_match_resolve_conj_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6090894Z test_output_match_resolve_conj_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6139965Z test_output_match_resolve_conj_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6189225Z test_output_match_resolve_conj_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6241246Z test_output_match_resolve_conj_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.6290045Z test_output_match_resolve_conj_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6338969Z test_output_match_resolve_neg_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6387272Z test_output_match_resolve_neg_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6436037Z test_output_match_resolve_neg_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6484913Z test_output_match_resolve_neg_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6536895Z test_output_match_resolve_neg_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.6586410Z test_output_match_resolve_neg_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6634972Z test_output_match_resolve_neg_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6683313Z test_output_match_roll_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6732141Z test_output_match_roll_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6781410Z test_output_match_roll_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6830415Z test_output_match_roll_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6879562Z test_output_match_roll_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.6928632Z test_output_match_roll_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.6977811Z test_output_match_roll_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7027081Z test_output_match_rot90_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7079935Z test_output_match_rot90_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7129485Z test_output_match_rot90_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7179244Z test_output_match_rot90_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7228922Z test_output_match_rot90_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7283002Z test_output_match_rot90_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7333416Z test_output_match_rot90_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7383376Z test_output_match_round_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7433465Z test_output_match_round_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7482832Z test_output_match_round_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7532569Z test_output_match_round_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7582778Z test_output_match_round_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7632447Z test_output_match_round_decimals_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7682652Z test_output_match_round_decimals_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7732080Z test_output_match_round_decimals_neg_3_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7782282Z test_output_match_rsqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.7831392Z test_output_match_rsqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7880376Z test_output_match_rsqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7929412Z test_output_match_rsqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.7978598Z test_output_match_rsqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8027412Z test_output_match_rsqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8076635Z test_output_match_rsub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8124940Z test_output_match_rsub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8173301Z test_output_match_rsub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8222240Z test_output_match_rsub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8271094Z test_output_match_rsub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8319959Z test_output_match_rsub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8368535Z test_output_match_scatter_add_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8417295Z test_output_match_scatter_add_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8466096Z test_output_match_scatter_add_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8515533Z test_output_match_scatter_add_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8564567Z test_output_match_scatter_add_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8615483Z test_output_match_scatter_add_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8664957Z test_output_match_scatter_add_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8714558Z test_output_match_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8763982Z test_output_match_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8813607Z test_output_match_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8862310Z test_output_match_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.8911859Z test_output_match_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.8961053Z test_output_match_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9010279Z test_output_match_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9059285Z test_output_match_scatter_reduce_amax_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9108865Z test_output_match_scatter_reduce_amax_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9157207Z test_output_match_scatter_reduce_amax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9205395Z test_output_match_scatter_reduce_amax_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9253814Z test_output_match_scatter_reduce_amax_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9302367Z test_output_match_scatter_reduce_amax_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9350410Z test_output_match_scatter_reduce_amax_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9398826Z test_output_match_scatter_reduce_amin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9446951Z test_output_match_scatter_reduce_amin_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9495633Z test_output_match_scatter_reduce_amin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9544832Z test_output_match_scatter_reduce_amin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9593926Z test_output_match_scatter_reduce_amin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9642338Z test_output_match_scatter_reduce_amin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9690695Z test_output_match_scatter_reduce_amin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9739270Z test_output_match_scatter_reduce_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9787824Z test_output_match_scatter_reduce_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9836540Z test_output_match_scatter_reduce_mean_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9884697Z test_output_match_scatter_reduce_mean_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:08.9934997Z test_output_match_scatter_reduce_mean_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:08.9983802Z test_output_match_scatter_reduce_mean_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0031657Z test_output_match_scatter_reduce_prod_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0080161Z test_output_match_scatter_reduce_prod_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0128218Z test_output_match_scatter_reduce_prod_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0176525Z test_output_match_scatter_reduce_prod_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0225216Z test_output_match_scatter_reduce_prod_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0273060Z test_output_match_scatter_reduce_prod_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0321834Z test_output_match_scatter_reduce_prod_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0370426Z test_output_match_scatter_reduce_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0419160Z test_output_match_scatter_reduce_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0467815Z test_output_match_scatter_reduce_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0516122Z test_output_match_scatter_reduce_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0565062Z test_output_match_scatter_reduce_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0613891Z test_output_match_scatter_reduce_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0662887Z test_output_match_scatter_reduce_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0711808Z test_output_match_searchsorted_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0760996Z test_output_match_searchsorted_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0809666Z test_output_match_searchsorted_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0859118Z test_output_match_searchsorted_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.0907828Z test_output_match_searchsorted_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.0956829Z test_output_match_searchsorted_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1005689Z test_output_match_segment_reduce_lengths_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1054683Z test_output_match_segment_reduce_lengths_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1103600Z test_output_match_segment_reduce_offsets_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1152265Z test_output_match_segment_reduce_offsets_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1201042Z test_output_match_select_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1251394Z test_output_match_select_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.1300209Z test_output_match_select_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1348893Z test_output_match_select_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1397891Z test_output_match_select_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1446443Z test_output_match_select_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1495441Z test_output_match_select_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1545156Z test_output_match_select_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.1594402Z test_output_match_select_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1643396Z test_output_match_select_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1692487Z test_output_match_select_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1741946Z test_output_match_select_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.1791155Z test_output_match_select_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1840625Z test_output_match_select_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1889310Z test_output_match_sgn_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1938418Z test_output_match_sgn_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.1987309Z test_output_match_sgn_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2036386Z test_output_match_sgn_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2085636Z test_output_match_sgn_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2134575Z test_output_match_sgn_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2184148Z test_output_match_sgn_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.2233373Z test_output_match_short_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2283819Z test_output_match_short_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.2332731Z test_output_match_short_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2381934Z test_output_match_short_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2430833Z test_output_match_short_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2479711Z test_output_match_short_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2528852Z test_output_match_short_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2580839Z test_output_match_sigmoid_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.2629765Z test_output_match_sigmoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2678852Z test_output_match_sigmoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2728296Z test_output_match_sigmoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.2777272Z test_output_match_sigmoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2826432Z test_output_match_sigmoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2876213Z test_output_match_sign_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.2925345Z test_output_match_sign_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.2974607Z test_output_match_sign_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3024036Z test_output_match_sign_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3073780Z test_output_match_sign_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3123171Z test_output_match_sign_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3172590Z test_output_match_sign_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3222133Z test_output_match_signbit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.3271450Z test_output_match_signbit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3321043Z test_output_match_signbit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3370062Z test_output_match_signbit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3419264Z test_output_match_signbit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3468619Z test_output_match_signbit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3518423Z test_output_match_signbit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.3567593Z test_output_match_sin_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3616751Z test_output_match_sin_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3665836Z test_output_match_sin_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3714812Z test_output_match_sin_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3764087Z test_output_match_sin_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3813324Z test_output_match_sin_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3863301Z test_output_match_sinc_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.3913995Z test_output_match_sinc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.3963049Z test_output_match_sinc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4011449Z test_output_match_sinc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4059951Z test_output_match_sinc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4108401Z test_output_match_sinc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4157011Z test_output_match_sinh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4205877Z test_output_match_sinh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.4254387Z test_output_match_sinh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4302754Z test_output_match_sinh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4351324Z test_output_match_sinh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4400191Z test_output_match_sinh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4449022Z test_output_match_slice_scatter_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4498062Z test_output_match_slice_scatter_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4546548Z test_output_match_slice_scatter_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4595196Z test_output_match_slice_scatter_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4643700Z test_output_match_slice_scatter_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4692543Z test_output_match_slice_scatter_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4740798Z test_output_match_slice_scatter_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4789808Z test_output_match_softmax_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4838707Z test_output_match_softmax_with_dtype_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.4887156Z test_output_match_softmax_with_dtype_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4935610Z test_output_match_softmax_with_dtype_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.4984219Z test_output_match_softmax_with_dtype_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5032469Z test_output_match_softmax_with_dtype_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5081337Z test_output_match_softmax_with_dtype_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5129558Z test_output_match_softmax_with_dtype_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5177924Z test_output_match_sort_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5227988Z test_output_match_sort_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.5276906Z test_output_match_sort_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5325467Z test_output_match_sort_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5373611Z test_output_match_sort_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5422206Z test_output_match_sort_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5470706Z test_output_match_sort_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5519899Z test_output_match_sparse_sampled_addmm_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5568823Z test_output_match_special_airy_ai_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5618426Z test_output_match_special_airy_ai_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.5667778Z test_output_match_special_airy_ai_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5717016Z test_output_match_special_airy_ai_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5766714Z test_output_match_special_airy_ai_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5815621Z test_output_match_special_airy_ai_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5864695Z test_output_match_special_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5913802Z test_output_match_special_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.5962827Z test_output_match_special_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6012095Z test_output_match_special_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6061304Z test_output_match_special_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6110031Z test_output_match_special_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6159813Z test_output_match_special_bessel_j1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6209748Z test_output_match_special_bessel_j1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6258597Z test_output_match_special_bessel_j1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6307944Z test_output_match_special_bessel_j1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6356930Z test_output_match_special_bessel_j1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6405928Z test_output_match_special_bessel_j1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6454544Z test_output_match_special_bessel_y0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6503460Z test_output_match_special_bessel_y0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6554566Z test_output_match_special_bessel_y0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6603380Z test_output_match_special_bessel_y0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6652346Z test_output_match_special_bessel_y0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6701752Z test_output_match_special_bessel_y0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6751160Z test_output_match_special_bessel_y1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6800852Z test_output_match_special_bessel_y1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6850009Z test_output_match_special_bessel_y1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6899565Z test_output_match_special_bessel_y1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.6948299Z test_output_match_special_bessel_y1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.6997315Z test_output_match_special_bessel_y1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.7046271Z test_output_match_special_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.7095136Z test_output_match_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.7143896Z test_output_match_special_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.7192885Z test_output_match_special_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.7241969Z test_output_match_special_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.7292565Z test_output_match_special_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7342257Z test_output_match_special_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7392051Z test_output_match_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7441779Z test_output_match_special_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7491999Z test_output_match_special_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7541948Z test_output_match_special_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7591144Z test_output_match_special_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.7635987Z test_output_match_special_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7679990Z test_output_match_special_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7724417Z test_output_match_special_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7769289Z test_output_match_special_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7813387Z test_output_match_special_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7858480Z test_output_match_special_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7904226Z test_output_match_special_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7948733Z test_output_match_special_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.7993688Z test_output_match_special_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.8037789Z test_output_match_special_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.8081993Z test_output_match_special_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.8126482Z test_output_match_special_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:09.8180357Z test_output_match_special_entr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8230067Z test_output_match_special_entr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8280298Z test_output_match_special_entr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8329550Z test_output_match_special_entr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8379262Z test_output_match_special_entr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8428107Z test_output_match_special_entr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.8477556Z test_output_match_special_erfcx_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8526603Z test_output_match_special_erfcx_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8575927Z test_output_match_special_erfcx_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8625443Z test_output_match_special_erfcx_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.8674192Z test_output_match_special_erfcx_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.8723002Z test_output_match_special_erfcx_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.8772597Z test_output_match_special_hermite_polynomial_h_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8822394Z test_output_match_special_hermite_polynomial_h_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8871558Z test_output_match_special_hermite_polynomial_h_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.8920989Z test_output_match_special_hermite_polynomial_h_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.8970279Z test_output_match_special_hermite_polynomial_h_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9019624Z test_output_match_special_hermite_polynomial_h_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9068548Z test_output_match_special_hermite_polynomial_he_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9117084Z test_output_match_special_hermite_polynomial_he_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9165473Z test_output_match_special_hermite_polynomial_he_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9215935Z test_output_match_special_hermite_polynomial_he_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9264759Z test_output_match_special_hermite_polynomial_he_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9313425Z test_output_match_special_hermite_polynomial_he_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9361877Z test_output_match_special_i0e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9410566Z test_output_match_special_i0e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9459856Z test_output_match_special_i0e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9509664Z test_output_match_special_i0e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9559640Z test_output_match_special_i0e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9609031Z test_output_match_special_i0e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9658493Z test_output_match_special_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9707480Z test_output_match_special_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9756843Z test_output_match_special_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:09.9805888Z test_output_match_special_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9854597Z test_output_match_special_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9903820Z test_output_match_special_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:09.9952413Z test_output_match_special_i1e_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0001588Z test_output_match_special_i1e_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0049719Z test_output_match_special_i1e_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0098319Z test_output_match_special_i1e_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0147538Z test_output_match_special_i1e_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.0196246Z test_output_match_special_i1e_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0245038Z test_output_match_special_laguerre_polynomial_l_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0293720Z test_output_match_special_laguerre_polynomial_l_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0342395Z test_output_match_special_laguerre_polynomial_l_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0391392Z test_output_match_special_laguerre_polynomial_l_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0440282Z test_output_match_special_laguerre_polynomial_l_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0488987Z test_output_match_special_laguerre_polynomial_l_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.0533877Z test_output_match_special_legendre_polynomial_p_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.0579585Z test_output_match_special_legendre_polynomial_p_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.0623583Z test_output_match_special_legendre_polynomial_p_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.0667990Z test_output_match_special_legendre_polynomial_p_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.0712086Z test_output_match_special_legendre_polynomial_p_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.0757090Z test_output_match_special_legendre_polynomial_p_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.0807365Z test_output_match_special_log_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.0858097Z test_output_match_special_log_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.0907642Z test_output_match_special_log_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.0957169Z test_output_match_special_log_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1006259Z test_output_match_special_log_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1055236Z test_output_match_special_log_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1104284Z test_output_match_special_modified_bessel_i0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1153556Z test_output_match_special_modified_bessel_i0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1203181Z test_output_match_special_modified_bessel_i0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1251792Z test_output_match_special_modified_bessel_i0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1301076Z test_output_match_special_modified_bessel_i0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1350365Z test_output_match_special_modified_bessel_i0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1400020Z test_output_match_special_modified_bessel_i1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1449382Z test_output_match_special_modified_bessel_i1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1499680Z test_output_match_special_modified_bessel_i1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1548973Z test_output_match_special_modified_bessel_i1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1598415Z test_output_match_special_modified_bessel_i1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1647665Z test_output_match_special_modified_bessel_i1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1696757Z test_output_match_special_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1745969Z test_output_match_special_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1795273Z test_output_match_special_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1844335Z test_output_match_special_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.1894888Z test_output_match_special_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1944364Z test_output_match_special_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.1993658Z test_output_match_special_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.2043147Z test_output_match_special_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2092844Z test_output_match_special_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2142507Z test_output_match_special_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2192748Z test_output_match_special_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2242312Z test_output_match_special_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2292788Z test_output_match_special_ndtr_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2342144Z test_output_match_special_ndtr_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2391694Z test_output_match_special_ndtr_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2441208Z test_output_match_special_ndtr_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2490488Z test_output_match_special_ndtr_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2540422Z test_output_match_special_ndtr_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2589508Z test_output_match_special_ndtri_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2639100Z test_output_match_special_ndtri_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2688416Z test_output_match_special_ndtri_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2737835Z test_output_match_special_ndtri_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2787432Z test_output_match_special_ndtri_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2837935Z test_output_match_special_ndtri_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2887889Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2937882Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.2987607Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3037014Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3086115Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3135376Z test_output_match_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3184850Z test_output_match_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3235520Z test_output_match_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3284449Z test_output_match_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.3333499Z test_output_match_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.3383510Z test_output_match_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3433203Z test_output_match_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3482715Z test_output_match_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3532294Z test_output_match_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3581636Z test_output_match_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.3630611Z test_output_match_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.3679685Z test_output_match_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.3728347Z test_output_match_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.3773253Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.3817164Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.3861430Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.3905648Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.3950138Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.3994575Z test_output_match_special_shifted_chebyshev_polynomial_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4038605Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4083057Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4127773Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4171961Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4216932Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4260979Z test_output_match_special_shifted_chebyshev_polynomial_u_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4305578Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4349795Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4394606Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4439502Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4485171Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4532530Z test_output_match_special_shifted_chebyshev_polynomial_v_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4577201Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_bool (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4621764Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_float32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4666835Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int16 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4710862Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int32 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4755884Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_int64 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4800782Z test_output_match_special_shifted_chebyshev_polynomial_w_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.004s) 2022-09-27T16:00:10.4851889Z test_output_match_special_spherical_bessel_j0_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.4902591Z test_output_match_special_spherical_bessel_j0_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.4952904Z test_output_match_special_spherical_bessel_j0_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5003195Z test_output_match_special_spherical_bessel_j0_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5052890Z test_output_match_special_spherical_bessel_j0_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5102495Z test_output_match_special_spherical_bessel_j0_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5151886Z test_output_match_special_xlog1py_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5201222Z test_output_match_special_xlog1py_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5250732Z test_output_match_special_xlog1py_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5299362Z test_output_match_special_xlog1py_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.5348566Z test_output_match_special_xlog1py_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5397773Z test_output_match_special_xlog1py_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5447398Z test_output_match_special_xlog1py_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5496918Z test_output_match_special_zeta_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5545946Z test_output_match_special_zeta_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.5595113Z test_output_match_special_zeta_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5644695Z test_output_match_special_zeta_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5694175Z test_output_match_special_zeta_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5744094Z test_output_match_special_zeta_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.5792693Z test_output_match_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5843576Z test_output_match_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5893142Z test_output_match_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5942375Z test_output_match_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.5991736Z test_output_match_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6040242Z test_output_match_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6089499Z test_output_match_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6138899Z test_output_match_split_list_args_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6188188Z test_output_match_split_list_args_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6237329Z test_output_match_split_list_args_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6287071Z test_output_match_split_list_args_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6335836Z test_output_match_split_list_args_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6384890Z test_output_match_split_list_args_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6434176Z test_output_match_split_list_args_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6483085Z test_output_match_split_with_sizes_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6532761Z test_output_match_split_with_sizes_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6581994Z test_output_match_split_with_sizes_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6631404Z test_output_match_split_with_sizes_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6681226Z test_output_match_split_with_sizes_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6730831Z test_output_match_split_with_sizes_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6780897Z test_output_match_split_with_sizes_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6830594Z test_output_match_sqrt_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6880246Z test_output_match_sqrt_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.6929413Z test_output_match_sqrt_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.6979204Z test_output_match_sqrt_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7028615Z test_output_match_sqrt_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7077973Z test_output_match_sqrt_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7127104Z test_output_match_square_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.7177961Z test_output_match_square_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7227746Z test_output_match_square_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7278807Z test_output_match_square_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7329030Z test_output_match_square_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7378861Z test_output_match_square_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7428851Z test_output_match_square_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7478607Z test_output_match_squeeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7528168Z test_output_match_squeeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7577445Z test_output_match_squeeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.7627138Z test_output_match_squeeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.7677402Z test_output_match_squeeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7727161Z test_output_match_squeeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7777202Z test_output_match_squeeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7827141Z test_output_match_stack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7877241Z test_output_match_stack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7927328Z test_output_match_stack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.7976685Z test_output_match_stack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.8026215Z test_output_match_stack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8076190Z test_output_match_stack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8126542Z test_output_match_stack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8175781Z test_output_match_std_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.8225216Z test_output_match_std_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8275176Z test_output_match_std_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8323859Z test_output_match_std_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.8373343Z test_output_match_stft_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8423003Z test_output_match_sub_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8472504Z test_output_match_sub_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8525287Z test_output_match_sub_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8575138Z test_output_match_sub_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8624915Z test_output_match_sub_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8675006Z test_output_match_sub_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8724433Z test_output_match_sum_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8773886Z test_output_match_sum_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8823792Z test_output_match_sum_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8873423Z test_output_match_sum_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8923321Z test_output_match_sum_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.8973425Z test_output_match_sum_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9022868Z test_output_match_sum_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9072334Z test_output_match_sum_to_size_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9121546Z test_output_match_sum_to_size_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9170654Z test_output_match_sum_to_size_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9219798Z test_output_match_sum_to_size_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9268784Z test_output_match_sum_to_size_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9317573Z test_output_match_sum_to_size_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9366532Z test_output_match_sum_to_size_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9415918Z test_output_match_svd_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9465931Z test_output_match_svd_lowrank_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9515517Z test_output_match_symeig_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9565267Z test_output_match_t_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9613567Z test_output_match_t_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9662650Z test_output_match_t_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9711791Z test_output_match_t_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9760937Z test_output_match_t_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9809474Z test_output_match_t_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9860179Z test_output_match_t_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:10.9908703Z test_output_match_take_along_dim_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:10.9957603Z test_output_match_take_along_dim_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0006543Z test_output_match_take_along_dim_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0055227Z test_output_match_take_along_dim_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0103880Z test_output_match_take_along_dim_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0152901Z test_output_match_take_along_dim_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0201757Z test_output_match_take_along_dim_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0250550Z test_output_match_take_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0299603Z test_output_match_take_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0348455Z test_output_match_take_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0397576Z test_output_match_take_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0446406Z test_output_match_take_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0495348Z test_output_match_take_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0544488Z test_output_match_take_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0594015Z test_output_match_tan_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.0643335Z test_output_match_tan_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0693010Z test_output_match_tan_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0742840Z test_output_match_tan_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0792927Z test_output_match_tan_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0843490Z test_output_match_tan_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0893812Z test_output_match_tanh_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0943279Z test_output_match_tanh_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.0993108Z test_output_match_tanh_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1042800Z test_output_match_tanh_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1092173Z test_output_match_tanh_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1141640Z test_output_match_tanh_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1192548Z test_output_match_tensor_split_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1242157Z test_output_match_tensor_split_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1291724Z test_output_match_tensor_split_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1341241Z test_output_match_tensor_split_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1390599Z test_output_match_tensor_split_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1440248Z test_output_match_tensor_split_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1489847Z test_output_match_tensor_split_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1539170Z test_output_match_tensordot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1588196Z test_output_match_tensordot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1637138Z test_output_match_tensordot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1685918Z test_output_match_tensordot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1734730Z test_output_match_tensordot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1783545Z test_output_match_tile_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1832256Z test_output_match_tile_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1881413Z test_output_match_tile_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.1930548Z test_output_match_tile_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.1979693Z test_output_match_tile_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.2028606Z test_output_match_tile_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.2077643Z test_output_match_tile_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.2127299Z test_output_match_to_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2176804Z test_output_match_to_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2226182Z test_output_match_to_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2276048Z test_output_match_to_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2325428Z test_output_match_to_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2374585Z test_output_match_to_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.2424421Z test_output_match_to_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2474173Z test_output_match_to_sparse_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2525615Z test_output_match_to_sparse_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2575754Z test_output_match_to_sparse_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2625506Z test_output_match_to_sparse_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2675373Z test_output_match_to_sparse_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2724951Z test_output_match_to_sparse_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2774070Z test_output_match_to_sparse_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.2824002Z test_output_match_topk_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2873896Z test_output_match_topk_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2923694Z test_output_match_topk_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.2973179Z test_output_match_topk_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3022726Z test_output_match_topk_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3071611Z test_output_match_trace_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3120820Z test_output_match_trace_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3169791Z test_output_match_trace_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3219127Z test_output_match_trace_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3268453Z test_output_match_trace_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3317780Z test_output_match_transpose_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3366737Z test_output_match_transpose_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3415372Z test_output_match_transpose_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3464748Z test_output_match_transpose_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3513990Z test_output_match_transpose_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3563093Z test_output_match_transpose_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3612517Z test_output_match_transpose_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3661637Z test_output_match_trapezoid_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3710633Z test_output_match_trapezoid_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3760121Z test_output_match_trapezoid_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3808878Z test_output_match_trapezoid_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.3859796Z test_output_match_trapezoid_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3909217Z test_output_match_trapezoid_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.3957967Z test_output_match_trapz_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.4006750Z test_output_match_trapz_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.4055624Z test_output_match_trapz_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.4104850Z test_output_match_trapz_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.4154467Z test_output_match_trapz_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4203588Z test_output_match_trapz_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4253118Z test_output_match_triangular_solve_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4302842Z test_output_match_tril_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4352266Z test_output_match_tril_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4401835Z test_output_match_tril_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4450832Z test_output_match_tril_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.4500305Z test_output_match_tril_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4549857Z test_output_match_tril_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4599816Z test_output_match_tril_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4649142Z test_output_match_tril_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4698852Z test_output_match_tril_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4748311Z test_output_match_triu_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4798325Z test_output_match_triu_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4848344Z test_output_match_triu_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4897618Z test_output_match_triu_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.4946859Z test_output_match_triu_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.4996090Z test_output_match_triu_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5045320Z test_output_match_triu_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5095124Z test_output_match_triu_indices_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5144808Z test_output_match_triu_indices_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5195933Z test_output_match_true_divide_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5245166Z test_output_match_true_divide_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5294624Z test_output_match_true_divide_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5343891Z test_output_match_true_divide_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5393052Z test_output_match_true_divide_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5442402Z test_output_match_true_divide_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5492401Z test_output_match_true_divide_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5541630Z test_output_match_trunc_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5591098Z test_output_match_trunc_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5640046Z test_output_match_trunc_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5689207Z test_output_match_trunc_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5738453Z test_output_match_trunc_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5787648Z test_output_match_unbind_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5837250Z test_output_match_unbind_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5886642Z test_output_match_unbind_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.5935676Z test_output_match_unbind_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.5984598Z test_output_match_unbind_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6033452Z test_output_match_unbind_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6082664Z test_output_match_unbind_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6131729Z test_output_match_unflatten_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6181422Z test_output_match_unflatten_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6230672Z test_output_match_unflatten_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6279790Z test_output_match_unflatten_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6328971Z test_output_match_unflatten_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6377931Z test_output_match_unflatten_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6426944Z test_output_match_unflatten_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6476231Z test_output_match_unfold_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6526750Z test_output_match_unfold_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6576168Z test_output_match_unfold_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6625033Z test_output_match_unfold_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6673747Z test_output_match_unfold_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6722426Z test_output_match_unfold_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6771440Z test_output_match_unfold_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.6820692Z test_output_match_uniform_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6869671Z test_output_match_uniform_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6919039Z test_output_match_unique_consecutive_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.6968074Z test_output_match_unique_consecutive_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7016894Z test_output_match_unique_consecutive_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7066261Z test_output_match_unique_consecutive_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7115650Z test_output_match_unique_consecutive_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7164494Z test_output_match_unique_consecutive_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7213541Z test_output_match_unique_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7262864Z test_output_match_unique_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7313375Z test_output_match_unique_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7362799Z test_output_match_unique_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7412444Z test_output_match_unique_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7462248Z test_output_match_unique_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7511193Z test_output_match_unsqueeze_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7560381Z test_output_match_unsqueeze_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7609583Z test_output_match_unsqueeze_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7658725Z test_output_match_unsqueeze_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7707502Z test_output_match_unsqueeze_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7756920Z test_output_match_unsqueeze_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7805655Z test_output_match_unsqueeze_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.7856473Z test_output_match_var_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7905956Z test_output_match_var_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.7955784Z test_output_match_var_mean_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.8005394Z test_output_match_var_mean_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.8054382Z test_output_match_vdot_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8103153Z test_output_match_vdot_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8153050Z test_output_match_vdot_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.8202492Z test_output_match_vdot_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8251557Z test_output_match_vdot_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8300702Z test_output_match_view_as_complex_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8349978Z test_output_match_view_as_complex_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8399445Z test_output_match_view_as_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8448558Z test_output_match_view_as_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8497838Z test_output_match_view_as_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8546890Z test_output_match_view_as_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8595965Z test_output_match_view_as_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8645269Z test_output_match_view_as_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8694715Z test_output_match_view_as_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.8744107Z test_output_match_view_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8794279Z test_output_match_view_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.8843389Z test_output_match_view_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8892806Z test_output_match_view_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8942008Z test_output_match_view_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.8992335Z test_output_match_view_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9042076Z test_output_match_view_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9091252Z test_output_match_vsplit_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9141428Z test_output_match_vsplit_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9192720Z test_output_match_vsplit_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9242550Z test_output_match_vsplit_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9291841Z test_output_match_vsplit_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9341623Z test_output_match_vsplit_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9391301Z test_output_match_vsplit_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9441027Z test_output_match_vstack_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9491235Z test_output_match_vstack_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9541687Z test_output_match_vstack_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9592038Z test_output_match_vstack_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9642594Z test_output_match_vstack_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9692658Z test_output_match_vstack_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:11.9742549Z test_output_match_vstack_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9792549Z test_output_match_where_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9844597Z test_output_match_where_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9894629Z test_output_match_where_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9944333Z test_output_match_where_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:11.9994077Z test_output_match_where_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0043337Z test_output_match_where_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0092174Z test_output_match_where_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.0141570Z test_output_match_xlogy_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0190914Z test_output_match_xlogy_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0240256Z test_output_match_xlogy_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.0289523Z test_output_match_xlogy_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.0338996Z test_output_match_xlogy_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0388520Z test_output_match_xlogy_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0438213Z test_output_match_xlogy_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0487385Z test_output_match_zero__cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.0538807Z test_output_match_zero__cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0588354Z test_output_match_zero__cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0638244Z test_output_match_zero__cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0687983Z test_output_match_zero__cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0738591Z test_output_match_zero__cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0787516Z test_output_match_zero__cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0837077Z test_output_match_zeros_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.0886373Z test_output_match_zeros_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.0935257Z test_output_match_zeros_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.0984394Z test_output_match_zeros_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.1033196Z test_output_match_zeros_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.1081783Z test_output_match_zeros_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.1131456Z test_output_match_zeros_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.1180377Z test_output_match_zeros_like_cpu_bool (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.1229144Z test_output_match_zeros_like_cpu_float16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.1277942Z test_output_match_zeros_like_cpu_float32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.004s) 2022-09-27T16:00:12.1327120Z test_output_match_zeros_like_cpu_int16 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.1377071Z test_output_match_zeros_like_cpu_int32 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.1426948Z test_output_match_zeros_like_cpu_int64 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.1477206Z test_output_match_zeros_like_cpu_uint8 (__main__.TestConsistencyCPU) ... skip: MPS is not available (0.005s) 2022-09-27T16:00:12.1478015Z 2022-09-27T16:00:12.1478471Z ---------------------------------------------------------------------- 2022-09-27T16:00:12.1478937Z Ran 2843 tests in 14.598s 2022-09-27T16:00:12.1479152Z 2022-09-27T16:00:12.1479279Z OK (skipped=2843) 2022-09-27T16:00:12.1479393Z 2022-09-27T16:00:12.1479480Z Generating XML reports... 2022-09-27T16:00:12.5151751Z Generated XML report: test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927155957.xml 2022-09-27T16:00:13.0522235Z Running test_unary_ufuncs ... [2022-09-27 16:00:13.051857] 2022-09-27T16:00:13.0522749Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:00:13.051940] 2022-09-27T16:00:15.7917836Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-09-27T16:00:15.8496160Z 2022-09-27T16:00:15.8496260Z Running tests... 2022-09-27T16:00:15.8497338Z ---------------------------------------------------------------------- 2022-09-27T16:00:16.3222296Z test_abs_angle_complex_to_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:00:16.3223087Z torch_fn(t, out=float_out) 2022-09-27T16:00:17.3315106Z ok (1.089s) 2022-09-27T16:00:17.3358894Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:685: UserWarning: An output with one or more elements was resized since it had shape [1], which does not match the required output shape [60]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:00:17.3360469Z torch_fn(t, out=float_out) 2022-09-27T16:00:17.3422318Z ok (0.010s) 2022-09-27T16:00:17.3542987Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:17.6101826Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-09-27T16:00:17.7414862Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-09-27T16:00:17.8531728Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.111s) 2022-09-27T16:00:17.8547301Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:20.3455324Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (2.490s) 2022-09-27T16:00:23.0558582Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (2.710s) 2022-09-27T16:00:23.0849676Z 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-09-27T16:00:23.0850597Z result = torch.complex(real, imag) 2022-09-27T16:00:25.7735631Z ok (2.717s) 2022-09-27T16:00:28.4960575Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (2.722s) 2022-09-27T16:00:30.2461800Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (1.749s) 2022-09-27T16:00:31.9879614Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (1.741s) 2022-09-27T16:00:33.9323677Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (1.944s) 2022-09-27T16:00:36.4906679Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (2.558s) 2022-09-27T16:00:36.5039616Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:36.5163450Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:36.5281617Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:36.5399293Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:36.5561232Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:36.6021552Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:00:36.7150031Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:00:36.8207233Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:00:36.8359372Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:36.8522344Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:36.8715414Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:36.8930896Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:36.9116995Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:36.9315205Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:36.9517434Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:36.9757201Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:37.0020069Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:37.0964034Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:00:37.1940750Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:00:37.2168075Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:37.2515757Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:00:37.2749552Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:37.3012401Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:37.3259019Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:37.3490873Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:37.3731892Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:37.3865342Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:37.4076606Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:37.4447437Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:00:37.4695845Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:37.4925341Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:37.5051727Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:37.5203047Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:37.5381153Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:37.5576872Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:37.5744207Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:37.5929295Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:37.6116157Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:37.6271259Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:37.6500870Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:37.7632133Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-09-27T16:00:37.8287787Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:00:37.8444342Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:37.8623464Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:37.8822998Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:37.9024260Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:37.9200818Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:37.9398629Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:37.9592490Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:37.9836913Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:38.0119552Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:38.1090865Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:00:38.2079761Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:00:38.2322088Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:38.2687575Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:00:38.2939690Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:38.3211136Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:38.3463783Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:38.3716102Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:38.3976469Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:38.4123829Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:38.4347024Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:38.5411335Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:00:38.5877987Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:00:38.6022890Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:38.6182004Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:38.6376643Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:38.6571918Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:38.6756980Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:38.6959748Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:38.7153476Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:38.7446857Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:00:38.7707066Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:38.8947004Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:00:38.9514329Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:00:38.9801748Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:39.0102093Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:00:39.0342532Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:39.0594824Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:39.0838016Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:39.1087278Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:39.1279116Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:39.1387025Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:39.1576267Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:39.1726709Z test_batch_vs_slicing_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_methods_invocations.py:13754: 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-09-27T16:00:39.1727678Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-09-27T16:00:39.1818513Z ok (0.024s) 2022-09-27T16:00:39.2136911Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:39.2324889Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:39.2557165Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:39.2691472Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:39.2839378Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:39.3001201Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:39.3166607Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:39.3315821Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:39.3482374Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:39.3658348Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:39.3774148Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.3894315Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.4020845Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.4129878Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:39.4243462Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.4359346Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.4471799Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.4568505Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:39.4755330Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:39.5047127Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:39.5176939Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.5357937Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:39.5456715Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:39.5574900Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.5699370Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.5824102Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.5928169Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:39.6050563Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.6174423Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.6285084Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:39.6406818Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.6589228Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:39.6717192Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.6905289Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:39.7002304Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:39.7120299Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:39.7245738Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.7479597Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:39.9722348Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:00:39.9849164Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:39.9946246Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.0077275Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.0211067Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:40.0362778Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:40.0493653Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.0635025Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:40.0757858Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.0880500Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.1001429Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:40.1207421Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:40.1444782Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:40.1714384Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:40.2027229Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:40.2301008Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:40.2580219Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:40.2752208Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:40.2960577Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:40.3144472Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:40.3376013Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:40.3570068Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:40.3767915Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:40.3972236Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:40.4099191Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.4232929Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:40.4414961Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:40.4709706Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:00:40.4844625Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:40.5028033Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:40.5127477Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.5248139Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:40.5375502Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.5503940Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.5611624Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:40.5710128Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.5835766Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.5943676Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:40.6041935Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.6295498Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:40.6672985Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:00:40.6921952Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:40.7112920Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:40.7208653Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.7321756Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:40.7424618Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:40.7540642Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:40.7621802Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:00:40.7719958Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.7818851Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.8141275Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:00:40.8241135Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.8511442Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:40.8866072Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:00:40.9078104Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:40.9257754Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:40.9366954Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:40.9496355Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:40.9609462Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:40.9711759Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:40.9795147Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:00:40.9891006Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:40.9987680Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:41.0152550Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:41.0395032Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:41.1250598Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:00:41.2053782Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:00:41.2203720Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:41.2393055Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:41.2590187Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:41.2783793Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:41.2974849Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:41.3174290Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:41.3369437Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:41.3528210Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:41.3766933Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:41.4618518Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:00:41.5241453Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:00:41.5401056Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:41.5621971Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:41.5826176Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:41.6039697Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:41.6235820Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:41.6447834Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:41.6651933Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:41.6817109Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:41.7062237Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:41.7345055Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:41.7518176Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:41.7703445Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:41.7925813Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:41.8161951Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:41.8378328Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:41.8601995Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:41.8822046Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:42.8323853Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.949s) 2022-09-27T16:00:42.8582154Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:42.9036481Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:00:42.9594746Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:00:42.9852952Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:43.0143018Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:43.0427603Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:43.0688569Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:43.0965344Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:43.1116866Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:43.1303628Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:43.1532080Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:43.1894042Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:00:43.2099483Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:43.2342655Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:43.2487637Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:43.2607163Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:43.2769123Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:43.2942512Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:43.3102227Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:43.3271909Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:43.3443824Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:43.3635365Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:43.3873803Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:43.4042881Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:43.4224961Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:43.4426124Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:43.4638229Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:43.4827934Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:43.5038388Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:43.5239293Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:43.5510848Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:43.5741685Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:43.5898996Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:43.6067321Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:43.6280682Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:43.6493663Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:43.6676148Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:43.6878664Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:43.7077254Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:43.7589058Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:00:43.7940326Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:00:43.8085658Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:43.8259390Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:43.8579046Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:43.8920900Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:00:43.9238955Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:43.9594822Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:00:43.9798687Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:43.9969160Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:44.0190490Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:44.0460646Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:44.0610661Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:44.0843824Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:44.1037131Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:44.1246394Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.1437850Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:44.1638980Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:44.1843435Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.1988015Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:44.2221239Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:44.2618283Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:00:44.2857262Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:44.3014217Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:44.3187404Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:44.3393003Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.3597333Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.3784057Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:44.3994408Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.4204979Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.4365710Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:44.4594322Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:44.4745782Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:44.4932610Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:44.5133131Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:44.5343262Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.5527803Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:44.5730372Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.5933801Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.6178031Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:44.6364106Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:44.6724603Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:00:44.7248081Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:00:44.7608116Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:00:44.7944653Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:00:44.8190020Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:44.8466899Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:44.8703328Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:44.8934767Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:44.9130829Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:44.9333271Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:44.9533411Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:44.9690220Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:44.9943972Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:45.0320343Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:00:45.0653645Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:00:45.0823975Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.1044835Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:45.1151368Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:45.1319802Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.1490096Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.1667733Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:45.1829504Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.1991039Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:45.2162145Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.2308784Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:45.2435295Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:45.2604280Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.2733952Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:45.2881082Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:45.3001307Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:45.3124843Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:45.3249077Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:45.3395106Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:45.3615783Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:45.3744803Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:45.3896310Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:45.3909109Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:45.3919663Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:45.3930608Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:45.3941579Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:00:45.4088537Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:45.4266658Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:45.4506363Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:45.4690854Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:45.4881924Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:45.5030649Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:45.5189290Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:45.5357035Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:45.5529664Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:45.5685559Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:45.5865512Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:45.6022674Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:45.6537139Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:00:45.7125718Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:00:45.7638071Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:00:45.8233456Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:00:45.8793016Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:00:45.9412958Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:00:46.0045767Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:00:46.0745800Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:00:46.1310557Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:00:46.1524851Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:46.1850375Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:00:46.2030566Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:46.2156446Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:46.2310280Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:46.2503321Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:46.2647271Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:46.2847287Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:46.2964391Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.3099542Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:46.3235746Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:46.3337889Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:46.3452677Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.3592268Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:46.3731568Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:46.3925474Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:46.4046755Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.4454976Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:00:46.5091786Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:00:46.5474949Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:00:46.5764175Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:46.5940001Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:46.6111738Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:46.6234150Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:46.6354034Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.6455946Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:46.6577667Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.6698257Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.6849914Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:46.6967712Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.7270208Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:00:46.7760399Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:00:46.8022824Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:46.8260947Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:46.8398161Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:46.8542777Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:46.8660831Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.8778216Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.8875227Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:46.8994496Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.9109593Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.9217960Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:46.9335159Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:46.9544115Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:46.9675730Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:46.9869825Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:46.9965918Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.0086264Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.0208578Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:47.0328939Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.0429863Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.0550492Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.0668432Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.0778512Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:47.0897462Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.1090940Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:47.1185117Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.1300041Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.1419035Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.1539987Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.1636436Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.1754937Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.1871722Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.1976793Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:47.2094714Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.2275861Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:47.2368220Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.2478200Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:47.2596404Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.2716218Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.2809505Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.2929728Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.3048561Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.3153495Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:47.3274957Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.3536326Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:47.3895546Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:00:47.4080078Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:47.4261593Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:47.4356703Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.4475286Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.4596412Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.4715701Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.4815455Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:00:47.4936084Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.5057138Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:47.5074655Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5090410Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5104565Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5118975Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5132734Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5146593Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5160491Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5174072Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5188018Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5202552Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5216794Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5231189Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:00:47.5488613Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:47.5816831Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:00:47.6057681Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:47.6505697Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:00:47.6823902Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:47.7130814Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:00:47.7414611Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:47.7726756Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:47.8021010Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:00:47.8196266Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:47.8590307Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:00:47.9314041Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:00:47.9787344Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:00:47.9956221Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:48.0151144Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:48.0420642Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:48.0686068Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:48.0924494Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.1176006Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:48.1440995Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:48.1605617Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:48.1839327Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.1999187Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:48.2182047Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:48.2452108Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:48.2701509Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:48.2940890Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.3179101Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.3383424Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:48.3564229Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:48.3958266Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:00:48.4679164Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:00:48.5166595Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:00:48.5310023Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:48.5527711Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:48.5792368Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:48.6033556Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.6253817Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:48.6491570Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.6751226Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:48.6903993Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:48.7290298Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:00:48.8037909Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:00:48.8561646Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:00:48.8714031Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:48.8877036Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:48.9116782Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.9357619Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:48.9589127Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:48.9853162Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:49.0094543Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:49.0222492Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:49.0344895Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:49.0528525Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:49.0663002Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.0869726Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:49.0971771Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:49.1091605Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:49.1216486Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:49.1343760Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:49.1454542Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:49.1575448Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:49.1695328Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:49.1882227Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:49.2428469Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:00:49.2608586Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:49.2825615Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:49.3603479Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:00:49.4356259Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:00:49.5099877Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:00:49.5850653Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:00:49.6597706Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:00:49.6732000Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.6866101Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.7077112Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:49.7391050Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:49.7532776Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.7727890Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:49.7838840Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:00:49.7971457Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.8108315Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.8240857Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.8317097Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:00:49.8450612Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.8585035Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:49.8940281Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:00:49.9266346Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:00:49.9753777Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:00:50.0137817Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:00:50.0533287Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:00:50.0913050Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:00:50.1311137Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:00:50.1692623Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:00:50.2371757Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:00:50.2990492Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:00:50.4028649Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:00:50.4650477Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:00:50.5286510Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:00:50.5896670Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:00:50.6525466Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:00:50.7150809Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:00:50.7898340Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:00:50.8504214Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:00:50.9550258Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:00:51.0209515Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:00:51.0870452Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:00:51.1521494Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:00:51.2191691Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:00:51.2859027Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:00:51.3021277Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:51.3154533Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.3387072Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:51.3525369Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.3687504Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:51.3821511Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.3958063Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.4072776Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:51.4198797Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:51.4324830Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:51.4457122Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.4723930Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:51.5070714Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:00:51.5265323Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:51.5492200Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:51.5621127Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:51.5769882Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:51.5893176Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:51.6019879Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:51.6134458Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:51.6251527Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:51.6369051Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:00:51.6526984Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:51.6683228Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:51.6863377Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:51.7020909Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:51.7168673Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:51.7359971Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:51.7495168Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.7625345Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:51.7776058Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:51.7918624Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:51.8053505Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.8218397Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:51.8390360Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:51.8538345Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:51.8724085Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:51.8880438Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:51.9026701Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:51.9162240Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.9297232Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:51.9484257Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:00:51.9690323Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:51.9913668Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:52.0111194Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:52.0427408Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:52.0607381Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:52.0749416Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.0908141Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:52.1056113Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.1202528Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.1367176Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:52.1505742Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.1648028Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.1778839Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.1906123Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.2032901Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.2161642Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.2295830Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.2448667Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:52.2577803Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.2711766Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.2840145Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.2965131Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:52.3101098Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.3113858Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:00:52.3126096Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:00:52.3135605Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:00:52.3285731Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.3436810Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.5475355Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:00:52.5855149Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:00:52.6114695Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:52.6306971Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:00:52.6454770Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.6632063Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:52.6806653Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:52.6972351Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:52.7194171Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:00:52.7335344Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.7468939Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:52.7618182Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:52.7845342Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:52.8292637Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:00:52.8662883Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:00:52.9041200Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:00:52.9301296Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:52.9582456Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:52.9861313Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:53.0167972Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:00:53.0444985Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:53.0733909Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:53.1019517Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:53.1223571Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:00:53.2260932Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:00:53.2934261Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:00:53.3101718Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:00:53.3332746Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:00:53.3583064Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:53.3839030Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:53.4080314Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:53.4335501Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:00:53.4583492Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:53.4733641Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:53.4886123Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:53.5066450Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:00:53.5210999Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:53.5368911Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:00:53.5500132Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:00:53.5637241Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:00:53.5783829Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:00:54.5289787Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.950s) 2022-09-27T16:00:54.5558257Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:54.6001597Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:00:54.6544597Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:00:54.6810270Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:54.7098258Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:54.7367610Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:00:54.7647305Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:54.7939744Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:54.8231584Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:54.8523957Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:54.8771444Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:00:54.9085174Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:00:54.9375776Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:00:54.9685561Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:00:54.9982572Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:00:55.0261679Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:00:55.0503255Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:00:55.5927155Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.542s) 2022-09-27T16:00:55.8338756Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:00:56.3951466Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.561s) 2022-09-27T16:00:56.9611300Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.565s) 2022-09-27T16:00:57.1994156Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:00:57.4665354Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-09-27T16:00:57.7321176Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-09-27T16:00:57.9704259Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-09-27T16:00:58.3702802Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.399s) 2022-09-27T16:00:58.9067480Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.536s) 2022-09-27T16:00:59.1478052Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:00:59.7041023Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.556s) 2022-09-27T16:01:00.2604815Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.556s) 2022-09-27T16:01:00.4999306Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:01:00.7683036Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.268s) 2022-09-27T16:01:01.0349797Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-09-27T16:01:01.2747492Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:01:01.6785677Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.403s) 2022-09-27T16:01:02.2322132Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.553s) 2022-09-27T16:01:02.4749501Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-09-27T16:01:03.0368167Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.561s) 2022-09-27T16:01:03.5972495Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-09-27T16:01:03.8378618Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:01:04.1138409Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.275s) 2022-09-27T16:01:04.3827272Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.268s) 2022-09-27T16:01:04.6230678Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-09-27T16:01:05.0257972Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.402s) 2022-09-27T16:01:05.0363524Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:05.0576664Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:05.0889382Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:05.1040998Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:05.1234928Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:05.1331508Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.1444286Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:05.1557667Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:05.1656877Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.1732611Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:05.1824991Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.1917055Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.2083568Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:05.2334886Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:05.2610937Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:05.2779317Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:05.2955989Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:05.3173627Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:05.3397045Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:05.3600201Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:05.3831571Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:05.4064012Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:05.4170162Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:05.4270807Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.4481403Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:05.4809024Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:05.4981673Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:05.5160925Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:05.5281156Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:05.5402761Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:05.5503394Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.5603827Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.5682804Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:05.5777564Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.5872872Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:05.6001849Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:05.6205483Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:05.6501712Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:05.6750609Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:05.6962113Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:05.7107901Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:05.7271381Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:05.7457432Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:05.7657358Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:05.7834140Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:05.8012675Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:05.8199882Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:05.8347413Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:05.8483494Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:05.8648170Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:05.8778215Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:05.8926397Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:05.9045473Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:05.9168018Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:05.9289846Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:05.9442871Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:05.9603928Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:05.9771136Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:05.9948231Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.0083784Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.0240001Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:06.0420362Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.0567000Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:06.0724416Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:06.0880475Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:06.1084943Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:06.1519357Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:01:06.1805933Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:06.1946303Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.2095619Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:06.2271176Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.2453726Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:06.2628510Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.2803943Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.2978122Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.3110089Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.3244768Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.3530905Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:06.4062641Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:01:06.4260044Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:06.4518840Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:06.4659746Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.4817236Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:06.4942936Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:06.5068593Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:06.5174254Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:06.5286806Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:06.5415339Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:06.5533347Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:06.5666108Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.5845130Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:06.5985382Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.6179165Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:06.6287936Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:06.6417923Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:06.6519700Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:06.6654915Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.6767354Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:06.6899595Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.7036328Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.7179126Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:06.7400573Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:06.7795207Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:01:06.8031313Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:06.8167350Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.8366595Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:06.8555904Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:06.8746058Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:06.8935136Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:06.9126558Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:06.9313116Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:06.9446187Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.9580236Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:06.9828938Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:06.9972071Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:07.0280375Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:07.0419192Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:07.0549786Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:07.0664021Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.0779613Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.0905419Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:07.1005094Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:07.1118823Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.1300593Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:07.1394535Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:07.1512208Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.1630097Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.1749496Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.1847613Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:07.1965648Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.2077089Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:07.2224000Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:07.2461272Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:07.3307038Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:01:07.3893833Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:01:07.4054081Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:07.4217753Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:07.4415758Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:07.4612446Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:07.4801064Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:07.5023628Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:07.5224062Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:07.5496379Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:07.5750533Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:07.6658396Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:01:07.7263640Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:01:07.7506098Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:07.7840475Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:07.8075446Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:07.8321781Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:07.8549973Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:07.8810106Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:07.9040369Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:07.9200129Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:07.9425740Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:08.0289742Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:01:08.0955776Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:01:08.1121844Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:08.1329009Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:08.1531554Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:08.1734823Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:08.1920115Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:08.2119864Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:08.2320949Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:08.2676715Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:08.3387460Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:01:08.4465632Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:01:08.5166362Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:01:08.5962986Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:01:08.6732304Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:01:08.7447722Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:01:08.8291163Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:01:08.8549405Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:08.8842563Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:08.9242328Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:01:08.9568829Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:08.9895741Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:09.0217606Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:09.0561943Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:09.0899052Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:09.1173008Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:09.1448754Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:09.1821824Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:09.2148970Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:09.2487102Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:09.2813868Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:09.3133298Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:09.3418254Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:09.3708164Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:09.3928804Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:09.4244578Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:09.4513830Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:09.4802885Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:09.5090570Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:09.5382972Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:09.5712768Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:09.5987861Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:09.6211323Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:09.6525048Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:09.6791953Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:09.7076383Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:09.7346852Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:09.7612342Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:09.7932999Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:09.8132623Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:09.8375900Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:09.8556931Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:09.8805618Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:09.9031719Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:09.9272540Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:09.9491081Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:09.9719703Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:09.9934346Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:10.0200957Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:10.0508984Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:10.0837118Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:10.1181515Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:10.1562671Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:10.1926584Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:01:10.2271172Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:10.2554470Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:10.3027366Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:01:10.3563906Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:10.4027828Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:01:10.4506279Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:01:10.5014101Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:01:10.5575000Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:10.6116708Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:10.6628387Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:01:10.7139516Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:01:10.7535907Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:01:10.7858768Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:10.8454402Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:01:10.8814397Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:10.9202579Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:10.9575696Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:10.9935388Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:11.0293939Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:11.0647599Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:11.0921986Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:11.1394099Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:01:11.1710334Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:11.2062110Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:11.2402648Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:11.2721738Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:11.3044264Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:11.3365725Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:11.3740661Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:11.4211457Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:01:11.4623002Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:11.5070496Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:01:11.5502861Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:01:11.5913000Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:11.6347050Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:01:11.6925345Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:01:11.7431231Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:01:11.8026147Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:01:11.8575086Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:11.9181927Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:01:11.9769040Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:01:12.0319840Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:12.0872589Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:12.1452110Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:01:12.1957665Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:01:12.2562018Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:01:12.3143039Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:01:12.3753991Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:01:12.4350549Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:01:12.4904104Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:12.5455323Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:12.6022759Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:01:12.6374606Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:12.6781024Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:12.7163828Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:12.7584916Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:01:12.7987288Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:12.8370694Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:12.8905218Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:12.9390701Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:01:12.9725042Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:13.0130991Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:13.0502636Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:13.0911771Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:13.1305208Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:01:13.1677944Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:13.2188505Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:01:13.2507288Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:13.2884524Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:13.3187183Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:13.3474738Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:13.3818245Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:13.4162893Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:13.4499976Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:13.4845390Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:13.5191157Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:13.5424396Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:13.5742890Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:13.6068571Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:13.6244928Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:13.6429280Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:13.6598306Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:13.6782244Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:13.6959640Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:14.6471174Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.950s) 2022-09-27T16:01:14.6737552Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:14.7181981Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:01:14.7718909Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:14.7984494Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:14.8276227Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:14.8550313Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:14.8822221Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:14.9106326Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:14.9618945Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:01:14.9941644Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:15.0322255Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:15.0679281Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:15.1068630Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:15.1447893Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:15.1805428Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:15.2292857Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:01:15.2816651Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:01:15.3142739Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:15.3534020Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:15.3898337Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:01:15.4302715Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:15.4678408Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:01:15.5039919Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:15.5529387Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:01:15.5781250Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:15.5992733Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:15.6296234Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:15.6554756Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:15.6832404Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:15.7093096Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:15.7354749Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:15.7614551Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:15.7750887Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:15.8016546Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:15.8446838Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:01:15.8803662Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:15.8944307Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:15.9126984Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:15.9334222Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:15.9539688Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:15.9735775Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:15.9941982Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:16.0142300Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:16.0275480Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:16.0495046Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:16.0791276Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:16.1054839Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:16.1426336Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:01:16.1563177Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:16.1719949Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:16.1911080Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:16.2102415Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:16.2274165Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:16.4332844Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-09-27T16:01:16.4477979Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:16.4644522Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:16.4881410Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:16.5790452Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:01:16.6442188Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:01:16.6607072Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:16.6782851Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:16.6987318Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:16.7193605Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:16.7380056Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:16.7579665Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:16.7781920Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:16.7944704Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:16.8172030Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:16.9073876Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:01:16.9708798Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:01:16.9861162Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:17.0031861Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:17.0226484Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:17.0426530Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:17.0607610Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:17.0811940Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:17.1011735Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:17.1150838Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:17.1294911Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:17.1467302Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:17.1600248Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:17.1734797Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:17.1849863Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:17.1971462Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:17.2092863Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:17.2332902Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:17.2844902Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:01:17.3178870Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:01:17.3507454Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:17.3835929Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:17.4157434Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:17.4479299Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:17.4805538Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:17.5128837Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:17.5150736Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5169488Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5187055Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5204546Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5223859Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5243092Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5263230Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5283098Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5302517Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5321539Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5340370Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5359309Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5378111Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5397085Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5415721Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5434509Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5452192Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5471444Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5491407Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5510639Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5529566Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5547953Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5565460Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5583168Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5600906Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5618734Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5637725Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5658363Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5677326Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5696997Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5715764Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5735021Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5754248Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5772080Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5789448Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5806767Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5824067Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5841620Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5859992Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5878420Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5898234Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5918177Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.5937064Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5956171Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5974659Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.5992686Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6010877Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6029323Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6047786Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6066085Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6083359Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6102516Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6122119Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6141029Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6159978Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6180324Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6198726Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6216209Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6233934Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6251420Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6269895Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6288540Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6308607Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6328442Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6347770Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6367083Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6386072Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6404799Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6423456Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6442214Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6461001Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6479903Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6497676Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6517296Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6538632Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6557893Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6577144Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6608104Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6614427Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6631901Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6650401Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6668031Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6686654Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6706825Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6726263Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6745582Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6764901Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.6783696Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6802511Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6821520Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6840042Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6858025Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6875755Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6893599Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6911849Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6929650Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6946388Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6963700Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6980757Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.6998167Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7015448Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7033691Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7050860Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7069421Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7088417Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7107147Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7125699Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7143739Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7162630Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7180517Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7197908Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7217563Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.7235071Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7252937Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7270732Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7287394Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7305790Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7324888Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7343150Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7360926Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7379520Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7397307Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7414414Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7431125Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7448065Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7464960Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7483261Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7501577Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7520358Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7538441Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7555463Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7572154Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7589190Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7606430Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7624918Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7643763Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7663702Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.7683699Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.7703836Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.7725030Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.7744181Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7763551Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7782237Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7801035Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7819682Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7838737Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7857438Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7875609Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7892869Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7911157Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7930146Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7948530Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7966533Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.7984625Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8003222Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8021185Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8038687Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8055782Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8073053Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8090287Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8108689Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8125822Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8145299Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8165324Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8185291Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8204615Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8223084Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8244339Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8262285Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8279488Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8296287Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8313703Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8330631Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8348649Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8365678Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8384795Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8404746Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8424922Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8443924Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8462160Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8481057Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8498800Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8515928Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8532799Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8549855Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8566966Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8585923Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8604479Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8624493Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8644544Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8664024Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8683503Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8702309Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8721255Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8740041Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8761583Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8780371Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8799503Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8818316Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8838311Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8858347Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.8877661Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8896779Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8915511Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8934074Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8952827Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8971761Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.8990497Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9009294Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9027042Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9045387Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9064001Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9083147Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9101689Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9119725Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9137531Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9155713Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9174399Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9194600Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.9211710Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9230345Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9249702Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9267878Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9290858Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.9308440Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9326176Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9343818Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9361773Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9379494Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9398341Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9417595Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9436889Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9457099Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9477055Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9495995Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9515062Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9533096Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9551075Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9569365Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9587318Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9606309Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9625701Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9645218Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9665212Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9685120Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9704774Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9724578Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9745115Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.9765390Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9785710Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9806136Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.9828740Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.9848986Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:17.9868779Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9888236Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9907358Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9927125Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9946087Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9965652Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:17.9984488Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0005248Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0025166Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0044548Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0063853Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0083671Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0103591Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0123052Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0142218Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0159564Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0177752Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0196787Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0216662Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0234922Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0252528Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0270209Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0287986Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0306097Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0324246Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0342668Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0363997Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0383750Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0403087Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0422004Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0440677Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0459464Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0478231Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0496432Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0515321Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0533604Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0552200Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0571327Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0590037Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0608508Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0626894Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0645285Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0663839Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0682359Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0701233Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0718076Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0737378Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0757650Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0777493Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0796526Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0814700Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0833634Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0851164Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0868656Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0887740Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.0904979Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0922215Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0939890Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0957362Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0975972Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.0995002Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1014096Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1032562Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1050959Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1069489Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1087622Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1105672Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1122965Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1140178Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1157452Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1175183Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1193134Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1212031Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1229734Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1246960Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1263900Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1281049Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1298203Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1316509Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1334527Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1353148Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1371955Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1393958Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.1413059Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1432463Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.1452651Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.1472102Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1490560Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1509884Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.1529794Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1549015Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1567987Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1587377Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1605706Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1623450Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1641244Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1659380Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1677194Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1695374Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1714384Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1732552Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1752686Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1770863Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1788898Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1807213Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1825283Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1843507Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1863917Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.1883195Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1902233Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1923124Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.1940887Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1960182Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1979607Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.1998062Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2015903Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2034547Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2052494Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2069190Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2086171Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2103381Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2120445Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2138371Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2155909Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2174908Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2194821Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2214043Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2232733Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2251460Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2270309Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2288342Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2306003Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2323371Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2340777Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2358366Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2376327Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2393906Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2413032Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2434345Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.2454791Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2473436Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2491541Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2510493Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2528444Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2545702Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2562765Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2580321Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2597211Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2614627Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2631669Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2650145Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2669013Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2687184Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2705450Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2724408Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2741531Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2759081Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2775824Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2792905Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2810181Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2827701Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2844781Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2862556Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2881418Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2899997Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2917637Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2937055Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.2954091Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2971272Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.2988414Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3006585Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3023750Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3041523Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3059364Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3078333Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3095504Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3112548Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3129520Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3146666Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3163825Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3181393Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3198546Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3217353Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3236417Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3254862Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3273076Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3290750Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3309266Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3327039Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3344218Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3361111Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3378908Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3395757Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:18.3410962Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3427986Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3443229Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3458699Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3474196Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3489710Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3505036Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3520910Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3535838Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3551154Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3566679Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.3581886Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:18.4195106Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:01:18.4605911Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:18.5044266Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:01:18.5456034Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:01:18.5840926Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:18.6208515Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:01:18.6566500Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:18.6968066Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:18.7004412Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7034184Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.7065310Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7095543Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7128667Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7165552Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7223315Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:18.7274567Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:18.7306490Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7341372Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7377743Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7414127Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7447109Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7483065Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7518082Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7555946Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7594356Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7676400Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:18.7756695Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:18.7792025Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7837537Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.7875287Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7913147Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7947175Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.7985358Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8023804Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8055213Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8093561Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8141999Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.8179733Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8225092Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.8254664Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.8287351Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8319993Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8353934Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8383492Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:18.8416003Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8449465Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8481496Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8516666Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8572428Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:18.8618006Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.8648506Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8681371Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8715317Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8749409Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8779723Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8813857Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8847934Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8885856Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.8924912Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9007032Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:18.9085822Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:18.9122265Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9167117Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.9207642Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.9247128Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9281818Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9319476Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9356949Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9389048Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9426594Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9481974Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:18.9526204Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.9557138Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9591752Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9625500Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9660969Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9693250Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9726530Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9761038Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9801704Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:18.9838783Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:18.9935832Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:18.9996169Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:19.0035624Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0078454Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.0115612Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0152867Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0187024Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0224279Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0256960Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0287627Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0323508Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0366047Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.0430763Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.0469518Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0515740Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.0546023Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0578690Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0612366Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0645687Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0675506Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0708950Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0742066Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.0772055Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0801752Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0831674Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0857131Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0886635Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0915140Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0943833Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.0973470Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1012671Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1073725Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.1105401Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1146211Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.1172864Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1203447Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1233092Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1262719Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1290735Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1319878Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1348900Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1376542Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1405725Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1445099Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1476955Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1518337Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.1545575Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1575789Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1605283Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1634312Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1659779Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1688682Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1717275Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1748154Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1777945Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1809873Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1840018Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.1869263Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1894896Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1923576Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1952057Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.1985479Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2020110Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2064186Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.2129922Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.2168461Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2221206Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:19.2253644Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2289178Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2323485Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2359487Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2391073Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2425329Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2459351Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2487658Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2516446Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2554794Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2615452Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.2647370Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2688036Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.2714216Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2743838Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2773100Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2802860Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2829052Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2858435Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2888066Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2919546Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.2949178Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.2993805Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.3060546Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.3097622Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3142068Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.3171692Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3205991Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3235215Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3264265Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3289436Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3318136Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3346694Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3376996Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3406389Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3449458Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.3516283Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.3553058Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3597796Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.3627445Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3660204Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3690104Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3719034Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3744474Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3773282Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3802115Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.3833703Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3868576Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.3921110Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:19.3967302Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.3999720Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4034144Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4069271Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4103878Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4134505Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4170544Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4204697Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4238180Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4273812Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4348751Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:19.4406934Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:19.4439409Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4475247Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4510373Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4545477Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4577015Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4611851Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4646128Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4677560Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4711372Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4758444Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.4788137Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.4820762Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4853244Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4886528Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4916080Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.4948959Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.4984101Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5480982Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:01:19.5523197Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.5571885Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.5626382Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:19.5664953Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5706807Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.5742345Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5782885Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5822790Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5854392Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5888172Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.5930177Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.5998278Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.6034211Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6083348Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.6114293Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6146684Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6180023Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6213139Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6243093Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.6275480Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6307785Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6340634Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6375624Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6406281Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6438950Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6472112Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6506600Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6537920Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6571349Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6605210Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6638953Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6674858Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6706841Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6740742Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6774601Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6809017Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6840133Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6875752Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6909200Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6945852Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.6987107Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.7016958Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7050587Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7092337Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.7134741Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.7172461Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7212897Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.7247039Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7279547Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7314437Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7362398Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.7394107Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7432088Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7466322Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7500721Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7531536Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7566080Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7599611Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7631476Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7666591Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7713533Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.7751334Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7781544Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.7814373Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7847669Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7881712Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7911511Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7945756Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.7978724Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8010172Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8045213Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8074876Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.8108105Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8141795Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8174697Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8205631Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8239145Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8272797Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8303892Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8333702Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.8378873Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.8453246Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:19.8492842Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8540942Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.8572417Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8606330Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8637709Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8669576Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8700935Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8731206Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8761322Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8792489Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8827005Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.8869216Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.8934548Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:19.8970123Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9015728Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.9045330Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9078156Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9111254Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9144695Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9174588Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9207297Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9239146Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9270092Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9299206Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9330856Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9360411Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9389292Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9414577Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9443654Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9474563Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9506621Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9551885Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.9581463Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:19.9613920Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9649916Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9697192Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.9729446Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9765225Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9795835Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9828730Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9870811Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.9906713Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:19.9949864Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:19.9979528Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0012881Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0045421Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0077981Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0107534Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0139402Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0171715Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0207142Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0247253Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0282567Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0321876Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0359688Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0398152Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0433081Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0470786Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0508754Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0550012Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.0615215Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:20.0650062Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0679863Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0709046Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0747067Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0781555Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.0824945Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.0851585Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0881523Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0911149Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0940066Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0965492Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.0994395Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1023509Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1052189Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1082312Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1124587Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.1193677Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:20.1229233Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1273425Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.1300484Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1332616Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1362661Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1391904Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1417795Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1446985Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1475694Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1503434Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1531837Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1572522Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.1640911Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:20.1674250Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1716089Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.1742632Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1773105Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1802089Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1830812Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1857768Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1888353Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.1917256Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1946046Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.1974631Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2013541Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.2045706Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.2086638Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.2112925Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2141820Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2170749Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2199835Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2225613Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2254961Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2285136Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.2313722Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2343395Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2384732Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.2410996Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2440966Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.2470165Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2501110Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.2526917Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2556210Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2584688Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2612247Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2640815Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2681857Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.2707879Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2737147Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2766441Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2795394Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2820664Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2849089Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2877616Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2905124Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2934495Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.2973239Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3035222Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:20.3067068Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3107477Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.3133999Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3163684Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3193730Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3236164Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3249449Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3277705Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3306403Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.3323851Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3342847Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3359932Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3376718Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3393876Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3411145Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3428790Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3446328Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3463469Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3481007Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3497727Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3514641Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:20.3548725Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3585616Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3617268Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3653414Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3688051Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3724885Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3757872Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3793474Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3828256Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3860265Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.3904014Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.3954055Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.3994671Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.4025307Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4059074Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4094861Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4131062Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4168262Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4203708Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4239595Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4270619Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4305888Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4336979Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4370926Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4405962Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4441701Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4474642Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4510414Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4543670Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4575534Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4618646Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.4669165Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.4710247Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.4741691Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4775126Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4811393Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4847530Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4879866Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4915489Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4949861Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.4985010Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5028281Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.5078741Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.5119218Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.5148943Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5184281Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5220048Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5256128Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5289641Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5325280Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5360268Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5389632Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5419291Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5458075Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5489894Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5533845Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.5560911Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5590153Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5619632Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5648462Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5674174Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5702621Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5730911Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.5763395Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5809568Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.5839517Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5872012Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.5922687Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:20.5973969Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:20.6022368Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.6074719Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:20.6127578Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:20.6155399Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6186313Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6225355Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6290907Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:20.6323777Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6366480Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.6393028Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6422265Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6451569Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6481529Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6507669Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6535801Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6564889Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.6600603Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6632842Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6670427Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6706890Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6743675Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6776168Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6812008Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6846944Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6886519Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6922388Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.6965894Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7004745Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7044766Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7080470Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7120100Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7159876Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7204180Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7242446Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7293483Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:20.7333895Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7375515Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7415417Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7456695Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7497549Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7528994Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7558453Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.7604819Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7632988Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.7666928Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7697894Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7727812Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.7753941Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.7783113Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.7811429Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.7842172Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.7885934Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.7954249Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:20.7992628Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8036992Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.8068161Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8101189Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8131414Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8161365Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8188626Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8220684Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8249374Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8281088Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8310731Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8343727Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8374405Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8404096Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8437125Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8469712Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8500145Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8532693Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8564325Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8594025Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8625662Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8656356Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8685830Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8718038Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8747126Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8777464Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8803447Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8832932Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.8865373Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8895261Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8928309Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.8961317Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9000880Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9032586Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9064673Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9097554Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9128582Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9158736Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9191081Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9220617Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9249940Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9277628Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9308156Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9337245Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9368016Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9397449Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9429356Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9458360Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9487537Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9513080Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9543020Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9572325Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9614788Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.9652148Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9692112Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9723937Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9754395Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:20.9788231Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9838399Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:20.9878075Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9908929Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9940936Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:20.9974103Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0006197Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0037686Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0074810Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0106201Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0135100Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.0167406Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0198328Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0243408Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.0280800Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0328761Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.0358972Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0391898Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0426610Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0460040Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0490474Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0523622Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0557228Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0589416Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0643000Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:21.0684722Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.0715007Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0748353Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0782077Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0816248Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0847629Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0881488Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0920795Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0951186Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.0980516Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.1012255Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.1040979Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.1070386Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.1097056Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.1127401Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.1157224Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.1652830Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:01:21.1697270Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.1745576Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.1799081Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:21.1836887Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.1875407Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.1909653Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.1947132Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.1985003Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2023772Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2061684Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2097583Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2138274Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2175053Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2214508Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2252988Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2290971Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2326793Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.2640061Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:21.2791296Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.3115724Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:21.3442397Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:21.3595997Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.3745176Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.3892292Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.4043310Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.4278958Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:21.4590280Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:21.4743598Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.5064509Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:21.5389139Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:01:21.5540192Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.5691359Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.5840878Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.5991559Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.6225692Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:21.6542242Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:21.6693707Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.7121372Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:01:21.7474177Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:21.7628451Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.7781455Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.7929392Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:21.8083218Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:21.8318776Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:21.8352984Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8398569Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.8469150Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:21.8507650Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8552999Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.8584386Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.8618433Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8649053Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8678087Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.8703518Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.8732257Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.8761575Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.8791886Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8827139Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8873897Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.8904052Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8936815Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.8969810Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9002781Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9032602Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9065401Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9097858Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9128548Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9158686Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9201742Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.9265015Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:21.9299050Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9341775Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.9371119Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.9402351Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9434257Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9463915Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9489633Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.9518711Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.9546910Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.9578041Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9611823Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9655919Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.9692695Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9735794Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:21.9765639Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.9797669Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9829976Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9863061Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9893323Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:21.9925430Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9958032Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:21.9988386Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0017972Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0050472Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0080106Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0109599Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0135472Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0163726Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0191885Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0222914Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0251958Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0284110Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0317853Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0348070Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0380017Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0411896Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0441610Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.0479911Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0513060Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0551039Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0611399Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.0663625Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.0698808Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0738173Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0776653Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0812056Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0843499Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0876806Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0909396Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0940309Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.0969468Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1014134Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.1090566Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:22.1128422Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1173575Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.1204101Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1237592Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1267811Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1298060Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1325012Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1359669Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1390345Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1418753Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1448097Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1488056Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1521116Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1563437Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.1590867Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1621397Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1650649Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1680690Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1707387Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1736760Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1766555Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.1798850Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1834436Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1886212Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.1927311Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.1958048Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.1992217Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2026126Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2060318Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2092473Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2126833Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2160647Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2191810Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2221507Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2266515Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.2298532Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2330862Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2361454Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2392016Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2418251Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2449217Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2479472Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2507835Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2537773Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2578549Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.2606125Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2634921Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2664176Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2693730Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2720115Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2748491Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2777281Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:22.2809216Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2845834Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.2899384Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.2943381Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.2974758Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3008671Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3042730Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3076672Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3107656Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3141107Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3174781Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3215122Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.3252272Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3329712Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:22.3391374Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.3427995Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3471050Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.3507817Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3545396Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3579278Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3615326Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3651359Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3686827Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3723402Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3800830Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:22.3858115Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.3889524Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3925463Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3960660Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.3995177Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4026742Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4060486Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4094375Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4136314Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.4195847Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.4281151Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:22.4344917Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.4409805Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.4471133Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.4537013Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.4608052Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:22.4647156Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4686298Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4731232Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.4772918Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.4815413Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.4852793Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4894484Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.4933702Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.4971320Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5009323Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5053356Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.5092954Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5134478Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.5171715Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5211539Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5249995Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5287784Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5323521Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5364905Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.5401963Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5441469Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5476118Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5512810Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5553364Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.5590908Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5626050Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5669989Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.5708010Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5746589Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5781355Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5819046Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5859154Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.5893525Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5929698Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.5962867Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6001384Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6037562Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6074711Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6107578Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6144187Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6179948Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6218549Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6259656Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6303161Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6345566Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6390385Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6429881Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6472880Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6511457Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.6561168Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6612945Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.6661957Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6714893Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.6766727Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.6821876Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.6870232Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.6922962Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.6974627Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7020818Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7062139Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7120682Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7164579Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7211064Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7268994Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7337979Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.7398636Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7457910Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7511133Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7576875Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:22.7633815Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7690538Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7742907Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.7790058Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7833616Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7876473Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7922442Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.7975254Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8022827Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.8071547Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.8116038Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.8162658Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.8210124Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.8267414Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8319812Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8380349Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8434614Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8491011Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8542914Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8597061Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8650920Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8706770Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8759655Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8818461Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8875292Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8931927Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.8983502Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9038801Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9093529Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9149225Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9194102Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9242289Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9287274Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9333236Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9375013Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9420172Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9473562Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9524962Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9568550Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9616548Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9660936Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9710162Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9752963Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9797761Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:22.9849072Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:22.9883586Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.9921067Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.9952833Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:22.9988024Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0025670Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0061492Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0093565Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0128985Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0164132Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0200206Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0240844Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.0285499Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.0319140Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0352567Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0382596Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.0415079Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0448376Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.0946065Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:01:23.0989325Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1040140Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1094632Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:23.1134410Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.1174854Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.1211095Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.1251401Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1291376Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.1342196Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:23.1383257Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1428863Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1471463Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1515671Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1554948Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.1596595Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1645552Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1695631Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:23.1736387Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1781706Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1823463Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1867768Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1907703Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.1949720Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.1999668Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.2036135Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2070600Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2112019Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.2149904Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2187905Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2222760Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2260952Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2298460Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2329424Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2366982Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2414870Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.2453238Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2483794Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2517223Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2552094Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2587803Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2618774Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2652698Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2686187Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2717135Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2750450Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2794926Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.2832854Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2886457Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:23.2916418Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.2949668Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.2982893Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3016253Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3045551Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.3078835Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3109130Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3141522Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3178284Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3232146Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:23.3276383Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.3308051Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3341717Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3376265Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3412542Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3445291Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3479033Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3512788Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3544526Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3579351Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3631064Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:23.3672776Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:23.3702752Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3735461Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3768325Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3801339Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3830112Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.3863361Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3896728Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3927204Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.3956804Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.3988315Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.4016981Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4045978Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4071211Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4099955Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4130444Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:23.4150900Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4169407Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4189142Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4208482Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4227309Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4248267Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4267244Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4286626Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4305499Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4324897Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4344145Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4365191Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4385849Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4406638Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4426459Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4445786Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4465252Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4484850Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4504654Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4524024Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4543360Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4561974Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4581789Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4601623Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4620596Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4640694Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4660152Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4679277Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4698033Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4717788Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4737078Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4757632Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4777765Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4800478Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4820029Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4839100Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4858204Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4877001Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4897801Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4918116Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4937961Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4956568Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.4976588Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.4997025Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5016087Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5035615Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5054886Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5073978Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5092655Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5112108Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5131072Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5150262Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5168245Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5186981Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5206856Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5226448Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5244588Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5263687Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5282078Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5299141Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5316854Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5335597Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5353655Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5372489Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5391971Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5412579Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5433350Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5452472Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5471797Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5491009Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5509933Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5528994Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5547438Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5564440Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5582920Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5601900Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5620078Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5638165Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5656298Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5676213Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5696039Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5715377Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5733344Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5751201Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5768783Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5788297Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5808214Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5827774Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5847076Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5868194Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5887532Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5907109Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5926014Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.5947496Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5968434Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.5988787Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6008003Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6027373Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6046714Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6066058Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6085415Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6105076Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6124939Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6144376Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6164112Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6183741Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6203464Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6222886Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6242176Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6261229Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6278688Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6297365Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6317273Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6336957Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6354797Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6372460Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6389923Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6409385Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.6427348Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6447095Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.6467995Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.6488535Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.6508679Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.6528143Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6546444Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6565552Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6583727Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6601444Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6618764Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6636877Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6653897Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6672846Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6693637Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6712202Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6731665Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6751115Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6770734Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6790316Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6808762Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6828054Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6847415Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6865757Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6885299Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6905218Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6923847Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6945410Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.6964996Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.6983816Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7001745Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7019174Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7038841Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7058283Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7077592Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7096678Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7116072Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7135090Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7154279Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7173011Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7192051Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7211585Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7230665Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7250121Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7267937Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7285925Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7303556Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7320823Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7339407Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7358374Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7377554Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7395488Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7413013Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7430860Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7447821Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7467229Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7490097Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7513873Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7537152Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7556374Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7575281Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7595003Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7614465Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7634784Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7653327Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7672201Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7691125Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7710200Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7729784Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7748957Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7768076Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7787234Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7806754Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7826492Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7847564Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7869988Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.7889405Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7909148Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7928837Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7948162Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7966927Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.7986247Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8005641Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8026775Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8046535Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8067801Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8088921Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8109339Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8129622Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8149225Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8168765Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8188391Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8208299Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8228138Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8247047Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8266368Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8285591Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8304062Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8322098Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8339238Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8356973Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8375624Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8396355Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8414620Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8433082Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8452576Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8471274Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8489086Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8507223Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8525284Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8543634Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8564365Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8582544Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8602096Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8623246Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8643679Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8662762Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8680769Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8698518Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8716804Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8736234Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8755165Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8775236Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8796132Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8815022Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8833865Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8852294Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8871124Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8890636Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8910195Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8928861Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.8948705Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8968971Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.8987477Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9006779Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9025930Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9045561Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9064482Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9084170Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9103973Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9123766Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9143666Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9162225Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9180240Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9198208Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9216105Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9235067Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9252351Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9271382Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9292599Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9313441Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9332065Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9349963Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9368497Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9385724Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9402579Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9419095Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9435866Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9452282Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9470387Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9487807Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9506022Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9524385Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9543971Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9563645Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9582321Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9600227Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9619965Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:23.9637930Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9655656Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9672352Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9691189Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9710333Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9729141Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9747165Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9765606Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9784089Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9801747Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9819929Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9837581Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9854762Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9871637Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9889469Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9907146Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9925592Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9944918Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9963641Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:23.9981599Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0000384Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0018279Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0035740Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0053080Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0071139Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0089793Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0108954Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0129298Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.0148301Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0165693Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0182670Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0199303Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0216039Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0232660Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0250462Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0268387Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0286978Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0305122Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0323387Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0343588Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.0363203Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0381573Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0400099Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0418163Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0435314Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0453842Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0473736Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0492170Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0510984Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0528852Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0546077Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0563423Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0581038Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0599801Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0618849Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0637958Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0656814Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0676698Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.0696001Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0714723Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0733084Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0751214Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0768759Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0785400Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0801977Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0818580Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0836174Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0854332Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0872295Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0890874Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0909405Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0927419Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0944985Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0962960Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0980338Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.0997357Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1014234Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1030757Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1047497Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1065387Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1083114Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1103022Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1124101Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.1147673Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.1166611Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1184970Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1203105Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1220832Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1239187Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1257491Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1275817Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1292287Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1309998Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1328177Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1346646Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1364683Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1382706Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1400652Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1417871Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1434986Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1452062Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1468890Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1486252Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1503961Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1522345Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1539762Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1556627Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1573318Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1590168Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1606880Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1625801Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1647230Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.1668305Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.1688428Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.1707091Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1725964Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1744314Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1763174Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1781324Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1799937Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1817800Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1836264Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1853419Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1872718Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1891956Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1912185Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.1932115Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1950448Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1968465Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.1985649Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2003029Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2020128Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2038206Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2056304Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2075942Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2095204Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2114137Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2132619Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2151517Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2173106Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.2192880Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2211533Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2229961Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2247792Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2266450Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2286413Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.2304181Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2321555Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2338835Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2356451Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2373459Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2390713Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2409339Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2428416Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2446651Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2464794Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2482229Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2499593Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2516835Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2533968Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2552085Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2570863Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2588650Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2606053Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2623213Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2640504Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2658094Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2677139Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.2695284Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2714287Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2732054Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2749472Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2767052Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2784544Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2802005Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2819538Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2838043Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2856714Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2874823Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2892162Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2909729Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2927206Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2944714Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2962396Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2979969Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.2998258Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3016862Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3034941Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3052292Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3069755Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3087242Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3104741Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3131822Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3140977Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3159665Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3179494Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.3197419Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3214911Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3232044Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3249461Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3267628Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3284975Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3303386Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3322070Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3340107Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3357751Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3374965Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3392376Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3410217Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3427556Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3445822Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3464411Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3482398Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3499773Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3517247Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3534617Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3552237Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3570401Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3588163Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3606997Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3624898Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3642652Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3660810Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3680125Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.3697730Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3714898Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3732913Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3751865Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3769863Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3787168Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3804822Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3822482Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3840243Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3858655Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3877120Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3895889Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3914416Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3932011Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3949802Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3967655Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.3985393Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4003190Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4021834Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4040936Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4059342Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4076940Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4094465Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4112215Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4130199Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4148462Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4167217Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4187629Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.4205796Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4223705Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4241126Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4258969Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4276719Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4294166Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4312581Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4331744Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4350230Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4367709Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4385283Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4402929Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4420687Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4439424Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4458378Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4478007Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4497230Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4516716Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4535301Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4555111Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4573893Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4592831Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4611062Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4629544Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4648564Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4666707Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4684358Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4703709Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.4721383Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4739034Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4758915Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.4776419Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4795086Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4813957Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4832266Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4849977Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4867539Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4885276Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4902904Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4920687Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4939304Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4958325Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4976386Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.4994056Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5011743Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5029870Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5047435Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5064804Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5083057Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5101726Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5119890Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5137183Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5154932Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5172196Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5189756Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5208864Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.5227190Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5245978Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5264090Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5281732Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5298888Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5316351Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5333953Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5352569Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5370590Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5389977Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5410830Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.5429918Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5448800Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5467271Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5485607Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5503990Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5522659Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5541215Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5559827Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5576768Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5595637Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5615212Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5634338Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5652384Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5671115Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5688717Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5705758Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5724322Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5741320Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5758440Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5776732Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5795476Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5815336Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5835020Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5854047Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5872987Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5891578Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5910119Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5928515Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5947373Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5965473Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.5984445Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6003045Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6022652Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6042397Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.6061423Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6080472Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6099104Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6117659Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6135977Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6154593Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6173026Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6191521Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6210053Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6228932Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6248608Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6265778Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6282894Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6300194Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.6317344Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8007594Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-09-27T16:01:24.8030604Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8051714Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8070749Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8089253Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8107699Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8125700Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8142759Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8159028Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8174884Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8190891Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8207136Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8224906Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8242870Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8264582Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8286242Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8304214Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8322854Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8341075Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8359107Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8376842Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8394986Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8419365Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8437752Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8455750Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8478647Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8500094Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8518669Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8538562Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8557438Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8576326Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8595125Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8612262Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8630232Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8648612Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8666606Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8685975Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8705212Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8723855Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8741890Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8760341Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8778163Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8796611Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8814588Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8833058Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8851623Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8869823Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8888085Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8909848Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8930512Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8952020Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.8970373Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.8988335Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9006200Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9023966Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9041863Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9059443Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9078149Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9095833Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9117038Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9138113Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9156758Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9175640Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9193753Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9212043Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9230019Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9247967Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9266022Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9284420Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9302743Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9324313Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9344180Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9362659Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9380960Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9399209Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9417268Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9435144Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9452815Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9472756Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9491365Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9509676Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9531563Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9551754Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:24.9570690Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9589231Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9607175Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9625288Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9643264Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9661188Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9679180Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9697099Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9715041Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9733843Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9753070Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9771823Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9790198Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9809211Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9828029Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9846252Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9864584Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9882780Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9901060Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9919338Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9936839Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9953507Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9970280Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:24.9988672Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0005434Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0022076Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0039426Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0055958Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0074204Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0092027Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0109362Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0126879Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0143720Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0161953Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0178628Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0195131Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0211237Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0227649Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0243979Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0260741Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0277083Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0294828Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0312952Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0330787Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0347961Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0365880Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0383150Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0399776Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0416074Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0432538Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0448964Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0469450Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.0487523Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0505692Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0522912Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0539300Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0555006Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0571050Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0587078Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0605098Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0623175Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0642466Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0661786Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0680692Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0699280Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0718015Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0736614Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0755050Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0772730Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0790796Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0808953Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0828220Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0846566Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0862631Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0880023Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0897937Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0915106Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0931978Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0948708Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0968018Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.0984647Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1000579Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1016284Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1032153Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1048189Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1065654Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1083535Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1103420Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1123175Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1142294Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1160313Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1178240Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1196191Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1212792Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1228756Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1244483Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1260255Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1276108Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1293274Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1310048Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1328907Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1349942Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1370257Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1388660Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1407273Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1425474Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1442527Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1460606Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1476838Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1492882Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1509003Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1526651Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1544783Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1565513Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1586236Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1604488Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1622555Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1640295Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1657980Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1675510Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1693406Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1713589Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1732222Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1751019Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1770808Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1791103Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1809397Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1827764Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1845920Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1863997Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1882034Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1900081Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1918122Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1936293Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1954735Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.1974764Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.1993361Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2011501Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2029696Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2047771Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2065781Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2084175Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2102439Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2139849Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:25.2157949Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2177413Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2197042Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2215094Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2233584Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2251489Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2270206Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2288422Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2306732Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2324671Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2343659Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2362867Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2381704Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2400238Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2418620Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2437020Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2454743Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2472863Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2490882Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2510636Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.2530093Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2549296Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2567499Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2585842Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2604541Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2622229Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2640172Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2657991Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2675840Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2693509Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2711959Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2730050Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2748280Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2766884Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2784435Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2801918Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2819528Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2837604Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2854853Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2873742Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2891958Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2910494Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2928668Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2946772Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2965051Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.2983089Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3001146Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3020606Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3038471Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3056122Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3074646Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3092415Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3110622Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3128048Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3145895Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3163632Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3181221Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3200151Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3219158Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3236954Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3255713Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3274606Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3292445Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3310260Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3327758Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3345343Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3362816Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3380358Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3397882Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3415815Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3433895Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3451961Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3470600Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3489104Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3507225Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3527513Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.3545542Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3563732Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3582523Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3599851Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3618184Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3637910Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.3656782Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3675428Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3693906Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3713601Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3731560Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3748482Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3765641Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3781821Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3798134Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3815049Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3832809Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3851335Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3870152Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3888723Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3906887Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3924646Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3942945Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3961378Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3980668Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.3999541Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4017237Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4036834Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4055030Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4073076Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4090983Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4107839Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4123756Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4139504Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4155435Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4171154Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4188207Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4206721Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4225349Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4244714Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4256936Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:25.4267618Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:25.4277984Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:25.4288492Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:25.4306126Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4324218Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4343138Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4362071Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4380450Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4398822Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4417313Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4434585Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4452116Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4469825Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4487610Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4507207Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4526129Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4544790Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4564061Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4583587Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4601874Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4620731Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4639267Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4657812Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4676325Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4695266Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4714690Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4733018Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4750705Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4768037Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4784863Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4802848Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4820483Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4838072Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4855425Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4872247Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4888286Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4904154Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4920341Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4936283Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4953154Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4969236Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.4987801Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5010328Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.5027954Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5045629Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5062532Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5080172Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5096869Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5112786Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5128849Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5144622Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5160624Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5177167Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5192930Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5210691Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5229307Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5246820Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5264238Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5281294Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5298826Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5315464Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5331036Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5346983Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5363359Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5379528Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5395868Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5411634Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5428978Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5446822Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5464009Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5482681Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5500250Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5516900Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5532686Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5548695Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5564634Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5580942Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5597109Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5613046Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5629649Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5646300Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5663668Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5680399Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5696352Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5712312Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5729062Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5745036Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5761493Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5777656Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5794387Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5811191Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5828487Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5845357Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5861480Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5877506Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5893367Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5909515Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5925962Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5943813Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5961525Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5979872Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.5997306Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6014419Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6031108Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6048534Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6065317Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6081456Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6097374Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6113577Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6129861Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6143929Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6158134Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6172167Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6186258Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6200343Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6214408Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6228417Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6242471Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6256921Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6270747Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6285253Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6299267Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:25.6318582Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.6337276Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6356404Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6374937Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6395414Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.6413551Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6431940Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6450148Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6468557Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6487153Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6506524Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6527549Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.6547417Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.6566056Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6584591Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6602624Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6620612Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6638528Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6656732Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6674694Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6692596Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6710766Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6729401Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6747636Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6765735Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6783717Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6801322Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6819180Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6837043Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6854959Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6873832Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6894353Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.6916140Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.6934384Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6952476Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6970383Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.6988530Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7006433Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7024121Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7042861Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7061124Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7080129Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7100842Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.7120769Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.7139161Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7157480Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7175126Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7193661Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7211178Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7229224Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7247013Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7265471Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7282736Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7300092Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7318753Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7336559Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7354331Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7371702Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7388582Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7404787Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7423068Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7439420Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7455378Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7475049Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7494207Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7513414Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7532377Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7553065Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.7573077Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7592775Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7612756Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7632540Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7650274Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7666909Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7684845Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7703388Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7721266Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7739081Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7756928Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7775363Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7794205Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7810850Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7827362Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7844079Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7861251Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7881504Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7900191Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7920235Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7941009Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.7960430Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7979202Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.7998653Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8018098Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8039435Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8060018Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8081036Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8100836Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8120673Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8140980Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8160560Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8180540Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8200560Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8220935Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8241629Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8261250Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8281700Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8301247Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8321134Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8340949Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8359264Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8376291Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8395133Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8413814Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8431996Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8449193Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8465535Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8484363Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8500690Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8517524Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8535062Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8556479Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8577501Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.8597109Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8616106Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8634779Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8654012Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8672208Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8689418Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8706479Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8723834Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8741002Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8760163Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8779704Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8799105Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8819161Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8839580Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8859152Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8878203Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8896935Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8915909Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8935047Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8954068Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8973939Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.8993052Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9014258Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.9033538Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9051442Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9069269Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9086819Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9104794Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9123960Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9143537Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9162650Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9181232Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9200610Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9219388Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9238287Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9256795Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9275465Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9293796Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9313644Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9331370Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9348963Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9367720Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9385283Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9401823Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9419741Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9438924Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9457131Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9474833Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9491104Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9508952Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9527715Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9544492Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9556528Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:25.9566516Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:25.9577615Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:25.9596931Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9615244Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9634380Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9654316Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.9674355Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9692623Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9711090Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9730135Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9748902Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9767786Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9786611Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9805055Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9823888Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9842453Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9861257Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9882024Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.9902848Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:25.9922421Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9941433Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9960670Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9979115Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:25.9997905Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0016435Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0037175Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0055560Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0074842Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0096078Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0117380Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0137378Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0157569Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0176237Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0194839Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0212756Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0231526Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0250086Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0268569Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0287511Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0306241Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0324298Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0340943Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0357332Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0374337Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0391473Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0430290Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.0448862Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0468967Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0488840Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0508045Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0527128Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0546151Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0565339Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0585601Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0604903Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0623560Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0642269Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0662367Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0680680Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0699759Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0718032Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0738117Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0756916Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.0788778Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.0812588Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0845055Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.0877967Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.0901466Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0927012Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0950879Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.0974691Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1002598Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1033844Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.1057232Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1090108Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.1123988Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.1147707Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1173195Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1197739Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1220963Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1247906Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1282170Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.1305368Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1337717Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.1370115Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.1393511Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1418040Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1441357Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1464334Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1491261Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1509291Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1528386Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1547242Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1566035Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1584200Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1602228Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1620302Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1637154Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1653057Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1668912Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1684582Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1700574Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1718052Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1735899Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1754809Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1773593Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1791911Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1809902Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1827945Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1847584Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.1865696Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1883803Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1901844Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1918513Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1936693Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1955518Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1973987Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.1992043Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2010014Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2027961Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2044707Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2060642Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2076442Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2092140Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2108154Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2125151Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2142789Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2161799Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2180653Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2199254Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2218191Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2236295Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2254056Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2272203Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2289883Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2307181Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2324763Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2344616Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.2362748Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2380645Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2397434Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2413170Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2429433Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2447760Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2464734Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2482407Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2500641Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2518524Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2536619Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2554633Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2572351Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2590395Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2608300Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2626256Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2644160Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2661763Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2681351Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2700979Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.2720308Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2739188Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2757640Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2775335Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2793122Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2810775Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2828242Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2848483Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.2865496Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2883771Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2903446Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.2922078Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2940512Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2958931Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2978460Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.2996479Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3012512Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3028546Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3045181Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3061117Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3077378Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3093001Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3110437Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3128090Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3145296Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3161900Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3179163Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3195838Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3211902Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3229146Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3246588Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3262438Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3280580Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3298314Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3318087Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.3338986Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.3357133Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3375379Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3393442Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3410981Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3428811Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3448023Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3466475Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3484633Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3501567Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3518864Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3536918Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3555239Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3571853Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3587865Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3603951Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3620067Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3636280Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3652572Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3668849Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3685731Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3702456Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3720284Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3736836Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3752968Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3769118Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3785131Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3801208Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3820798Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.3838920Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3859672Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.3880158Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.3898212Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3916463Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3934148Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3951851Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3969680Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.3988589Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4006436Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4024610Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4042503Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4063330Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4083374Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4101723Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4120319Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4138161Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4156219Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4173800Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4191722Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4209670Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4228048Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4245915Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4266725Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4286618Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4304996Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4323373Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4344683Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4362782Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4380774Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4398703Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4416557Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4435022Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4454607Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4475366Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4494331Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4514039Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4532702Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4551668Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4570855Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4588836Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4607358Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4626106Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4644165Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4662375Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4680347Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4698460Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4716665Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4734376Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4752998Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4771973Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4790156Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4808595Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4826946Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4845180Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4865230Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.4883410Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4902106Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4921089Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4939279Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4957655Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4975792Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.4994267Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5012562Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5030385Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5048968Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5067925Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5086297Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5104392Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5122280Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5140326Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5158527Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5176776Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5194738Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5212884Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5231596Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5250263Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5267976Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5286084Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5304142Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5322444Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5340570Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5359599Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5380066Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.5398357Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5416917Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5435271Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5453173Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5471534Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5491923Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.5510544Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5529704Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5548791Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5567402Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5586094Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5604604Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5622961Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5641640Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5660008Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5678938Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5698214Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5716439Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5734930Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5753193Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5771513Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5789757Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5807924Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5826574Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5845773Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5863898Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5882100Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5901868Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.5920099Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5938300Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5956573Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5975464Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.5995442Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6013351Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6031883Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6050184Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6068552Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6086981Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6105768Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6124929Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6144437Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6162990Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6181902Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6200504Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6219120Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6237625Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6256645Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6275928Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6294829Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6313644Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6332444Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6351229Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6369811Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6388454Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6407334Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6428068Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.6447172Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6465576Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6484153Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6502995Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6521363Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6539764Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6558220Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6576971Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6595948Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6614096Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6632621Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6650917Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6669312Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6687616Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6706353Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6724821Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6743734Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6763381Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6782413Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6800764Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6818690Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6836941Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6855114Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6872775Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6891576Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6910578Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6928409Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6949177Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.6966685Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.6984361Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7002304Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7039476Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:26.7057225Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7076710Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7095939Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7114350Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7132318Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7150400Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7168451Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7186537Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7205201Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7224118Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7243860Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7263062Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7282603Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7301674Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7320727Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7340091Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7359775Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7379286Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7399193Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7418314Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7437632Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7456727Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7475845Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7498409Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.7517256Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7536689Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7556116Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7574641Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7593667Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7612161Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7630921Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7649560Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7668390Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7687330Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7707569Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7727537Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7746604Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7766206Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7784922Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7803413Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7821959Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7840806Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7859343Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7878643Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7896388Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7915687Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7935309Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7955657Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7973942Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.7992939Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8010863Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8029867Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8046855Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8063907Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8080842Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8099400Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8118266Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8139793Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.8160643Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.8179723Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8198538Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8217054Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8235560Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8253827Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8272496Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8290472Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8308703Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8326617Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8347248Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.8367228Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.8385799Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8403926Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8421731Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8439635Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8457269Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8475431Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8493017Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8511054Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8529473Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8549721Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:26.8566661Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8583145Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8599011Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8615008Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:26.8631279Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:27.0519037Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-09-27T16:01:27.0609120Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.0788754Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:27.0857590Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.0953691Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:27.1003839Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:27.1060328Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.1111737Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.1163748Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.1205074Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:27.1255770Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.1305435Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:27.1364522Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.1437233Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.1715402Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:27.1968503Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:27.2023492Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.2084675Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.2153057Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.2220672Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.2279151Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.2355792Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.2426087Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.2504538Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.2589709Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.2829945Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:27.3076727Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:27.3145129Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.3247976Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:27.3327805Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.3412399Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.3482490Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.3563023Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.3642374Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.3698355Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.3768243Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.3879355Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:27.3962028Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.4064938Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:27.4115739Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:27.4172614Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.4237833Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.4304509Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.4359569Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.4426506Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.4492677Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.4552423Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.4626186Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.4907748Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:27.5086679Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:27.5140696Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.5201893Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.5270410Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.5340123Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.5399046Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.5468822Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.5536562Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.5617494Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.5707818Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.5947665Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:27.6186009Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:27.6261513Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.6365251Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:27.6449107Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.6538492Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.6611274Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.6695346Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.6782248Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.6843760Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.6919638Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.7192016Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:27.7336579Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:27.7390981Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.7452509Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.7520870Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.7590513Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.7649350Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.7721018Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.7791279Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.7883966Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:27.7971801Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.8275594Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:27.8437399Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:27.8522643Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.8616832Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:27.8698858Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.8782741Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.8854678Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.8936553Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:27.9006653Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9063268Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.9133579Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9216642Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:27.9372209Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:27.9439731Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9546255Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:27.9600407Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.9663190Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9733203Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9801940Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9860204Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:27.9928344Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:27.9995101Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.0046228Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.0097197Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.0150860Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.0189973Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.0239403Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.0288692Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.0331248Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.0380229Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.0452815Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.0595843Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:28.0649225Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.0733056Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:28.0771779Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.0819022Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.0870353Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.0921393Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.0960551Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.1010984Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1060621Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.1102668Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.1152235Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.1225086Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.1278038Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1361167Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:28.1398686Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.1445308Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.1496073Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1547258Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1587529Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.1637580Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.1688253Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1743528Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1792892Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.1854844Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.1907913Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.1961381Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.2001199Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.2050847Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.2100564Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.2166664Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.2242576Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.2346713Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:28.2513129Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:28.2596433Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:28.2702312Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:28.2764204Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.2836871Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.2913485Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.2988412Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.3052605Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.3128402Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.3205078Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.3251496Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.3303175Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.3376089Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.3518457Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:28.3571540Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.3654344Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:28.3693485Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.3739022Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.3789117Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.3839138Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.3879549Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.3929117Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.3977812Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.4032097Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.4082325Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.4178585Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:28.4344831Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:28.4424974Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.4520790Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:28.4569583Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.4623920Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.4674485Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.4724802Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.4763129Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.4812924Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.4862604Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.4917799Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.4968649Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.5059509Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:28.5225541Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:28.5301838Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.5397797Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:28.5447316Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.5500990Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.5554374Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.5604346Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.5641489Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:28.5690279Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.5738626Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.5796897Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.5869806Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.6109116Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:28.6314896Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:28.6368540Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.6429149Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.6497070Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.6566985Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.6625025Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.6693849Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.6762970Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.6825117Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.6901634Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.7112210Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:28.7273977Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:28.7333611Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.7400833Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.7471314Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.7543605Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.7606696Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.7677835Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.7748531Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.7805480Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.7883429Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:28.7989768Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:28.8041428Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:28.8100457Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.8168393Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.8236329Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.8293107Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:28.8359335Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:28.8425669Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.0644029Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-09-27T16:01:29.0727690Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.0845431Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:29.0983899Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:29.1069992Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.1156738Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.1230923Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.1314676Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.1401532Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.1456864Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.1523948Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.1608916Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.1763809Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:29.1826490Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.1919729Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.1969643Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:29.2021808Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.2081820Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.2143154Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2196639Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.2260513Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2321682Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2387110Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2459329Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.2510144Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:29.2569610Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.2636085Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2703065Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2759978Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.2830376Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2898400Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.2984503Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.3057833Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.3109774Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.3169704Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.3236455Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.3304214Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.3360352Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.3428411Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.3495839Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.3634630Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:29.3737828Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:29.3791099Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.3852477Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.3947120Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.4044533Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.4128046Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.4225746Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.4293977Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.4358854Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.4435302Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.4545213Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:29.4600521Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.4678915Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.4750041Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.4821684Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.4882378Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.4953059Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.5022296Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.5080194Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.5154633Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.5270005Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:29.5355662Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.5411170Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.5471218Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.5539372Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.5606797Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.5664193Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.5731137Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.5797980Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.5858189Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.5932091Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.5984587Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.6049058Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.6117134Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.6190449Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.6250740Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.6321036Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.6389628Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.6446244Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.6500146Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.6594943Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.6782507Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:29.6860764Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:29.6966004Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:29.7017841Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7076413Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7131108Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7184513Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7224299Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:29.7276603Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7327438Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7384294Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.7452936Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.7537085Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.7691873Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:29.7760957Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.7858806Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.7908247Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:29.7968598Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8033984Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.8099035Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.8152615Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8219953Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.8286623Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.8343422Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8394025Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:29.8450515Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8502434Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8555638Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8595211Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:29.8646773Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8696996Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8752271Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8851799Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.8901453Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:29.8956976Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.8968333Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:29.8979713Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:29.8990680Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:29.9001527Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:29.9060105Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.9122913Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.9205929Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:29.9275615Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.9369969Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:29.9420302Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:29.9478555Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.9544259Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.9610090Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.9665183Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:29.9732628Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.9797819Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:29.9937457Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:30.0092618Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:30.0226430Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:30.0384915Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:30.0546741Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:30.0731084Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:30.0903471Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:30.1073073Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:30.1221693Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:30.1303758Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.1459415Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:30.1524116Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:30.1569206Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.1621981Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.1694460Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.1746150Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.1829510Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.1865927Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.1909751Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.1959388Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2008482Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2047664Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.2097775Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2147939Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2193718Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2243070Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2328567Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.2503553Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:30.2565307Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:30.2655910Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:30.2695779Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.2744311Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2795414Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.2844931Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2883656Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.2933098Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.2982287Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3025185Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3074063Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3150111Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.3310616Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:30.3367111Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.3453861Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.3491429Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.3537585Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3587801Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3639332Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.3678286Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.3727887Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3776563Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3819452Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3868350Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.3940336Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.3993688Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.4081238Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.4118275Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.4164779Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4215205Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.4265794Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.4305090Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.4354869Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4404007Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4446153Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4495155Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4577733Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.4613875Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.4659223Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4709894Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4761054Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.4799347Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.4848443Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4897824Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4939510Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.4987306Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5068269Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.5103901Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.5148052Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5197243Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5246433Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5285878Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.5334151Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5382405Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5425052Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5473402Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5545739Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.5694115Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:30.5749255Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.5832126Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.5869728Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.5915460Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.5966450Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.6017215Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.6056639Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:30.6106968Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.6157498Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.6173827Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6188787Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6203435Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6218033Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6233003Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6247363Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6262027Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6276163Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6290787Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6305086Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6320075Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6334596Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:30.6415192Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.6510191Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:30.6584029Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.6705237Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:30.6796696Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.6886117Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.6967001Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.7056639Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.7144755Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:30.7203289Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.7310989Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:30.7501243Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:30.7635112Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:30.7689398Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.7749915Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.7828206Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.7906860Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.7974371Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:30.8051968Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.8129132Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.8187795Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.8259913Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.8310559Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:30.8370339Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.8444250Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.8518500Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.8582772Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:30.8657963Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.8726207Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:30.8785675Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.8890092Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:30.9082925Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:30.9216138Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:30.9270412Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.9330524Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.9404733Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.9480409Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.9546612Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:30.9621581Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.9696410Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:30.9755955Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:30.9872108Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:31.0061185Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:31.0195997Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:31.0249988Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.0309594Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.0388536Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.0469189Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.0538025Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:31.0618335Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.0700008Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:31.0753531Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.0805246Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.0877163Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.0931733Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.1021837Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:31.1061284Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:31.1110076Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.1163184Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.1220194Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.1261444Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.1312902Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.1363160Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.1436689Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.1666781Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:31.1720491Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.1783225Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:31.2136379Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:31.2494187Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:31.2837775Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:31.3192575Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:31.3550435Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:31.3596083Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.3646705Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.3717374Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.3860051Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:31.3911908Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.3994257Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:31.4030224Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:31.4076046Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.4126531Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.4178624Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.4215448Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:31.4264203Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.4313514Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.4397393Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:31.4475594Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.4594873Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:31.4688786Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.4782809Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.4865182Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:31.4958178Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.5052437Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.5208337Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:31.5342414Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:31.5581073Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:31.5731397Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:31.5878106Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:31.6015813Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:31.6161361Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:31.6306522Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:31.6512771Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:31.6688104Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:31.7036924Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:01:31.7223844Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:31.7411772Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:31.7587855Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:31.7778709Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:31.7967189Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:31.8026394Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.8078165Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.8173622Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.8223300Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.8280085Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.8330961Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.8384318Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.8423658Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:31.8473904Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.8523117Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.8579589Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.8674294Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.8842467Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:31.8921285Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:31.9018334Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:31.9070351Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9128506Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9180719Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9233528Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9273142Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:31.9323315Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.9372972Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.9431336Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9486885Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9550636Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:31.9609835Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9661686Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9723130Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:31.9780539Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9831498Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:31.9889750Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9946289Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:31.9996180Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.0054356Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.0114230Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.0164965Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.0223480Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.0276216Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.0331209Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.0371135Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:32.0421290Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.0490372Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.0554984Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.0637019Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.0698441Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.0784000Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.0848408Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.0902196Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.0962843Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1016567Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1063315Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1117879Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1168500Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1219578Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1258874Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:32.1308148Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1357570Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1411107Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1458941Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1513078Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1563350Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1614371Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1656078Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1706631Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.1759418Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1771038Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:32.1782429Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:32.1794356Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:32.1856176Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.1911061Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.1977247Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.2103419Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:32.2193882Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.2255573Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.2310633Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.2372358Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.2434191Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.2490266Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.2560784Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.2616842Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.2665897Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.2721298Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.2777530Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.2890265Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:32.2980209Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.3092385Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:32.3146544Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.3210657Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3279198Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3348896Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3412129Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3482435Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3550115Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3613801Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.3856431Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:32.4024671Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:32.4080246Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.4144457Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.4213052Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.4284699Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.4347129Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.4417281Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.4487227Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:32.4543151Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.4594302Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:32.4650767Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.4703852Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.4756415Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.4795626Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:32.4845961Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.4897935Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:32.6960577Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:01:32.7042426Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7159054Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:32.7299909Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:32.7385346Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7470754Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7542766Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:32.7627942Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7713858Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7801728Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7888730Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.7963603Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:32.8052452Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.8137980Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.8224401Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.8298330Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:32.8384520Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:32.8462652Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:32.9694250Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:01:33.0244696Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:33.1511821Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:01:33.2911155Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-09-27T16:01:33.3452938Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:33.3995502Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:33.4527990Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:33.5072842Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:33.5950704Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:01:33.7156848Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:01:33.7706635Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:33.8963621Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:01:34.0224685Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:01:34.0775549Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:34.1328625Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:34.1868028Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:34.2419358Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:34.3431174Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:01:34.4647704Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-09-27T16:01:34.5201656Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:34.6465747Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:01:34.7730827Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:01:34.8283623Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:34.8840596Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:34.9384823Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:01:34.9940079Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:01:35.0829913Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:01:35.0887023Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.0974637Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:35.1140613Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:35.1215065Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:35.1309799Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.1359000Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.1414694Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.1465772Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.1516921Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.1555317Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.1605533Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.1654902Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.1710246Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.1779877Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.1882327Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:35.1930469Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.1985789Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.2052522Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.2119518Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.2174297Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.2239087Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.2304674Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.2358929Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.2409277Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.2488694Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:35.2641286Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:35.2703912Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.2797380Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.2847501Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.2902798Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.2953619Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.3003742Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.3041008Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.3089416Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.3137692Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.3223490Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:35.3323098Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.3454625Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:35.3557420Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:35.3685434Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:35.3736601Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.3793130Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.3857859Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.3922577Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.3976308Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4039745Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.4105624Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.4160202Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4209757Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.4268364Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4320949Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4372547Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4411736Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.4461565Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.4512193Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4566469Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4613999Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.4669226Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4732969Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.4786148Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4843818Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.4906858Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.4956673Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.5013454Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5068366Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5138333Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.5263806Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:35.5361466Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.5414240Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5472516Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5536059Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.5600006Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.5651849Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5716231Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.5781920Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.5837642Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5888638Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.5984565Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.6193564Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:35.6271521Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:35.6372850Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.6424095Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.6481456Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.6535568Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.6589221Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.6630410Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.6682662Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.6737713Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.6784410Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.6836209Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.6909122Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:35.6961500Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.7044240Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:35.7083051Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.7129108Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.7179388Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.7230358Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.7270199Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.7320727Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.7371802Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.7430169Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.7504773Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:35.7627136Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:35.7718012Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:35.7772122Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.7834222Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.7902723Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.7970081Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.8026233Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8093012Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.8158905Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.8214890Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8265746Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8364155Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:35.8414510Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.8469537Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8523584Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8577062Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8618534Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.8670551Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8724210Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.8767464Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.8817893Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.8901325Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:35.8938097Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.8981958Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.9032364Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.9082070Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.9121304Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:35.9170061Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:35.9221159Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.9278387Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.9350663Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:35.9566655Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:35.9726322Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:35.9783470Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:35.9844420Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.9911777Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:35.9980154Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.0041669Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:36.0109900Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.0177281Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.0263933Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.0345574Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.0576698Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:36.0744238Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:36.0817495Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.0910476Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.0988596Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.1068731Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.1135029Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.1211004Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.1287500Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.1348817Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.1424374Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.1644524Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:36.1800204Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:36.1856307Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:36.1923764Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.1992873Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.2062138Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.2120626Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:36.2191149Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.2262602Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.2366513Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.2537643Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:36.2799753Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:36.2980618Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:36.3164890Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:36.3335872Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:36.3516085Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:36.3740503Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:01:36.3858256Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:36.3968005Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.4105229Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:36.4227369Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:36.4322960Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.4404647Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.4497375Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.4588648Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.4670209Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.4753722Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.4857757Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.4951226Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.5047884Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.5129550Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5225086Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.5313712Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5399537Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5469487Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.5560671Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5643955Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5731850Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5806869Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.5890825Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.5991542Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.6078126Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.6152158Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.6244992Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.6329197Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.6416687Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.6491966Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.6575708Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.6671139Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.6742215Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.6821236Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.6883499Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.6962563Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.7038087Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.7115627Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.7180789Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:36.7258247Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.7331948Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:36.7416778Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:36.7510864Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.7607936Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.7710428Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.7816121Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.7908530Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.8012211Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.8106518Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.8236071Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:36.8378010Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:36.8502835Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:36.8633189Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:36.8771154Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:36.8912935Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:36.9043351Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:36.9180990Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:36.9317467Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:36.9428997Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:36.9523614Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:36.9679555Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:36.9784663Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.9891152Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:36.9986572Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.0092136Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.0196578Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.0300641Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.0385213Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:37.0512198Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:37.0608547Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.0714614Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.0803757Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:37.0900876Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.0999297Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.1098471Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.1203601Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.1330939Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:37.1446956Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.1562981Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.1666125Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.1782912Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.1900651Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.2051209Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.2183549Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.2337015Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:37.2482602Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.2630147Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.2768875Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.2917494Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.3065053Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.3218851Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:37.3355122Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.3510359Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:37.3658091Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.3809092Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.3946120Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.4094164Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.4242848Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.4456939Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:37.4595731Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.4764716Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:37.4877105Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.4991102Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.5092218Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.5202785Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.5347042Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:37.5478988Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.5574526Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.5687891Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.5796731Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.5908786Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.6007708Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.6117526Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:37.6256820Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.6328494Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:37.6405384Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:37.6459590Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:37.6523607Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.6594859Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.6666446Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:37.6726299Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:37.6796644Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.6866047Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.6943387Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:37.7033905Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:37.7127977Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:37.7196331Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.7265673Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.7321967Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:37.7387745Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.7454203Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:37.9518289Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-09-27T16:01:37.9604324Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:37.9723876Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:37.9865614Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:37.9949470Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.0033591Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.0106121Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.0189864Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.0276396Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.0414810Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:38.0508216Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.0618497Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.0723305Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.0829855Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.0924699Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.1029349Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.1162667Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:38.1300040Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:38.1395018Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.1502475Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.1606493Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.1712277Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.1806055Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.1913147Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.2045184Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:38.2125896Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.2194563Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.2284530Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.2368862Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.2456245Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.2530348Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.2614214Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.2696108Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.2752500Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.2844118Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.2969933Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:38.3066221Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.3121117Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.3179227Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.3251546Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.3324166Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.3385683Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.3462784Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.3537698Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.3594041Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.3659429Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.3751621Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:38.3828766Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.3955959Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:38.4005898Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:38.4060507Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.4127577Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.4193119Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.4244183Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.4312031Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.4366425Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.4427088Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.4501341Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.4744362Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:01:38.4963795Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:38.5036001Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.5116828Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.5206987Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.5295912Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:38.5356236Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.5424828Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.5490418Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.5550960Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.5621775Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.5858000Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:38.6022896Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:38.6076679Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6136718Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6201483Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.6268351Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.6324018Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6389347Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.6454733Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.6509628Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6564273Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6627545Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:38.6678896Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6729822Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.6768184Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.6816242Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:38.6864363Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:38.6967813Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.7045462Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:38.7235859Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:01:38.7391042Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:38.7555421Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:38.7597496Z test_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:2357: RuntimeWarning: invalid value encountered in exp 2022-09-27T16:01:38.7598093Z np_result = np_fn(a) 2022-09-27T16:01:38.7615638Z ok (0.006s) 2022-09-27T16:01:38.7673937Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:38.7715902Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:38.7757274Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:38.7768288Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-09-27T16:01:38.7886517Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:38.8004521Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:38.8119815Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:38.8226673Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.8331925Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.8441425Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:38.8473584Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8508440Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8543086Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8573901Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8606086Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8637903Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8667675Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8700759Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8733726Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.8849316Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:38.8960808Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:38.8991764Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9020231Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9048927Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9077438Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9105484Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9133680Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9161764Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9189843Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9217967Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9245835Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9277873Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9310903Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9343646Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9362305Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9379139Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9396206Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9413896Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9430692Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9448072Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9465423Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9482734Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9500424Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:38.9528044Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9555062Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9581734Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9612224Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9642665Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9672422Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:38.9699367Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:38.9727092Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:39.3867701Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.413s) 2022-09-27T16:01:39.4317370Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:01:39.4554830Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:39.4793637Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:39.5224739Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:01:39.5611640Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:01:39.5911932Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:39.8363541Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.245s) 2022-09-27T16:01:40.0803321Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-09-27T16:01:40.3238358Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-09-27T16:01:40.3416822Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:40.3554630Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:40.3690516Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:01:40.3907072Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ufuncs.py line 964 2022-09-27T16:01:40.3907589Z due to: 2022-09-27T16:01:40.3907780Z Traceback (most recent call last): 2022-09-27T16:01:40.3908156Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:01:40.3908470Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:01:40.3908803Z NotImplementedError: argument of type: 2022-09-27T16:01:40.3908970Z 2022-09-27T16:01:40.3909040Z from user code: 2022-09-27T16:01:40.3909281Z File "test_unary_ufuncs.py", line 971, in 2022-09-27T16:01:40.3909572Z torch.tensor(expectedOutput, dtype=dtype, device=device), 2022-09-27T16:01:40.3909724Z 2022-09-27T16:01:40.3909857Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:01:40.3910075Z ========== 2022-09-27T16:01:40.3912175Z ok (0.022s) 2022-09-27T16:01:40.3936565Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:40.3958981Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:40.4199559Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:40.4223145Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:40.4245280Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:40.6666068Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-09-27T16:01:40.6822219Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:01:40.6969921Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:40.9005242Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:01:40.9030315Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:40.9053208Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:41.1087798Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-09-27T16:01:41.1494291Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:01:41.1769409Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:41.2042915Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:41.3063444Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:01:41.4091880Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:01:41.5072280Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:01:41.6125204Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:01:41.6414892Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:01:41.6650719Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:01:41.6854046Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:41.7055674Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:42.1178885Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.412s) 2022-09-27T16:01:42.5287873Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.410s) 2022-09-27T16:01:42.9498742Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.420s) 2022-09-27T16:01:43.3622890Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.412s) 2022-09-27T16:01:43.3837952Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:01:43.4043975Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:43.4243369Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:01:43.4449225Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:43.4597427Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:43.4678506Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.4759097Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.4839538Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.4919770Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.5001435Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:43.5081041Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.5160114Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.5238896Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.5317774Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.5396148Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:43.5603746Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ufuncs.py line 1060 2022-09-27T16:01:43.5604160Z due to: 2022-09-27T16:01:43.5604356Z Traceback (most recent call last): 2022-09-27T16:01:43.5604947Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:01:43.5606314Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:01:43.5606971Z AssertionError: unsafe constant torch.float32 2022-09-27T16:01:43.5607248Z 2022-09-27T16:01:43.5607377Z from user code: 2022-09-27T16:01:43.5607719Z File "test_unary_ufuncs.py", line 1061, in 2022-09-27T16:01:43.5607972Z torch_to_numpy_dtype_dict[dtype] 2022-09-27T16:01:43.5608099Z 2022-09-27T16:01:43.5608231Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:01:43.5608436Z ========== 2022-09-27T16:01:43.5608664Z test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-09-27T16:01:43.5608961Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-09-27T16:01:43.5615476Z ok (0.021s) 2022-09-27T16:01:43.5648488Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:43.9756567Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.410s) 2022-09-27T16:01:44.0233549Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:01:44.0499175Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:44.0774938Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:44.1042568Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:44.1085244Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:44.1121650Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.1156474Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.1191010Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.1225711Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.1299053Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:44.1325234Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1351295Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1375174Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1398052Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1420498Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1442734Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1463257Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1482874Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1502553Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1522702Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1542126Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1565239Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1588456Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1617656Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1645308Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1668885Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1691731Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1715267Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1737274Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1760285Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1783022Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1804990Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1827304Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1849849Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1875832Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1901890Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1927279Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1949577Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1971005Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.1992647Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2013838Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2035341Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2056615Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2078758Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2100023Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2123667Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2147414Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2169674Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2191567Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2213576Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2234867Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2256291Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2279450Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2300983Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2322500Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2345075Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2367581Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2395521Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2421365Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2444455Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2467515Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2490517Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2513043Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2538392Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2561023Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2583978Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2606573Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2628693Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2655171Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2681699Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2704114Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2726735Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2748393Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2770586Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2792413Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2814342Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2836634Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2859705Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2881958Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2909110Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2933976Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2957078Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.2980172Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3002789Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3025427Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3047895Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3070441Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3092962Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3116105Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3137879Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3167674Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.3192880Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3215810Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3238689Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3260366Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3282636Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3304103Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3325757Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3347205Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3369383Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3391035Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3414216Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3437918Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3461152Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3484048Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3506098Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3528256Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3549995Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3571522Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3593008Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3614428Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3636176Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3656009Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3675568Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3694744Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.3714101Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.3733183Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3755683Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3775836Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3795454Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3816623Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3838736Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3859797Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3880662Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3901284Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3922385Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3942283Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3961591Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.3980835Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4000028Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4019228Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4039218Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4058375Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4079800Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4101520Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4122351Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4142675Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4163485Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4183296Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4202730Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4221890Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4241326Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4260168Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4281732Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4306161Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4328099Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4348346Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4367712Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4386755Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4405927Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4425093Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4447420Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4469438Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4493107Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4517614Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4541095Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4564762Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4588931Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4611598Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4633968Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4656054Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4678073Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4700014Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4722063Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4742669Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4762303Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4783173Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4805012Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4825789Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4846686Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4866897Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4890364Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4910302Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4929648Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4948841Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.4967862Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.4987285Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5008566Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5028655Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5051290Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5075681Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5098809Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5120997Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5142795Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5164498Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5184567Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5203253Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5221874Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5240613Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5259417Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5280369Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5299994Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5322334Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5346172Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5369110Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5391028Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5412942Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5434554Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5456189Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5475280Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5493776Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5512664Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5531774Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:44.5553480Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5575565Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5601472Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5627012Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5649783Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5672650Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5695163Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5717721Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5740170Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5762556Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5784978Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5807647Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5829823Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5855137Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5879987Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5902423Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5925225Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5947126Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5969380Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.5991273Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6013321Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6035555Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6060026Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6081830Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6104425Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6126344Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6149820Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6171333Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6193063Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6214569Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6236478Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6257806Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6305055Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:44.6326612Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6349903Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6373112Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6394672Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6416121Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6438262Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6459184Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6480980Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6502641Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6523379Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6545795Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6568803Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6591224Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6613026Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6635163Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6656338Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6680172Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6701245Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6721951Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6742717Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6763677Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6786222Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6808386Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6831400Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6854052Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6876352Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6898585Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6921293Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6943644Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6966125Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.6989356Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7011386Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7034617Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7057242Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7080015Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7102547Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7125046Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7147379Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7169767Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7193185Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7215791Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7238397Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7261787Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7290264Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7312167Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7334317Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7356463Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7378019Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7400049Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7421275Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7443695Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7466244Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7488290Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7521895Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.7557024Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.7592073Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.7625712Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:44.7654068Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7682902Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7712494Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7742816Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7770664Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7792986Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7815736Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7838444Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7860702Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7882862Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7905319Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:44.7927904Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0048472Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-09-27T16:01:45.0083942Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0118309Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0151627Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0183641Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0215189Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0246155Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0272985Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0299671Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0325945Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0351751Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0377872Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0411265Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0444508Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0479267Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0513962Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0548379Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0581931Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0614666Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0647427Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0681316Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0714159Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0747289Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0778893Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0808657Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.0842845Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0877255Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0910751Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0941186Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.0970657Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1000204Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1029644Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1058905Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1088134Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1118528Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1147593Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1179861Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1211987Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1242754Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1272617Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1302285Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1331836Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1362007Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1392369Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1422999Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1453480Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1486519Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1518809Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1552538Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1586388Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1620586Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1652981Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1685681Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1718478Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1753543Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1786217Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1819785Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1850244Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1879499Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.1912794Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1946574Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.1977724Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2007401Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2037159Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2066470Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.2095623Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.2125071Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.2154431Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.2186459Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2218528Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2251590Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2285417Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2319303Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2354180Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2388233Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2420370Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2452714Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2485477Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2519664Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2549684Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2578562Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.2613664Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2650951Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2682588Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2712024Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2742576Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2771922Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2802320Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2833472Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2863472Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2896317Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2928038Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2959105Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.2990305Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3021303Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3051308Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3081453Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3111060Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3140434Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3171430Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3203228Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.3232259Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3261243Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3286210Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3311096Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3335823Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3360326Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3385118Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3412332Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3440831Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3467861Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3495425Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3522859Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3549730Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3576014Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3602032Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3627902Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3653139Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3678611Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3703539Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3728175Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3753106Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3779633Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3804466Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3831567Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3858921Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3884802Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3910777Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3936645Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3962470Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.3987896Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4013093Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4038684Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4063913Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4094538Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4127280Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4157310Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4183088Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4208624Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4233688Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4258687Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4284544Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4316961Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4348482Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4382559Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4416002Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4449941Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4482504Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4515036Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4547343Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4579428Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4611580Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4643709Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4675763Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4707875Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.4735837Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4762129Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4789887Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4817870Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4845487Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4872446Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4898972Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4927732Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4953727Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.4978943Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5004630Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5029903Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5055136Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5085611Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5110683Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5145090Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5181241Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5215797Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5246842Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5276912Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5306141Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5331509Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5356972Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5381443Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5406997Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5432106Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5462548Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5487806Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5520750Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5554261Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5587676Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5618514Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5648305Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5677766Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5705296Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5730561Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5755171Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5780257Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5805492Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.5838227Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5870216Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5904721Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5938204Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.5971994Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6004975Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6037980Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6070338Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6102857Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6135150Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6167962Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6199683Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6230434Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6263852Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6297414Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6329367Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6360098Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6391131Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6422344Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6453666Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6484914Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6516368Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6549730Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6579918Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6611115Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6642210Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6671985Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6702269Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6732021Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6761984Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6791509Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6821420Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6854207Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6883545Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.6914328Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6944649Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.6973364Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7002645Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7031915Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7061578Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7090792Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7120683Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7148713Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7179209Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7209394Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7240204Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7270043Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7299232Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7328565Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7359505Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7388125Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7416874Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7445995Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7474718Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.7507425Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7540791Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7574260Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7607102Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7640777Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7673962Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7707631Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7740723Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7773745Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7806968Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7839658Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7872357Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7905298Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7938086Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.7970616Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8003368Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8036479Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8068655Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8100235Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8131621Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8164176Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8197196Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8232163Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8263882Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8295078Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8326660Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8358303Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8388549Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8417319Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.8447657Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8477515Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8506764Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8535676Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.8565407Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.8594391Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.8623752Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.8652851Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.8683411Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8714896Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8748042Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8781900Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8814869Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8847284Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8879096Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8910468Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8941965Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.8973672Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9005349Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9038459Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9078314Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:45.9110638Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9141998Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9173658Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9204617Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9236122Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9267367Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9299468Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9330720Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9357233Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9390836Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9425303Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9459795Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9491601Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9522873Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9553159Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9580136Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9606474Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9632415Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9658793Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9685002Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9715698Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9744789Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:45.9776304Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9808341Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9840251Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9871367Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9904380Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9934285Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9963888Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:45.9992760Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0022447Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0051352Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0080886Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0110981Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0141101Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0170527Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0196043Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0221504Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0246085Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0271332Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0296918Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0328182Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0358438Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0388651Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0418544Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0431514Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:46.0444532Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:46.0457278Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:46.0470030Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:46.0500948Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0530579Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0562807Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0594893Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0627514Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0659252Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0690159Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0720218Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0749795Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0779382Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0808594Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0838335Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0868739Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0898123Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.0928433Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0958359Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.0988065Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1017847Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1047635Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1078666Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1107774Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1139516Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1171354Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1203058Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1229865Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1255264Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1283092Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1310682Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1337638Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1364402Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1390759Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1418937Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1444487Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1469920Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1495439Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1521238Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1548634Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1573971Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1603887Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1633580Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1663208Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.1690098Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1717260Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1744048Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1769701Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1794688Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1819877Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1845101Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1870195Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1896909Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1922125Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1950111Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.1978597Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2007019Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2033802Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2060310Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2086966Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2112645Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2139740Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2164933Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2189951Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2215133Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2241725Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2267328Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2294216Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2321396Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2347815Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2376170Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2403772Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2428739Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2455110Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2480328Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2505247Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2530381Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2556468Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2581653Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2607697Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2635786Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2661816Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2686875Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2711814Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2736913Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2762639Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2787698Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2814018Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2841432Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2868379Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2894194Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2921650Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2947099Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2972083Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.2997235Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3022701Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3047405Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3073716Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3098633Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3126550Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3156148Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3185717Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3212090Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3238370Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3264252Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3289316Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3314520Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3339566Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3364300Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3389484Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.3406605Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3424271Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3441837Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3458664Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3475153Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3491254Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3509538Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3526019Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3542359Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3558972Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3575274Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3591554Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:46.3625309Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3657372Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3692481Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3726185Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3757986Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3791212Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3822804Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3855094Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3886948Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3920645Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3955750Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.3989095Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4022903Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4056905Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4089663Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4122755Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4155517Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4188388Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4220884Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4252843Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4286160Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4321948Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4356146Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4389486Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4423550Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4456793Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4489723Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4523529Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4557137Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4590244Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4622425Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4656444Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4691403Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4724574Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4758479Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4791220Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4824231Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4857192Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4890220Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4923830Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4957674Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.4990729Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5025026Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5059440Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5093160Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5126702Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5159717Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5192472Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5227127Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5260429Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5292322Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5324100Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5350104Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5377981Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5405728Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5437057Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5464559Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5491600Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5517858Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5543759Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5569644Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5595588Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5621596Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5655336Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5688558Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5722063Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5757862Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5790736Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5823159Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5855447Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5887645Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5920328Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.5947139Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.5972314Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6000299Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6030580Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6058309Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6084659Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6111005Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6137171Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6162584Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6187637Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6212249Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6238916Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6266304Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.6301016Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6334882Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6368219Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6401019Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6434322Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6466994Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6500368Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6536873Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6572482Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6607561Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6641281Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6675672Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6708604Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6741589Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6775064Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6811293Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6846491Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6883523Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6917701Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6951802Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.6985420Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7019993Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7053534Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7087542Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7119053Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7144955Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7175168Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7205937Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7235912Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7262603Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7287859Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7313805Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7339495Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7365533Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7396817Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7430574Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7464421Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7499690Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7531658Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7563593Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7593424Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7619779Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7645668Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7670744Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7698948Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7724674Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.7756365Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7788438Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7819742Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7851250Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7882915Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7913811Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7944286Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.7974579Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8004935Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8034977Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8065344Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8095341Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8126900Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8156971Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8186522Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8212379Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8238353Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8263307Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8288807Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8323109Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8355250Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8386806Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8419966Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8451483Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8483839Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8519062Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8550074Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8582704Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8616234Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8649062Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8675808Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8702542Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8728055Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8754555Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8780332Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8811034Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8842535Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8872545Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.8898983Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8925442Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8950303Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.8977557Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.9003832Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:46.9016970Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:46.9030474Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:46.9043488Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-09-27T16:01:46.9077200Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9109628Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9144994Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9180840Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9216107Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9248416Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9282472Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9313774Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9345362Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9377650Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9412082Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9443783Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9474603Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9506363Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9538027Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9573117Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9609455Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9641903Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9674156Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9707472Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9738794Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9770707Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9802272Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9833166Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9864077Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9897443Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9932546Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:46.9970696Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0006149Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0039601Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0072263Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0105520Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0138419Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0173515Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0207085Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0239114Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0270017Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0300352Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0326591Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0352316Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0377690Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0403187Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0428485Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0461317Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0490664Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0521389Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0551030Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0580536Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0609810Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0639155Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0668526Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0697826Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0728257Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0757439Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0787769Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0817612Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0847720Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0876995Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0906221Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0935327Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.0966606Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.0998653Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1028376Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1060354Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1091756Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1122024Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1151121Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1180833Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1210545Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1240953Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1272318Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1301974Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1333473Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1364698Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1394551Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1423975Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1453451Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1483379Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1513669Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1545208Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1574668Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1606538Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1637928Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1667510Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1697364Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1726705Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1756600Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1789250Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1818370Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1850549Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1883927Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1916566Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1947118Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.1976306Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2005361Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2030372Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2055325Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2079826Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2104587Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2130310Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2159957Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2189259Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2219702Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2250196Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2279621Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2308750Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2338075Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2368639Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2398022Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2427274Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2457134Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2482279Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2513189Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2544705Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2578177Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2608177Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2638053Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2667140Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2692849Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2717557Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2741758Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2766859Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2791473Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2822181Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2851375Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.2884105Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2917702Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2948389Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.2978131Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3007245Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3036737Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3065656Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3094528Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3123643Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3152738Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3183188Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3213115Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3242648Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3268004Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3293108Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3317797Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3344885Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3370329Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3400627Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3430568Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3459972Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3489948Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3519885Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3549164Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3579244Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3609078Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3638744Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3668849Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3697506Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3729995Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3763273Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3794083Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.3823305Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3852267Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3881587Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3910316Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3939474Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3968330Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.3998654Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4023683Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4055939Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4089457Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4123032Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4155953Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4185827Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4215461Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4241316Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4266366Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4291019Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4316259Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4341339Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4368248Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4393605Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4421255Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4448560Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4475154Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4501954Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4528065Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4553470Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4578925Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4604158Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4629406Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4655118Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.4686570Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4717084Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4751089Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4784918Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4816415Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4847119Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4877882Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4910457Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4941038Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.4971337Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5001684Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5031904Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5057147Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5086919Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5116868Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5146720Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5172737Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5197969Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5222694Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5247822Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5272973Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5299381Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5324338Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5350570Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5376937Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5403323Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5428821Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5454153Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5480150Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5505188Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5530485Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.5563412Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5596037Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5629799Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5666360Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5700312Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5733185Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5766040Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5799749Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5833148Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5866325Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5899327Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5930824Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5962074Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.5995495Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6030055Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6061579Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6091718Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6121994Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6151747Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6181831Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6211814Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6244558Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6276389Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6307664Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6341702Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6375706Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6408185Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6440919Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6473195Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6504067Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6538406Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6569729Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6601410Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6631310Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6662681Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6692750Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6723055Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6753449Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6783244Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6813028Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6843115Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6872509Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6903083Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6932486Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.6961946Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.6991824Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7020847Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7050002Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7079277Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7108081Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7138050Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7167295Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7196552Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7225634Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7255187Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7284961Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7314685Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7346130Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7376199Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7406482Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7435528Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7465090Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7494561Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7524182Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7554060Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7583335Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7613761Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7644054Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7673579Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7703363Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7732374Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7762031Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7791369Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7821797Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7850942Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7881332Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.7910924Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7940244Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7969634Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.7999137Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8028869Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8058456Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8087828Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8118769Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8151802Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8181908Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8211521Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8241142Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8270607Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8300066Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8330452Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8359830Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8390036Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8419721Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8448976Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8478510Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8507729Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8537289Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8567033Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8596427Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8626668Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8656340Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8686395Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8716149Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8745720Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8775810Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8805039Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8834168Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.8864885Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8894887Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8924783Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8956822Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.8986629Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9016269Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9046694Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9076688Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9107407Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9137221Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9166776Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9196190Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9225499Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9254778Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9284390Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9313662Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9344193Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9373657Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9403319Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9432412Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9462024Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9491232Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9520521Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9549838Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9579995Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9609825Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9640157Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9669401Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9698809Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9728221Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9760094Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9789774Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9820300Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9849774Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9879396Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:47.9908537Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9937525Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9966765Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:47.9996180Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0025053Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0055067Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0086843Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0116168Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0145284Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0174123Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0203595Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0232651Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0265576Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0299846Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0335959Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0369500Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0403741Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0437654Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0470589Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0504181Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0537003Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0566416Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0598974Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0628174Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0657077Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0686261Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0715279Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0744171Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0773100Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0805651Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0834669Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0864870Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0894374Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0923672Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.0952896Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.0981960Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1011056Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1040378Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1069350Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1099341Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1128508Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1157889Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1187197Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1216662Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1246080Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1275423Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1304875Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1335597Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1365494Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1397182Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1426802Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1456404Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1485800Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1515294Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1544588Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1574658Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1604690Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1633867Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1663173Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1692406Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1721785Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1750784Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.1780889Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1811745Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1844855Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1878281Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1910890Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1942210Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.1973482Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2004924Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2036211Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2067471Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2098787Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2129415Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2154021Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2187076Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2222387Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2253731Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2285601Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2314813Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2340352Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2365967Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2390531Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2415474Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2441231Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.2472771Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2504693Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2537791Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2571478Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2604791Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2637117Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2669431Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2701542Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2733520Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2765949Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2799303Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2832463Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2864463Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2898238Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2932536Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2967082Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.2999965Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3031934Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3066197Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3097996Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3129694Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3161711Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3192389Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3224739Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3256433Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:48.3282673Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3308013Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3333695Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3359363Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3384964Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3406931Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3428840Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3451325Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3473675Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3495597Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3517495Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3539388Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3561351Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3583230Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3606452Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3626351Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3649874Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3675073Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3698905Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3721707Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3746309Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3768854Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3789835Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3810738Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3830930Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3851101Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3870753Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3892381Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3913893Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3936330Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3959923Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.3982728Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4005705Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4027765Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4049910Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4071239Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4092791Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4114360Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4135723Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4156950Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4179024Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4201026Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4223170Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4243273Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4262530Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4281713Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.4300894Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4322312Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4343759Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4366303Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4388198Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4410232Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4434030Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4457597Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4481352Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4504931Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4526880Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4548161Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4571249Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4594377Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4616245Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4639141Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4661487Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4683261Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4704944Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4726154Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4747279Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4768627Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4791588Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4814221Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4837836Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4861516Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4884071Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4906763Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4931889Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4954884Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.4977121Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.5000270Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.5023550Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.5046297Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.7325750Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-09-27T16:01:48.7348156Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.7368356Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.7386887Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7404972Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7422403Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7440029Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7456832Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7473723Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7490350Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7507011Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7523743Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7542057Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7560421Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7579255Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7597521Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7615270Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7633967Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7652267Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7670584Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7688839Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7715854Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.7733924Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7752240Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7769537Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7787547Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7805545Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7823244Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7840762Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7857982Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7875209Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7892331Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7909661Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7926843Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7944424Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7961590Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7979584Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.7997595Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8014926Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8032772Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8049962Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8067138Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8084311Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8101573Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8118951Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8135983Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8154097Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8172104Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8190819Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8210508Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.8228522Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8247120Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8265386Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8283789Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8301931Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8320284Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8338378Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8356937Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8373953Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8392022Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8409998Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8427647Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8445110Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8462285Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8479697Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8496754Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8514331Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8531215Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8549136Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8567155Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8585741Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8603693Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8621802Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8640156Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8658204Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8676771Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8694558Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8715629Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:48.8733689Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8751708Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8769039Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8786877Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8804739Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8822085Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8839406Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8856473Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8873834Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8890950Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8908057Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8924938Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8942362Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8959409Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8977163Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.8995033Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9012584Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9030026Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9047444Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9064831Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9081770Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9098959Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9116258Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9133383Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9150217Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9167120Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9184022Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9202688Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9219588Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9236324Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9252797Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9270331Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9286485Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9303830Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9321121Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9338594Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9355825Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9372526Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9390649Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9408443Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9425148Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9441790Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9458358Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9475084Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9492379Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9508964Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9526525Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9543878Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9560931Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9577982Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9594818Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9611365Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9628912Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9646317Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9663032Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9681504Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9699425Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9717350Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9734667Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9751561Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9768249Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9785117Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9801770Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9818440Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9836362Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9853507Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9871749Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9889949Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9907640Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9925229Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9942721Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9960260Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9977399Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:48.9994461Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0011742Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0028928Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0046018Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0063041Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0079842Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0097003Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0114904Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0131627Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0149181Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0168657Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.0186501Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0203063Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0219676Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0236181Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0252469Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0269044Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0286643Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0303098Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0321168Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0339303Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0357236Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0374507Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0392158Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0409624Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0426064Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0442292Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0458908Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0475496Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0492328Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0509797Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0526500Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0544651Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0562791Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0580715Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0598533Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0615531Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0632896Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0651478Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0668822Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0684884Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0701353Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0718165Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0735632Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0754339Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0772746Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0790559Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0808365Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0826692Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0844879Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0862952Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0881156Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0899296Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0917707Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0935674Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0952720Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0970680Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.0988678Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1006238Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1023679Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1041018Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1058209Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1075197Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1092211Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1109409Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1126886Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1145986Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1163370Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1180818Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1198383Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1215683Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1233063Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1250484Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1267877Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1285395Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1303079Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1320306Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1337970Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1355529Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1372670Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1389998Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1407679Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1424806Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1443364Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1460754Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1477764Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1495240Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1512888Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1530520Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1547953Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1565213Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1582463Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1599701Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1616611Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1635314Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1652227Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1669449Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1687279Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1705432Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1723692Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1741915Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1760060Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1778165Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1796225Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1814192Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1832243Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1850841Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1868752Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1887120Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1905654Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1923878Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1941969Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1960310Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1978328Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.1996427Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2014608Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2032215Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2050573Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2068870Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2087178Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2105253Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2123321Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2143486Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.2161658Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2179797Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2196678Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2213841Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2231205Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2248838Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2266237Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2283405Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2300792Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2318136Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2335170Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2352920Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2370441Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2389052Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2407122Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2425313Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2443873Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2462255Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2480614Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2498962Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2518886Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.2536964Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2555828Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2573904Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2592539Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2611163Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2629457Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2649389Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.2667339Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2685054Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2703463Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2722170Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2738940Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2757545Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2775789Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2794450Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2812229Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2830165Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2847929Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2865300Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2882438Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2899435Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2916609Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2933748Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2951434Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2968730Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.2986935Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3005206Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3023003Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3040749Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3058247Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3075976Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3093175Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3110564Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3127957Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3147113Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3164452Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3182743Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3199752Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3217394Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3234362Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3251048Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3267873Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3284834Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3301662Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3319423Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3336978Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3354620Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3372160Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3390526Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3408977Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3427383Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3445611Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3463196Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3480502Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3498520Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3516548Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3533929Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3551535Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3569146Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3586548Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3603941Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3621556Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3640752Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3657893Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3675789Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3692963Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3710598Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3728206Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3745439Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3762915Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3780282Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3797674Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3814830Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3832920Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3851193Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3869272Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3886618Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3903560Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3921110Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3938467Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3955697Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3972587Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.3989703Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4006527Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4023333Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4040125Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4056774Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4073882Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4091169Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4107955Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4127773Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.4145958Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4164081Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4181440Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4198789Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4215873Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4232622Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4249569Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4266214Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4283034Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4299975Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4317412Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4334080Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4351980Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4370013Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4387959Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4405207Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4422499Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4439836Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4456411Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4473326Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4490197Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4506900Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4523695Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4540873Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4557605Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4574998Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4592488Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4612605Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.4629789Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4646906Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4663801Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4680612Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4697306Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4713991Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4730531Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4747934Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4765720Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4782680Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4799756Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4816804Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4833919Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4850487Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4867035Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4883763Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4900373Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4917579Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4934032Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4951142Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4968391Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.4985648Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5002361Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5019188Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5036028Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5052786Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5069586Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5088433Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5105182Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5123113Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5140855Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5158491Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5175448Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5192531Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5209606Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5226401Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5243110Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5259850Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5276492Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5293233Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5308368Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5323208Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5338219Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5353036Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5367956Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5383030Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5398074Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5412520Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5427456Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5442438Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5457342Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5472108Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:49.5491188Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5510087Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5528870Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5549298Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.5567887Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5586220Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5604543Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5622808Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5641508Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5659949Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5678126Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5696809Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5714844Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5732689Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5751163Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5769663Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5787820Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5806209Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5824419Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5842694Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5861390Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5879778Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5898380Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5916769Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5934817Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5952953Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5971164Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.5989387Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6007293Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6025798Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6043906Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6064207Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.6082267Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6099996Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6118631Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6136403Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6154730Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6172706Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6190960Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6209178Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6227742Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6246014Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6264665Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6282695Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6300596Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6319126Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6337475Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6355672Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6373811Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6391971Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6410841Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6430562Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6447639Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6465014Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6482210Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6499516Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6516396Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6532818Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6549230Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6567783Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6584606Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6601134Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6617977Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6635539Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6653019Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6672330Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6691319Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6710358Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6728392Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6746281Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6764646Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6782397Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6799826Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6815894Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6832878Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6849763Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6866757Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6883362Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6899916Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6917093Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6933616Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6951077Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6968460Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.6985000Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7001238Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7019463Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7038293Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7058572Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.7076969Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7095053Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7113514Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7131460Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7149621Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7167990Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7186785Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7206524Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7226278Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7244635Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7263755Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7282309Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7300844Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7319731Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7338795Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7357744Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7376978Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7396052Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7414331Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7432957Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7451990Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7470341Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7486978Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7504427Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7521926Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7539519Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7556260Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7574645Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7591335Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7607903Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7624842Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7642684Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7660338Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7686473Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7696265Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7714054Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7731540Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7748786Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7765393Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7781770Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7798006Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7814397Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7830465Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7847789Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7864907Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7882130Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7899731Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7916917Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7934237Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7951772Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7969206Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.7986551Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8004122Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8021592Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8039067Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8058355Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.8076085Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8093439Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8110405Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8127206Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8143855Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8160859Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8179429Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8197228Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8215156Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8233362Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8252364Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8270675Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8288736Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8306538Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8324412Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8342126Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8360076Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8376966Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8394121Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8412047Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8428535Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8445742Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8463687Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8481516Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8499216Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8517139Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8533908Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8552646Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8569974Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8587306Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8610165Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.8632821Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.8654560Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.8672491Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8690624Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8709383Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8729423Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8747641Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8767114Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8785037Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8802743Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8820407Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8838691Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8857162Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8874802Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8892678Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8910267Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8928527Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8947607Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8967172Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.8985977Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9005271Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9023473Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9041826Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9061738Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.9080476Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9098313Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9116531Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9134831Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9154098Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9172056Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9190746Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9209378Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9228367Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9247120Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9266695Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9285453Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9304576Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9323173Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9340720Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9358564Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9375907Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9392701Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9409664Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9475268Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9475953Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9476566Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9479821Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9498788Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9517853Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9536749Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9554687Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9573883Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:49.9591781Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9610348Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9628896Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9647152Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9665860Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9684536Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9703000Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9720977Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9739544Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9758751Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9777108Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9795996Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9813884Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9832079Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9850909Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9868640Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9886561Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9905021Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9922671Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9940750Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9959438Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9977382Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:49.9996209Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0015148Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0033629Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0051669Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0069908Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0089821Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.0107183Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0125480Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0142974Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0161684Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0179188Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0196938Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0214668Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0231992Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0249865Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0267635Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0285523Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0303962Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0322395Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0340656Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0358739Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0376356Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0394363Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0411333Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0428469Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0445367Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0462431Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0479548Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0497980Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0515963Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0534104Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0552331Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0570792Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0591690Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.0609566Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0627502Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0645294Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0663141Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0681072Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0697918Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0716376Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0734621Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0753484Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0770921Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0788514Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0805717Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0822467Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0839035Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0855567Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0872191Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0888879Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0906499Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0923990Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0941828Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0959846Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0977227Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.0994681Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1012465Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1029549Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1046888Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1063929Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1083136Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1100430Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1118061Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1136002Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1153633Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1170150Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1186961Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1203657Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1220700Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1237432Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1255401Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1272869Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1290324Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1307966Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1325591Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1343111Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1360803Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1378195Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1395645Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1413280Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1430555Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1448547Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1466659Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1484284Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1501731Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1519732Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1536949Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1554309Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1573775Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.1591357Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1609088Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1626085Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1644149Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1662279Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1680349Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1697833Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1715411Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1732739Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1749595Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1767082Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1783492Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1800206Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1816922Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1834426Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1851088Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1868791Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1886064Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1903228Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1920515Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1937752Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1954564Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1971259Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.1988040Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2004818Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2021825Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2039620Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2058914Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2077395Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2096065Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2113810Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2130965Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2148320Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2165764Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2182805Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2200226Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2217415Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2235064Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2253056Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2270940Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2288955Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2306888Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2324405Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2341273Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2358446Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2375507Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2392960Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2410714Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2428038Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2446878Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2464516Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2482405Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2499423Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2516870Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2534022Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2552946Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2570509Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2589257Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2608017Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2626451Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2644436Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2662308Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2680719Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2698876Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2717070Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2735178Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2753763Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2771529Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2789689Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2807070Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2825026Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2843059Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2860608Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2878065Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2895082Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2912284Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2929464Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2946724Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2963931Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2981528Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.2998773Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3016820Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3035296Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3054325Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.3071799Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3089133Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3106391Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3123914Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3140846Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3158120Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3175216Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3192934Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3210462Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3227786Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3245026Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3262358Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3279873Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3297181Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3314427Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3331820Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3349267Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3366451Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3383570Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3400798Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3418029Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3435137Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3452338Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3469936Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3487447Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3504629Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3521886Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3540823Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3558170Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3575283Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3592393Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3609681Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3627010Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3644138Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3661256Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3678541Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3695603Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3712539Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3729625Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3747187Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3764771Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3781934Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3799136Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3816221Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3833489Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3850601Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3868162Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3885323Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3902727Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3920459Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3937629Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3954934Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3971980Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.3989227Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4006563Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4025542Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4043318Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4060919Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4078355Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4095464Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4112675Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4130100Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4147475Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4165036Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4182209Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4199896Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4217126Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4234258Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4251619Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4268659Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4285979Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4303135Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4320501Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4338233Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4355858Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4373095Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4390486Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4407849Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4425170Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4442481Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4459714Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4477473Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4494950Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4514235Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4531598Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4549008Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4566281Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4583531Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4600868Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4618356Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4635866Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4653145Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4670360Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4687635Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4705267Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4722411Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4739728Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4757616Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4774827Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4792078Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4809262Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4826626Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4843647Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4860980Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4878051Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4895814Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4913596Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4930604Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4947739Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4964879Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.4981955Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5001153Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5018259Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5035800Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5052934Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5070083Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5087242Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5104452Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5121551Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5138676Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5155880Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5173149Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5190503Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5207804Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5225065Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5242400Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5259551Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5276805Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5295087Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5313949Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5332787Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5351821Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5370594Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5389074Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5407802Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5426285Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5444660Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5462541Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5479958Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5499290Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.5516555Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5533745Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5550879Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5568199Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5585377Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5603264Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5620691Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5638294Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5655837Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5673051Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5690264Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5707450Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5724701Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5741849Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5759466Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5776940Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5794642Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5812022Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5829376Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5846819Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5864242Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5881787Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5899311Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5916743Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5934155Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5951520Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5968701Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.5987692Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6005037Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6022335Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6039582Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6056916Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6074688Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6091700Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6109018Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6126457Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6144045Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6160847Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6178224Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6195581Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6213696Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6231484Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6249207Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6267348Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6285505Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6303538Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6321643Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6339833Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6357863Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6375714Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6392322Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6410541Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6428012Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6445926Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6463228Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6483572Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.6500235Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6516771Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6533039Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6549451Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6565940Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6583748Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6601932Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6620581Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6638815Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6656924Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6675250Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6694329Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6712570Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6730812Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6748795Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6767149Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6785628Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6803988Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6822288Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6840197Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6857934Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6876271Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6894125Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6912815Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6932268Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6951720Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6970128Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.6989921Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7007610Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7025838Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7042968Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7059343Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7075627Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7091922Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7108105Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7127904Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7146529Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7167843Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7190214Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7212643Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7233656Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7254219Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7274539Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7292838Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7312094Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7332491Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7351267Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7371587Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7390504Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7413596Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7436992Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7460469Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7483297Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7504364Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7527464Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7547232Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7566122Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7584788Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7603476Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7622136Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7642073Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7660582Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7681814Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7704231Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7726566Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7748888Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7769659Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7790263Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7809926Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.7828816Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7848380Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7867221Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7886283Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7906318Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7925296Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7946375Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7968399Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.7989058Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8008818Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8029342Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8049308Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8070093Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8089112Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8107772Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8126920Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8146640Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8165455Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8185328Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8205384Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8226002Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8245713Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8265032Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8284142Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8303161Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8322481Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8342476Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8361800Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8382211Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8402384Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8423414Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8443090Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8462483Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8481557Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8501418Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8520398Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8540570Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8560391Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8582922Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8607100Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8628702Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8649689Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8669975Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8690863Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8710618Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8729938Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8748903Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:50.8768972Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8788139Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.8803962Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8819638Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8835355Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8850783Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8866298Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8881897Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8897590Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8912967Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8928467Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8944164Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8959743Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.8975567Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:50.9001922Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9024442Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9047241Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9070625Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9093062Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9117964Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9140150Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9162231Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9184045Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9206400Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9229580Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9254972Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9280100Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9303268Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9327562Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9351094Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9374587Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9398028Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9421221Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9444891Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9468431Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9491896Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9515912Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9539448Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9563737Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9586883Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9610451Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9633966Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9656993Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9680421Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9703942Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9730719Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9758500Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9781957Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9805149Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9828383Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9851268Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9873913Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9896478Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9919547Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9942368Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9965624Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:50.9991566Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0016865Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0041912Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0065067Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0088072Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0111205Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0134292Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0156834Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0179498Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0202192Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0222118Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0243682Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0265549Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0288034Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0309059Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0330154Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0350155Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0371635Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0390882Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0410276Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.0429564Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0452504Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0476582Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0500691Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0524543Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0548643Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0573338Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0597942Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0621844Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0645988Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0666346Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0685346Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.0706602Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0729260Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0750681Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0771719Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0793392Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0815887Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0836523Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0856217Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.0875539Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0894689Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0914395Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0938137Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0964505Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.0988618Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1011787Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1036359Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1061526Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1085625Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1109436Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1135220Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1159534Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1184256Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1208609Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1232324Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1256410Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1280893Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1305050Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1332209Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1357730Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1383006Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1407164Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1431421Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1455968Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1480290Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1504855Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1527282Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1547693Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1569954Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1592886Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1617486Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1638344Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1657713Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1677091Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1696631Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1716189Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1737618Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1761513Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1785825Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1810219Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1833100Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1855680Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1878119Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1898229Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1917722Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1936855Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.1956389Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.1975520Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.1997805Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2020123Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2042764Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2065878Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2089805Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2113169Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2135571Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2158381Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2181210Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2206266Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2228368Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2250986Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2273929Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2296726Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2319476Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2339708Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2360896Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2380442Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2400138Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2423135Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2445950Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2469576Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2492668Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2516484Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2539421Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2562559Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2585281Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2607610Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2630167Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2652559Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2672774Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2692161Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2711482Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2731346Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2751251Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2773335Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2798398Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2820982Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2841348Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2861138Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2880629Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2899901Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2919261Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.2949851Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.2981216Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.3012525Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.3035333Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3057898Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3080529Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3105487Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3130335Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3152529Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3175483Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3198283Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3221286Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3243621Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3266560Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3289058Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3313175Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3335885Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3359294Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3384321Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3408456Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3435349Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3458143Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3481180Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3503899Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3526181Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3548758Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3570858Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3593442Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3617141Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3645123Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3670822Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3694038Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3717294Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3740439Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3763315Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3785314Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3807544Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3830222Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3852317Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3876656Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3900142Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3920924Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3940974Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3960606Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.3980111Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4000040Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4046991Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4071259Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4094464Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4118503Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4140890Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4162906Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4184868Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4206578Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4228269Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4251080Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4272810Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4295984Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4320627Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4343110Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4365674Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4388005Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4411936Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4435211Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4476006Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4504821Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4546849Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4589487Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4618863Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4649832Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.4679625Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4709005Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4743663Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.4784192Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4816034Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.4857813Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4899393Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.4927826Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.4957893Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.4986276Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5014970Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5048774Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.5088076Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.5116569Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5157675Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.5198186Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:51.5226848Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5256576Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.5285260Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5314047Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5347287Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:51.5369069Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5391774Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5415514Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5438928Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5460250Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5481819Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5503395Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5523063Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5541798Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.5560394Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.5581316Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5600383Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.5621572Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5642906Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5664987Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5686969Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5708659Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5729996Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5751771Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5773602Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5794930Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5816118Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5837883Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5857390Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.5879377Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5902866Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5925400Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5947234Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5969065Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.5990696Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6010601Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6029586Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6048438Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6067682Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6086700Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6107892Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6129102Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6154942Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6178035Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6200372Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6222364Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6244089Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6265333Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6286708Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6307905Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6329138Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6350394Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6372494Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6394668Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6416128Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6436292Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6455309Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6474456Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6493404Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6512764Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.6533972Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6556095Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6578032Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6600010Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6621893Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6643836Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6665744Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6688001Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6709896Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6733150Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6754905Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6778270Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6801679Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6823332Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6845040Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6866215Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6887535Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6908912Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6930351Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6952989Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6975627Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.6995482Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7018268Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7042926Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7065932Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7088133Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7110405Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7132111Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7152314Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7171506Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.7190884Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7210791Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7229923Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7249919Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7268800Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.7290372Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7314168Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7334919Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7355236Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7376085Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7396061Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7414950Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.7434507Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.7453863Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7474385Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7495891Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7517446Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7542275Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7565741Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7587464Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7609267Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7630403Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7651737Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7672998Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7694337Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7717738Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7740974Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7761125Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7782035Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7803854Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7825918Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7845982Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7864966Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.7885782Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7904940Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.7923897Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7943694Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7964739Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.7984233Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8004444Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8024939Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8044493Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8063572Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.8082521Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.8101220Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.8120157Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:51.8141999Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8164498Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8190435Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8215233Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8238201Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8260740Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8282971Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8305164Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8327215Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8349608Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8371887Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8394583Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8415694Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8441640Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8468617Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8490661Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8513434Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8534473Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8556071Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8577499Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8598941Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8620165Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8643440Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8664534Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8689980Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8714940Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8736618Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8759271Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8781040Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8802766Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8824295Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8845941Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8867606Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8889334Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8913739Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8938717Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8962180Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.8985529Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9008601Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9031583Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9054962Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9078672Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9101274Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9123861Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9145313Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9166898Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9188409Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9209954Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9231241Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9252362Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9274754Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9297296Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9319076Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9340782Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9362501Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9384139Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9405866Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9427266Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9449729Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9472439Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9494328Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9516501Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9537822Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9559596Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9581584Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9603122Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9625556Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9648100Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9672100Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9693476Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9715206Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9736696Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9758634Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9780519Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9802046Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9824331Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9846623Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9868212Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9889979Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9911590Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9933051Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9954652Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9976316Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:51.9999597Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0022511Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0044426Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0066628Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0088769Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0110794Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0132729Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0159194Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0181716Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0205241Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0228210Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0251083Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0276038Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0298779Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0321326Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0344074Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0366211Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0389037Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0412808Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0434946Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0457495Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0479560Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0501779Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0523943Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0545961Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0568766Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0592082Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0614009Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0636288Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0658048Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0680164Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0702396Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0724498Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0748021Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0771671Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0794174Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0816602Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0839087Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0861437Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0887084Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0909713Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0933303Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0957234Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.0979656Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1002465Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1025173Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1047806Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1070485Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1093494Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1117352Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1141306Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1164251Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1187386Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1210279Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1232789Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1255513Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1278633Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1301892Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1325192Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1347622Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1370201Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1392600Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1414811Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1437587Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1460002Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1483127Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1508390Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1530495Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1552768Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1574833Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1596912Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1619359Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1642720Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1675771Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1689349Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1712667Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1735782Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1759166Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1782286Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1805250Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1828291Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1849853Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1872681Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1895252Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1916820Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1938324Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1960111Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.1981287Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2002801Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2050171Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:52.2071567Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2095061Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2118914Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2143113Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2164939Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2186643Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2208410Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2230202Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2252617Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2277287Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2300384Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2322370Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2344464Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2366411Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2388510Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2410993Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2433558Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2456219Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2479165Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2501022Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2523141Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2544980Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2566740Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2589011Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2610277Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2632824Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2655866Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2677196Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2698772Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2720213Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2743739Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2765437Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2787083Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2808946Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2832952Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2856423Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2878964Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2901203Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2923279Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2944951Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2966532Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.2988075Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3009674Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3031363Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3051324Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3074197Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3097365Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3120381Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3142295Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3164187Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3184370Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3203662Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3222983Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3242332Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3261639Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3283790Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3306072Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3334809Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3359957Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3382805Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3405720Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3428443Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3451200Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3473702Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3496190Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3519113Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3541945Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3564118Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3590008Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3614859Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3637566Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3660101Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3682376Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3704193Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3725714Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3747446Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3769247Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3791054Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3813846Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3836906Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3857104Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:52.3876760Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.3895436Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:52.3914698Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:52.3936789Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:52.5462157Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-09-27T16:01:52.5581954Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:52.5677494Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:53.5443342Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _helper_reference_numerics test_unary_ufuncs.py line 184 2022-09-27T16:01:53.5443887Z due to: 2022-09-27T16:01:53.5444146Z Traceback (most recent call last): 2022-09-27T16:01:53.5445036Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:01:53.5445386Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:01:53.5445726Z NotImplementedError: GetAttrVariable(GetAttrVariable(NumpyVariable(), dtype), type) is not a constant 2022-09-27T16:01:53.5445938Z 2022-09-27T16:01:53.5445996Z from user code: 2022-09-27T16:01:53.5446236Z File "test_unary_ufuncs.py", line 188, in _helper_reference_numerics 2022-09-27T16:01:53.5446526Z numpy_to_torch_dtype_dict[expected.dtype.type], dtype 2022-09-27T16:01:53.5446693Z 2022-09-27T16:01:53.5446826Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:01:53.5447033Z ========== 2022-09-27T16:01:54.2344607Z ok (1.666s) 2022-09-27T16:01:54.2355736Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:54.2365027Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.2568210Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:01:54.2733061Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:54.2897770Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:54.2937054Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.2946864Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:54.2956263Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.2994591Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3031715Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3066202Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3076030Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3085006Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3119652Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3156582Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3196186Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3239739Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.3274102Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3317791Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.3350537Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3387793Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3421755Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3431783Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3441608Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3479099Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3516534Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3551979Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3561720Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3570999Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3605706Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3644862Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3681307Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3692003Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3700525Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3736199Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3774245Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3808455Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3818822Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:54.3828943Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.3862548Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3897115Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3929465Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3959097Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.3989640Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4019466Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4052091Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4082081Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.4121682Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4150896Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.4181035Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.4213400Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4246822Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4276936Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.4315197Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4345197Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.4375805Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4408549Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4454738Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.4500116Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.4533434Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4570621Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4604221Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4658165Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:54.4705382Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.4738502Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4776331Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4808559Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4848484Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.4878612Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.4909461Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5264021Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:54.5360291Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:54.5456083Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:54.5499598Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.5540307Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5579996Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5619044Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5656872Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5696077Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5731098Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5768370Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5808125Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5843324Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5886558Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.5918661Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5953869Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.5963107Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.5971997Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.5980619Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.6011403Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6045236Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6054155Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.6089543Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6129089Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6162850Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6198610Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6230622Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6272796Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.6307981Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6341662Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6375486Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6407723Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6437689Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6447113Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.6455981Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.6464951Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.6474707Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.6516573Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.6563123Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.6599326Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6636197Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6682377Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.6727808Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.6774872Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.6806659Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6835677Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.6864775Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.6895182Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.6924507Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.6960592Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.6985609Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7012133Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7040194Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7069578Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7097371Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7131634Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.7156842Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7181691Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7208721Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7237444Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7261681Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7297500Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.7322229Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7347765Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7375527Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7410061Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.7434020Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7459561Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7487480Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7521654Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.7545346Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7571697Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7598689Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7627213Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7652183Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7686282Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.7710992Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7738308Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.7751839Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:54.7764757Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:54.7777478Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:54.7789916Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:54.7804638Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:54.7817462Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:54.7826086Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.7866589Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.7907154Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.7941280Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.7987125Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.8027174Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8063092Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8099303Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8131378Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8166640Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8202471Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8237369Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8247467Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:54.8257644Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:54.8293288Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8329522Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8362166Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8406716Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:54.8445721Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8480348Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8517236Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8544194Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.8572525Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.8597690Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.8633911Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8660750Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.8687165Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:54.8720789Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8759869Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:54.8798419Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4038668Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.523s) 2022-09-27T16:01:55.4058834Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:01:55.4077179Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4094379Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4110602Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4126500Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4142550Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4158559Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4174354Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.001s) 2022-09-27T16:01:55.4212064Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4255065Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.4288669Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4321973Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4353396Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4387535Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4418207Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4457036Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4486966Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:55.4517153Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4572160Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:55.4609123Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4644571Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4680127Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4713396Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4749274Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4785280Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4818436Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4853416Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4892050Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4928264Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.4968289Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.5005710Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5048488Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.5082003Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5114311Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5147156Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5180150Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5211292Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5243993Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5280583Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5314275Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5350017Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5401936Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:55.5411927Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.5450175Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5482177Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5515920Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5551217Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5584717Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5620607Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5653306Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5694674Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.5729218Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5773527Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.5805150Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5837524Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5872562Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.5922024Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.5966158Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.6001842Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6039276Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6073758Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6106421Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6141234Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6502356Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:55.6601621Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:55.6703650Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:55.6714608Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:55.6724112Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6733185Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6742331Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6750691Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6762259Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6771680Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6781111Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6789512Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6798377Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6807392Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6816264Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.6851998Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6887262Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6918899Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.6959288Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.6990323Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7022243Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7032918Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:55.7077136Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.7110018Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7141384Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7172149Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7202944Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7230698Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:55.7269399Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7301434Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7332576Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7342764Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7352418Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7361937Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7404767Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.7436236Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7467899Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7500713Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7530569Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7561347Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7592715Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7622551Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:55.7653638Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7686074Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7716059Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7747081Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7779301Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7809463Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7843089Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7875329Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7884525Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7893172Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7922967Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7954022Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.7963674Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7972147Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7981120Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7989615Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.7998608Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8007722Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8045428Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8054963Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8063560Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8099668Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8134683Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8144031Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8152728Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8161955Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8171070Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:55.8198273Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:55.8232381Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8255946Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:55.8281660Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:55.8314390Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8363068Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.8403753Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.8436950Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8473617Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8509254Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8567834Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:55.8617247Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.8652340Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8691342Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8727609Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8784116Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:55.8831347Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.8873407Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.8911365Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.8997576Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-09-27T16:01:55.9075707Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-09-27T16:01:55.9116748Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9161871Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9201041Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9242712Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9279852Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9319816Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9357028Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9397012Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9432219Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9466266Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9503357Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9542350Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9583543Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:55.9633426Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9680819Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9730153Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9778832Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9835523Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:55.9879136Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9928262Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:55.9970518Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.0017952Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.0073964Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:56.0128654Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:56.0181357Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:56.0237515Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:56.0283753Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.0333430Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.0381232Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.0430024Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.0469975Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.0508236Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.0546467Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.0581521Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.0619138Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.0978436Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:56.1078835Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:56.1180294Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:56.1229080Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1278794Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1327239Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1377449Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1419687Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1460817Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1493745Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1532241Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1567307Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1600922Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1645954Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1669478Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1702583Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1733172Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1776759Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1806777Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.1837953Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.1846983Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:56.1893785Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1934178Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.1971215Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2010833Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2046811Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2094340Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.2135991Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.2172295Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2209321Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2240369Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2270002Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.2304969Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.2433632Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:01:56.2545310Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:56.2659993Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:56.2669495Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.2772030Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:56.2870081Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:56.2969125Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:56.3067197Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:01:56.3167569Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:01:56.3188105Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3203159Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3217396Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3235451Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3249407Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3259372Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3269060Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3287254Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3305272Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3322558Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3343017Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.3361423Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3375403Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3388911Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3405424Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3418863Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3428178Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3437662Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3453893Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3470304Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3487488Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3503977Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3521116Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3535236Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3549180Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3566040Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3580440Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3614425Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.3647823Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.3664501Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3680842Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3697366Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3713502Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3729606Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3746156Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3760233Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3774296Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3794271Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.3807838Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3816852Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3826279Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3843231Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3860594Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3877668Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3894649Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3911457Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3925422Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3939001Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3954741Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.3968314Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.3977614Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.3987089Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.4004448Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4022757Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4039882Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4056160Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4072216Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4085742Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4099458Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4116651Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4131097Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4141114Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.4150150Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.4166842Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4185571Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4202671Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4219782Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4236932Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4250689Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4263666Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4280170Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4293225Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4302478Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.4311256Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.4327665Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4343615Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4359917Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4375411Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4391150Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4404362Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4417329Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4430201Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4445589Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4460856Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4475920Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4488833Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4501855Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4518257Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4534848Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4551429Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4567426Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4585440Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4601446Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4615168Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4628205Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4644240Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4657240Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4687958Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.4720233Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.4750344Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.4767207Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4782981Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4799126Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4813723Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4828533Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4843303Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4856132Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4869005Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4884998Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.4897743Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.4927889Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.4959469Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.4989055Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.5004771Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5020217Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5035407Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5049875Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5064519Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5080887Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5093761Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5106512Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5122524Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5136030Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5175509Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.5212215Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.5229026Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5246353Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5263660Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5280882Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5297793Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5312017Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5325539Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5342457Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5356846Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5365823Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.5402132Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.5419562Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5437069Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5453978Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5471084Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5488104Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5498092Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.5511505Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5520903Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.5534623Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5553435Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5570043Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5585831Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5601681Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5617903Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5634877Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5649479Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5664264Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5681421Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5696197Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5713415Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5730658Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5746647Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5762621Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5778683Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5791982Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5805334Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5821913Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5836084Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5852693Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5870296Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5887356Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5904468Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5922482Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5936568Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5949926Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5966473Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.5982745Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.5999373Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6016741Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6034072Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6050962Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6068094Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6082445Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6096027Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6112445Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6126290Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6143093Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6161782Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6179690Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6196997Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6214416Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6228744Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6242550Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6259372Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6272616Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6288558Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6304882Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6321797Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6337527Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6353450Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6369462Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6383329Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6396932Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6406101Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.6426215Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.002s) 2022-09-27T16:01:56.6435681Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.6444883Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.6462236Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6479792Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6497176Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6514559Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6531384Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6545745Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6559100Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6568485Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.6581914Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6599143Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6616275Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6633169Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6650326Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6667542Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6681828Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6695006Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6711338Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6724839Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6756368Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.6790149Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.6820520Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.6837494Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6853844Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6870849Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6889338Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6905497Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6921662Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6935933Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6950061Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.6966699Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.6984149Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7001472Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7017969Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7034375Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7050484Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7064574Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7077988Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7094216Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7110169Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7126386Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7142316Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7161186Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7178656Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7196266Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7213235Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7229453Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7242956Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7259166Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7275132Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7291759Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7307516Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7324962Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7334061Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.7347267Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7375913Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7407072Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.7436103Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7452739Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7466891Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7494013Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7524305Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.7551461Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7566608Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7581967Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7597292Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7612142Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7627246Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7642134Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7655537Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7668260Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7684441Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7698171Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7724977Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7753920Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7780587Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7795562Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7810726Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7825798Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7842555Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7857411Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7872097Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7885217Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7898093Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7914290Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.7927101Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.7954448Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7980662Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.7996216Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8010957Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8026082Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8040852Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8055723Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8070609Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8083733Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8096581Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8112591Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8125797Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8140918Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8156749Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8171454Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8186873Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8201917Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8217137Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8230338Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8243418Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8262194Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8275875Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8290818Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8306334Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8321659Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8336758Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8352219Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8367320Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8380537Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8393685Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8410097Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8423250Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8450945Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.8479429Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.8506075Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.8521377Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8536668Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8552038Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8567273Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8582502Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8597832Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8611052Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8624260Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8637196Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8650402Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8663654Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8676271Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8689129Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8704027Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8717095Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8729942Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8743095Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8756140Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8768689Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8781353Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:01:56.8790829Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:56.8803220Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8821544Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8839495Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8856428Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8873902Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8890805Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8904649Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8917673Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8934401Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.8948298Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.8988638Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:56.9026692Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.9045497Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9063494Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9081574Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9099522Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9117815Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9132176Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9146380Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9166659Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.9181542Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9200175Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9218199Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9235123Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9251934Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9269166Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9283429Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9296546Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9313662Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9327408Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9366442Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.9402553Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.9420792Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9438203Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9455587Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9473500Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9491289Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9505835Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9519709Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9537615Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9551484Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9591434Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.9628482Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:56.9646847Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9665235Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9683845Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9703730Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9721680Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9735642Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9749337Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9766049Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9779645Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9807753Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.9834992Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:56.9851145Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9866807Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9882556Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9898297Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9914404Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9930373Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9944886Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9958606Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:56.9976706Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:56.9991530Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0008772Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0026226Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0044065Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0061219Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0078612Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0092782Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0106375Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0126868Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:57.0146639Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:57.0164793Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0182849Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0200524Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0219095Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0229389Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.0243852Z 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-09-27T16:01:57.0262531Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0280385Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0298791Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0316958Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0334502Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0352465Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0362662Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.0375885Z 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-09-27T16:01:57.0393787Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0411999Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0430501Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0448854Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0466996Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0484954Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0495251Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.0510233Z 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-09-27T16:01:57.0528066Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0542088Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0558266Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0574899Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0593466Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0609396Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0624614Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0640323Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0653429Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0666832Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0683059Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0714125Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.0746619Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.0778157Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.0794982Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0812080Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0828969Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0844305Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0860074Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0875200Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0888498Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0901704Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.0919311Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0936237Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0953639Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0970808Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.0988189Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1006028Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1024059Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1041814Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1060487Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1080851Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1098521Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1115775Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1133268Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1150514Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1168496Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1185092Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1202359Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1219499Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1237084Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1253859Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1269900Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1285511Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1301383Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1314870Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.1328146Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.1344848Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1362300Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1379318Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1389765Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.1399553Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.1416880Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1434947Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1452365Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1469451Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1487028Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1504972Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1523712Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1558926Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.1606980Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.004s) 2022-09-27T16:01:57.1623109Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1639834Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1657038Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1673914Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1689916Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1705825Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1719013Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.1732139Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.1748460Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1790983Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:57.1830522Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.1847792Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1865052Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1881785Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1899243Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1916591Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1930258Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.1943581Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.1965067Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:57.1981825Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.1998799Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2014952Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2030359Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2046394Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2059830Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.2073493Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.2090984Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2104552Z 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-09-27T16:01:57.2121367Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2138653Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2156206Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2173107Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2190200Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2204779Z 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-09-27T16:01:57.2219008Z 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-09-27T16:01:57.2228860Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2239005Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2248867Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2258739Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2268514Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2278591Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2288634Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2298756Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2307778Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.2328695Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:57.2344557Z 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-09-27T16:01:57.2363571Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2382165Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2400408Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2417640Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2434936Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2448705Z 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-09-27T16:01:57.2462457Z 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-09-27T16:01:57.2481016Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2494621Z 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-09-27T16:01:57.2513544Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2533907Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2550925Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2568309Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2585438Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2598984Z 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-09-27T16:01:57.2612470Z 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-09-27T16:01:57.2630993Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2644860Z 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-09-27T16:01:57.2663230Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2681195Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2698285Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2715513Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2733212Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2746427Z 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-09-27T16:01:57.2760473Z 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-09-27T16:01:57.2776415Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2809477Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.2843247Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.2874970Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.2891607Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2908098Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2924413Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2940138Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2955663Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2970983Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.2984663Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.2998402Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3008572Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.3023327Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3041224Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3057804Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3074611Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3090687Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3106819Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3123002Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3136795Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3150120Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3166294Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3180292Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3209408Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.3240364Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.3269711Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:57.3286212Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3304331Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3321401Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3337114Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3353625Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3370024Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3384095Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3397820Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3407432Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.3421084Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3452373Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.3483934Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.3500965Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3518236Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3535007Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3552171Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3568695Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3586061Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3600627Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3614589Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3632050Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3649547Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3666921Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3682928Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3698403Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3713491Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3726867Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3740574Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3760234Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:01:57.3776628Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3793513Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3811034Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3827870Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3844864Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3861693Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3878719Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3895376Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3912312Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.3926240Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.3961359Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.3996051Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.4012741Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4029406Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4046214Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4063030Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4079951Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4093608Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4106872Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4122648Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4135890Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4167665Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.4203361Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.4213011Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.4228411Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4244641Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4263167Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4279314Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4294429Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4309638Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4323069Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4336036Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4352916Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4366539Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4375749Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.4385013Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:01:57.4401932Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4419354Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4436018Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4451784Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4467555Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4480997Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4493853Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4509778Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4523233Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4539010Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4555199Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4571684Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4587435Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4602616Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4617643Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4630611Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4643657Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4661795Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4675099Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4690311Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4705827Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4721199Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4736307Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4752342Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4767255Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4780589Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4793690Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4810316Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4824247Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.4865627Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-09-27T16:01:57.4901857Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.4919822Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4937220Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4954556Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4971395Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.4988385Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5002744Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5016082Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5033438Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5046876Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5104769Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-09-27T16:01:57.5143560Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.5160745Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5177998Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5196689Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5212971Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5229477Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5242749Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5256290Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5273169Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5287159Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5296250Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5333201Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.5350989Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5369369Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5386577Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5404588Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5422321Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5432536Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5446525Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5455859Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5464895Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5474433Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5483684Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5492777Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5502542Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5512592Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5521772Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.5536457Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5554560Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5572041Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5590107Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5606393Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5622769Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5636657Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5650079Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5664370Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5681452Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5698411Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5714918Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5730646Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5746830Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5761568Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5774773Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5788082Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5804276Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5820817Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5837006Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5853199Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5869465Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5882750Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5896692Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5911361Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.5928741Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5945715Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5961615Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5977677Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.5994019Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6009693Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6023689Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6033630Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.6046835Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6062836Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6078975Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6094963Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6110464Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6126272Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6139960Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6152665Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6166412Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6183184Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6199870Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6215622Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6231469Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6247692Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6261440Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6274856Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6290757Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6304286Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6320562Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6337252Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6353584Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6369147Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6385589Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6400035Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6414777Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6431088Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6448389Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6467354Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6485704Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6504708Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6522785Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6533709Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-09-27T16:01:57.6548939Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6563991Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6582560Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6599385Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6615235Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6631002Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6647225Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6661423Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6676306Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6690421Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6708027Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6725367Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6741994Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6758953Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6775455Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6789075Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6802750Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.6815871Z 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-09-27T16:01:57.6832471Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6849428Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6867069Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6883192Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6899155Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6912866Z 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-09-27T16:01:57.6925845Z 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-09-27T16:01:57.6938930Z 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-09-27T16:01:57.6955216Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6971076Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.6987023Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7003089Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7019221Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7032486Z 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-09-27T16:01:57.7045925Z 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-09-27T16:01:57.7059152Z 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-09-27T16:01:57.7075865Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7092405Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7108452Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7124305Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7139962Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7153514Z 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-09-27T16:01:57.7166702Z 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-09-27T16:01:57.7179861Z 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-09-27T16:01:57.7196213Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7212818Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7228509Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7244332Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7260148Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7277050Z 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-09-27T16:01:57.7290670Z 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-09-27T16:01:57.7307650Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7321392Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.7337900Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7355123Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7371967Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7388752Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7406007Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7419827Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.7432817Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.7445975Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.7462709Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7479970Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7496317Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7512324Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7528216Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7541684Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.7554887Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.7571943Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7585529Z 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-09-27T16:01:57.7602223Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7619834Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7637372Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7653774Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7670564Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7683490Z 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-09-27T16:01:57.7696487Z 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-09-27T16:01:57.7711633Z 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-09-27T16:01:57.7728656Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7744710Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7761198Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7776612Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7792190Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7805713Z 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-09-27T16:01:57.7819062Z 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-09-27T16:01:57.7832195Z 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-09-27T16:01:57.7849010Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7865692Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7882724Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7898778Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7914766Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7928314Z 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-09-27T16:01:57.7941432Z 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-09-27T16:01:57.7954929Z 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-09-27T16:01:57.7971130Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.7987526Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8004349Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8020403Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8036461Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8049656Z 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-09-27T16:01:57.8062797Z 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-09-27T16:01:57.8071667Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.8084907Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8119450Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.8156023Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.8173214Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8190611Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8207603Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8224578Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8241736Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8255929Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8269340Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8279351Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.8293022Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8302031Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.8311117Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.8328001Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8345242Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8362668Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8378577Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8394062Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8410481Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8424149Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8437946Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8447368Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:01:57.8460991Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8525795Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-09-27T16:01:57.8564805Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.8582863Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8619978Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.8638115Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8658347Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8677524Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8691531Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8704940Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8722074Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8736251Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8774192Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.8811674Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:01:57.8829305Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8846354Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8863616Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8880941Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8898108Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8912477Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8926701Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.8944510Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8961727Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8978629Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.8995380Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.9011291Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.9028439Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:01:57.9043001Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:57.9055943Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: bool, uint8, and int8 dtypes have no large values (0.001s) 2022-09-27T16:01:58.2084109Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.302s) 2022-09-27T16:01:58.2660546Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:01:58.3355945Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:01:58.3707356Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:58.4002789Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:58.4153880Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:58.4335430Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:01:58.4482941Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:58.4629987Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:01:58.4742307Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:01:58.4913376Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:58.5082756Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:01:58.5358590Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:58.6160793Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:01:58.7707293Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-09-27T16:01:58.8968865Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-09-27T16:01:58.9220737Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:58.9579793Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:01:58.9840715Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:59.0138251Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:01:59.0404030Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:01:59.0803153Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:01:59.1111148Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:59.1421823Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:01:59.2302183Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:01:59.3944521Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:01:59.5252307Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:01:59.5534336Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:01:59.6072945Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:01:59.6393852Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:01:59.6876293Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:01:59.7400734Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:01:59.7841198Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:01:59.8275659Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:01:59.8535029Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:01:59.9195914Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:01:59.9897568Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:02:00.0428603Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:02:00.0954961Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:02:00.1208323Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:00.1509226Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:02:00.1797721Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:00.2128464Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:00.2473040Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:00.2933528Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:00.3321854Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:02:00.3592449Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:00.4405619Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:02:00.6190161Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-09-27T16:02:00.7400093Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-09-27T16:02:00.7722422Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:00.8149130Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:00.8413955Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:00.8740929Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:00.9080309Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:00.9528352Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:00.9838844Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:01.0185966Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:01.1191754Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:02:01.1202549Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:02:01.1211856Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:02:01.1527852Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:01.2080150Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:02:01.2425135Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:01.2978580Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:02:01.3497516Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:01.3985029Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:01.4455812Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:02:01.4750395Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:02:01.5620471Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:02:01.6960851Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-09-27T16:02:01.7919028Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:02:01.8204544Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:01.8555263Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:01.8862378Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:01.9226698Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:02:01.9584700Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:01.9994096Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:02.0394998Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:02.0835823Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:02:02.1716618Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:02:02.2949034Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:02:02.3880910Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-09-27T16:02:02.4297863Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:02.4789225Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:02.5142676Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:02.5568751Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:02.5895450Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:02.6374990Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:02.6693174Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:02.7008445Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:02.7150593Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:02.7297274Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:02.7407559Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:02.7578058Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:02.7748638Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:02.7918345Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:02.8101598Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:02.8332245Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:02.8483489Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:02.8648319Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:02.8772863Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:02:02.9061701Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:02.9363586Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:02.9529234Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:02.9850543Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:03.0254810Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:03.0898856Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:02:03.1324188Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:03.1632032Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:03.1784033Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:03.1961239Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:03.2103363Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:03.2246655Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:03.2349526Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:03.2516307Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:03.2682770Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:03.2847146Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:03.3163894Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:03.3628876Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:02:03.4268924Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:02:03.4683131Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:03.4991674Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:03.5146444Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:03.5319973Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:03.5460751Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:03.5664283Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:03.5866171Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:03.6062144Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:03.6231485Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:03.6407893Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:03.7234568Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:02:03.8697611Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:02:04.0146463Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:02:04.0323543Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:04.0716651Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:04.0919458Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:04.1340814Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:04.1713637Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:02:04.2125312Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:04.2537369Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:04.2786683Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:04.3402344Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:02:04.4867582Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:02:04.5973043Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:02:04.6231021Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:04.6597088Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:02:04.6868508Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:04.7141888Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:04.7391808Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:04.7663396Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:04.7936004Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:04.8115828Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:04.8886711Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:02:04.9256796Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:02:04.9414398Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:04.9598642Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:04.9807518Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:05.0021558Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:05.0203815Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:05.0546922Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:05.0858611Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:07.0152178Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.929s) 2022-09-27T16:02:07.0862819Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:02:07.5784101Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.491s) 2022-09-27T16:02:08.0784596Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.499s) 2022-09-27T16:02:08.1208255Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:08.1645194Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:02:08.2099118Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:08.2566650Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:02:08.2972576Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:08.3419355Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:08.3926206Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:08.4426516Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:02:08.4880921Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:08.5335486Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:08.5810319Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:08.6298504Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:08.6755102Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:08.7158259Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:08.7619759Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:08.8373159Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:02:08.8765606Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:08.9174902Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:08.9626837Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:09.0074756Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:09.0487649Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:09.0980516Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:09.1385037Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:09.1954113Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:02:09.2669624Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:02:09.3112257Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:09.3547230Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:02:09.3884111Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:09.4244021Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:09.4617787Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:02:09.4956069Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:09.5275208Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:09.5510766Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:09.6026234Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:09.6444459Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:09.6644082Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:09.6966645Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:09.7218056Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:09.7475706Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:09.7698562Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:09.7949630Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:09.8199543Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:09.8409313Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:09.8917312Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:09.9955656Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:02:10.0580844Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:02:10.0758026Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:10.1043811Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:10.1295082Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:10.1504709Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:10.1703417Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:10.1949398Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:10.2150785Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:10.2481605Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:10.3093733Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:02:10.3451393Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:10.3855332Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:10.4212666Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:10.4572163Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:10.4924713Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:10.5324284Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:10.5658214Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:10.5828851Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:10.6155928Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:10.6643617Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:10.7331173Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:02:10.7753740Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:10.8076363Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:10.8232360Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:10.8419444Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:10.8566990Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:10.8720969Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:10.8842923Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:02:10.9075382Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:10.9301273Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:10.9511848Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:10.9660670Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:10.9840214Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:10.9991060Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:11.0153351Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:11.0274949Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:02:11.0565687Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:11.0866964Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:11.1072660Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:11.1484764Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:11.1666676Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:11.1875018Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:11.2123177Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:11.2554606Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:11.2807696Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:11.3059640Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:11.4127777Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:02:11.6218015Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-09-27T16:02:11.7276316Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-09-27T16:02:11.8358038Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:02:11.9469249Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:02:12.0706875Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:02:12.1770516Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-09-27T16:02:12.2867419Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:02:12.3945307Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:02:12.4194006Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:12.4698687Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:12.4932488Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:12.5087167Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:12.5401205Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:12.5702656Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:02:12.6216690Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:12.6389129Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:12.6660159Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:12.6761072Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:12.6907045Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:12.7048165Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:12.7189061Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:12.7294131Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:12.7464283Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:12.7636249Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:12.7786114Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:12.8102831Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:12.8405904Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:12.8906504Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:02:12.9072185Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:12.9342786Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:12.9439720Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:12.9586804Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:12.9726193Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:12.9866118Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:12.9969099Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:13.0205692Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:13.0428381Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:13.0608154Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:13.0922048Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:13.1195584Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:13.1372568Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:13.1635252Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:13.1734461Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:13.1876367Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:13.2017481Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:13.2159576Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.2266744Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:13.2436842Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:13.2608992Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:13.2762827Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:13.3282744Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:13.3567694Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:13.3670914Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:13.3810371Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:13.3957673Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.4110116Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:13.4224249Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:02:13.4455125Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:13.4690205Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:13.4849007Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:13.5367416Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:13.5653959Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:13.5760039Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:13.5900692Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:13.6050454Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.6200452Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.6320179Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:02:13.6546751Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:13.6779374Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:13.6933559Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:13.7259897Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:13.7555603Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:02:13.8026920Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:02:13.8178984Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:13.8468372Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:13.8565311Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:13.8712508Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.8853974Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.9002019Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:13.9116975Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:02:13.9288025Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:13.9462657Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:13.9478662Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9487858Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:02:13.9502014Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9515837Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9528759Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9541367Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9554343Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9566334Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9578666Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9590828Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9604838Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:13.9617060Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:02:14.0113737Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:02:14.1066413Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:02:14.1644349Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:02:14.2202326Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:02:14.2659795Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:14.3137320Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:14.3639066Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:14.4143741Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:14.4658332Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:14.4913571Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:14.5889845Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:02:14.7194570Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:02:14.8052494Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:02:14.8354119Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:14.8816997Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:14.9132858Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:14.9563318Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:15.0025499Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:02:15.0498589Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:15.0922214Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:15.1331393Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:15.2247092Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:02:15.2596459Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:15.2944234Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:15.3291556Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:15.3704222Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:15.4094119Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:02:15.4583351Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:15.5012696Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:15.5230385Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:15.6178401Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:02:15.7488489Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-09-27T16:02:15.8370845Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:02:15.8591893Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:15.8863661Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:15.9136030Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:15.9450744Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:15.9753349Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:16.0130917Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:02:16.0481450Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:16.0663469Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:16.1624981Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-09-27T16:02:16.3143994Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:02:16.3983505Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-09-27T16:02:16.4175972Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:16.4543845Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:02:16.4748463Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:16.5163784Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:16.5556836Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:16.5906398Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:16.6256112Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:16.6407885Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:16.6752524Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:16.7057524Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:16.7214030Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:16.7503815Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:16.7607913Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:16.7751995Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:16.7892075Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:16.8033626Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:16.8142048Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:16.8310361Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:16.8481825Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:16.8729792Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:16.9910992Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:02:17.0134027Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:17.0555094Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:17.1294036Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:02:17.2068556Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:02:17.2986039Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:02:17.3739544Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:02:17.4478833Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:02:17.5070119Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:02:17.5712691Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:02:17.6436240Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:02:17.7119685Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:02:17.7821234Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:02:17.8373329Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:02:17.8949049Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:02:17.9635743Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:02:18.1155882Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-09-27T16:02:18.2600804Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-09-27T16:02:18.4437671Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-09-27T16:02:18.5933919Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:02:18.7435908Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:02:18.8803314Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-09-27T16:02:19.0275909Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-09-27T16:02:19.1772066Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-09-27T16:02:19.4166707Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-09-27T16:02:19.6410377Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.224s) 2022-09-27T16:02:19.9055142Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.264s) 2022-09-27T16:02:20.1310681Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-09-27T16:02:20.3482982Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-09-27T16:02:20.5849419Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-09-27T16:02:20.8028817Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-09-27T16:02:21.0287749Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-09-27T16:02:21.0563619Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:21.0886907Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:21.1360681Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:21.1593883Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:21.1818812Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:21.1983723Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:21.2138488Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:21.2248657Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:21.2431473Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:21.2600856Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:21.2808796Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:21.3190018Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:02:21.3843948Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:02:21.4321607Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:21.4825516Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:02:21.5027862Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:21.5242754Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:21.5382797Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:21.5537186Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:21.5646425Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:21.5828335Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:21.5998142Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:21.6325370Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:21.6606230Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:21.7066753Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:21.7356652Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:21.7625655Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:21.8084827Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:21.8352853Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:21.8660598Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:21.8947727Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:21.9479633Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:02:21.9964910Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:22.0828943Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:02:22.1246548Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:22.2075618Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:02:22.2343330Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:22.2652344Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:22.2946984Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:02:22.3232353Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:22.3440210Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:22.3716041Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:22.3923000Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:22.4118592Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:22.4277433Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:22.4501485Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:22.4693353Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:22.5021180Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:22.5288201Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:22.5707517Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:22.6803836Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:02:22.6814322Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:02:22.7022849Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:22.7197257Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:22.7542694Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:22.7863251Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:22.8202578Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:22.8652728Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:02:22.8843429Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:22.9408627Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:02:22.9752839Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:23.0336758Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:02:23.0518752Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:23.0770509Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:23.0994027Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:23.1238402Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:23.1520463Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:23.1799676Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:23.2104792Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:23.2588604Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:23.2597738Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:02:23.2607467Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:02:23.2991642Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:02:23.3449674Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:23.3853888Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:23.4379107Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:02:23.4896224Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:23.5906845Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:02:23.6637335Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:02:23.6851872Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:23.7105829Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:23.7362948Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:23.7572444Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:23.7775289Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:23.7973986Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:23.8194735Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:23.8389715Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:25.7822449Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.943s) 2022-09-27T16:02:25.8729608Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:02:26.3680627Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.494s) 2022-09-27T16:02:26.8730924Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.504s) 2022-09-27T16:02:26.9212787Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:26.9807662Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:02:27.0365497Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:02:27.0916765Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:02:27.1472859Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:02:27.7472406Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.599s) 2022-09-27T16:02:28.3702328Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.622s) 2022-09-27T16:02:28.9435736Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.573s) 2022-09-27T16:02:29.5176023Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.573s) 2022-09-27T16:02:30.0818073Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.564s) 2022-09-27T16:02:30.6481765Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.566s) 2022-09-27T16:02:31.2089732Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.560s) 2022-09-27T16:02:31.7825422Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.573s) 2022-09-27T16:02:32.3516392Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.568s) 2022-09-27T16:02:33.0716764Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-09-27T16:02:33.8406311Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.768s) 2022-09-27T16:02:34.5729441Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.732s) 2022-09-27T16:02:35.2958154Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-09-27T16:02:36.0000810Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-09-27T16:02:36.7174671Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.717s) 2022-09-27T16:02:37.4201657Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.702s) 2022-09-27T16:02:38.1253117Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.704s) 2022-09-27T16:02:38.8460710Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.720s) 2022-09-27T16:02:39.5664078Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.720s) 2022-09-27T16:02:40.3289338Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.762s) 2022-09-27T16:02:41.0488360Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.719s) 2022-09-27T16:02:41.7715655Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-09-27T16:02:42.4918597Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.720s) 2022-09-27T16:02:43.2020128Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.709s) 2022-09-27T16:02:43.9141373Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.711s) 2022-09-27T16:02:44.6241809Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.709s) 2022-09-27T16:02:45.3500905Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-09-27T16:02:46.0821177Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.734s) 2022-09-27T16:02:46.8605791Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.778s) 2022-09-27T16:02:47.5836821Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-09-27T16:02:48.3088945Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.725s) 2022-09-27T16:02:49.0207291Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.711s) 2022-09-27T16:02:49.7314939Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.710s) 2022-09-27T16:02:50.4399747Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.708s) 2022-09-27T16:02:51.1515015Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.711s) 2022-09-27T16:02:51.8743283Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.722s) 2022-09-27T16:02:51.8915501Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:51.9238274Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:51.9850614Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:02:52.0202179Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:52.0505372Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:52.0648180Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:52.0822111Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:52.0962874Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:52.1107521Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:52.1212900Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:52.1379128Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:52.1548752Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:52.1746194Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:52.2539161Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:02:52.2933829Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:52.3104645Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:52.3305948Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:52.3535479Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:52.3746967Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:52.3928712Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:52.4234256Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:52.4553828Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:52.4715350Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:52.5029254Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:52.5299757Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:52.5804523Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:52.5995811Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:52.6281417Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:02:52.6415493Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:52.6575069Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:52.6712587Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:52.6853371Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:52.6947285Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:52.7115756Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:52.7284266Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:52.7455686Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:52.7880134Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:52.8307347Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:52.8681558Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:02:52.9034250Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:52.9238920Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:52.9438806Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:52.9745260Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:53.0010291Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:53.0281648Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:53.0483363Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:53.0793718Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:53.1016471Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:53.1226078Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:53.1427307Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:53.1589001Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:53.1736964Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:53.1833693Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:53.2012293Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:53.2180119Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:53.2420367Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:53.2605245Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:53.2803079Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:53.3019302Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:53.3212179Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:53.3420858Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:53.3617774Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:02:53.3768754Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:53.3957894Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:53.4140572Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:53.5109060Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:02:53.5828083Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:02:53.6490537Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:02:53.6679965Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:53.6889868Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:53.7114042Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:53.7357512Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:53.7684079Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-09-27T16:02:53.8189857Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:53.8580579Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:02:53.8936217Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:02:53.9280142Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:53.9914694Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:02:54.0744640Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:02:54.1282803Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:02:54.1676196Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-09-27T16:02:54.1894414Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:54.2144675Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:54.2286990Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:54.2444429Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:54.2590925Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:54.2772810Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:54.2948047Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:54.3223895Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:02:54.3750506Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:02:54.4722614Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:02:54.5386990Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:02:54.5628242Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:02:54.5936686Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-09-27T16:02:54.6279308Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:02:54.6712485Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:02:54.7033686Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:54.7367069Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:54.7680878Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:02:54.7911489Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:54.8251923Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-09-27T16:02:54.8605709Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-09-27T16:02:54.8867738Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:54.9249781Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:02:54.9412601Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:02:54.9568462Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:02:54.9715863Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:54.9900058Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:02:55.0075016Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:55.0223433Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:55.0731310Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:55.0990861Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:55.1085959Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:02:55.1223435Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:02:55.1365955Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:55.1511569Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:02:55.1621969Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:02:55.1842354Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:02:55.2068678Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-09-27T16:02:55.2275834Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:02:55.3223355Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:02:55.4660074Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:02:55.5766971Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-09-27T16:02:55.5945610Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:02:55.6350631Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:02:55.6631540Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:02:55.7051936Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:02:55.7538193Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:02:55.8014214Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:55.8521344Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:02:55.8783994Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:02:56.1089316Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-09-27T16:02:56.2729483Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-09-27T16:02:56.3912107Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:02:56.4154905Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:02:56.4640054Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:56.6370663Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:02:56.8082037Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-09-27T16:02:56.9849172Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-09-27T16:02:57.2036685Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-09-27T16:02:57.3760471Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-09-27T16:02:57.4245087Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:57.5016037Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:02:57.6487353Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-09-27T16:02:57.7508055Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-09-27T16:02:57.7885084Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-09-27T16:02:57.8311389Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:02:57.8816888Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:02:57.9329112Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:02:57.9828828Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:02:58.0370125Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:02:58.0998808Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:02:58.3000328Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-09-27T16:02:58.5626398Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-09-27T16:02:58.8380709Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.275s) 2022-09-27T16:02:59.0973627Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-09-27T16:02:59.3675471Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-09-27T16:02:59.6257535Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.258s) 2022-09-27T16:02:59.8791910Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-09-27T16:03:00.2304782Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.351s) 2022-09-27T16:03:00.3006355Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:03:00.3546857Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:00.4138725Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:03:00.4738099Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:03:00.5357955Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:03:00.5947611Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:03:00.6525131Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:03:00.7015991Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:03:00.7694969Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:03:00.8249217Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:03:00.8817579Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:03:00.9350180Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:00.9889718Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:01.0491429Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:03:01.1076501Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-09-27T16:03:01.1654183Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:03:01.2780698Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:03:01.3259393Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:03:01.3765046Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:03:01.4318304Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:03:01.4897173Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:03:01.5361023Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:03:01.5882711Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:03:01.6584803Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:03:01.7437599Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:03:01.7881373Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:03:01.8362352Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:03:01.8914586Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:03:01.9399736Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:03:01.9941888Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-09-27T16:03:02.0466660Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:03:02.1170291Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:03:02.1622664Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:03:02.2346186Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:03:02.2888056Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:02.3311207Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:03:02.3731445Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:03:02.4213903Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:03:02.4585173Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-09-27T16:03:02.5060165Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:03:02.5565005Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:03:02.6336714Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:03:02.6861012Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:03:02.7379027Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:03:02.7897384Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-09-27T16:03:02.8507871Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:03:02.9003352Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:03:02.9562605Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-09-27T16:03:02.9966054Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:03:03.0861647Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:03:03.2615267Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-09-27T16:03:03.3606390Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-09-27T16:03:03.4490596Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:03:03.5367658Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-09-27T16:03:03.6263849Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-09-27T16:03:03.7093960Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-09-27T16:03:03.8018383Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-09-27T16:03:03.8865770Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-09-27T16:03:04.0807831Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-09-27T16:03:04.1785083Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:03:04.2867437Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:03:04.4049884Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:03:04.5076013Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:03:04.6071675Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-09-27T16:03:04.7095519Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:03:04.8103146Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-09-27T16:03:04.9671509Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-09-27T16:03:05.0433601Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:03:05.1323093Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:03:05.2132926Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:03:05.3035008Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-09-27T16:03:05.3923000Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-09-27T16:03:05.4949386Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-09-27T16:03:05.5803381Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-09-27T16:03:05.7074888Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-09-27T16:03:05.7837815Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:03:05.8585895Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:03:05.9370040Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-09-27T16:03:06.0177729Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-09-27T16:03:06.0955933Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:03:06.1719717Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:03:06.2480649Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-09-27T16:03:06.4709030Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-09-27T16:03:06.5880960Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-09-27T16:03:06.6978496Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-09-27T16:03:06.8152407Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:03:06.9335330Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:03:07.0488849Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:03:07.1635449Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:03:07.2719733Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-09-27T16:03:07.4857440Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:03:07.6087544Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-09-27T16:03:07.7216165Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-09-27T16:03:07.8391864Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-09-27T16:03:07.9578018Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-09-27T16:03:08.0736355Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-09-27T16:03:08.1886394Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-09-27T16:03:08.2961106Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-09-27T16:03:08.4983285Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-09-27T16:03:08.5760748Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:03:08.6574528Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-09-27T16:03:08.7297097Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:03:08.8014162Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:03:08.8698079Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:03:08.9422306Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:03:09.0470865Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:03:09.2368548Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-09-27T16:03:09.3077092Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-09-27T16:03:09.3812689Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-09-27T16:03:09.4537833Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:03:09.5256472Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:03:09.5941741Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-09-27T16:03:09.6807871Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-09-27T16:03:09.7854520Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-09-27T16:03:09.8285880Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:03:09.8929777Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:03:09.9319589Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:03:09.9742336Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-09-27T16:03:10.0185394Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:03:10.0627431Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:03:10.1038095Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:03:10.1482472Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:03:10.1959339Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:03:10.2551201Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:03:10.3084887Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:10.3573391Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:03:10.3794231Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:03:10.4114525Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:03:10.4407100Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:03:10.4704896Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:03:10.4972961Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:03:10.5512460Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:10.6433587Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:03:10.7130975Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:03:10.7628899Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:03:10.8084039Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:03:10.8618978Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:10.9070566Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-09-27T16:03:10.9534681Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-09-27T16:03:11.0072426Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-09-27T16:03:11.2204650Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-09-27T16:03:11.2846572Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:03:11.3514864Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:03:11.4183534Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:03:11.4842761Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-09-27T16:03:11.5471409Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:03:11.6139826Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-09-27T16:03:11.7103011Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:03:11.9365195Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-09-27T16:03:12.0081843Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-09-27T16:03:12.0776907Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-09-27T16:03:12.1525785Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:03:12.2295582Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-09-27T16:03:12.3039282Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-09-27T16:03:12.3762762Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-09-27T16:03:12.4797166Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-09-27T16:03:12.5765478Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-09-27T16:03:12.6386222Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:03:12.7060828Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:03:12.7734999Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-09-27T16:03:12.8510218Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-09-27T16:03:12.9091011Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-09-27T16:03:12.9710453Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-09-27T16:03:13.0276253Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:03:13.0461003Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:03:13.1258454Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-09-27T16:03:13.1888402Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-09-27T16:03:13.2519887Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:03:13.2695968Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:13.2892658Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:13.3174190Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-09-27T16:03:13.3493018Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:03:13.3671062Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:13.4084185Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:03:13.4404824Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-09-27T16:03:13.4577119Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:13.4968593Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:03:13.5355268Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:03:13.5757185Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:03:13.6242437Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:03:13.6446037Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:03:13.6640804Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:13.6828807Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:03:13.7006447Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:13.7135798Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:13.7347340Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:03:13.7524116Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:13.7979499Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-09-27T16:03:13.9212841Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-09-27T16:03:14.1775086Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-09-27T16:03:14.2721012Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:03:14.3201879Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:03:22.4790405Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (8.158s) 2022-09-27T16:03:22.5316657Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:03:22.5959179Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-09-27T16:03:22.6486901Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-09-27T16:03:22.7098217Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-09-27T16:03:22.7735944Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-09-27T16:03:22.8210491Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-09-27T16:03:22.9183298Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-09-27T16:03:23.0381379Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-09-27T16:03:23.1328209Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-09-27T16:03:23.1924021Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-09-27T16:03:23.2328391Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-09-27T16:03:23.2742720Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-09-27T16:03:23.3226198Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-09-27T16:03:23.3611652Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-09-27T16:03:23.4174799Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-09-27T16:03:23.4679780Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-09-27T16:03:23.4868014Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:03:23.5022277Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:23.5205430Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-09-27T16:03:23.5356517Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:03:23.5515546Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:23.5639879Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:23.5923015Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-09-27T16:03:23.6216833Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-09-27T16:03:23.6371885Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:23.6567278Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:23.6775106Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:03:23.6970865Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:23.7066438Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:03:23.7159913Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:03:23.7253430Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:03:23.7354120Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:03:23.7373902Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7390028Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7406558Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7423217Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7440100Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7454380Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.7631736Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:23.7803094Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:03:23.7823013Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:23.7841781Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7858948Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7876130Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7892711Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7909772Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7928910Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7944465Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.7958898Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.8154289Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:23.8350294Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:23.8370532Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:23.8394367Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:23.8412315Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8428961Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8445067Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8461786Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8479271Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8500606Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:03:23.8514830Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.8644183Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:23.8778522Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:23.8802311Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:03:23.8825583Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:03:23.8847228Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... expected failure (0.002s) 2022-09-27T16:03:23.8867944Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8885599Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8903253Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8920153Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8937532Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8954830Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.8968708Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.9164024Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:23.9330284Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:03:23.9353547Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:23.9373615Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9391236Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9408688Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9425622Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9442599Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9460125Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9477798Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9491570Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.9500427Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:23.9509490Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:23.9526601Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9544619Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9561440Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9577634Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9594939Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9612874Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9630327Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9649368Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9663783Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.9672550Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:23.9681715Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:23.9699150Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9716470Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9733337Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9750707Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9767420Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9784298Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9801144Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9818514Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9832336Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.9841063Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:23.9851381Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:23.9868853Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9886243Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9903076Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9919615Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9935862Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9952410Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9969146Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:23.9983224Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:23.9999150Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0014980Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0030671Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0046559Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0064413Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0081601Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0099328Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0116724Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0132717Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0148793Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0165039Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0181365Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0197550Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0214365Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0228088Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.0350743Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.0481402Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.0603481Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.0624460Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.0643624Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0661526Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0677931Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0693091Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0708196Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0724133Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0739990Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0757202Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.0771072Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.0888173Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.1015233Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.1135009Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.1157524Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.1177445Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1195852Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1212585Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1228584Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1244642Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1261389Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1277288Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1294178Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1308339Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.1555268Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:03:24.1727676Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:24.1748287Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.1767505Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1784620Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1801457Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1818210Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1835900Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1852967Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1870896Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.1885664Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.2143484Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:03:24.2312605Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:03:24.2334145Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.2354370Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2372797Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2390520Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2409760Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2427320Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2444877Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2461761Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2475752Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.2491638Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2509182Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2526520Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2543385Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2559707Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2576944Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2593000Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2610101Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2630958Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.2645267Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.2664687Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.2685487Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.2701792Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2717966Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2734103Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2750170Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2767266Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2785545Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2799716Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.2816361Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2834000Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2851042Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2869700Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2887016Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2904046Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2920968Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2938025Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2951922Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.2968353Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.2985850Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3002914Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3019860Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3036817Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3053586Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3070519Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3087877Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3102029Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.3120017Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3137834Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3155443Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3172934Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3190133Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3207374Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3224384Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3241736Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3255845Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.3272709Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3290461Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3307601Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3326150Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3342305Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3359174Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3375086Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3390908Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3400838Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:24.3414163Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.3613375Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-09-27T16:03:24.3749601Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:24.3770107Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.3789498Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3807034Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3824272Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3841335Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3858350Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3875503Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3885315Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:24.3898720Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.3915529Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3932842Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3950344Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3967245Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.3984540Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4001835Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4018839Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4037278Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4051793Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.4175604Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.4305148Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.4425562Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.4445330Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4464486Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4482157Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4499805Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4515073Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4530516Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4546327Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4562549Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4580358Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4597417Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4614368Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4630282Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4646721Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4662640Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4679213Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4694750Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4711461Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4728558Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4746502Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4764437Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4783353Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4801777Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4819950Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4838056Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4857041Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4871036Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.4887771Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4905280Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4922045Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4937939Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4953807Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4970350Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.4988208Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5102432Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.5224036Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:24.5337427Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.5357284Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5371855Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.5478370Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.5596328Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.5701665Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.5718576Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5734709Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5751119Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5767049Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5782695Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5798817Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5814076Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5829943Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5846358Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.5860357Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.5973018Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.6089603Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.6196900Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.6214282Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6231157Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6247194Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6262841Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6278976Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6294568Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6310592Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6326355Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6342896Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6357397Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.6462735Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.6567383Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.6585365Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6601440Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6616789Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6631840Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6647590Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6662831Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6678985Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6694438Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6711520Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6725544Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.6741071Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6756934Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6775412Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6790815Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6806133Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6821391Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6837488Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6854027Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6871800Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6886200Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.6902509Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6918803Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6934327Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6949608Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6964871Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6980334Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.6996800Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7013426Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7030231Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7044393Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.7151922Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.7265003Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:24.7371755Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.7390707Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7408023Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7424574Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7440144Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7455603Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7471006Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7488956Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7505343Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7518860Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7532046Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7545787Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7559149Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7572412Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7585670Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7598952Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7611749Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7624797Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7637496Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7650311Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7663116Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:03:24.7672890Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:24.7685602Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.7704484Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7722965Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7741241Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7758351Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7775755Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7793172Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7810321Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7828145Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.7842357Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.8002010Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:24.8147993Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:03:24.8171164Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.8191310Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8209902Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8227160Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8244420Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8261773Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8279041Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8296450Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8310624Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.8327430Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8344701Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8361955Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8378995Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8396010Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8412686Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8429920Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8448043Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8462889Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.8620877Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:24.8765618Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:03:24.8785980Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:24.8805244Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8823210Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8840980Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8858152Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8875475Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8892927Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8913041Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.8927643Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.9084007Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:24.9226640Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:03:24.9246265Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9265239Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9283500Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9300637Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9318492Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9335204Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9352411Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9369634Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9384093Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.9492726Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.9602547Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:24.9622967Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9640422Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9656360Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9672460Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9688155Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9704170Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9721106Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9737971Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9755523Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9769709Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:24.9786904Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9804151Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9823073Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9840621Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9857848Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9875042Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9892026Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9911538Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9930262Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9949433Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9967463Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:24.9985709Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0003461Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0013206Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:25.0030346Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0049067Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0067903Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0086648Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0104879Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0122946Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0140795Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0150349Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:25.0168202Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0187510Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0206797Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0226981Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.0245488Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0263399Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0281346Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0290975Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:25.0310263Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.0327928Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0342037Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.0358879Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0376345Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0393999Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0409983Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0425973Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0441622Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0457572Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0474551Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0491015Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0611704Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.0741763Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:25.0861603Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.0881170Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0900768Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0918333Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0934021Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0949102Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0964169Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0979994Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.0995787Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1012702Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1030126Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1047442Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1064966Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1084021Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1101354Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1119271Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1137128Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1155650Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1173408Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1191113Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1208595Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1226259Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1244041Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1261894Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1279560Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1297546Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1314842Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1332181Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1349629Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1365937Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1381415Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1396978Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1412666Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1429526Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1447630Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1464955Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1482616Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1688944Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-09-27T16:03:25.1699732Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:25.1718807Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1737989Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1755293Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1772766Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1789932Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1807236Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1825274Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.1949059Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:25.2070117Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:25.2088461Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2106973Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2124968Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2142527Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2151567Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:25.2167954Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2178159Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:25.2194063Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2211327Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2448728Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:03:25.2613880Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:03:25.2634432Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.2655772Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2674398Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2691595Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2709097Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2726420Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2743912Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2763026Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2782499Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2800876Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2817561Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2833594Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2849793Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2866869Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2883926Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2905238Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.2919963Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.2940961Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.2961684Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.2978768Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.2995381Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3011413Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3027967Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3044528Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3064534Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3078230Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.3096714Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3116014Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3133400Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3150335Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3167982Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3185545Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3203190Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3223214Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3237522Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.3259266Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3280038Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3297749Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3314939Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3332008Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3349390Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3367509Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3387781Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3401826Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.3422451Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3442865Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3461172Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3478665Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3496332Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3514396Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3532081Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3553112Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3567614Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.3587416Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3608146Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.3626432Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3645309Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3662809Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3680183Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3697939Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3714763Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.3832451Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.3958576Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:25.4073072Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.4091395Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4108968Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4126051Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4142717Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4158077Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4173211Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4189058Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4205281Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4214335Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-09-27T16:03:25.4227983Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.4244751Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4262136Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4279774Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4296197Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4312716Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4329693Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4347061Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4364030Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4381570Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4396305Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.4505037Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:25.4621544Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.4731998Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:25.4751009Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4769149Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4789249Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4805623Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4821377Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4837012Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4852857Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4868442Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.4877687Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:25.4890837Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.5010229Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.5129801Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:25.5150190Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.5169418Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5187095Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5203977Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5220867Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5237606Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5254086Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5271004Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5288002Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5305013Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5322034Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5338020Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5352943Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5368271Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5384618Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5400920Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5417490Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5437420Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.5454767Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5471782Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5489118Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5506222Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5523627Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5540760Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5557826Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5574882Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5589201Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.5728215Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:25.5864433Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:25.5885935Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.5905375Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5922602Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5940245Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5957562Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5974320Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.5991397Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6008600Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6022813Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.6146596Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:25.6285949Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:25.6408750Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-09-27T16:03:25.6429890Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6448826Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6466349Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6484561Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6499875Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6515053Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6530887Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6546980Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6563530Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6577495Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.6753469Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:25.6893799Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:25.6916347Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.6936162Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6955488Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6972716Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.6989063Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7005104Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7022321Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7039451Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7053341Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.7069606Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7087021Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7104437Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7120449Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7135654Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7150771Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7167158Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7183496Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7201219Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7216471Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.7232165Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7248042Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7263326Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7278532Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7293529Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7309214Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7325304Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7341467Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7358990Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7374475Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.7616622Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-09-27T16:03:25.7775400Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-09-27T16:03:25.7797270Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.7817880Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7835913Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7853221Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7869871Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7887629Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7904085Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7921505Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.7935009Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.8171670Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-09-27T16:03:25.8182327Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:25.8202080Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8220305Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8237652Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8256346Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8273007Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8290245Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8306626Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8323921Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8338152Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.8591699Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-09-27T16:03:25.8762469Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-09-27T16:03:25.8782126Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:25.8802646Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8820154Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8837184Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8854161Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8871728Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8889425Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8903105Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.8920335Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8938043Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8956368Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8973914Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.8991486Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9009380Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9026323Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9040443Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9057494Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9075465Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9091102Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9108712Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9126110Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9142025Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9158563Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9172049Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9188579Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9205972Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9222754Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9239007Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9254718Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9271599Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9288504Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9303198Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9319235Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9337426Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9354368Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9370597Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9387929Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9404671Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9421138Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9435020Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9451887Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9468953Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9485844Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9502071Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9518222Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9534877Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9553557Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9570633Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9584845Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9601163Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9618077Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9634774Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9651225Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9667307Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9683842Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9700096Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9714274Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9730337Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9747518Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9764765Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9780821Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9797226Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9814091Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9830824Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9848146Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9862152Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:25.9879418Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9896317Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9912973Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9929289Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9945894Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9962078Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9978746Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:25.9993814Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0010752Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0028032Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0044811Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0060917Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0077334Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0093905Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0110166Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0123475Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0140595Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0157800Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0174135Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0189965Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0206277Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0222366Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0238877Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0252119Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0269005Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0286590Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0303626Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0320808Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0337330Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0353934Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0370323Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0383888Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0400385Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0418269Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0437492Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0454164Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0470595Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0486189Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0502025Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0515417Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0531625Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0549844Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0567332Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0583880Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0599999Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0616313Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0632788Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0646104Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0662885Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0680010Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0696562Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0712447Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0728285Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0743907Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0760965Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0775578Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0792564Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0810240Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0826943Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0844078Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0860865Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0878794Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0895670Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0913949Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0928188Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.0945731Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0965531Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.0982964Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1000554Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1017952Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1035157Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1052468Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1066737Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.1084397Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1102731Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1119896Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1136203Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1152680Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1169115Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1185806Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1204668Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1219108Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.1237119Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1255630Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1273141Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1289961Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1307484Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1325747Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1345480Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1360013Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.1377341Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1395491Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1412215Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1428746Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1445179Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1461517Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1478035Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1491777Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.1508800Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1526555Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1543589Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1560005Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1576281Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1592455Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1609237Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1623628Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.1640774Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1658540Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1675575Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1705479Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1713720Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1729571Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1745806Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1762553Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.1776586Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.1914987Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:26.2046768Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-09-27T16:03:26.2066412Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2084722Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2101171Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2118492Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2135298Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2152807Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2169848Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2187224Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2201101Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.2315069Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:26.2428226Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-09-27T16:03:26.2445182Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2463061Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2480314Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2496989Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2512430Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2527869Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2543820Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2560051Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.2570318Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-09-27T16:03:26.2584201Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.2934409Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-09-27T16:03:26.3086295Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:03:26.3109538Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:26.3218954Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-09-27T16:03:26.3242366Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:26.3261939Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3280445Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3297753Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3316477Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3334550Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3348910Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: bool has no small values (0.001s) 2022-09-27T16:03:26.3521119Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-09-27T16:03:26.3666584Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-09-27T16:03:26.3687950Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:26.3709466Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-09-27T16:03:26.3727667Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3745573Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3763272Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3780592Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3797796Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3815351Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3832520Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3849815Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3866147Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3882572Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3898525Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3915112Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.3931133Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.4125883Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ufuncs.py line 1001 2022-09-27T16:03:26.4126545Z due to: 2022-09-27T16:03:26.4126856Z Traceback (most recent call last): 2022-09-27T16:03:26.4127584Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:03:26.4134557Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:03:26.4135008Z AssertionError: unsafe constant torch.float32 2022-09-27T16:03:26.4135249Z 2022-09-27T16:03:26.4135369Z from user code: 2022-09-27T16:03:26.4135765Z File "test_unary_ufuncs.py", line 1002, in 2022-09-27T16:03:26.4136179Z torch_to_numpy_dtype_dict[dtype] 2022-09-27T16:03:26.4136393Z 2022-09-27T16:03:26.4136613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:26.4137036Z ========== 2022-09-27T16:03:26.4137279Z ok (0.020s) 2022-09-27T16:03:26.4167642Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:03:26.4267813Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-09-27T16:03:26.6140739Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-09-27T16:03:26.7574015Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-09-27T16:03:26.8488534Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-09-27T16:03:26.8757252Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-09-27T16:03:26.8975616Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-09-27T16:03:26.9470717Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-09-27T16:03:26.9904953Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-09-27T16:03:26.9934469Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-09-27T16:03:26.9950742Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.9966749Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.9982734Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:26.9998930Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:27.0014965Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:27.0031825Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:27.0047410Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:27.0061579Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-09-27T16:03:28.2156426Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (1.209s) 2022-09-27T16:03:28.2156708Z 2022-09-27T16:03:28.2157204Z ---------------------------------------------------------------------- 2022-09-27T16:03:28.2157662Z Ran 12394 tests in 192.366s 2022-09-27T16:03:28.2157851Z 2022-09-27T16:03:28.2161592Z OK (skipped=640, expected failures=14) 2022-09-27T16:03:28.2161794Z 2022-09-27T16:03:28.2161899Z Generating XML reports... 2022-09-27T16:03:29.5810407Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927160015.xml 2022-09-27T16:03:30.6364692Z Running test_spectral_ops ... [2022-09-27 16:03:30.636075] 2022-09-27T16:03:30.6365240Z Executing ['/opt/conda/bin/python', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:03:30.636157] 2022-09-27T16:03:33.9494553Z /opt/conda/lib/python3.7/site-packages/resampy/interpn.py:114: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB threading layer is disabled. 2022-09-27T16:03:33.9495155Z _resample_loop_p(x, t_out, interp_win, interp_delta, num_table, scale, y) 2022-09-27T16:03:42.1045620Z /opt/conda/lib/python3.7/site-packages/sklearn/utils/validation.py:37: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:03:42.1046151Z LARGE_SPARSE_SUPPORTED = LooseVersion(scipy_version) >= '0.14.0' 2022-09-27T16:03:42.5198364Z test_spectral_ops.py:43: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-09-27T16:03:42.5199200Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-09-27T16:03:42.5311792Z Test results will be stored in test-reports/python-unittest/test_spectral_ops 2022-09-27T16:03:42.5332507Z 2022-09-27T16:03:42.5332816Z Running tests... 2022-09-27T16:03:42.5333433Z ---------------------------------------------------------------------- 2022-09-27T16:03:42.6496266Z test_batch_istft_cpu (__main__.TestFFTCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: 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:980.) 2022-09-27T16:03:42.6496979Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:03:42.8798465Z ok (0.279s) 2022-09-27T16:03:43.0252847Z test_complex_istft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.145s) 2022-09-27T16:03:44.6792045Z test_complex_stft_definition_cpu_complex128 (__main__.TestFFTCPU) ... ok (1.653s) 2022-09-27T16:03:44.7024746Z test_complex_stft_onesided_cpu (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:03:45.3650085Z test_complex_stft_real_equiv_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.662s) 2022-09-27T16:03:45.5029689Z test_complex_stft_roundtrip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.137s) 2022-09-27T16:03:45.7363184Z test_complex_stft_roundtrip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.233s) 2022-09-27T16:03:45.7432810Z test_cufft_plan_cache_cpu_float64 (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.006s) 2022-09-27T16:03:45.7578846Z test_empty_fft_fft_fft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-09-27T16:03:45.7702562Z test_empty_fft_fft_fft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:03:45.7746515Z test_empty_fft_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.7789534Z test_empty_fft_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.7833715Z test_empty_fft_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.7876640Z test_empty_fft_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.7926347Z test_empty_fft_fft_hfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.7975875Z test_empty_fft_fft_hfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8020008Z test_empty_fft_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8063836Z test_empty_fft_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8113176Z test_empty_fft_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8162312Z test_empty_fft_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8207883Z test_empty_fft_fft_ifft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8253258Z test_empty_fft_fft_ifft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8294611Z test_empty_fft_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8335933Z test_empty_fft_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8377083Z test_empty_fft_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8418598Z test_empty_fft_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8467880Z test_empty_fft_fft_ihfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8510481Z test_empty_fft_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8556175Z test_empty_fft_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8605660Z test_empty_fft_fft_irfft2_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8654642Z test_empty_fft_fft_irfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8697555Z test_empty_fft_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8739569Z test_empty_fft_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8789201Z test_empty_fft_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8839694Z test_empty_fft_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:45.8885626Z test_empty_fft_fft_rfft2_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8928424Z test_empty_fft_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.8973668Z test_empty_fft_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:45.9229089Z test_empty_ifft_cpu (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:03:46.0178645Z test_fft2_fftn_equivalence_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.094s) 2022-09-27T16:03:46.0887972Z test_fft2_fftn_equivalence_cpu_float32 (__main__.TestFFTCPU) ... ok (0.070s) 2022-09-27T16:03:46.1513759Z test_fft2_invalid_cpu (__main__.TestFFTCPU) ... ok (0.062s) 2022-09-27T16:03:46.4007973Z test_fft2_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.249s) 2022-09-27T16:03:46.6004707Z test_fft2_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.199s) 2022-09-27T16:03:46.6296624Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.028s) 2022-09-27T16:03:46.6423613Z test_fft_half_and_bfloat16_errors_fft_fft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:03:46.6521328Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.009s) 2022-09-27T16:03:46.6574250Z test_fft_half_and_bfloat16_errors_fft_fft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.6676124Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.010s) 2022-09-27T16:03:46.6725623Z test_fft_half_and_bfloat16_errors_fft_fftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.6775526Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.6826576Z test_fft_half_and_bfloat16_errors_fft_hfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.6876524Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.6926261Z test_fft_half_and_bfloat16_errors_fft_hfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.6975976Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7026155Z test_fft_half_and_bfloat16_errors_fft_hfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7077333Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.7127832Z test_fft_half_and_bfloat16_errors_fft_ifft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7177519Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7227467Z test_fft_half_and_bfloat16_errors_fft_ifft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7273467Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7320865Z test_fft_half_and_bfloat16_errors_fft_ifftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7374870Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.7427543Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.7477032Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7526797Z test_fft_half_and_bfloat16_errors_fft_ihfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7576567Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7627116Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.7676675Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7726843Z test_fft_half_and_bfloat16_errors_fft_irfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7776907Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7827010Z test_fft_half_and_bfloat16_errors_fft_irfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7877164Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7926937Z test_fft_half_and_bfloat16_errors_fft_irfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.7976129Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.8026862Z test_fft_half_and_bfloat16_errors_fft_rfft2_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.8075997Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.8125472Z test_fft_half_and_bfloat16_errors_fft_rfft_cpu_float16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.8174794Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_bfloat16 (__main__.TestFFTCPU) ... ok (0.004s) 2022-09-27T16:03:46.8225627Z test_fft_half_and_bfloat16_errors_fft_rfftn_cpu_float16 (__main__.TestFFTCPU) ... ok (0.005s) 2022-09-27T16:03:46.8570312Z test_fft_ifft_rfft_irfft_cpu_float64 (__main__.TestFFTCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_spectral_ops.py line 772 2022-09-27T16:03:46.8570819Z due to: 2022-09-27T16:03:46.8571008Z Traceback (most recent call last): 2022-09-27T16:03:46.8571447Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:03:46.8571774Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:03:46.8572009Z AssertionError: function 2022-09-27T16:03:46.8572130Z 2022-09-27T16:03:46.8572201Z from user code: 2022-09-27T16:03:46.8572438Z File "test_spectral_ops.py", line 773, in 2022-09-27T16:03:46.8572692Z _test_real((10, 1, 10, 100), 1) 2022-09-27T16:03:46.8572809Z 2022-09-27T16:03:46.8572946Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:46.8573165Z ========== 2022-09-27T16:03:47.7531861Z ok (0.930s) 2022-09-27T16:03:47.7919122Z test_fft_input_modification_cpu (__main__.TestFFTCPU) ... ok (0.038s) 2022-09-27T16:03:47.8159894Z test_fft_invalid_dtypes_cpu (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:03:47.8326155Z test_fft_plan_repeatable_cpu (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:03:47.9654283Z test_fft_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_spectral_ops.py line 194 2022-09-27T16:03:47.9655010Z due to: 2022-09-27T16:03:47.9655385Z Traceback (most recent call last): 2022-09-27T16:03:47.9656128Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:03:47.9657144Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:03:47.9657986Z AssertionError: torch.* op returned non-Tensor bool call_method is_complex 2022-09-27T16:03:47.9658350Z 2022-09-27T16:03:47.9658492Z from user code: 2022-09-27T16:03:47.9658982Z File "test_spectral_ops.py", line 233, in 2022-09-27T16:03:47.9659534Z forward != torch.fft.fft or x.is_complex())) 2022-09-27T16:03:47.9659768Z 2022-09-27T16:03:47.9659991Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:03:47.9660379Z ========== 2022-09-27T16:03:47.9751555Z ok (0.142s) 2022-09-27T16:03:48.0224532Z test_fft_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.046s) 2022-09-27T16:03:48.0442886Z test_fft_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.021s) 2022-09-27T16:03:48.0565363Z test_fft_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.012s) 2022-09-27T16:03:48.0889862Z test_fft_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.032s) 2022-09-27T16:03:48.1301900Z test_fft_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.040s) 2022-09-27T16:03:48.1682051Z test_fft_type_promotion_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.037s) 2022-09-27T16:03:48.1806474Z test_fft_type_promotion_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.012s) 2022-09-27T16:03:48.2062129Z test_fft_type_promotion_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:03:48.2144913Z test_fft_type_promotion_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.008s) 2022-09-27T16:03:48.2399023Z test_fft_type_promotion_cpu_float32 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:03:48.2654572Z test_fft_type_promotion_cpu_float64 (__main__.TestFFTCPU) ... ok (0.025s) 2022-09-27T16:03:48.2921628Z test_fft_type_promotion_cpu_int8 (__main__.TestFFTCPU) ... ok (0.026s) 2022-09-27T16:03:48.3334301Z test_fftfreq_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.041s) 2022-09-27T16:03:48.3446350Z test_fftfreq_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.011s) 2022-09-27T16:03:49.1263216Z test_fftfreq_out_cpu_float32 (__main__.TestFFTCPU) ... ok (0.781s) 2022-09-27T16:03:49.1334445Z test_fftfreq_out_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:03:49.1617475Z test_fftn_invalid_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.028s) 2022-09-27T16:03:49.1866701Z test_fftn_invalid_fft_fftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.024s) 2022-09-27T16:03:49.2048781Z test_fftn_invalid_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:03:49.2229791Z test_fftn_invalid_fft_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:03:49.2381356Z test_fftn_invalid_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:03:49.2532641Z test_fftn_invalid_fft_ifftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.014s) 2022-09-27T16:03:49.2698900Z test_fftn_invalid_fft_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:03:49.2883014Z test_fftn_invalid_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:03:49.3067260Z test_fftn_invalid_fft_irfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.018s) 2022-09-27T16:03:49.3236734Z test_fftn_invalid_fft_rfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:03:49.4404064Z test_fftn_round_trip_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.116s) 2022-09-27T16:03:49.4843552Z test_fftn_round_trip_cpu_complex32 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.043s) 2022-09-27T16:03:49.5252706Z test_fftn_round_trip_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.040s) 2022-09-27T16:03:49.5344136Z test_fftn_round_trip_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.009s) 2022-09-27T16:03:49.6311569Z test_fftn_round_trip_cpu_float32 (__main__.TestFFTCPU) ... ok (0.096s) 2022-09-27T16:03:49.7279378Z test_fftn_round_trip_cpu_float64 (__main__.TestFFTCPU) ... ok (0.096s) 2022-09-27T16:03:49.7410498Z test_fftshift_frequencies_cpu_float32 (__main__.TestFFTCPU) ... ok (0.012s) 2022-09-27T16:03:49.7446566Z test_fftshift_frequencies_cpu_float64 (__main__.TestFFTCPU) ... ok (0.003s) 2022-09-27T16:03:49.8433096Z test_fftshift_numpy_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.098s) 2022-09-27T16:03:49.8517133Z test_fftshift_numpy_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.008s) 2022-09-27T16:03:49.8593413Z test_fftshift_numpy_cpu_float32 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:03:49.8666367Z test_fftshift_numpy_cpu_float64 (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:03:49.8776887Z test_hfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.010s) 2022-09-27T16:03:49.8984096Z test_hfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.020s) 2022-09-27T16:03:49.9139722Z test_hfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:03:49.9239569Z test_ihfftn_cpu_float16 (__main__.TestFFTCPU) ... skip: half and complex32 are not supported on CPU (0.009s) 2022-09-27T16:03:49.9434760Z test_ihfftn_cpu_float32 (__main__.TestFFTCPU) ... ok (0.019s) 2022-09-27T16:03:49.9586191Z test_ihfftn_cpu_float64 (__main__.TestFFTCPU) ... ok (0.014s) 2022-09-27T16:05:08.8304280Z test_istft_against_librosa_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/_tensor.py:744: 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:1120.) 2022-09-27T16:05:08.8305489Z return_complex=return_complex, 2022-09-27T16:05:08.8419406Z ok (78.883s) 2022-09-27T16:05:09.0965100Z test_istft_linearity_cpu_float64 (__main__.TestFFTCPU) ... ok (0.254s) 2022-09-27T16:05:09.3893472Z test_istft_of_sine_cpu_float64 (__main__.TestFFTCPU) ... ok (0.292s) 2022-09-27T16:05:09.3905025Z test_istft_round_trip_simple_cases_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:05:09.4853199Z stft -> istft should recover the original signale ... ok (0.095s) 2022-09-27T16:05:09.4876998Z test_istft_round_trip_various_params_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:05:09.9724369Z stft -> istft should recover the original signale ... ok (0.486s) 2022-09-27T16:05:09.9749856Z test_istft_round_trip_with_padding_cpu_float64 (__main__.TestFFTCPU) 2022-09-27T16:05:10.1217277Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.149s) 2022-09-27T16:05:10.1231631Z test_istft_throws_cpu (__main__.TestFFTCPU) 2022-09-27T16:05:10.1638454Z istft should throw exception for invalid parameters ... ok (0.041s) 2022-09-27T16:05:10.2064703Z test_reference_1d_fft_fft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.042s) 2022-09-27T16:05:10.2385773Z test_reference_1d_fft_fft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:05:10.2659802Z test_reference_1d_fft_hfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:05:10.2935862Z test_reference_1d_fft_hfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:05:10.3206852Z test_reference_1d_fft_ifft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-09-27T16:05:10.3480067Z test_reference_1d_fft_ifft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:05:10.3756176Z test_reference_1d_fft_ihfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.027s) 2022-09-27T16:05:10.4019650Z test_reference_1d_fft_irfft_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.026s) 2022-09-27T16:05:10.4182913Z test_reference_1d_fft_irfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.016s) 2022-09-27T16:05:10.4342111Z test_reference_1d_fft_rfft_cpu_float32 (__main__.TestFFTCPU) ... ok (0.015s) 2022-09-27T16:05:10.5379034Z test_reference_nd_fft_fftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.103s) 2022-09-27T16:05:10.5611744Z test_reference_nd_fft_fftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:05:10.5931841Z test_reference_nd_fft_hfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.031s) 2022-09-27T16:05:10.6180103Z test_reference_nd_fft_hfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.024s) 2022-09-27T16:05:10.6485718Z test_reference_nd_fft_ifftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:05:10.6722289Z test_reference_nd_fft_ifftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:05:10.7032629Z test_reference_nd_fft_irfftn_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.030s) 2022-09-27T16:05:10.7273921Z test_reference_nd_fft_irfftn_cpu_complex64 (__main__.TestFFTCPU) ... ok (0.023s) 2022-09-27T16:05:11.0828224Z test_stft_cpu_float64 (__main__.TestFFTCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:611: 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:804.) 2022-09-27T16:05:11.0829307Z normalized, onesided, return_complex) 2022-09-27T16:05:11.0830065Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_spectral_ops.py line 928 2022-09-27T16:05:11.0830483Z due to: 2022-09-27T16:05:11.0831083Z Traceback (most recent call last): 2022-09-27T16:05:11.0831945Z File "/opt/conda/lib/python3.7/site-packages/torch/functional.py", line 611, in stft 2022-09-27T16:05:11.0832415Z normalized, onesided, return_complex) 2022-09-27T16:05:11.0833043Z RuntimeError: stft(torch.DoubleTensor[10, 4, 2], n_fft=1, hop_length=1, win_length=1, window=None, normalized=0, onesided=None, return_complex=None) : expected a 1D or 2D tensor 2022-09-27T16:05:11.0833692Z 2022-09-27T16:05:11.0833925Z The above exception was the direct cause of the following exception: 2022-09-27T16:05:11.0834296Z 2022-09-27T16:05:11.0834435Z Traceback (most recent call last): 2022-09-27T16:05:11.0835102Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:05:11.0835596Z raise TorchRuntimeError() from e 2022-09-27T16:05:11.0835987Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:05:11.0836213Z 2022-09-27T16:05:11.0836327Z from user code: 2022-09-27T16:05:11.0836778Z File "test_spectral_ops.py", line 928, in 2022-09-27T16:05:11.0837231Z lambda: x.stft(n_fft, hop_length, win_length, window, center=center)) 2022-09-27T16:05:11.0837506Z 2022-09-27T16:05:11.0837713Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.0838077Z ========== 2022-09-27T16:05:11.1038690Z ok (0.376s) 2022-09-27T16:05:11.1116267Z test_stft_requires_complex_cpu (__main__.TestFFTCPU) ... ok (0.007s) 2022-09-27T16:05:11.4370714Z test_stft_roundtrip_complex_window_cpu_complex128 (__main__.TestFFTCPU) ... ok (0.325s) 2022-09-27T16:05:11.5952713Z test_stft_roundtrip_complex_window_cpu_float64 (__main__.TestFFTCPU) ... ok (0.157s) 2022-09-27T16:05:11.5975308Z test_stft_window_device_cpu (__main__.TestFFTCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:11.6085729Z test_fft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6086211Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6086559Z Expecting nothing 2022-09-27T16:05:11.6095600Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6096010Z due to: 2022-09-27T16:05:11.6096345Z Traceback (most recent call last): 2022-09-27T16:05:11.6097067Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6097547Z raise Unsupported(msg) 2022-09-27T16:05:11.6097943Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6098186Z 2022-09-27T16:05:11.6098304Z from user code: 2022-09-27T16:05:11.6098645Z File "", line 1, in 2022-09-27T16:05:11.6099036Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6099270Z 2022-09-27T16:05:11.6099474Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6099844Z ========== 2022-09-27T16:05:11.6172315Z ok 2022-09-27T16:05:11.6172640Z Trying: 2022-09-27T16:05:11.6172924Z fft2 = torch.fft.fft2(x) 2022-09-27T16:05:11.6173312Z Expecting nothing 2022-09-27T16:05:11.6178761Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6179173Z due to: 2022-09-27T16:05:11.6179508Z Traceback (most recent call last): 2022-09-27T16:05:11.6180289Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6180844Z raise Unsupported(msg) 2022-09-27T16:05:11.6181247Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6181510Z 2022-09-27T16:05:11.6181626Z from user code: 2022-09-27T16:05:11.6181975Z File "", line 1, in 2022-09-27T16:05:11.6182312Z fft2 = torch.fft.fft2(x) 2022-09-27T16:05:11.6182509Z 2022-09-27T16:05:11.6182728Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6183096Z ========== 2022-09-27T16:05:11.6183343Z ok 2022-09-27T16:05:11.6183591Z Trying: 2022-09-27T16:05:11.6183943Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:05:11.6184614Z Expecting nothing 2022-09-27T16:05:11.6186216Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6186625Z due to: 2022-09-27T16:05:11.6186950Z Traceback (most recent call last): 2022-09-27T16:05:11.6187605Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6188058Z raise Unsupported(msg) 2022-09-27T16:05:11.6188457Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6188716Z 2022-09-27T16:05:11.6188962Z from user code: 2022-09-27T16:05:11.6189279Z File "", line 1, in 2022-09-27T16:05:11.6189688Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:05:11.6189939Z 2022-09-27T16:05:11.6190161Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6190530Z ========== 2022-09-27T16:05:11.6190780Z ok 2022-09-27T16:05:11.6191024Z Trying: 2022-09-27T16:05:11.6191398Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:05:11.6191771Z Expecting nothing 2022-09-27T16:05:11.6193496Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6193904Z due to: 2022-09-27T16:05:11.6194210Z Traceback (most recent call last): 2022-09-27T16:05:11.6194874Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6195395Z raise Unsupported(msg) 2022-09-27T16:05:11.6195779Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6196049Z 2022-09-27T16:05:11.6196166Z from user code: 2022-09-27T16:05:11.6196498Z File "", line 1, in 2022-09-27T16:05:11.6196936Z torch.testing.assert_close(fft2, two_ffts, check_stride=False) 2022-09-27T16:05:11.6197190Z 2022-09-27T16:05:11.6197413Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6197784Z ========== 2022-09-27T16:05:11.6198250Z ok 2022-09-27T16:05:11.6269695Z ok (0.029s) 2022-09-27T16:05:11.6289269Z test_fft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6289679Z t = torch.arange(4) 2022-09-27T16:05:11.6289986Z Expecting nothing 2022-09-27T16:05:11.6294528Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6294959Z due to: 2022-09-27T16:05:11.6295278Z Traceback (most recent call last): 2022-09-27T16:05:11.6295952Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6296439Z raise Unsupported(msg) 2022-09-27T16:05:11.6296907Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6297167Z 2022-09-27T16:05:11.6297269Z from user code: 2022-09-27T16:05:11.6297607Z File "", line 1, in 2022-09-27T16:05:11.6297940Z t = torch.arange(4) 2022-09-27T16:05:11.6298128Z 2022-09-27T16:05:11.6298355Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6298711Z ========== 2022-09-27T16:05:11.6298972Z ok 2022-09-27T16:05:11.6299220Z Trying: 2022-09-27T16:05:11.6299453Z t 2022-09-27T16:05:11.6299713Z Expecting: 2022-09-27T16:05:11.6299992Z tensor([0, 1, 2, 3]) 2022-09-27T16:05:11.6335840Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6336256Z due to: 2022-09-27T16:05:11.6336585Z Traceback (most recent call last): 2022-09-27T16:05:11.6337299Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6337792Z raise Unsupported(msg) 2022-09-27T16:05:11.6338201Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6338464Z 2022-09-27T16:05:11.6338583Z from user code: 2022-09-27T16:05:11.6338906Z File "", line 1, in 2022-09-27T16:05:11.6339215Z t 2022-09-27T16:05:11.6339371Z 2022-09-27T16:05:11.6339827Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6340188Z ========== 2022-09-27T16:05:11.6340455Z ok 2022-09-27T16:05:11.6340705Z Trying: 2022-09-27T16:05:11.6340972Z torch.fft.fft(t) 2022-09-27T16:05:11.6341268Z Expecting: 2022-09-27T16:05:11.6341672Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:05:11.6345758Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6346233Z due to: 2022-09-27T16:05:11.6346567Z Traceback (most recent call last): 2022-09-27T16:05:11.6347243Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6347855Z raise Unsupported(msg) 2022-09-27T16:05:11.6348257Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6348523Z 2022-09-27T16:05:11.6348642Z from user code: 2022-09-27T16:05:11.6348975Z File "", line 1, in 2022-09-27T16:05:11.6349293Z torch.fft.fft(t) 2022-09-27T16:05:11.6349477Z 2022-09-27T16:05:11.6349703Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6350074Z ========== 2022-09-27T16:05:11.6353991Z ok 2022-09-27T16:05:11.6354238Z Trying: 2022-09-27T16:05:11.6354564Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:05:11.6354906Z Expecting nothing 2022-09-27T16:05:11.6360112Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6360543Z due to: 2022-09-27T16:05:11.6360852Z Traceback (most recent call last): 2022-09-27T16:05:11.6361487Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6361971Z raise Unsupported(msg) 2022-09-27T16:05:11.6362368Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6362629Z 2022-09-27T16:05:11.6362744Z from user code: 2022-09-27T16:05:11.6364343Z File "", line 1, in 2022-09-27T16:05:11.6364728Z t = torch.tensor([0.+1.j, 2.+3.j, 4.+5.j, 6.+7.j]) 2022-09-27T16:05:11.6364947Z 2022-09-27T16:05:11.6365166Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6365523Z ========== 2022-09-27T16:05:11.6365784Z ok 2022-09-27T16:05:11.6366034Z Trying: 2022-09-27T16:05:11.6366295Z torch.fft.fft(t) 2022-09-27T16:05:11.6366585Z Expecting: 2022-09-27T16:05:11.6366988Z tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j]) 2022-09-27T16:05:11.6367549Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6367945Z due to: 2022-09-27T16:05:11.6368265Z Traceback (most recent call last): 2022-09-27T16:05:11.6368908Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6369374Z raise Unsupported(msg) 2022-09-27T16:05:11.6369774Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6370034Z 2022-09-27T16:05:11.6370152Z from user code: 2022-09-27T16:05:11.6370468Z File "", line 1, in 2022-09-27T16:05:11.6370807Z torch.fft.fft(t) 2022-09-27T16:05:11.6370993Z 2022-09-27T16:05:11.6371213Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6371567Z ========== 2022-09-27T16:05:11.6371828Z ok 2022-09-27T16:05:11.6372080Z ok (0.010s) 2022-09-27T16:05:11.6391837Z test_fftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6392275Z torch.fft.fftfreq(5) 2022-09-27T16:05:11.6392577Z Expecting: 2022-09-27T16:05:11.6393035Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:05:11.6397325Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6397989Z due to: 2022-09-27T16:05:11.6399249Z Traceback (most recent call last): 2022-09-27T16:05:11.6402533Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6403008Z raise Unsupported(msg) 2022-09-27T16:05:11.6403629Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6403894Z 2022-09-27T16:05:11.6404008Z from user code: 2022-09-27T16:05:11.6404314Z File "", line 1, in 2022-09-27T16:05:11.6404660Z torch.fft.fftfreq(5) 2022-09-27T16:05:11.6404844Z 2022-09-27T16:05:11.6405051Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6405378Z ========== 2022-09-27T16:05:11.6405616Z ok 2022-09-27T16:05:11.6405809Z Trying: 2022-09-27T16:05:11.6406039Z torch.fft.fftfreq(4) 2022-09-27T16:05:11.6406305Z Expecting: 2022-09-27T16:05:11.6407957Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:05:11.6408543Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6408918Z due to: 2022-09-27T16:05:11.6409197Z Traceback (most recent call last): 2022-09-27T16:05:11.6409800Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6410216Z raise Unsupported(msg) 2022-09-27T16:05:11.6410592Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6410836Z 2022-09-27T16:05:11.6410937Z from user code: 2022-09-27T16:05:11.6411226Z File "", line 1, in 2022-09-27T16:05:11.6411539Z torch.fft.fftfreq(4) 2022-09-27T16:05:11.6411718Z 2022-09-27T16:05:11.6411924Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6412261Z ========== 2022-09-27T16:05:11.6412525Z ok 2022-09-27T16:05:11.6412772Z ok (0.003s) 2022-09-27T16:05:11.6432537Z test_fftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6433002Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6433535Z Expecting nothing 2022-09-27T16:05:11.6437129Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6437531Z due to: 2022-09-27T16:05:11.6437859Z Traceback (most recent call last): 2022-09-27T16:05:11.6438534Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6439008Z raise Unsupported(msg) 2022-09-27T16:05:11.6439388Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6439651Z 2022-09-27T16:05:11.6439766Z from user code: 2022-09-27T16:05:11.6440105Z File "", line 1, in 2022-09-27T16:05:11.6440472Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6440711Z 2022-09-27T16:05:11.6440926Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6441300Z ========== 2022-09-27T16:05:11.6441547Z ok 2022-09-27T16:05:11.6441793Z Trying: 2022-09-27T16:05:11.6442071Z fftn = torch.fft.fftn(x) 2022-09-27T16:05:11.6442367Z Expecting nothing 2022-09-27T16:05:11.6443701Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6444097Z due to: 2022-09-27T16:05:11.6444415Z Traceback (most recent call last): 2022-09-27T16:05:11.6445048Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6445516Z raise Unsupported(msg) 2022-09-27T16:05:11.6445907Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6446162Z 2022-09-27T16:05:11.6446262Z from user code: 2022-09-27T16:05:11.6446588Z File "", line 1, in 2022-09-27T16:05:11.6446938Z fftn = torch.fft.fftn(x) 2022-09-27T16:05:11.6447136Z 2022-09-27T16:05:11.6447335Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6447698Z ========== 2022-09-27T16:05:11.6447949Z ok 2022-09-27T16:05:11.6448183Z Trying: 2022-09-27T16:05:11.6448527Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:05:11.6448882Z Expecting nothing 2022-09-27T16:05:11.6452180Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6452578Z due to: 2022-09-27T16:05:11.6453056Z Traceback (most recent call last): 2022-09-27T16:05:11.6455474Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6458705Z raise Unsupported(msg) 2022-09-27T16:05:11.6461618Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6464493Z 2022-09-27T16:05:11.6467240Z from user code: 2022-09-27T16:05:11.6469495Z File "", line 1, in 2022-09-27T16:05:11.6470112Z two_ffts = torch.fft.fft(torch.fft.fft(x, dim=0), dim=1) 2022-09-27T16:05:11.6470539Z 2022-09-27T16:05:11.6471073Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6471577Z ========== 2022-09-27T16:05:11.6472046Z ok 2022-09-27T16:05:11.6472537Z Trying: 2022-09-27T16:05:11.6473094Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:05:11.6473897Z Expecting nothing 2022-09-27T16:05:11.6474685Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6475289Z due to: 2022-09-27T16:05:11.6475784Z Traceback (most recent call last): 2022-09-27T16:05:11.6476605Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6477234Z raise Unsupported(msg) 2022-09-27T16:05:11.6477811Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6478297Z 2022-09-27T16:05:11.6478594Z from user code: 2022-09-27T16:05:11.6478934Z File "", line 1, in 2022-09-27T16:05:11.6479376Z torch.testing.assert_close(fftn, two_ffts, check_stride=False) 2022-09-27T16:05:11.6479656Z 2022-09-27T16:05:11.6479877Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6480240Z ========== 2022-09-27T16:05:11.6480475Z ok 2022-09-27T16:05:11.6480725Z ok (0.005s) 2022-09-27T16:05:11.6489040Z test_fftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6489440Z f = torch.fft.fftfreq(4) 2022-09-27T16:05:11.6489765Z Expecting nothing 2022-09-27T16:05:11.6493587Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6493991Z due to: 2022-09-27T16:05:11.6494312Z Traceback (most recent call last): 2022-09-27T16:05:11.6494961Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6495428Z raise Unsupported(msg) 2022-09-27T16:05:11.6495806Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6496059Z 2022-09-27T16:05:11.6496179Z from user code: 2022-09-27T16:05:11.6496521Z File "", line 1, in 2022-09-27T16:05:11.6496920Z f = torch.fft.fftfreq(4) 2022-09-27T16:05:11.6497120Z 2022-09-27T16:05:11.6497340Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6497702Z ========== 2022-09-27T16:05:11.6497941Z ok 2022-09-27T16:05:11.6498187Z Trying: 2022-09-27T16:05:11.6498437Z f 2022-09-27T16:05:11.6498678Z Expecting: 2022-09-27T16:05:11.6499079Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:05:11.6534399Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6534808Z due to: 2022-09-27T16:05:11.6535130Z Traceback (most recent call last): 2022-09-27T16:05:11.6535798Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6536272Z raise Unsupported(msg) 2022-09-27T16:05:11.6536655Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6536982Z 2022-09-27T16:05:11.6537109Z from user code: 2022-09-27T16:05:11.6537452Z File "", line 1, in 2022-09-27T16:05:11.6537763Z f 2022-09-27T16:05:11.6537919Z 2022-09-27T16:05:11.6538140Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6538510Z ========== 2022-09-27T16:05:11.6538758Z ok 2022-09-27T16:05:11.6539007Z Trying: 2022-09-27T16:05:11.6539295Z torch.fft.fftshift(f) 2022-09-27T16:05:11.6539781Z Expecting: 2022-09-27T16:05:11.6540192Z tensor([-0.5000, -0.2500, 0.0000, 0.2500]) 2022-09-27T16:05:11.6543255Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6543700Z due to: 2022-09-27T16:05:11.6544007Z Traceback (most recent call last): 2022-09-27T16:05:11.6544657Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6545140Z raise Unsupported(msg) 2022-09-27T16:05:11.6545561Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6545926Z 2022-09-27T16:05:11.6546043Z from user code: 2022-09-27T16:05:11.6546383Z File "", line 1, in 2022-09-27T16:05:11.6546730Z torch.fft.fftshift(f) 2022-09-27T16:05:11.6546928Z 2022-09-27T16:05:11.6547156Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6547523Z ========== 2022-09-27T16:05:11.6547789Z ok 2022-09-27T16:05:11.6548033Z Trying: 2022-09-27T16:05:11.6548417Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:05:11.6548808Z Expecting nothing 2022-09-27T16:05:11.6552344Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6552854Z due to: 2022-09-27T16:05:11.6553510Z Traceback (most recent call last): 2022-09-27T16:05:11.6554169Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6554642Z raise Unsupported(msg) 2022-09-27T16:05:11.6555044Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6555300Z 2022-09-27T16:05:11.6555415Z from user code: 2022-09-27T16:05:11.6555739Z File "", line 1, in 2022-09-27T16:05:11.6556184Z x = torch.fft.fftfreq(5, d=1/5) + 0.1 * torch.fft.fftfreq(5, d=1/5).unsqueeze(1) 2022-09-27T16:05:11.6556459Z 2022-09-27T16:05:11.6556680Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6557035Z ========== 2022-09-27T16:05:11.6557302Z ok 2022-09-27T16:05:11.6557546Z Trying: 2022-09-27T16:05:11.6557783Z x 2022-09-27T16:05:11.6558040Z Expecting: 2022-09-27T16:05:11.6558457Z tensor([[ 0.0000, 1.0000, 2.0000, -2.0000, -1.0000], 2022-09-27T16:05:11.6558883Z [ 0.1000, 1.1000, 2.1000, -1.9000, -0.9000], 2022-09-27T16:05:11.6559312Z [ 0.2000, 1.2000, 2.2000, -1.8000, -0.8000], 2022-09-27T16:05:11.6559737Z [-0.2000, 0.8000, 1.8000, -2.2000, -1.2000], 2022-09-27T16:05:11.6560175Z [-0.1000, 0.9000, 1.9000, -2.1000, -1.1000]]) 2022-09-27T16:05:11.6593769Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6594195Z due to: 2022-09-27T16:05:11.6594519Z Traceback (most recent call last): 2022-09-27T16:05:11.6595168Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6595653Z raise Unsupported(msg) 2022-09-27T16:05:11.6596051Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6596308Z 2022-09-27T16:05:11.6596425Z from user code: 2022-09-27T16:05:11.6596758Z File "", line 1, in 2022-09-27T16:05:11.6597085Z x 2022-09-27T16:05:11.6597241Z 2022-09-27T16:05:11.6597459Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6597818Z ========== 2022-09-27T16:05:11.6598438Z ok 2022-09-27T16:05:11.6598687Z Trying: 2022-09-27T16:05:11.6598967Z torch.fft.fftshift(x) 2022-09-27T16:05:11.6599278Z Expecting: 2022-09-27T16:05:11.6599703Z tensor([[-2.2000, -1.2000, -0.2000, 0.8000, 1.8000], 2022-09-27T16:05:11.6600132Z [-2.1000, -1.1000, -0.1000, 0.9000, 1.9000], 2022-09-27T16:05:11.6600558Z [-2.0000, -1.0000, 0.0000, 1.0000, 2.0000], 2022-09-27T16:05:11.6600985Z [-1.9000, -0.9000, 0.1000, 1.1000, 2.1000], 2022-09-27T16:05:11.6601572Z [-1.8000, -0.8000, 0.2000, 1.2000, 2.2000]]) 2022-09-27T16:05:11.6604939Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6605382Z due to: 2022-09-27T16:05:11.6605713Z Traceback (most recent call last): 2022-09-27T16:05:11.6606376Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6606854Z raise Unsupported(msg) 2022-09-27T16:05:11.6607253Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6607515Z 2022-09-27T16:05:11.6607903Z from user code: 2022-09-27T16:05:11.6608238Z File "", line 1, in 2022-09-27T16:05:11.6609559Z torch.fft.fftshift(x) 2022-09-27T16:05:11.6609761Z 2022-09-27T16:05:11.6609979Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6610336Z ========== 2022-09-27T16:05:11.6610601Z ok 2022-09-27T16:05:11.6610856Z Trying: 2022-09-27T16:05:11.6611237Z x_centered = torch.arange(-5, 5) 2022-09-27T16:05:11.6611575Z Expecting nothing 2022-09-27T16:05:11.6614191Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6614600Z due to: 2022-09-27T16:05:11.6614923Z Traceback (most recent call last): 2022-09-27T16:05:11.6615588Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6616065Z raise Unsupported(msg) 2022-09-27T16:05:11.6616457Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6616718Z 2022-09-27T16:05:11.6616902Z from user code: 2022-09-27T16:05:11.6617253Z File "", line 1, in 2022-09-27T16:05:11.6617686Z x_centered = torch.arange(-5, 5) 2022-09-27T16:05:11.6617904Z 2022-09-27T16:05:11.6618125Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6618494Z ========== 2022-09-27T16:05:11.6618741Z ok 2022-09-27T16:05:11.6618988Z Trying: 2022-09-27T16:05:11.6619338Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:05:11.6620747Z Expecting nothing 2022-09-27T16:05:11.6621350Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6621772Z due to: 2022-09-27T16:05:11.6622076Z Traceback (most recent call last): 2022-09-27T16:05:11.6622719Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6623188Z raise Unsupported(msg) 2022-09-27T16:05:11.6623591Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6623851Z 2022-09-27T16:05:11.6623955Z from user code: 2022-09-27T16:05:11.6624296Z File "", line 1, in 2022-09-27T16:05:11.6625668Z x_uncentered = torch.fft.ifftshift(x_centered) 2022-09-27T16:05:11.6625913Z 2022-09-27T16:05:11.6626118Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6626489Z ========== 2022-09-27T16:05:11.6626732Z ok 2022-09-27T16:05:11.6626975Z Trying: 2022-09-27T16:05:11.6627303Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:05:11.6627662Z Expecting nothing 2022-09-27T16:05:11.6628251Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6628642Z due to: 2022-09-27T16:05:11.6628945Z Traceback (most recent call last): 2022-09-27T16:05:11.6629598Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6630933Z raise Unsupported(msg) 2022-09-27T16:05:11.6631338Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6631597Z 2022-09-27T16:05:11.6631714Z from user code: 2022-09-27T16:05:11.6632049Z File "", line 1, in 2022-09-27T16:05:11.6632451Z fft_uncentered = torch.fft.fft(x_uncentered) 2022-09-27T16:05:11.6632685Z 2022-09-27T16:05:11.6632912Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6633436Z ========== 2022-09-27T16:05:11.6633840Z ok 2022-09-27T16:05:11.6634092Z Trying: 2022-09-27T16:05:11.6634445Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:05:11.6634805Z Expecting nothing 2022-09-27T16:05:11.6635419Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6635828Z due to: 2022-09-27T16:05:11.6636121Z Traceback (most recent call last): 2022-09-27T16:05:11.6636769Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6637309Z raise Unsupported(msg) 2022-09-27T16:05:11.6637706Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6637950Z 2022-09-27T16:05:11.6638073Z from user code: 2022-09-27T16:05:11.6638417Z File "", line 1, in 2022-09-27T16:05:11.6638843Z fft_centered = torch.fft.fftshift(fft_uncentered) 2022-09-27T16:05:11.6639081Z 2022-09-27T16:05:11.6639303Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6639670Z ========== 2022-09-27T16:05:11.6639933Z ok 2022-09-27T16:05:11.6640177Z Trying: 2022-09-27T16:05:11.6640605Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:05:11.6641040Z Expecting nothing 2022-09-27T16:05:11.6641600Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6642010Z due to: 2022-09-27T16:05:11.6642316Z Traceback (most recent call last): 2022-09-27T16:05:11.6642948Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6643463Z raise Unsupported(msg) 2022-09-27T16:05:11.6643869Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6644127Z 2022-09-27T16:05:11.6644244Z from user code: 2022-09-27T16:05:11.6644579Z File "", line 1, in 2022-09-27T16:05:11.6645084Z x_centered_2 = torch.fft.fftshift(torch.fft.ifft(torch.fft.ifftshift(fft_centered))) 2022-09-27T16:05:11.6645408Z 2022-09-27T16:05:11.6645632Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6645987Z ========== 2022-09-27T16:05:11.6646263Z ok 2022-09-27T16:05:11.6646515Z Trying: 2022-09-27T16:05:11.6646963Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:05:11.6647395Z Expecting nothing 2022-09-27T16:05:11.6647962Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6648377Z due to: 2022-09-27T16:05:11.6648668Z Traceback (most recent call last): 2022-09-27T16:05:11.6649315Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6649783Z raise Unsupported(msg) 2022-09-27T16:05:11.6650164Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6650425Z 2022-09-27T16:05:11.6650544Z from user code: 2022-09-27T16:05:11.6650891Z File "", line 1, in 2022-09-27T16:05:11.6651385Z torch.testing.assert_close(x_centered.to(torch.complex64), x_centered_2, check_stride=False) 2022-09-27T16:05:11.6651713Z 2022-09-27T16:05:11.6651933Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6652303Z ========== 2022-09-27T16:05:11.6652557Z ok 2022-09-27T16:05:11.6652798Z ok (0.017s) 2022-09-27T16:05:11.6667726Z test_hfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6668147Z t = torch.linspace(0, 1, 5) 2022-09-27T16:05:11.6668466Z Expecting nothing 2022-09-27T16:05:11.6671967Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6672386Z due to: 2022-09-27T16:05:11.6672711Z Traceback (most recent call last): 2022-09-27T16:05:11.6674808Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6675292Z raise Unsupported(msg) 2022-09-27T16:05:11.6675827Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6676082Z 2022-09-27T16:05:11.6676186Z from user code: 2022-09-27T16:05:11.6676520Z File "", line 1, in 2022-09-27T16:05:11.6676880Z t = torch.linspace(0, 1, 5) 2022-09-27T16:05:11.6677084Z 2022-09-27T16:05:11.6677287Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6677656Z ========== 2022-09-27T16:05:11.6677925Z ok 2022-09-27T16:05:11.6678160Z Trying: 2022-09-27T16:05:11.6678411Z t 2022-09-27T16:05:11.6678669Z Expecting: 2022-09-27T16:05:11.6679036Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:05:11.6716078Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6716495Z due to: 2022-09-27T16:05:11.6716818Z Traceback (most recent call last): 2022-09-27T16:05:11.6717459Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6717932Z raise Unsupported(msg) 2022-09-27T16:05:11.6718331Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6718591Z 2022-09-27T16:05:11.6718692Z from user code: 2022-09-27T16:05:11.6719022Z File "", line 1, in 2022-09-27T16:05:11.6719335Z t 2022-09-27T16:05:11.6719493Z 2022-09-27T16:05:11.6719710Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6720871Z ========== 2022-09-27T16:05:11.6721127Z ok 2022-09-27T16:05:11.6721367Z Trying: 2022-09-27T16:05:11.6721628Z T = torch.fft.ifft(t) 2022-09-27T16:05:11.6721939Z Expecting nothing 2022-09-27T16:05:11.6724182Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6724640Z due to: 2022-09-27T16:05:11.6725024Z Traceback (most recent call last): 2022-09-27T16:05:11.6725834Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6726425Z raise Unsupported(msg) 2022-09-27T16:05:11.6726905Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6727232Z 2022-09-27T16:05:11.6727375Z from user code: 2022-09-27T16:05:11.6727785Z File "", line 1, in 2022-09-27T16:05:11.6728191Z T = torch.fft.ifft(t) 2022-09-27T16:05:11.6728429Z 2022-09-27T16:05:11.6728704Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6729154Z ========== 2022-09-27T16:05:11.6729443Z ok 2022-09-27T16:05:11.6729835Z Trying: 2022-09-27T16:05:11.6730102Z T 2022-09-27T16:05:11.6730369Z Expecting: 2022-09-27T16:05:11.6730890Z tensor([ 0.5000-0.0000j, -0.1250-0.1720j, -0.1250-0.0406j, -0.1250+0.0406j, 2022-09-27T16:05:11.6731323Z -0.1250+0.1720j]) 2022-09-27T16:05:11.6769860Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6770303Z due to: 2022-09-27T16:05:11.6770621Z Traceback (most recent call last): 2022-09-27T16:05:11.6771300Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6771763Z raise Unsupported(msg) 2022-09-27T16:05:11.6772162Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6772835Z 2022-09-27T16:05:11.6772957Z from user code: 2022-09-27T16:05:11.6774257Z File "", line 1, in 2022-09-27T16:05:11.6774583Z T 2022-09-27T16:05:11.6774739Z 2022-09-27T16:05:11.6774961Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6775319Z ========== 2022-09-27T16:05:11.6775595Z ok 2022-09-27T16:05:11.6775840Z Trying: 2022-09-27T16:05:11.6776116Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:05:11.6776421Z Expecting: 2022-09-27T16:05:11.6776727Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:05:11.6778693Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6779083Z due to: 2022-09-27T16:05:11.6779608Z Traceback (most recent call last): 2022-09-27T16:05:11.6780264Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6780716Z raise Unsupported(msg) 2022-09-27T16:05:11.6781108Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6781365Z 2022-09-27T16:05:11.6781486Z from user code: 2022-09-27T16:05:11.6781898Z File "", line 1, in 2022-09-27T16:05:11.6782260Z torch.fft.hfft(T[:3], n=5) 2022-09-27T16:05:11.6782456Z 2022-09-27T16:05:11.6782765Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6783214Z ========== 2022-09-27T16:05:11.6784044Z ok 2022-09-27T16:05:11.6784520Z Trying: 2022-09-27T16:05:11.6784930Z torch.fft.hfft(T[:3]) 2022-09-27T16:05:11.6785235Z Expecting: 2022-09-27T16:05:11.6785517Z tensor([0.1250, 0.2809, 0.6250, 0.9691]) 2022-09-27T16:05:11.6789518Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6790006Z due to: 2022-09-27T16:05:11.6790314Z Traceback (most recent call last): 2022-09-27T16:05:11.6791069Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6791598Z raise Unsupported(msg) 2022-09-27T16:05:11.6792004Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6792267Z 2022-09-27T16:05:11.6792380Z from user code: 2022-09-27T16:05:11.6792721Z File "", line 1, in 2022-09-27T16:05:11.6793064Z torch.fft.hfft(T[:3]) 2022-09-27T16:05:11.6793486Z 2022-09-27T16:05:11.6793723Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6794099Z ========== 2022-09-27T16:05:11.6794376Z ok 2022-09-27T16:05:11.6795349Z ok (0.014s) 2022-09-27T16:05:11.6816538Z test_ifft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6817086Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6817425Z Expecting nothing 2022-09-27T16:05:11.6822454Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6822904Z due to: 2022-09-27T16:05:11.6823220Z Traceback (most recent call last): 2022-09-27T16:05:11.6823870Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6824345Z raise Unsupported(msg) 2022-09-27T16:05:11.6824744Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6824994Z 2022-09-27T16:05:11.6825091Z from user code: 2022-09-27T16:05:11.6825432Z File "", line 1, in 2022-09-27T16:05:11.6825807Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6826020Z 2022-09-27T16:05:11.6826220Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6826540Z ========== 2022-09-27T16:05:11.6826743Z ok 2022-09-27T16:05:11.6826936Z Trying: 2022-09-27T16:05:11.6827164Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:05:11.6827594Z Expecting nothing 2022-09-27T16:05:11.6828290Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6828711Z due to: 2022-09-27T16:05:11.6829041Z Traceback (most recent call last): 2022-09-27T16:05:11.6829816Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6830379Z raise Unsupported(msg) 2022-09-27T16:05:11.6830846Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6831162Z 2022-09-27T16:05:11.6831296Z from user code: 2022-09-27T16:05:11.6831691Z File "", line 1, in 2022-09-27T16:05:11.6832070Z ifft2 = torch.fft.ifft2(x) 2022-09-27T16:05:11.6832299Z 2022-09-27T16:05:11.6832546Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6832975Z ========== 2022-09-27T16:05:11.6833490Z ok 2022-09-27T16:05:11.6833773Z Trying: 2022-09-27T16:05:11.6834442Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:05:11.6834788Z Expecting nothing 2022-09-27T16:05:11.6836243Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6836682Z due to: 2022-09-27T16:05:11.6837027Z Traceback (most recent call last): 2022-09-27T16:05:11.6837760Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6838295Z raise Unsupported(msg) 2022-09-27T16:05:11.6838764Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6839068Z 2022-09-27T16:05:11.6839393Z from user code: 2022-09-27T16:05:11.6839784Z File "", line 1, in 2022-09-27T16:05:11.6840270Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:05:11.6840563Z 2022-09-27T16:05:11.6840804Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6841225Z ========== 2022-09-27T16:05:11.6841523Z ok 2022-09-27T16:05:11.6841774Z Trying: 2022-09-27T16:05:11.6842207Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:05:11.6842653Z Expecting nothing 2022-09-27T16:05:11.6845361Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6845775Z due to: 2022-09-27T16:05:11.6846086Z Traceback (most recent call last): 2022-09-27T16:05:11.6846746Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6847203Z raise Unsupported(msg) 2022-09-27T16:05:11.6847595Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6847852Z 2022-09-27T16:05:11.6847972Z from user code: 2022-09-27T16:05:11.6848293Z File "", line 1, in 2022-09-27T16:05:11.6848739Z torch.testing.assert_close(ifft2, two_iffts, check_stride=False) 2022-09-27T16:05:11.6849012Z 2022-09-27T16:05:11.6849233Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6849598Z ========== 2022-09-27T16:05:11.6849845Z ok 2022-09-27T16:05:11.6850095Z ok (0.005s) 2022-09-27T16:05:11.6870872Z test_ifft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6871536Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:05:11.6871879Z Expecting nothing 2022-09-27T16:05:11.6876203Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6876605Z due to: 2022-09-27T16:05:11.6876927Z Traceback (most recent call last): 2022-09-27T16:05:11.6877575Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6878046Z raise Unsupported(msg) 2022-09-27T16:05:11.6878430Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6878684Z 2022-09-27T16:05:11.6878803Z from user code: 2022-09-27T16:05:11.6879134Z File "", line 1, in 2022-09-27T16:05:11.6879592Z t = torch.tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:05:11.6879819Z 2022-09-27T16:05:11.6880037Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6880398Z ========== 2022-09-27T16:05:11.6880637Z ok 2022-09-27T16:05:11.6880887Z Trying: 2022-09-27T16:05:11.6881162Z torch.fft.ifft(t) 2022-09-27T16:05:11.6881439Z Expecting: 2022-09-27T16:05:11.6881743Z tensor([0.+0.j, 1.+0.j, 2.+0.j, 3.+0.j]) 2022-09-27T16:05:11.6882317Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6882713Z due to: 2022-09-27T16:05:11.6883001Z Traceback (most recent call last): 2022-09-27T16:05:11.6883652Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6884125Z raise Unsupported(msg) 2022-09-27T16:05:11.6884507Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6884763Z 2022-09-27T16:05:11.6884878Z from user code: 2022-09-27T16:05:11.6885211Z File "", line 1, in 2022-09-27T16:05:11.6885690Z torch.fft.ifft(t) 2022-09-27T16:05:11.6885878Z 2022-09-27T16:05:11.6886097Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6886461Z ========== 2022-09-27T16:05:11.6886716Z ok 2022-09-27T16:05:11.6888102Z ok (0.003s) 2022-09-27T16:05:11.6907075Z test_ifftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6907532Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6907870Z Expecting nothing 2022-09-27T16:05:11.6913038Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6913846Z due to: 2022-09-27T16:05:11.6914154Z Traceback (most recent call last): 2022-09-27T16:05:11.6914824Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6915300Z raise Unsupported(msg) 2022-09-27T16:05:11.6915689Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6915936Z 2022-09-27T16:05:11.6916060Z from user code: 2022-09-27T16:05:11.6916611Z File "", line 1, in 2022-09-27T16:05:11.6916990Z x = torch.rand(10, 10, dtype=torch.complex64) 2022-09-27T16:05:11.6917214Z 2022-09-27T16:05:11.6917391Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6917691Z ========== 2022-09-27T16:05:11.6918048Z ok 2022-09-27T16:05:11.6918307Z Trying: 2022-09-27T16:05:11.6918614Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:05:11.6918964Z Expecting nothing 2022-09-27T16:05:11.6919653Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6920114Z due to: 2022-09-27T16:05:11.6920481Z Traceback (most recent call last): 2022-09-27T16:05:11.6921280Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6921836Z raise Unsupported(msg) 2022-09-27T16:05:11.6922294Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6922599Z 2022-09-27T16:05:11.6922732Z from user code: 2022-09-27T16:05:11.6923113Z File "", line 1, in 2022-09-27T16:05:11.6923511Z ifftn = torch.fft.ifftn(x) 2022-09-27T16:05:11.6923734Z 2022-09-27T16:05:11.6923983Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6924397Z ========== 2022-09-27T16:05:11.6924737Z ok 2022-09-27T16:05:11.6924965Z Trying: 2022-09-27T16:05:11.6925319Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:05:11.6925614Z Expecting nothing 2022-09-27T16:05:11.6926865Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6927310Z due to: 2022-09-27T16:05:11.6927656Z Traceback (most recent call last): 2022-09-27T16:05:11.6928416Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6928994Z raise Unsupported(msg) 2022-09-27T16:05:11.6929470Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6929775Z 2022-09-27T16:05:11.6929890Z from user code: 2022-09-27T16:05:11.6930275Z File "", line 1, in 2022-09-27T16:05:11.6930759Z two_iffts = torch.fft.ifft(torch.fft.ifft(x, dim=0), dim=1) 2022-09-27T16:05:11.6931054Z 2022-09-27T16:05:11.6931297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6931701Z ========== 2022-09-27T16:05:11.6932003Z ok 2022-09-27T16:05:11.6932274Z Trying: 2022-09-27T16:05:11.6932679Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:05:11.6933192Z Expecting nothing 2022-09-27T16:05:11.6934304Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6934642Z due to: 2022-09-27T16:05:11.6934927Z Traceback (most recent call last): 2022-09-27T16:05:11.6935671Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6936301Z raise Unsupported(msg) 2022-09-27T16:05:11.6936733Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6937104Z 2022-09-27T16:05:11.6937231Z from user code: 2022-09-27T16:05:11.6937586Z File "", line 1, in 2022-09-27T16:05:11.6938059Z torch.testing.assert_close(ifftn, two_iffts, check_stride=False) 2022-09-27T16:05:11.6938363Z 2022-09-27T16:05:11.6938595Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6938987Z ========== 2022-09-27T16:05:11.6939551Z ok 2022-09-27T16:05:11.6939956Z ok (0.005s) 2022-09-27T16:05:11.6959150Z test_ifftshift_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.6959611Z f = torch.fft.fftfreq(5) 2022-09-27T16:05:11.6959932Z Expecting nothing 2022-09-27T16:05:11.6964378Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.6964965Z due to: 2022-09-27T16:05:11.6965304Z Traceback (most recent call last): 2022-09-27T16:05:11.6966006Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.6966514Z raise Unsupported(msg) 2022-09-27T16:05:11.6966936Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.6967209Z 2022-09-27T16:05:11.6967331Z from user code: 2022-09-27T16:05:11.6967681Z File "", line 1, in 2022-09-27T16:05:11.6968075Z f = torch.fft.fftfreq(5) 2022-09-27T16:05:11.6968289Z 2022-09-27T16:05:11.6968517Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.6968894Z ========== 2022-09-27T16:05:11.6969154Z ok 2022-09-27T16:05:11.6969409Z Trying: 2022-09-27T16:05:11.6969648Z f 2022-09-27T16:05:11.6969912Z Expecting: 2022-09-27T16:05:11.6970354Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:05:11.7007966Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7008365Z due to: 2022-09-27T16:05:11.7008662Z Traceback (most recent call last): 2022-09-27T16:05:11.7014243Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7014750Z raise Unsupported(msg) 2022-09-27T16:05:11.7015149Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7015415Z 2022-09-27T16:05:11.7015516Z from user code: 2022-09-27T16:05:11.7015865Z File "", line 1, in 2022-09-27T16:05:11.7016187Z f 2022-09-27T16:05:11.7016346Z 2022-09-27T16:05:11.7016552Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7016986Z ========== 2022-09-27T16:05:11.7017241Z ok 2022-09-27T16:05:11.7036739Z Trying: 2022-09-27T16:05:11.7038085Z shifted = torch.fft.fftshift(f) 2022-09-27T16:05:11.7038412Z Expecting nothing 2022-09-27T16:05:11.7039053Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7039465Z due to: 2022-09-27T16:05:11.7039766Z Traceback (most recent call last): 2022-09-27T16:05:11.7040412Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7040884Z raise Unsupported(msg) 2022-09-27T16:05:11.7041274Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7041510Z 2022-09-27T16:05:11.7041623Z from user code: 2022-09-27T16:05:11.7041969Z File "", line 1, in 2022-09-27T16:05:11.7042341Z shifted = torch.fft.fftshift(f) 2022-09-27T16:05:11.7042554Z 2022-09-27T16:05:11.7042765Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7043132Z ========== 2022-09-27T16:05:11.7043382Z ok 2022-09-27T16:05:11.7043615Z Trying: 2022-09-27T16:05:11.7043911Z torch.fft.ifftshift(shifted) 2022-09-27T16:05:11.7044228Z Expecting: 2022-09-27T16:05:11.7044624Z tensor([ 0.0000, 0.2000, 0.4000, -0.4000, -0.2000]) 2022-09-27T16:05:11.7045400Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7045815Z due to: 2022-09-27T16:05:11.7046104Z Traceback (most recent call last): 2022-09-27T16:05:11.7046752Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7047220Z raise Unsupported(msg) 2022-09-27T16:05:11.7047616Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7047857Z 2022-09-27T16:05:11.7047973Z from user code: 2022-09-27T16:05:11.7048321Z File "", line 1, in 2022-09-27T16:05:11.7048759Z torch.fft.ifftshift(shifted) 2022-09-27T16:05:11.7048964Z 2022-09-27T16:05:11.7049171Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7049531Z ========== 2022-09-27T16:05:11.7049782Z ok 2022-09-27T16:05:11.7050016Z ok (0.008s) 2022-09-27T16:05:11.7050407Z test_ihfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7050788Z t = torch.arange(5) 2022-09-27T16:05:11.7051091Z Expecting nothing 2022-09-27T16:05:11.7051627Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7052028Z due to: 2022-09-27T16:05:11.7052329Z Traceback (most recent call last): 2022-09-27T16:05:11.7052962Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7053428Z raise Unsupported(msg) 2022-09-27T16:05:11.7053822Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7054077Z 2022-09-27T16:05:11.7054181Z from user code: 2022-09-27T16:05:11.7054514Z File "", line 1, in 2022-09-27T16:05:11.7054847Z t = torch.arange(5) 2022-09-27T16:05:11.7055030Z 2022-09-27T16:05:11.7055233Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7055596Z ========== 2022-09-27T16:05:11.7055845Z ok 2022-09-27T16:05:11.7056071Z Trying: 2022-09-27T16:05:11.7056318Z t 2022-09-27T16:05:11.7056576Z Expecting: 2022-09-27T16:05:11.7056912Z tensor([0, 1, 2, 3, 4]) 2022-09-27T16:05:11.7088757Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7089181Z due to: 2022-09-27T16:05:11.7089601Z Traceback (most recent call last): 2022-09-27T16:05:11.7090242Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7090714Z raise Unsupported(msg) 2022-09-27T16:05:11.7091109Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7091367Z 2022-09-27T16:05:11.7091473Z from user code: 2022-09-27T16:05:11.7091804Z File "", line 1, in 2022-09-27T16:05:11.7092115Z t 2022-09-27T16:05:11.7092269Z 2022-09-27T16:05:11.7092492Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7092840Z ========== 2022-09-27T16:05:11.7093103Z ok 2022-09-27T16:05:11.7093344Z Trying: 2022-09-27T16:05:11.7093603Z torch.fft.ihfft(t) 2022-09-27T16:05:11.7093895Z Expecting: 2022-09-27T16:05:11.7094332Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j]) 2022-09-27T16:05:11.7095233Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7095627Z due to: 2022-09-27T16:05:11.7095942Z Traceback (most recent call last): 2022-09-27T16:05:11.7096563Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7097101Z raise Unsupported(msg) 2022-09-27T16:05:11.7097496Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7097759Z 2022-09-27T16:05:11.7097874Z from user code: 2022-09-27T16:05:11.7098194Z File "", line 1, in 2022-09-27T16:05:11.7098532Z torch.fft.ihfft(t) 2022-09-27T16:05:11.7098724Z 2022-09-27T16:05:11.7098947Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7099298Z ========== 2022-09-27T16:05:11.7101237Z ok 2022-09-27T16:05:11.7101655Z Trying: 2022-09-27T16:05:11.7101922Z torch.fft.ifft(t) 2022-09-27T16:05:11.7102213Z Expecting: 2022-09-27T16:05:11.7102707Z tensor([ 2.0000-0.0000j, -0.5000-0.6882j, -0.5000-0.1625j, -0.5000+0.1625j, 2022-09-27T16:05:11.7103097Z -0.5000+0.6882j]) 2022-09-27T16:05:11.7106382Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7106802Z due to: 2022-09-27T16:05:11.7107114Z Traceback (most recent call last): 2022-09-27T16:05:11.7107758Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7108345Z raise Unsupported(msg) 2022-09-27T16:05:11.7108740Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7108998Z 2022-09-27T16:05:11.7109099Z from user code: 2022-09-27T16:05:11.7109430Z File "", line 1, in 2022-09-27T16:05:11.7109773Z torch.fft.ifft(t) 2022-09-27T16:05:11.7109956Z 2022-09-27T16:05:11.7110165Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7110539Z ========== 2022-09-27T16:05:11.7111393Z ok 2022-09-27T16:05:11.7113139Z ok (0.008s) 2022-09-27T16:05:11.7131549Z test_irfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7131982Z t = torch.rand(10, 9) 2022-09-27T16:05:11.7132296Z Expecting nothing 2022-09-27T16:05:11.7137078Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7139005Z due to: 2022-09-27T16:05:11.7139357Z Traceback (most recent call last): 2022-09-27T16:05:11.7140079Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7140532Z raise Unsupported(msg) 2022-09-27T16:05:11.7140924Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7141180Z 2022-09-27T16:05:11.7141299Z from user code: 2022-09-27T16:05:11.7141630Z File "", line 1, in 2022-09-27T16:05:11.7141961Z t = torch.rand(10, 9) 2022-09-27T16:05:11.7142201Z 2022-09-27T16:05:11.7143776Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7144145Z ========== 2022-09-27T16:05:11.7144386Z ok 2022-09-27T16:05:11.7144637Z Trying: 2022-09-27T16:05:11.7144919Z T = torch.fft.rfft2(t) 2022-09-27T16:05:11.7145214Z Expecting nothing 2022-09-27T16:05:11.7145783Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7146185Z due to: 2022-09-27T16:05:11.7146499Z Traceback (most recent call last): 2022-09-27T16:05:11.7147150Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7147616Z raise Unsupported(msg) 2022-09-27T16:05:11.7148048Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7148270Z 2022-09-27T16:05:11.7148368Z from user code: 2022-09-27T16:05:11.7148791Z File "", line 1, in 2022-09-27T16:05:11.7149192Z T = torch.fft.rfft2(t) 2022-09-27T16:05:11.7149411Z 2022-09-27T16:05:11.7149646Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7150054Z ========== 2022-09-27T16:05:11.7150337Z ok 2022-09-27T16:05:11.7150604Z Trying: 2022-09-27T16:05:11.7150931Z torch.fft.irfft2(T).size() 2022-09-27T16:05:11.7151275Z Expecting: 2022-09-27T16:05:11.7151582Z torch.Size([10, 8]) 2022-09-27T16:05:11.7152237Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7152690Z due to: 2022-09-27T16:05:11.7153037Z Traceback (most recent call last): 2022-09-27T16:05:11.7154044Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7154581Z raise Unsupported(msg) 2022-09-27T16:05:11.7155033Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7155329Z 2022-09-27T16:05:11.7155539Z from user code: 2022-09-27T16:05:11.7156155Z File "", line 1, in 2022-09-27T16:05:11.7156655Z torch.fft.irfft2(T).size() 2022-09-27T16:05:11.7156889Z 2022-09-27T16:05:11.7157127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7157548Z ========== 2022-09-27T16:05:11.7157869Z ok 2022-09-27T16:05:11.7158128Z Trying: 2022-09-27T16:05:11.7158497Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:05:11.7158889Z Expecting nothing 2022-09-27T16:05:11.7159535Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7160054Z due to: 2022-09-27T16:05:11.7160397Z Traceback (most recent call last): 2022-09-27T16:05:11.7161134Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7161657Z raise Unsupported(msg) 2022-09-27T16:05:11.7162102Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7162409Z 2022-09-27T16:05:11.7162539Z from user code: 2022-09-27T16:05:11.7162991Z File "", line 1, in 2022-09-27T16:05:11.7163385Z roundtrip = torch.fft.irfft2(T, t.size()) 2022-09-27T16:05:11.7163612Z 2022-09-27T16:05:11.7163828Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7164187Z ========== 2022-09-27T16:05:11.7164424Z ok 2022-09-27T16:05:11.7164663Z Trying: 2022-09-27T16:05:11.7164935Z roundtrip.size() 2022-09-27T16:05:11.7165210Z Expecting: 2022-09-27T16:05:11.7165491Z torch.Size([10, 9]) 2022-09-27T16:05:11.7201542Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7201971Z due to: 2022-09-27T16:05:11.7202275Z Traceback (most recent call last): 2022-09-27T16:05:11.7202929Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7203381Z raise Unsupported(msg) 2022-09-27T16:05:11.7203770Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7204029Z 2022-09-27T16:05:11.7204146Z from user code: 2022-09-27T16:05:11.7204479Z File "", line 1, in 2022-09-27T16:05:11.7204816Z roundtrip.size() 2022-09-27T16:05:11.7205005Z 2022-09-27T16:05:11.7205221Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7205584Z ========== 2022-09-27T16:05:11.7205821Z ok 2022-09-27T16:05:11.7206063Z Trying: 2022-09-27T16:05:11.7206431Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:05:11.7206801Z Expecting nothing 2022-09-27T16:05:11.7207366Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7207766Z due to: 2022-09-27T16:05:11.7208054Z Traceback (most recent call last): 2022-09-27T16:05:11.7208694Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7209153Z raise Unsupported(msg) 2022-09-27T16:05:11.7209526Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7209791Z 2022-09-27T16:05:11.7209907Z from user code: 2022-09-27T16:05:11.7210239Z File "", line 1, in 2022-09-27T16:05:11.7210677Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:05:11.7210935Z 2022-09-27T16:05:11.7211152Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7211515Z ========== 2022-09-27T16:05:11.7211773Z ok 2022-09-27T16:05:11.7212008Z ok (0.009s) 2022-09-27T16:05:11.7229380Z test_irfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7230723Z t = torch.linspace(0, 1, 5) 2022-09-27T16:05:11.7231093Z Expecting nothing 2022-09-27T16:05:11.7237037Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7237567Z due to: 2022-09-27T16:05:11.7237873Z Traceback (most recent call last): 2022-09-27T16:05:11.7239413Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7241068Z raise Unsupported(msg) 2022-09-27T16:05:11.7241482Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7241758Z 2022-09-27T16:05:11.7241885Z from user code: 2022-09-27T16:05:11.7242239Z File "", line 1, in 2022-09-27T16:05:11.7242602Z t = torch.linspace(0, 1, 5) 2022-09-27T16:05:11.7242814Z 2022-09-27T16:05:11.7243051Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7243446Z ========== 2022-09-27T16:05:11.7243694Z ok 2022-09-27T16:05:11.7243954Z Trying: 2022-09-27T16:05:11.7244303Z t 2022-09-27T16:05:11.7244558Z Expecting: 2022-09-27T16:05:11.7244883Z tensor([0.0000, 0.2500, 0.5000, 0.7500, 1.0000]) 2022-09-27T16:05:11.7281945Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7282344Z due to: 2022-09-27T16:05:11.7282608Z Traceback (most recent call last): 2022-09-27T16:05:11.7283260Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7283691Z raise Unsupported(msg) 2022-09-27T16:05:11.7284056Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7284296Z 2022-09-27T16:05:11.7284401Z from user code: 2022-09-27T16:05:11.7284704Z File "", line 1, in 2022-09-27T16:05:11.7284991Z t 2022-09-27T16:05:11.7285146Z 2022-09-27T16:05:11.7285364Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7285747Z ========== 2022-09-27T16:05:11.7286017Z ok 2022-09-27T16:05:11.7286270Z Trying: 2022-09-27T16:05:11.7286547Z T = torch.fft.rfft(t) 2022-09-27T16:05:11.7286847Z Expecting nothing 2022-09-27T16:05:11.7291614Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7292050Z due to: 2022-09-27T16:05:11.7292356Z Traceback (most recent call last): 2022-09-27T16:05:11.7293008Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7293477Z raise Unsupported(msg) 2022-09-27T16:05:11.7293870Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7294129Z 2022-09-27T16:05:11.7294242Z from user code: 2022-09-27T16:05:11.7294558Z File "", line 1, in 2022-09-27T16:05:11.7294898Z T = torch.fft.rfft(t) 2022-09-27T16:05:11.7295086Z 2022-09-27T16:05:11.7295304Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7295650Z ========== 2022-09-27T16:05:11.7295896Z ok 2022-09-27T16:05:11.7296144Z Trying: 2022-09-27T16:05:11.7296373Z T 2022-09-27T16:05:11.7296629Z Expecting: 2022-09-27T16:05:11.7297226Z tensor([ 2.5000+0.0000j, -0.6250+0.8602j, -0.6250+0.2031j]) 2022-09-27T16:05:11.7332005Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7332415Z due to: 2022-09-27T16:05:11.7332716Z Traceback (most recent call last): 2022-09-27T16:05:11.7333378Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7333829Z raise Unsupported(msg) 2022-09-27T16:05:11.7334220Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7334474Z 2022-09-27T16:05:11.7334589Z from user code: 2022-09-27T16:05:11.7334901Z File "", line 1, in 2022-09-27T16:05:11.7335209Z T 2022-09-27T16:05:11.7335362Z 2022-09-27T16:05:11.7335582Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7335926Z ========== 2022-09-27T16:05:11.7336545Z ok 2022-09-27T16:05:11.7336791Z Trying: 2022-09-27T16:05:11.7337116Z torch.fft.irfft(T) 2022-09-27T16:05:11.7337406Z Expecting: 2022-09-27T16:05:11.7337698Z tensor([0.1562, 0.3511, 0.7812, 1.2114]) 2022-09-27T16:05:11.7341781Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7342227Z due to: 2022-09-27T16:05:11.7342539Z Traceback (most recent call last): 2022-09-27T16:05:11.7343367Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7343844Z raise Unsupported(msg) 2022-09-27T16:05:11.7344245Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7345007Z 2022-09-27T16:05:11.7345131Z from user code: 2022-09-27T16:05:11.7345454Z File "", line 1, in 2022-09-27T16:05:11.7345928Z torch.fft.irfft(T) 2022-09-27T16:05:11.7346121Z 2022-09-27T16:05:11.7346344Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7346790Z ========== 2022-09-27T16:05:11.7347046Z ok 2022-09-27T16:05:11.7347296Z Trying: 2022-09-27T16:05:11.7347606Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:05:11.7347950Z Expecting nothing 2022-09-27T16:05:11.7351357Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7352058Z due to: 2022-09-27T16:05:11.7352578Z Traceback (most recent call last): 2022-09-27T16:05:11.7353741Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7354306Z raise Unsupported(msg) 2022-09-27T16:05:11.7354782Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7355094Z 2022-09-27T16:05:11.7355209Z from user code: 2022-09-27T16:05:11.7355592Z File "", line 1, in 2022-09-27T16:05:11.7356242Z roundtrip = torch.fft.irfft(T, t.numel()) 2022-09-27T16:05:11.7356711Z 2022-09-27T16:05:11.7356956Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7357333Z ========== 2022-09-27T16:05:11.7357569Z ok 2022-09-27T16:05:11.7357862Z Trying: 2022-09-27T16:05:11.7358213Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:05:11.7358559Z Expecting nothing 2022-09-27T16:05:11.7359090Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7359431Z due to: 2022-09-27T16:05:11.7359699Z Traceback (most recent call last): 2022-09-27T16:05:11.7360301Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7360729Z raise Unsupported(msg) 2022-09-27T16:05:11.7361066Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7361303Z 2022-09-27T16:05:11.7361411Z from user code: 2022-09-27T16:05:11.7361719Z File "", line 1, in 2022-09-27T16:05:11.7362103Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:05:11.7362344Z 2022-09-27T16:05:11.7362540Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7362873Z ========== 2022-09-27T16:05:11.7363404Z ok 2022-09-27T16:05:11.7363653Z ok (0.015s) 2022-09-27T16:05:11.7382560Z test_irfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7382968Z t = torch.rand(10, 9) 2022-09-27T16:05:11.7383278Z Expecting nothing 2022-09-27T16:05:11.7387932Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7388400Z due to: 2022-09-27T16:05:11.7388706Z Traceback (most recent call last): 2022-09-27T16:05:11.7389395Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7389875Z raise Unsupported(msg) 2022-09-27T16:05:11.7390257Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7390525Z 2022-09-27T16:05:11.7390643Z from user code: 2022-09-27T16:05:11.7390973Z File "", line 1, in 2022-09-27T16:05:11.7391305Z t = torch.rand(10, 9) 2022-09-27T16:05:11.7391493Z 2022-09-27T16:05:11.7391709Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7392057Z ========== 2022-09-27T16:05:11.7392300Z ok 2022-09-27T16:05:11.7392376Z Trying: 2022-09-27T16:05:11.7392482Z T = torch.fft.rfftn(t) 2022-09-27T16:05:11.7392586Z Expecting nothing 2022-09-27T16:05:11.7393980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7394125Z due to: 2022-09-27T16:05:11.7394293Z Traceback (most recent call last): 2022-09-27T16:05:11.7394805Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7394952Z raise Unsupported(msg) 2022-09-27T16:05:11.7395192Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7395205Z 2022-09-27T16:05:11.7395334Z from user code: 2022-09-27T16:05:11.7395549Z File "", line 1, in 2022-09-27T16:05:11.7395880Z T = torch.fft.rfftn(t) 2022-09-27T16:05:11.7395890Z 2022-09-27T16:05:11.7396141Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7396269Z ========== 2022-09-27T16:05:11.7396400Z ok 2022-09-27T16:05:11.7396503Z Trying: 2022-09-27T16:05:11.7396672Z torch.fft.irfftn(T).size() 2022-09-27T16:05:11.7396801Z Expecting: 2022-09-27T16:05:11.7397209Z torch.Size([10, 8]) 2022-09-27T16:05:11.7402471Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7402679Z due to: 2022-09-27T16:05:11.7402861Z Traceback (most recent call last): 2022-09-27T16:05:11.7403433Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7403592Z raise Unsupported(msg) 2022-09-27T16:05:11.7403847Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7403860Z 2022-09-27T16:05:11.7404004Z from user code: 2022-09-27T16:05:11.7404201Z File "", line 1, in 2022-09-27T16:05:11.7404377Z torch.fft.irfftn(T).size() 2022-09-27T16:05:11.7404387Z 2022-09-27T16:05:11.7404647Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7404766Z ========== 2022-09-27T16:05:11.7404876Z ok 2022-09-27T16:05:11.7404995Z Trying: 2022-09-27T16:05:11.7405199Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:05:11.7405341Z Expecting nothing 2022-09-27T16:05:11.7410227Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7410385Z due to: 2022-09-27T16:05:11.7410565Z Traceback (most recent call last): 2022-09-27T16:05:11.7411133Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7411289Z raise Unsupported(msg) 2022-09-27T16:05:11.7411545Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7411558Z 2022-09-27T16:05:11.7411704Z from user code: 2022-09-27T16:05:11.7411911Z File "", line 1, in 2022-09-27T16:05:11.7412128Z roundtrip = torch.fft.irfftn(T, t.size()) 2022-09-27T16:05:11.7412139Z 2022-09-27T16:05:11.7412411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7412537Z ========== 2022-09-27T16:05:11.7412655Z ok 2022-09-27T16:05:11.7412763Z Trying: 2022-09-27T16:05:11.7412924Z roundtrip.size() 2022-09-27T16:05:11.7413058Z Expecting: 2022-09-27T16:05:11.7413211Z torch.Size([10, 9]) 2022-09-27T16:05:11.7453206Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7453335Z due to: 2022-09-27T16:05:11.7453493Z Traceback (most recent call last): 2022-09-27T16:05:11.7453949Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7454092Z raise Unsupported(msg) 2022-09-27T16:05:11.7454299Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7454316Z 2022-09-27T16:05:11.7454431Z from user code: 2022-09-27T16:05:11.7454602Z File "", line 1, in 2022-09-27T16:05:11.7454730Z roundtrip.size() 2022-09-27T16:05:11.7454740Z 2022-09-27T16:05:11.7454956Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7455058Z ========== 2022-09-27T16:05:11.7455145Z ok 2022-09-27T16:05:11.7455382Z Trying: 2022-09-27T16:05:11.7455607Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:05:11.7455730Z Expecting nothing 2022-09-27T16:05:11.7457105Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7457226Z due to: 2022-09-27T16:05:11.7457378Z Traceback (most recent call last): 2022-09-27T16:05:11.7457811Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7457954Z raise Unsupported(msg) 2022-09-27T16:05:11.7458233Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7458242Z 2022-09-27T16:05:11.7458355Z from user code: 2022-09-27T16:05:11.7458523Z File "", line 1, in 2022-09-27T16:05:11.7458744Z torch.testing.assert_close(roundtrip, t, check_stride=False) 2022-09-27T16:05:11.7458754Z 2022-09-27T16:05:11.7458975Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7459086Z ========== 2022-09-27T16:05:11.7459684Z ok 2022-09-27T16:05:11.7461515Z ok (0.009s) 2022-09-27T16:05:11.7480977Z test_rfft2_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7481126Z t = torch.rand(10, 10) 2022-09-27T16:05:11.7481259Z Expecting nothing 2022-09-27T16:05:11.7485171Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7485290Z due to: 2022-09-27T16:05:11.7485469Z Traceback (most recent call last): 2022-09-27T16:05:11.7485933Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7486079Z raise Unsupported(msg) 2022-09-27T16:05:11.7486273Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7486283Z 2022-09-27T16:05:11.7486401Z from user code: 2022-09-27T16:05:11.7486568Z File "", line 1, in 2022-09-27T16:05:11.7486695Z t = torch.rand(10, 10) 2022-09-27T16:05:11.7486702Z 2022-09-27T16:05:11.7486928Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7487031Z ========== 2022-09-27T16:05:11.7487135Z ok 2022-09-27T16:05:11.7487223Z Trying: 2022-09-27T16:05:11.7487361Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:05:11.7487482Z Expecting nothing 2022-09-27T16:05:11.7491260Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7491369Z due to: 2022-09-27T16:05:11.7492013Z Traceback (most recent call last): 2022-09-27T16:05:11.7493512Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7493660Z raise Unsupported(msg) 2022-09-27T16:05:11.7493871Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7493893Z 2022-09-27T16:05:11.7494013Z from user code: 2022-09-27T16:05:11.7494180Z File "", line 1, in 2022-09-27T16:05:11.7494322Z rfft2 = torch.fft.rfft2(t) 2022-09-27T16:05:11.7494330Z 2022-09-27T16:05:11.7494556Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7494659Z ========== 2022-09-27T16:05:11.7494745Z ok 2022-09-27T16:05:11.7494847Z Trying: 2022-09-27T16:05:11.7494965Z rfft2.size() 2022-09-27T16:05:11.7495074Z Expecting: 2022-09-27T16:05:11.7495196Z torch.Size([10, 6]) 2022-09-27T16:05:11.7532018Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7533096Z due to: 2022-09-27T16:05:11.7533282Z Traceback (most recent call last): 2022-09-27T16:05:11.7533895Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7534048Z raise Unsupported(msg) 2022-09-27T16:05:11.7534284Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7534294Z 2022-09-27T16:05:11.7534409Z from user code: 2022-09-27T16:05:11.7534575Z File "", line 1, in 2022-09-27T16:05:11.7534675Z rfft2.size() 2022-09-27T16:05:11.7534859Z 2022-09-27T16:05:11.7535065Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7535165Z ========== 2022-09-27T16:05:11.7535263Z ok 2022-09-27T16:05:11.7535362Z Trying: 2022-09-27T16:05:11.7535495Z fft2 = torch.fft.fft2(t) 2022-09-27T16:05:11.7535618Z Expecting nothing 2022-09-27T16:05:11.7539431Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7539543Z due to: 2022-09-27T16:05:11.7539713Z Traceback (most recent call last): 2022-09-27T16:05:11.7540171Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7540467Z raise Unsupported(msg) 2022-09-27T16:05:11.7540670Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7540682Z 2022-09-27T16:05:11.7540795Z from user code: 2022-09-27T16:05:11.7540942Z File "", line 1, in 2022-09-27T16:05:11.7541079Z fft2 = torch.fft.fft2(t) 2022-09-27T16:05:11.7541092Z 2022-09-27T16:05:11.7541311Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7541413Z ========== 2022-09-27T16:05:11.7541511Z ok 2022-09-27T16:05:11.7541613Z Trying: 2022-09-27T16:05:11.7541832Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:05:11.7541942Z Expecting nothing 2022-09-27T16:05:11.7545365Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7545469Z due to: 2022-09-27T16:05:11.7545637Z Traceback (most recent call last): 2022-09-27T16:05:11.7546087Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7546227Z raise Unsupported(msg) 2022-09-27T16:05:11.7546417Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7546439Z 2022-09-27T16:05:11.7546540Z from user code: 2022-09-27T16:05:11.7546705Z File "", line 1, in 2022-09-27T16:05:11.7546929Z torch.testing.assert_close(fft2[..., :6], rfft2, check_stride=False) 2022-09-27T16:05:11.7546936Z 2022-09-27T16:05:11.7547155Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7547257Z ========== 2022-09-27T16:05:11.7548454Z ok 2022-09-27T16:05:11.7548557Z Trying: 2022-09-27T16:05:11.7548749Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:05:11.7548877Z Expecting nothing 2022-09-27T16:05:11.7554973Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7555129Z due to: 2022-09-27T16:05:11.7555401Z Traceback (most recent call last): 2022-09-27T16:05:11.7556075Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7556245Z raise Unsupported(msg) 2022-09-27T16:05:11.7556482Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7556493Z 2022-09-27T16:05:11.7556627Z from user code: 2022-09-27T16:05:11.7556828Z File "", line 1, in 2022-09-27T16:05:11.7557078Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:05:11.7557087Z 2022-09-27T16:05:11.7557340Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7557446Z ========== 2022-09-27T16:05:11.7557571Z ok 2022-09-27T16:05:11.7557688Z Trying: 2022-09-27T16:05:11.7557948Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:05:11.7558089Z Expecting nothing 2022-09-27T16:05:11.7562296Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7562604Z due to: 2022-09-27T16:05:11.7562784Z Traceback (most recent call last): 2022-09-27T16:05:11.7563633Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7563995Z raise Unsupported(msg) 2022-09-27T16:05:11.7564387Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7564561Z 2022-09-27T16:05:11.7564685Z from user code: 2022-09-27T16:05:11.7564870Z File "", line 1, in 2022-09-27T16:05:11.7565405Z torch.testing.assert_close(rfft2, two_ffts, check_stride=False) 2022-09-27T16:05:11.7565421Z 2022-09-27T16:05:11.7565667Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7565932Z ========== 2022-09-27T16:05:11.7566061Z ok 2022-09-27T16:05:11.7566179Z ok (0.010s) 2022-09-27T16:05:11.7586151Z test_rfft_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7586541Z t = torch.arange(4) 2022-09-27T16:05:11.7586671Z Expecting nothing 2022-09-27T16:05:11.7591510Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7591889Z due to: 2022-09-27T16:05:11.7592059Z Traceback (most recent call last): 2022-09-27T16:05:11.7592563Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7592717Z raise Unsupported(msg) 2022-09-27T16:05:11.7592949Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7592959Z 2022-09-27T16:05:11.7593082Z from user code: 2022-09-27T16:05:11.7593413Z File "", line 1, in 2022-09-27T16:05:11.7593551Z t = torch.arange(4) 2022-09-27T16:05:11.7593560Z 2022-09-27T16:05:11.7593796Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7593908Z ========== 2022-09-27T16:05:11.7594013Z ok 2022-09-27T16:05:11.7594123Z Trying: 2022-09-27T16:05:11.7594228Z t 2022-09-27T16:05:11.7594338Z Expecting: 2022-09-27T16:05:11.7594467Z tensor([0, 1, 2, 3]) 2022-09-27T16:05:11.7632787Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7632902Z due to: 2022-09-27T16:05:11.7634378Z Traceback (most recent call last): 2022-09-27T16:05:11.7635861Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7636013Z raise Unsupported(msg) 2022-09-27T16:05:11.7636235Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7636245Z 2022-09-27T16:05:11.7636364Z from user code: 2022-09-27T16:05:11.7636526Z File "", line 1, in 2022-09-27T16:05:11.7636629Z t 2022-09-27T16:05:11.7636638Z 2022-09-27T16:05:11.7636844Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7636948Z ========== 2022-09-27T16:05:11.7637047Z ok 2022-09-27T16:05:11.7637152Z Trying: 2022-09-27T16:05:11.7637281Z torch.fft.rfft(t) 2022-09-27T16:05:11.7637398Z Expecting: 2022-09-27T16:05:11.7637610Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j]) 2022-09-27T16:05:11.7640591Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7640702Z due to: 2022-09-27T16:05:11.7640866Z Traceback (most recent call last): 2022-09-27T16:05:11.7641314Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7641453Z raise Unsupported(msg) 2022-09-27T16:05:11.7641658Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7641665Z 2022-09-27T16:05:11.7641779Z from user code: 2022-09-27T16:05:11.7641945Z File "", line 1, in 2022-09-27T16:05:11.7642056Z torch.fft.rfft(t) 2022-09-27T16:05:11.7642063Z 2022-09-27T16:05:11.7642281Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7642385Z ========== 2022-09-27T16:05:11.7644854Z ok 2022-09-27T16:05:11.7644964Z Trying: 2022-09-27T16:05:11.7645160Z torch.fft.fft(t) 2022-09-27T16:05:11.7646289Z Expecting: 2022-09-27T16:05:11.7646569Z tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j]) 2022-09-27T16:05:11.7650286Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7650411Z due to: 2022-09-27T16:05:11.7650584Z Traceback (most recent call last): 2022-09-27T16:05:11.7651189Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7651331Z raise Unsupported(msg) 2022-09-27T16:05:11.7651537Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7651546Z 2022-09-27T16:05:11.7651664Z from user code: 2022-09-27T16:05:11.7651830Z File "", line 1, in 2022-09-27T16:05:11.7651941Z torch.fft.fft(t) 2022-09-27T16:05:11.7651949Z 2022-09-27T16:05:11.7652169Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7652276Z ========== 2022-09-27T16:05:11.7654983Z ok 2022-09-27T16:05:11.7656538Z ok (0.008s) 2022-09-27T16:05:11.7675009Z test_rfftfreq_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7675134Z torch.fft.rfftfreq(5) 2022-09-27T16:05:11.7675249Z Expecting: 2022-09-27T16:05:11.7675380Z tensor([0.0000, 0.2000, 0.4000]) 2022-09-27T16:05:11.7679691Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7679810Z due to: 2022-09-27T16:05:11.7679951Z Traceback (most recent call last): 2022-09-27T16:05:11.7680384Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7680499Z raise Unsupported(msg) 2022-09-27T16:05:11.7680698Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7680708Z 2022-09-27T16:05:11.7680825Z from user code: 2022-09-27T16:05:11.7680995Z File "", line 1, in 2022-09-27T16:05:11.7681122Z torch.fft.rfftfreq(5) 2022-09-27T16:05:11.7681138Z 2022-09-27T16:05:11.7681346Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7681443Z ========== 2022-09-27T16:05:11.7682640Z ok 2022-09-27T16:05:11.7682763Z Trying: 2022-09-27T16:05:11.7682902Z torch.fft.rfftfreq(4) 2022-09-27T16:05:11.7683022Z Expecting: 2022-09-27T16:05:11.7683157Z tensor([0.0000, 0.2500, 0.5000]) 2022-09-27T16:05:11.7688220Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7688810Z due to: 2022-09-27T16:05:11.7688973Z Traceback (most recent call last): 2022-09-27T16:05:11.7689468Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7689609Z raise Unsupported(msg) 2022-09-27T16:05:11.7689820Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7689838Z 2022-09-27T16:05:11.7689940Z from user code: 2022-09-27T16:05:11.7690117Z File "", line 1, in 2022-09-27T16:05:11.7690263Z torch.fft.rfftfreq(4) 2022-09-27T16:05:11.7690271Z 2022-09-27T16:05:11.7690492Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7690600Z ========== 2022-09-27T16:05:11.7691885Z ok 2022-09-27T16:05:11.7692269Z Trying: 2022-09-27T16:05:11.7692535Z torch.fft.fftfreq(4) 2022-09-27T16:05:11.7692653Z Expecting: 2022-09-27T16:05:11.7692889Z tensor([ 0.0000, 0.2500, -0.5000, -0.2500]) 2022-09-27T16:05:11.7697998Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7698108Z due to: 2022-09-27T16:05:11.7698263Z Traceback (most recent call last): 2022-09-27T16:05:11.7698701Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7698840Z raise Unsupported(msg) 2022-09-27T16:05:11.7699033Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7699043Z 2022-09-27T16:05:11.7699150Z from user code: 2022-09-27T16:05:11.7699325Z File "", line 1, in 2022-09-27T16:05:11.7699455Z torch.fft.fftfreq(4) 2022-09-27T16:05:11.7699464Z 2022-09-27T16:05:11.7699665Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7699759Z ========== 2022-09-27T16:05:11.7700102Z ok 2022-09-27T16:05:11.7701431Z ok (0.004s) 2022-09-27T16:05:11.7720654Z test_rfftn_cpu (__main__.TestFFTDocExamplesCPU) ... Trying: 2022-09-27T16:05:11.7720809Z t = torch.rand(10, 10) 2022-09-27T16:05:11.7720931Z Expecting nothing 2022-09-27T16:05:11.7725438Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7725559Z due to: 2022-09-27T16:05:11.7725903Z Traceback (most recent call last): 2022-09-27T16:05:11.7726400Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7726530Z raise Unsupported(msg) 2022-09-27T16:05:11.7726736Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7726900Z 2022-09-27T16:05:11.7727017Z from user code: 2022-09-27T16:05:11.7727180Z File "", line 1, in 2022-09-27T16:05:11.7727309Z t = torch.rand(10, 10) 2022-09-27T16:05:11.7727318Z 2022-09-27T16:05:11.7727567Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7727668Z ========== 2022-09-27T16:05:11.7727767Z ok 2022-09-27T16:05:11.7727866Z Trying: 2022-09-27T16:05:11.7728009Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:05:11.7728127Z Expecting nothing 2022-09-27T16:05:11.7731960Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7732088Z due to: 2022-09-27T16:05:11.7732246Z Traceback (most recent call last): 2022-09-27T16:05:11.7732703Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7732846Z raise Unsupported(msg) 2022-09-27T16:05:11.7733037Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7733054Z 2022-09-27T16:05:11.7733166Z from user code: 2022-09-27T16:05:11.7733334Z File "", line 1, in 2022-09-27T16:05:11.7733472Z rfftn = torch.fft.rfftn(t) 2022-09-27T16:05:11.7733481Z 2022-09-27T16:05:11.7733702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7733805Z ========== 2022-09-27T16:05:11.7733902Z ok 2022-09-27T16:05:11.7733994Z Trying: 2022-09-27T16:05:11.7734109Z rfftn.size() 2022-09-27T16:05:11.7734220Z Expecting: 2022-09-27T16:05:11.7734342Z torch.Size([10, 6]) 2022-09-27T16:05:11.7772970Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7773088Z due to: 2022-09-27T16:05:11.7773259Z Traceback (most recent call last): 2022-09-27T16:05:11.7773712Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7773850Z raise Unsupported(msg) 2022-09-27T16:05:11.7774061Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7774070Z 2022-09-27T16:05:11.7774186Z from user code: 2022-09-27T16:05:11.7774353Z File "", line 1, in 2022-09-27T16:05:11.7774469Z rfftn.size() 2022-09-27T16:05:11.7774477Z 2022-09-27T16:05:11.7774694Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7774797Z ========== 2022-09-27T16:05:11.7774887Z ok 2022-09-27T16:05:11.7774992Z Trying: 2022-09-27T16:05:11.7775125Z fftn = torch.fft.fftn(t) 2022-09-27T16:05:11.7775247Z Expecting nothing 2022-09-27T16:05:11.7786831Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7786971Z due to: 2022-09-27T16:05:11.7787123Z Traceback (most recent call last): 2022-09-27T16:05:11.7787676Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7787816Z raise Unsupported(msg) 2022-09-27T16:05:11.7788010Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7788019Z 2022-09-27T16:05:11.7788134Z from user code: 2022-09-27T16:05:11.7788299Z File "", line 1, in 2022-09-27T16:05:11.7788438Z fftn = torch.fft.fftn(t) 2022-09-27T16:05:11.7788446Z 2022-09-27T16:05:11.7788660Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7788762Z ========== 2022-09-27T16:05:11.7788989Z ok 2022-09-27T16:05:11.7789079Z Trying: 2022-09-27T16:05:11.7789306Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:05:11.7789429Z Expecting nothing 2022-09-27T16:05:11.7792714Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7792834Z due to: 2022-09-27T16:05:11.7792989Z Traceback (most recent call last): 2022-09-27T16:05:11.7793580Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7793815Z raise Unsupported(msg) 2022-09-27T16:05:11.7794001Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7794008Z 2022-09-27T16:05:11.7794125Z from user code: 2022-09-27T16:05:11.7794294Z File "", line 1, in 2022-09-27T16:05:11.7794522Z torch.testing.assert_close(fftn[..., :6], rfftn, check_stride=False) 2022-09-27T16:05:11.7794532Z 2022-09-27T16:05:11.7794768Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7794871Z ========== 2022-09-27T16:05:11.7796564Z ok 2022-09-27T16:05:11.7796759Z Trying: 2022-09-27T16:05:11.7797175Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:05:11.7797307Z Expecting nothing 2022-09-27T16:05:11.7803001Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7803153Z due to: 2022-09-27T16:05:11.7803324Z Traceback (most recent call last): 2022-09-27T16:05:11.7803848Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7804028Z raise Unsupported(msg) 2022-09-27T16:05:11.7804256Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7804287Z 2022-09-27T16:05:11.7804407Z from user code: 2022-09-27T16:05:11.7804611Z File "", line 1, in 2022-09-27T16:05:11.7804857Z two_ffts = torch.fft.fft(torch.fft.rfft(t, dim=1), dim=0) 2022-09-27T16:05:11.7804880Z 2022-09-27T16:05:11.7805140Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7805258Z ========== 2022-09-27T16:05:11.7805391Z ok 2022-09-27T16:05:11.7805515Z Trying: 2022-09-27T16:05:11.7805764Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:05:11.7805905Z Expecting nothing 2022-09-27T16:05:11.7810522Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT line 1 2022-09-27T16:05:11.7810668Z due to: 2022-09-27T16:05:11.7810827Z Traceback (most recent call last): 2022-09-27T16:05:11.7811324Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:05:11.7811475Z raise Unsupported(msg) 2022-09-27T16:05:11.7811691Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:05:11.7811701Z 2022-09-27T16:05:11.7811807Z from user code: 2022-09-27T16:05:11.7811990Z File "", line 1, in 2022-09-27T16:05:11.7812245Z torch.testing.assert_close(rfftn, two_ffts, check_stride=False) 2022-09-27T16:05:11.7812255Z 2022-09-27T16:05:11.7812491Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:05:11.7812601Z ========== 2022-09-27T16:05:11.7812725Z ok 2022-09-27T16:05:11.7815087Z ok (0.011s) 2022-09-27T16:05:11.7815533Z 2022-09-27T16:05:11.7815993Z ---------------------------------------------------------------------- 2022-09-27T16:05:11.7816128Z Ran 177 tests in 89.248s 2022-09-27T16:05:11.7816142Z 2022-09-27T16:05:11.7816261Z OK (skipped=10) 2022-09-27T16:05:11.7816276Z 2022-09-27T16:05:11.7816415Z Generating XML reports... 2022-09-27T16:05:11.7956573Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927160342.xml 2022-09-27T16:05:11.7976063Z Generated XML report: test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927160342.xml 2022-09-27T16:05:12.6053307Z Running test_foreach ... [2022-09-27 16:05:12.604924] 2022-09-27T16:05:12.6054368Z Executing ['/opt/conda/bin/python', '-bb', 'test_foreach.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:05:12.605004] 2022-09-27T16:05:14.9995057Z Test results will be stored in test-reports/python-unittest/test_foreach 2022-09-27T16:05:15.0056151Z 2022-09-27T16:05:15.0056506Z Running tests... 2022-09-27T16:05:15.0057195Z ---------------------------------------------------------------------- 2022-09-27T16:05:15.2160597Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.120s) 2022-09-27T16:05:15.2182750Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_bool (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:15.2201850Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2219054Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2235626Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2251567Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2267572Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2283443Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2299274Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2315071Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2330624Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:15.2350048Z test_add_scalar_with_empty_list_and_empty_tensor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:15.2494738Z test_binary_op_list_error_cases__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.014s) 2022-09-27T16:05:15.2529290Z test_binary_op_list_error_cases__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2567469Z test_binary_op_list_error_cases__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2602138Z test_binary_op_list_error_cases__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2636589Z test_binary_op_list_error_cases__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2670776Z test_binary_op_list_error_cases__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2705039Z test_binary_op_list_error_cases__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2739287Z test_binary_op_list_error_cases__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2773526Z test_binary_op_list_error_cases__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2807624Z test_binary_op_list_error_cases__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2841771Z test_binary_op_list_error_cases__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2876487Z test_binary_op_list_error_cases__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2910387Z test_binary_op_list_error_cases__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2944463Z test_binary_op_list_error_cases__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.2979012Z test_binary_op_list_error_cases__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3012894Z test_binary_op_list_error_cases__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3047623Z test_binary_op_list_error_cases__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3082008Z test_binary_op_list_error_cases__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3116402Z test_binary_op_list_error_cases__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3150608Z test_binary_op_list_error_cases__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3185054Z test_binary_op_list_error_cases__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3219267Z test_binary_op_list_error_cases__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3253708Z test_binary_op_list_error_cases__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3288133Z test_binary_op_list_error_cases__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3322778Z test_binary_op_list_error_cases__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3360164Z test_binary_op_list_error_cases__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3394935Z test_binary_op_list_error_cases__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3429447Z test_binary_op_list_error_cases__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3464018Z test_binary_op_list_error_cases__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3498713Z test_binary_op_list_error_cases__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3537422Z test_binary_op_list_error_cases__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3571908Z test_binary_op_list_error_cases__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3606072Z test_binary_op_list_error_cases__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3640355Z test_binary_op_list_error_cases__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3674624Z test_binary_op_list_error_cases__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3708589Z test_binary_op_list_error_cases__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3743000Z test_binary_op_list_error_cases__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3779678Z test_binary_op_list_error_cases__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3814440Z test_binary_op_list_error_cases__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3847877Z test_binary_op_list_error_cases__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3881767Z test_binary_op_list_error_cases__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3915487Z test_binary_op_list_error_cases__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3949238Z test_binary_op_list_error_cases__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.3983084Z test_binary_op_list_error_cases__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.4017646Z test_binary_op_list_error_cases__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.4053739Z test_binary_op_list_error_cases__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.4087710Z test_binary_op_list_error_cases__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.4121749Z test_binary_op_list_error_cases__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Different error msgs, TODO (0.003s) 2022-09-27T16:05:15.4146798Z test_binary_op_list_slow_path__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4171887Z test_binary_op_list_slow_path__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4196821Z test_binary_op_list_slow_path__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4222122Z test_binary_op_list_slow_path__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4246896Z test_binary_op_list_slow_path__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4272108Z test_binary_op_list_slow_path__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4297044Z test_binary_op_list_slow_path__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4322182Z test_binary_op_list_slow_path__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4347289Z test_binary_op_list_slow_path__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4372501Z test_binary_op_list_slow_path__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4397803Z test_binary_op_list_slow_path__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4424517Z test_binary_op_list_slow_path__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4449941Z test_binary_op_list_slow_path__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4475175Z test_binary_op_list_slow_path__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4500333Z test_binary_op_list_slow_path__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4525711Z test_binary_op_list_slow_path__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4550897Z test_binary_op_list_slow_path__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4576057Z test_binary_op_list_slow_path__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4601004Z test_binary_op_list_slow_path__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4625947Z test_binary_op_list_slow_path__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4651047Z test_binary_op_list_slow_path__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4676132Z test_binary_op_list_slow_path__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4701485Z test_binary_op_list_slow_path__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4726509Z test_binary_op_list_slow_path__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4751189Z test_binary_op_list_slow_path__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4776328Z test_binary_op_list_slow_path__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4801370Z test_binary_op_list_slow_path__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4826417Z test_binary_op_list_slow_path__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4851199Z test_binary_op_list_slow_path__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4875984Z test_binary_op_list_slow_path__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4901190Z test_binary_op_list_slow_path__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4926008Z test_binary_op_list_slow_path__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4951089Z test_binary_op_list_slow_path__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.4975996Z test_binary_op_list_slow_path__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5000945Z test_binary_op_list_slow_path__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5025655Z test_binary_op_list_slow_path__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5050724Z test_binary_op_list_slow_path__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5075831Z test_binary_op_list_slow_path__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5100536Z test_binary_op_list_slow_path__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5125561Z test_binary_op_list_slow_path__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5151815Z test_binary_op_list_slow_path__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5176689Z test_binary_op_list_slow_path__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5201715Z test_binary_op_list_slow_path__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5226619Z test_binary_op_list_slow_path__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5251402Z test_binary_op_list_slow_path__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5276680Z test_binary_op_list_slow_path__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5301561Z test_binary_op_list_slow_path__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:15.5326673Z test_binary_op_list_slow_path__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: CUDA not found (0.002s) 2022-09-27T16:05:17.4927674Z test_binary_op_scalar_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (1.960s) 2022-09-27T16:05:17.5967772Z test_binary_op_scalar_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:05:17.6717953Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.074s) 2022-09-27T16:05:17.7476669Z test_binary_op_scalar_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:05:17.7760449Z 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-09-27T16:05:17.7760939Z actual = self.func(*inputs, **kwargs) 2022-09-27T16:05:17.8191048Z ok (0.071s) 2022-09-27T16:05:17.8798063Z test_binary_op_scalar_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:05:17.9381795Z test_binary_op_scalar_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:05:18.0031142Z test_binary_op_scalar_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:05:18.0687478Z test_binary_op_scalar_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:05:18.1324797Z test_binary_op_scalar_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:05:18.1976926Z test_binary_op_scalar_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:05:18.2625306Z test_binary_op_scalar_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:05:18.3199886Z test_binary_op_scalar_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:05:18.4176545Z test_binary_op_scalar_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:05:18.4691044Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:05:18.5223393Z test_binary_op_scalar_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.053s) 2022-09-27T16:05:18.5953857Z test_binary_op_scalar_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.072s) 2022-09-27T16:05:18.6540321Z test_binary_op_scalar_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:05:18.7103763Z test_binary_op_scalar_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-09-27T16:05:18.8076339Z test_binary_op_scalar_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:05:18.9059194Z test_binary_op_scalar_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:05:19.0043690Z test_binary_op_scalar_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:05:19.1015223Z test_binary_op_scalar_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.096s) 2022-09-27T16:05:19.1989199Z test_binary_op_scalar_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:05:19.2562574Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:05:19.3327461Z test_binary_op_scalar_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:05:19.3840206Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:05:19.4372884Z test_binary_op_scalar_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:05:19.4954425Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:05:19.5541785Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:05:19.6108921Z test_binary_op_scalar_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.056s) 2022-09-27T16:05:19.6731985Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:05:19.7366750Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:05:19.7977043Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.060s) 2022-09-27T16:05:19.8595200Z test_binary_op_scalar_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.061s) 2022-09-27T16:05:19.9229265Z test_binary_op_scalar_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:05:20.0086915Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:05:20.1496836Z test_binary_op_scalar_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.140s) 2022-09-27T16:05:20.2270530Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:05:20.3057615Z test_binary_op_scalar_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:05:20.3913101Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:05:20.4776307Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:05:20.5619126Z test_binary_op_scalar_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.084s) 2022-09-27T16:05:20.6548870Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:05:20.7489294Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:05:20.8421587Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:05:20.9357212Z test_binary_op_scalar_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:05:21.0295867Z test_binary_op_scalar_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:05:21.1076190Z test_binary_op_scalar_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.077s) 2022-09-27T16:05:21.1929977Z test_binary_op_scalar_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:05:21.2507089Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:05:21.3091847Z test_binary_op_scalar_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:05:21.3750822Z test_binary_op_scalar_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:05:21.4410006Z test_binary_op_scalar_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:05:21.5054352Z test_binary_op_scalar_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:05:21.5754864Z test_binary_op_scalar_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:05:21.6451401Z test_binary_op_scalar_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:05:21.7127795Z test_binary_op_scalar_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:05:21.7820060Z test_binary_op_scalar_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.069s) 2022-09-27T16:05:21.8511752Z test_binary_op_scalar_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.068s) 2022-09-27T16:05:21.9137210Z test_binary_op_scalar_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:05:22.0155379Z test_binary_op_scalar_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.101s) 2022-09-27T16:05:22.0735373Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:05:22.1322782Z test_binary_op_scalar_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.058s) 2022-09-27T16:05:22.2094628Z test_binary_op_scalar_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:05:22.2740927Z test_binary_op_scalar_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.064s) 2022-09-27T16:05:22.3364821Z test_binary_op_scalar_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:05:22.4403273Z test_binary_op_scalar_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:05:22.5437707Z test_binary_op_scalar_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:05:22.6468463Z test_binary_op_scalar_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:05:22.7494895Z test_binary_op_scalar_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:05:22.8523163Z test_binary_op_scalar_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.102s) 2022-09-27T16:05:22.9155558Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:05:22.9970891Z test_binary_op_scalar_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.081s) 2022-09-27T16:05:23.0546238Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.057s) 2022-09-27T16:05:23.1140216Z test_binary_op_scalar_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.059s) 2022-09-27T16:05:23.1781033Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:05:23.2419934Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.063s) 2022-09-27T16:05:23.3044507Z test_binary_op_scalar_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.062s) 2022-09-27T16:05:23.3712891Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:05:23.4391941Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.067s) 2022-09-27T16:05:23.5051328Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.065s) 2022-09-27T16:05:23.5714599Z test_binary_op_scalar_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:05:23.6381567Z test_binary_op_scalar_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.066s) 2022-09-27T16:05:23.7285274Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.090s) 2022-09-27T16:05:23.8748459Z test_binary_op_scalar_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.146s) 2022-09-27T16:05:23.9589673Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:05:24.0430832Z test_binary_op_scalar_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.083s) 2022-09-27T16:05:24.1352375Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.092s) 2022-09-27T16:05:24.2287705Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.093s) 2022-09-27T16:05:24.3203412Z test_binary_op_scalar_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.091s) 2022-09-27T16:05:24.4193702Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:05:24.5190807Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:05:24.6171694Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.097s) 2022-09-27T16:05:24.7161311Z test_binary_op_scalar_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.098s) 2022-09-27T16:05:24.8156494Z test_binary_op_scalar_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.099s) 2022-09-27T16:05:24.8277896Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:05:24.8371655Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:24.8473970Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:05:24.8566731Z test_binary_op_scalar_with_different_tensor_dtypes__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:24.8762665Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:05:24.8944125Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:05:24.9121293Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:05:24.9292280Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:24.9464085Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:05:24.9632083Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:24.9799298Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:24.9965022Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:24.9989469Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0009508Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0029121Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0048545Z test_binary_op_scalar_with_overlapping_tensors__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0068486Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0088327Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0108108Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0127917Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0147436Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0167178Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0186490Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0206172Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0226191Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0245635Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0265189Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0284750Z test_binary_op_scalar_with_overlapping_tensors__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0304357Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0323294Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0343005Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0362728Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0382177Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0401517Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0420956Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0440124Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0459262Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0478078Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0497031Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0519599Z test_binary_op_scalar_with_overlapping_tensors__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0539093Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0651547Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:05:25.0673573Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0693656Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0712969Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:25.0732093Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0751134Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0769975Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0788878Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0807151Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0825545Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.0843952Z test_binary_op_scalar_with_overlapping_tensors__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.001s) 2022-09-27T16:05:25.3406303Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.256s) 2022-09-27T16:05:25.4716320Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.130s) 2022-09-27T16:05:25.5477420Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.076s) 2022-09-27T16:05:25.6265345Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:05:25.7375059Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:05:25.8501748Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.112s) 2022-09-27T16:05:25.9594548Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.109s) 2022-09-27T16:05:26.0732683Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:05:26.1883410Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.114s) 2022-09-27T16:05:26.3011393Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.112s) 2022-09-27T16:05:26.4146811Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:05:26.5284560Z test_binary_op_scalarlist_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:05:26.6348580Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.106s) 2022-09-27T16:05:26.7800241Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.145s) 2022-09-27T16:05:26.8559051Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:05:26.9343568Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:05:27.0836464Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.149s) 2022-09-27T16:05:27.1914249Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:05:27.2953743Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.103s) 2022-09-27T16:05:27.4410340Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.145s) 2022-09-27T16:05:27.5876101Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.146s) 2022-09-27T16:05:27.7330295Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.145s) 2022-09-27T16:05:27.8788869Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.145s) 2022-09-27T16:05:28.0236129Z test_binary_op_scalarlist_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.144s) 2022-09-27T16:05:28.1290947Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:05:28.2529031Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:05:28.3285272Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.075s) 2022-09-27T16:05:28.4071554Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.078s) 2022-09-27T16:05:28.5147335Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:05:28.6236981Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:05:28.7293723Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.105s) 2022-09-27T16:05:28.8381092Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:05:28.9487897Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.110s) 2022-09-27T16:05:29.0564575Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.107s) 2022-09-27T16:05:29.1647384Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:05:29.2731015Z test_binary_op_scalarlist_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.108s) 2022-09-27T16:05:29.4190629Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.145s) 2022-09-27T16:05:29.6294445Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.210s) 2022-09-27T16:05:29.7570296Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.127s) 2022-09-27T16:05:29.8865440Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:05:30.0351954Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.148s) 2022-09-27T16:05:30.1848553Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.149s) 2022-09-27T16:05:30.3323460Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.147s) 2022-09-27T16:05:30.4874423Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.154s) 2022-09-27T16:05:30.6429099Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.155s) 2022-09-27T16:05:30.7967835Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.153s) 2022-09-27T16:05:30.9507707Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.153s) 2022-09-27T16:05:31.1054477Z test_binary_op_scalarlist_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.154s) 2022-09-27T16:05:31.2396216Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.133s) 2022-09-27T16:05:31.3766283Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.136s) 2022-09-27T16:05:31.4622074Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:05:31.5485238Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:05:31.6698230Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.121s) 2022-09-27T16:05:31.7924766Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:05:31.9120671Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:05:32.0338765Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.121s) 2022-09-27T16:05:32.1564143Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.122s) 2022-09-27T16:05:32.2760207Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:05:32.3976414Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.121s) 2022-09-27T16:05:32.5208901Z test_binary_op_scalarlist_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.123s) 2022-09-27T16:05:32.6367482Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.115s) 2022-09-27T16:05:32.7890190Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.152s) 2022-09-27T16:05:32.8754905Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.086s) 2022-09-27T16:05:32.9638459Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:05:33.1235030Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.159s) 2022-09-27T16:05:33.2411045Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:05:33.3551802Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.113s) 2022-09-27T16:05:33.5082770Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.152s) 2022-09-27T16:05:33.6623442Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.153s) 2022-09-27T16:05:33.8177616Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.155s) 2022-09-27T16:05:33.9734437Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.155s) 2022-09-27T16:05:34.1288321Z test_binary_op_scalarlist_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.155s) 2022-09-27T16:05:34.2455863Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:05:34.3780979Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.132s) 2022-09-27T16:05:34.4642768Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.085s) 2022-09-27T16:05:34.5530804Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.088s) 2022-09-27T16:05:34.6692199Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:05:34.7886449Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.119s) 2022-09-27T16:05:34.9055247Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:05:35.0241880Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:05:35.1429262Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.118s) 2022-09-27T16:05:35.2591741Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.116s) 2022-09-27T16:05:35.3766859Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:05:35.4945214Z test_binary_op_scalarlist_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.117s) 2022-09-27T16:05:35.6508571Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.156s) 2022-09-27T16:05:35.8711715Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.220s) 2022-09-27T16:05:36.0096227Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.138s) 2022-09-27T16:05:36.1488239Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.138s) 2022-09-27T16:05:36.3071256Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.158s) 2022-09-27T16:05:36.4669416Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.159s) 2022-09-27T16:05:36.6246280Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.157s) 2022-09-27T16:05:36.7869840Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.162s) 2022-09-27T16:05:36.9496599Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.162s) 2022-09-27T16:05:37.1120313Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.162s) 2022-09-27T16:05:37.2741109Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.161s) 2022-09-27T16:05:37.4363919Z test_binary_op_scalarlist_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.161s) 2022-09-27T16:05:37.5101039Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.073s) 2022-09-27T16:05:37.5584047Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:05:37.6076874Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.049s) 2022-09-27T16:05:37.6581816Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-09-27T16:05:37.6988014Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:05:37.7396852Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:05:37.7783314Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:05:37.8011212Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:37.8248625Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:05:37.8454874Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:05:37.8678652Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:37.8904554Z test_binary_op_tensorlists_fastpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:37.9140663Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:05:37.9611358Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:05:37.9925926Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:05:38.0243980Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:05:38.0489626Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:05:38.0731094Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:05:38.0961532Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:38.1431058Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:05:38.1907096Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:05:38.2388289Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:05:38.2861182Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:05:38.3335699Z test_binary_op_tensorlists_fastpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.047s) 2022-09-27T16:05:38.3573752Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:05:38.3702454Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:38.4012637Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.030s) 2022-09-27T16:05:38.4329915Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.031s) 2022-09-27T16:05:38.4574860Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:05:38.4818741Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:05:38.5055391Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:05:38.5186871Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:05:38.5323623Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:05:38.5449971Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:38.5580848Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:38.5712889Z test_binary_op_tensorlists_fastpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:05:38.6103006Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:05:38.7350873Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.124s) 2022-09-27T16:05:38.7839594Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.048s) 2022-09-27T16:05:38.8346917Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.050s) 2022-09-27T16:05:38.8750712Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:05:38.9158609Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:05:38.9550942Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.039s) 2022-09-27T16:05:38.9774914Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:39.0012434Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:05:39.0217961Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:05:39.0440950Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:39.0664795Z test_binary_op_tensorlists_fastpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.022s) 2022-09-27T16:05:39.1283687Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.061s) 2022-09-27T16:05:39.1812836Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_bool (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:05:39.2361217Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:05:39.2919025Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.055s) 2022-09-27T16:05:39.3387233Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:05:39.3852818Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:05:39.4287806Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:05:39.4558293Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:05:39.4834238Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:05:39.5086146Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:05:39.5359309Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:05:39.5629696Z test_binary_op_tensorlists_slowpath__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:05:39.5919036Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:05:39.6431596Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_bool (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:05:39.6802217Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:05:39.7177489Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:05:39.7480899Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... ok (0.030s) 2022-09-27T16:05:39.7776217Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... ok (0.029s) 2022-09-27T16:05:39.8065199Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:05:39.8579071Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:05:39.9102414Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:05:39.9627230Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... ok (0.052s) 2022-09-27T16:05:40.0141814Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:05:40.0656551Z test_binary_op_tensorlists_slowpath__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.051s) 2022-09-27T16:05:40.0948923Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-09-27T16:05:40.1123670Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:05:40.1488073Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:05:40.1865180Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:05:40.2156940Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... ok (0.029s) 2022-09-27T16:05:40.2448150Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:05:40.2733551Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... ok (0.028s) 2022-09-27T16:05:40.2918678Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:05:40.3095151Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:05:40.3262678Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:40.3438029Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:05:40.3615929Z test_binary_op_tensorlists_slowpath__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:05:40.4064572Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.044s) 2022-09-27T16:05:40.5366144Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... ok (0.129s) 2022-09-27T16:05:40.5914277Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:05:40.6462950Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.054s) 2022-09-27T16:05:40.6928685Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... ok (0.046s) 2022-09-27T16:05:40.7391173Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... ok (0.045s) 2022-09-27T16:05:40.7826921Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... ok (0.043s) 2022-09-27T16:05:40.8101904Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:05:40.8378568Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:05:40.8630291Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:05:40.8899480Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:05:40.9170201Z test_binary_op_tensorlists_slowpath__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.026s) 2022-09-27T16:05:40.9194079Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9215387Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9235909Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9256151Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9276753Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9296682Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9317073Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9337197Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9357412Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9377107Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9397467Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9420086Z test_binary_op_tensors_on_different_devices__foreach_add_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9440312Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9461949Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9483022Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9503282Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9523644Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9544020Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9564537Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9584772Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9605532Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9626674Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9647756Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9668439Z test_binary_op_tensors_on_different_devices__foreach_div_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9690190Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9711072Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9732446Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9752307Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9773011Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9793719Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9814078Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9835006Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9855705Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9877035Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9897239Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9917643Z test_binary_op_tensors_on_different_devices__foreach_mul_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9938216Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9960716Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_bool (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:40.9982546Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0005710Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0026677Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0046946Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0067554Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0088192Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0108578Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0128999Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0148802Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0168763Z test_binary_op_tensors_on_different_devices__foreach_sub_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:05:41.0187654Z test_foreach_l2_large_value_input__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:41.0206761Z test_foreach_l2_large_value_input__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:05:41.8439264Z test_minmax_fastpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.823s) 2022-09-27T16:05:42.5210323Z test_minmax_fastpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.676s) 2022-09-27T16:05:43.2027524Z test_minmax_fastpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.681s) 2022-09-27T16:05:43.8893601Z test_minmax_fastpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.686s) 2022-09-27T16:05:43.9035714Z test_minmax_fastpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:05:43.9111899Z test_minmax_fastpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:43.9185395Z test_minmax_fastpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:43.9255260Z test_minmax_fastpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:05:43.9327871Z test_minmax_fastpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:43.9401050Z test_minmax_fastpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:43.9523928Z test_minmax_fastpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:43.9596071Z test_minmax_fastpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:43.9725933Z test_minmax_fastpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:43.9857565Z test_minmax_fastpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:43.9983955Z test_minmax_fastpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:05:44.0058115Z test_minmax_fastpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:44.0131182Z test_minmax_fastpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:44.0201576Z test_minmax_fastpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:05:44.0273541Z test_minmax_fastpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:44.0345767Z test_minmax_fastpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:05:44.0598071Z test_minmax_float_inf_nan__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:05:44.0809572Z test_minmax_float_inf_nan__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.021s) 2022-09-27T16:05:44.1020626Z test_minmax_float_inf_nan__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.020s) 2022-09-27T16:05:44.1232563Z test_minmax_float_inf_nan__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.021s) 2022-09-27T16:05:44.1263863Z test_minmax_float_inf_nan__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:44.1291562Z test_minmax_float_inf_nan__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:44.1319224Z test_minmax_float_inf_nan__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:44.1346344Z test_minmax_float_inf_nan__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.002s) 2022-09-27T16:05:44.1690350Z test_minmax_slowpath__foreach_maximum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:05:44.1784896Z test_minmax_slowpath__foreach_maximum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.1938684Z test_minmax_slowpath__foreach_maximum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:05:44.2099894Z test_minmax_slowpath__foreach_maximum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:05:44.2262328Z test_minmax_slowpath__foreach_maximum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:44.2364371Z test_minmax_slowpath__foreach_maximum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:05:44.2460708Z test_minmax_slowpath__foreach_maximum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.2554629Z test_minmax_slowpath__foreach_maximum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.2651298Z test_minmax_slowpath__foreach_maximum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.2748736Z test_minmax_slowpath__foreach_maximum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.2906088Z test_minmax_slowpath__foreach_minimum_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:05:44.2999436Z test_minmax_slowpath__foreach_minimum_cpu_bool (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.3153893Z test_minmax_slowpath__foreach_minimum_cpu_float16 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:05:44.3323917Z test_minmax_slowpath__foreach_minimum_cpu_float32 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:05:44.3481494Z test_minmax_slowpath__foreach_minimum_cpu_float64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:05:44.3578429Z test_minmax_slowpath__foreach_minimum_cpu_int16 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.3675727Z test_minmax_slowpath__foreach_minimum_cpu_int32 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.3774613Z test_minmax_slowpath__foreach_minimum_cpu_int64 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.3872055Z test_minmax_slowpath__foreach_minimum_cpu_int8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:44.3970105Z test_minmax_slowpath__foreach_minimum_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.009s) 2022-09-27T16:05:46.9285768Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (2.531s) 2022-09-27T16:05:48.2097798Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.280s) 2022-09-27T16:05:49.2618774Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.051s) 2022-09-27T16:05:50.3055752Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.043s) 2022-09-27T16:05:51.7972904Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.491s) 2022-09-27T16:05:53.2848861Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.487s) 2022-09-27T16:05:54.7685516Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.483s) 2022-09-27T16:05:56.2518758Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.483s) 2022-09-27T16:05:57.7384960Z test_pointwise_op_fastpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.486s) 2022-09-27T16:05:59.0028314Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.264s) 2022-09-27T16:06:00.2732505Z test_pointwise_op_fastpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.270s) 2022-09-27T16:06:01.3135810Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.040s) 2022-09-27T16:06:02.3614270Z test_pointwise_op_fastpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.047s) 2022-09-27T16:06:03.2807332Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.919s) 2022-09-27T16:06:04.2051260Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.924s) 2022-09-27T16:06:05.1103404Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.904s) 2022-09-27T16:06:06.0229924Z test_pointwise_op_fastpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.912s) 2022-09-27T16:06:06.9399780Z test_pointwise_op_fastpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.916s) 2022-09-27T16:06:08.3314392Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.391s) 2022-09-27T16:06:09.6993750Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.367s) 2022-09-27T16:06:10.8426313Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... ok (1.142s) 2022-09-27T16:06:11.9802896Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... ok (1.137s) 2022-09-27T16:06:13.5563080Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int16 (__main__.TestForeachCPU) ... ok (1.575s) 2022-09-27T16:06:15.1332562Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int32 (__main__.TestForeachCPU) ... ok (1.576s) 2022-09-27T16:06:16.7091420Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int64 (__main__.TestForeachCPU) ... ok (1.575s) 2022-09-27T16:06:18.2887876Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_int8 (__main__.TestForeachCPU) ... ok (1.579s) 2022-09-27T16:06:19.8693398Z test_pointwise_op_slowpath__foreach_addcdiv_cpu_uint8 (__main__.TestForeachCPU) ... ok (1.580s) 2022-09-27T16:06:21.2305045Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex128 (__main__.TestForeachCPU) ... ok (1.360s) 2022-09-27T16:06:22.5978865Z test_pointwise_op_slowpath__foreach_addcmul_cpu_complex64 (__main__.TestForeachCPU) ... ok (1.367s) 2022-09-27T16:06:23.7422700Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... ok (1.144s) 2022-09-27T16:06:24.8828305Z test_pointwise_op_slowpath__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... ok (1.140s) 2022-09-27T16:06:25.8773107Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int16 (__main__.TestForeachCPU) ... ok (0.994s) 2022-09-27T16:06:26.8703643Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int32 (__main__.TestForeachCPU) ... ok (0.992s) 2022-09-27T16:06:27.8556469Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int64 (__main__.TestForeachCPU) ... ok (0.985s) 2022-09-27T16:06:28.8468871Z test_pointwise_op_slowpath__foreach_addcmul_cpu_int8 (__main__.TestForeachCPU) ... ok (0.991s) 2022-09-27T16:06:29.8436872Z test_pointwise_op_slowpath__foreach_addcmul_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.996s) 2022-09-27T16:06:29.8457210Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:29.8474941Z test_pointwise_op_tensors_on_different_devices__foreach_addcdiv_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:29.8491092Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:29.8506850Z test_pointwise_op_tensors_on_different_devices__foreach_addcmul_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:30.3967036Z test_reduce_fastpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.545s) 2022-09-27T16:06:30.4315326Z test_reduce_fastpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:30.4652226Z test_reduce_fastpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:06:30.4932930Z test_reduce_fastpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:06:30.5208749Z test_reduce_fastpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:06:30.5482051Z test_reduce_fastpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.027s) 2022-09-27T16:06:30.6018022Z test_reduce_slowpath__foreach_norm_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.053s) 2022-09-27T16:06:30.6444186Z test_reduce_slowpath__foreach_norm_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.042s) 2022-09-27T16:06:30.6856098Z test_reduce_slowpath__foreach_norm_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.040s) 2022-09-27T16:06:30.7207672Z test_reduce_slowpath__foreach_norm_cpu_float16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:30.7561502Z test_reduce_slowpath__foreach_norm_cpu_float32 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:30.7916846Z test_reduce_slowpath__foreach_norm_cpu_float64 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:31.3078565Z test_unary_fastpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.515s) 2022-09-27T16:06:31.7040932Z test_unary_fastpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.396s) 2022-09-27T16:06:32.1021592Z test_unary_fastpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.397s) 2022-09-27T16:06:32.5729884Z test_unary_fastpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.470s) 2022-09-27T16:06:32.5852771Z test_unary_fastpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:32.5959989Z test_unary_fastpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:32.6027617Z test_unary_fastpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.6094619Z test_unary_fastpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.6161593Z test_unary_fastpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.6228350Z test_unary_fastpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.6295048Z test_unary_fastpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.6459199Z test_unary_fastpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:32.6631346Z test_unary_fastpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:32.6761541Z test_unary_fastpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:32.6885669Z test_unary_fastpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:32.7050754Z test_unary_fastpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:32.7206529Z test_unary_fastpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:32.7337244Z test_unary_fastpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:32.7461151Z test_unary_fastpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:32.7631062Z test_unary_fastpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:32.7781528Z test_unary_fastpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:32.7902676Z test_unary_fastpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:32.8019001Z test_unary_fastpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.8131026Z test_unary_fastpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.8246710Z test_unary_fastpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.8355400Z test_unary_fastpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:32.8428379Z test_unary_fastpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:32.8495405Z test_unary_fastpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.8558379Z test_unary_fastpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.8625128Z test_unary_fastpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.8693208Z test_unary_fastpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:32.8853149Z test_unary_fastpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:32.9013770Z test_unary_fastpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:32.9133372Z test_unary_fastpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.9249728Z test_unary_fastpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.9406010Z test_unary_fastpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:32.9558190Z test_unary_fastpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:32.9675224Z test_unary_fastpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.9787908Z test_unary_fastpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:32.9905697Z test_unary_fastpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.0026948Z test_unary_fastpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.0142117Z test_unary_fastpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.0262249Z test_unary_fastpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.0384015Z test_unary_fastpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.0499646Z test_unary_fastpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.0643402Z test_unary_fastpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:33.0784565Z test_unary_fastpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:33.0903894Z test_unary_fastpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1021162Z test_unary_fastpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1137517Z test_unary_fastpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1253620Z test_unary_fastpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1364918Z test_unary_fastpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1476672Z test_unary_fastpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1591312Z test_unary_fastpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.1701286Z test_unary_fastpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.1769648Z test_unary_fastpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.1836798Z test_unary_fastpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.1898844Z test_unary_fastpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.1965143Z test_unary_fastpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.2031634Z test_unary_fastpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.2140131Z test_unary_fastpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.2253201Z test_unary_fastpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.2360945Z test_unary_fastpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.2515385Z test_unary_fastpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.2663007Z test_unary_fastpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:33.2788855Z test_unary_fastpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.2909421Z test_unary_fastpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.3024354Z test_unary_fastpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.3149790Z test_unary_fastpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.3270559Z test_unary_fastpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.3427539Z test_unary_fastpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.3576382Z test_unary_fastpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:33.3702836Z test_unary_fastpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.3824102Z test_unary_fastpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.3978260Z test_unary_fastpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.4127861Z test_unary_fastpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:33.4254316Z test_unary_fastpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.4375155Z test_unary_fastpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.4510913Z test_unary_fastpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:33.4650909Z test_unary_fastpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:33.4764701Z test_unary_fastpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.4871644Z test_unary_fastpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.4939388Z test_unary_fastpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.5005783Z test_unary_fastpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.5067527Z test_unary_fastpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.5133471Z test_unary_fastpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.5199510Z test_unary_fastpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.5307984Z test_unary_fastpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.5418503Z test_unary_fastpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.5523422Z test_unary_fastpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.5635426Z test_unary_fastpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.5748389Z test_unary_fastpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.5858585Z test_unary_fastpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.5925190Z test_unary_fastpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.5990660Z test_unary_fastpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.6051601Z test_unary_fastpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.6116929Z test_unary_fastpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.6182537Z test_unary_fastpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.6294966Z test_unary_fastpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.6408428Z test_unary_fastpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.6516473Z test_unary_fastpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.6672291Z test_unary_fastpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.6824251Z test_unary_fastpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.6943077Z test_unary_fastpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.7056175Z test_unary_fastpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.7214595Z test_unary_fastpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.7365893Z test_unary_fastpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.7483669Z test_unary_fastpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.7595769Z test_unary_fastpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.7705297Z test_unary_fastpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.7844565Z test_unary_fastpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:33.7987804Z test_unary_fastpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:33.8112047Z test_unary_fastpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:33.8229905Z test_unary_fastpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.8392985Z test_unary_fastpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:33.8546364Z test_unary_fastpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.8667940Z test_unary_fastpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.8783999Z test_unary_fastpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.8945130Z test_unary_fastpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.9098886Z test_unary_fastpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:33.9218346Z test_unary_fastpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.9334375Z test_unary_fastpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.9445702Z test_unary_fastpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.010s) 2022-09-27T16:06:33.9565310Z test_unary_fastpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.9680422Z test_unary_fastpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.011s) 2022-09-27T16:06:33.9749391Z test_unary_fastpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.9822348Z test_unary_fastpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:33.9886860Z test_unary_fastpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:33.9954284Z test_unary_fastpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:34.0021893Z test_unary_fastpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.006s) 2022-09-27T16:06:34.0041443Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0059811Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0078116Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0095744Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0113736Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0131282Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0148998Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0166714Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0184505Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0202321Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0219953Z test_unary_op_tensors_on_different_devices__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0237881Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0257816Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:34.0275808Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0293621Z test_unary_op_tensors_on_different_devices__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0311535Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0329290Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0347154Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0364869Z test_unary_op_tensors_on_different_devices__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0382747Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0400547Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0418362Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0436084Z test_unary_op_tensors_on_different_devices__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0453945Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0471485Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0489166Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0506955Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0524875Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0542738Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0560482Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0578268Z test_unary_op_tensors_on_different_devices__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0596032Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0613616Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0631215Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0649190Z test_unary_op_tensors_on_different_devices__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0666961Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0684777Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0702612Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0720396Z test_unary_op_tensors_on_different_devices__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0737982Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0758248Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:34.0776089Z test_unary_op_tensors_on_different_devices__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0794131Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0811932Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0829535Z test_unary_op_tensors_on_different_devices__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0847227Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0865102Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0882863Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0901029Z test_unary_op_tensors_on_different_devices__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0918682Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0936349Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0954221Z test_unary_op_tensors_on_different_devices__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0971776Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.0989663Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1007460Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1025229Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1043011Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1060817Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1078687Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1096495Z test_unary_op_tensors_on_different_devices__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1114265Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1131810Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1149547Z test_unary_op_tensors_on_different_devices__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1167293Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1185096Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1203315Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1221066Z test_unary_op_tensors_on_different_devices__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1238851Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1258771Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:34.1276843Z test_unary_op_tensors_on_different_devices__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1294559Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1312508Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1330403Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1348528Z test_unary_op_tensors_on_different_devices__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1366303Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1384100Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1401881Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1419688Z test_unary_op_tensors_on_different_devices__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1437740Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1455491Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1473402Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1491212Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1508957Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1526764Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1544461Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1562367Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1580132Z test_unary_op_tensors_on_different_devices__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1597800Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1615638Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1633556Z test_unary_op_tensors_on_different_devices__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1651090Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1669035Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1686725Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1704502Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1722261Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1739890Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1759934Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:34.1777759Z test_unary_op_tensors_on_different_devices__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1795901Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1813585Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1831218Z test_unary_op_tensors_on_different_devices__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1849187Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1867056Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1885005Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1903030Z test_unary_op_tensors_on_different_devices__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1920328Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1937324Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1954419Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1971395Z test_unary_op_tensors_on_different_devices__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.1988469Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2005714Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2022884Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2040193Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2057350Z test_unary_op_tensors_on_different_devices__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2074582Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2091681Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2108944Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2125959Z test_unary_op_tensors_on_different_devices__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2143211Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2160441Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2177610Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2194778Z test_unary_op_tensors_on_different_devices__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2211964Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2229457Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2248261Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:34.2265623Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2283109Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2300458Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2317798Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2334844Z test_unary_op_tensors_on_different_devices__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:34.2705279Z test_unary_slowpath__foreach_abs_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:34.3091363Z test_unary_slowpath__foreach_abs_cpu_bool (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:06:34.3331800Z test_unary_slowpath__foreach_abs_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:06:34.3567170Z test_unary_slowpath__foreach_abs_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:06:34.3703827Z test_unary_slowpath__foreach_abs_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:34.3833864Z test_unary_slowpath__foreach_abs_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:34.3958887Z test_unary_slowpath__foreach_abs_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:34.4041623Z test_unary_slowpath__foreach_abs_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:34.4127867Z test_unary_slowpath__foreach_abs_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:34.4207024Z test_unary_slowpath__foreach_abs_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:34.4287763Z test_unary_slowpath__foreach_abs_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:34.4368701Z test_unary_slowpath__foreach_abs_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:34.4500309Z test_unary_slowpath__foreach_acos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:34.4752540Z test_unary_slowpath__foreach_acos_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.4953673Z test_unary_slowpath__foreach_acos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:06:34.5150967Z test_unary_slowpath__foreach_acos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:06:34.5518645Z test_unary_slowpath__foreach_acos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:34.5670123Z test_unary_slowpath__foreach_acos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:34.5812848Z test_unary_slowpath__foreach_acos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:34.6066076Z test_unary_slowpath__foreach_acos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.6321263Z test_unary_slowpath__foreach_acos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.6577921Z test_unary_slowpath__foreach_acos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.6832065Z test_unary_slowpath__foreach_acos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.7083585Z test_unary_slowpath__foreach_acos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.7217369Z test_unary_slowpath__foreach_asin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:34.7465126Z test_unary_slowpath__foreach_asin_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:34.7658307Z test_unary_slowpath__foreach_asin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:06:34.7837773Z test_unary_slowpath__foreach_asin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:34.8204514Z test_unary_slowpath__foreach_asin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:34.8356320Z test_unary_slowpath__foreach_asin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:34.8498317Z test_unary_slowpath__foreach_asin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:34.8752075Z test_unary_slowpath__foreach_asin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.9008499Z test_unary_slowpath__foreach_asin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.9264021Z test_unary_slowpath__foreach_asin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.9520126Z test_unary_slowpath__foreach_asin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.9778192Z test_unary_slowpath__foreach_asin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:34.9914278Z test_unary_slowpath__foreach_atan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.0159404Z test_unary_slowpath__foreach_atan_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.0357301Z test_unary_slowpath__foreach_atan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.019s) 2022-09-27T16:06:35.0532475Z test_unary_slowpath__foreach_atan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:35.0893882Z test_unary_slowpath__foreach_atan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:35.1041524Z test_unary_slowpath__foreach_atan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:35.1175316Z test_unary_slowpath__foreach_atan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.1420228Z test_unary_slowpath__foreach_atan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.1666872Z test_unary_slowpath__foreach_atan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.1910171Z test_unary_slowpath__foreach_atan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.2153646Z test_unary_slowpath__foreach_atan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.2396611Z test_unary_slowpath__foreach_atan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.2525859Z test_unary_slowpath__foreach_ceil_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:35.2867524Z test_unary_slowpath__foreach_ceil_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:35.3229753Z test_unary_slowpath__foreach_ceil_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:35.3594986Z test_unary_slowpath__foreach_ceil_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:35.3959095Z test_unary_slowpath__foreach_ceil_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:35.4094811Z test_unary_slowpath__foreach_ceil_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.4223297Z test_unary_slowpath__foreach_ceil_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:35.4305321Z test_unary_slowpath__foreach_ceil_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:35.4389919Z test_unary_slowpath__foreach_ceil_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:35.4466334Z test_unary_slowpath__foreach_ceil_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:35.4547713Z test_unary_slowpath__foreach_ceil_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:35.4633021Z test_unary_slowpath__foreach_ceil_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:35.4764910Z test_unary_slowpath__foreach_cos_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.5010098Z test_unary_slowpath__foreach_cos_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.5198107Z test_unary_slowpath__foreach_cos_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:35.5388973Z test_unary_slowpath__foreach_cos_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:35.5748590Z test_unary_slowpath__foreach_cos_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:35.5890326Z test_unary_slowpath__foreach_cos_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:35.6025251Z test_unary_slowpath__foreach_cos_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.6274466Z test_unary_slowpath__foreach_cos_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.6527653Z test_unary_slowpath__foreach_cos_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:35.6784427Z test_unary_slowpath__foreach_cos_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:35.7033631Z test_unary_slowpath__foreach_cos_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.7283230Z test_unary_slowpath__foreach_cos_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.7417337Z test_unary_slowpath__foreach_cosh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.7660905Z test_unary_slowpath__foreach_cosh_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.7837943Z test_unary_slowpath__foreach_cosh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:35.8012457Z test_unary_slowpath__foreach_cosh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:35.8376708Z test_unary_slowpath__foreach_cosh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:35.8516398Z test_unary_slowpath__foreach_cosh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.8648818Z test_unary_slowpath__foreach_cosh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:35.8901555Z test_unary_slowpath__foreach_cosh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:35.9148921Z test_unary_slowpath__foreach_cosh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.9394638Z test_unary_slowpath__foreach_cosh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:35.9647098Z test_unary_slowpath__foreach_cosh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:35.9894628Z test_unary_slowpath__foreach_cosh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.0030970Z test_unary_slowpath__foreach_erf_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.0276306Z test_unary_slowpath__foreach_erf_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.0655943Z test_unary_slowpath__foreach_erf_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:36.1033082Z test_unary_slowpath__foreach_erf_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:36.1395113Z test_unary_slowpath__foreach_erf_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:36.1537546Z test_unary_slowpath__foreach_erf_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:36.1671423Z test_unary_slowpath__foreach_erf_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.1915952Z test_unary_slowpath__foreach_erf_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.2163688Z test_unary_slowpath__foreach_erf_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.2413277Z test_unary_slowpath__foreach_erf_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.2659121Z test_unary_slowpath__foreach_erf_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.2906668Z test_unary_slowpath__foreach_erf_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.3046873Z test_unary_slowpath__foreach_erfc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.3294856Z test_unary_slowpath__foreach_erfc_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.3679306Z test_unary_slowpath__foreach_erfc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:06:36.4058763Z test_unary_slowpath__foreach_erfc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:36.4424977Z test_unary_slowpath__foreach_erfc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:36.4567995Z test_unary_slowpath__foreach_erfc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:36.4701830Z test_unary_slowpath__foreach_erfc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.4947806Z test_unary_slowpath__foreach_erfc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.5192514Z test_unary_slowpath__foreach_erfc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.5438679Z test_unary_slowpath__foreach_erfc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.5685366Z test_unary_slowpath__foreach_erfc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.5935343Z test_unary_slowpath__foreach_erfc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.6069251Z test_unary_slowpath__foreach_exp_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.6316400Z test_unary_slowpath__foreach_exp_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.6484810Z test_unary_slowpath__foreach_exp_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:36.6658254Z test_unary_slowpath__foreach_exp_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:36.7023793Z test_unary_slowpath__foreach_exp_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:36.7165581Z test_unary_slowpath__foreach_exp_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:36.7306554Z test_unary_slowpath__foreach_exp_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.7554153Z test_unary_slowpath__foreach_exp_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.7803306Z test_unary_slowpath__foreach_exp_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.8055987Z test_unary_slowpath__foreach_exp_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:36.8309023Z test_unary_slowpath__foreach_exp_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:36.8561635Z test_unary_slowpath__foreach_exp_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:36.8702110Z test_unary_slowpath__foreach_expm1_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:36.8949317Z test_unary_slowpath__foreach_expm1_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:36.9331641Z test_unary_slowpath__foreach_expm1_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:06:36.9713682Z test_unary_slowpath__foreach_expm1_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:37.0077028Z test_unary_slowpath__foreach_expm1_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:37.0216917Z test_unary_slowpath__foreach_expm1_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.0355552Z test_unary_slowpath__foreach_expm1_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.0600888Z test_unary_slowpath__foreach_expm1_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:37.0849250Z test_unary_slowpath__foreach_expm1_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:37.1101264Z test_unary_slowpath__foreach_expm1_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:37.1346946Z test_unary_slowpath__foreach_expm1_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:37.1592780Z test_unary_slowpath__foreach_expm1_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:37.1723687Z test_unary_slowpath__foreach_floor_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:37.2069402Z test_unary_slowpath__foreach_floor_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.2437508Z test_unary_slowpath__foreach_floor_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:37.2800892Z test_unary_slowpath__foreach_floor_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:37.3165886Z test_unary_slowpath__foreach_floor_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:37.3302710Z test_unary_slowpath__foreach_floor_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.3430403Z test_unary_slowpath__foreach_floor_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:37.3512087Z test_unary_slowpath__foreach_floor_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:37.3593978Z test_unary_slowpath__foreach_floor_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:37.3670178Z test_unary_slowpath__foreach_floor_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:37.3750515Z test_unary_slowpath__foreach_floor_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:37.3832090Z test_unary_slowpath__foreach_floor_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:37.3958271Z test_unary_slowpath__foreach_frac_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:37.4302455Z test_unary_slowpath__foreach_frac_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.4683480Z test_unary_slowpath__foreach_frac_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:37.5061807Z test_unary_slowpath__foreach_frac_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:37.5197947Z test_unary_slowpath__foreach_frac_cpu_float16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.5332904Z test_unary_slowpath__foreach_frac_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.5460825Z test_unary_slowpath__foreach_frac_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:37.5808538Z test_unary_slowpath__foreach_frac_cpu_int16 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.6155686Z test_unary_slowpath__foreach_frac_cpu_int32 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.6504877Z test_unary_slowpath__foreach_frac_cpu_int64 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.6854227Z test_unary_slowpath__foreach_frac_cpu_int8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.7203744Z test_unary_slowpath__foreach_frac_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:37.7338011Z test_unary_slowpath__foreach_log10_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.7585304Z test_unary_slowpath__foreach_log10_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:37.7768613Z test_unary_slowpath__foreach_log10_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:37.7944970Z test_unary_slowpath__foreach_log10_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:37.8310056Z test_unary_slowpath__foreach_log10_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:37.8463357Z test_unary_slowpath__foreach_log10_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:37.8604128Z test_unary_slowpath__foreach_log10_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:37.8853930Z test_unary_slowpath__foreach_log10_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:37.9106536Z test_unary_slowpath__foreach_log10_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:37.9359064Z test_unary_slowpath__foreach_log10_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:37.9612808Z test_unary_slowpath__foreach_log10_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:37.9869424Z test_unary_slowpath__foreach_log10_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.0003846Z test_unary_slowpath__foreach_log1p_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.0249749Z test_unary_slowpath__foreach_log1p_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.0626577Z test_unary_slowpath__foreach_log1p_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:38.1002658Z test_unary_slowpath__foreach_log1p_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:38.1367732Z test_unary_slowpath__foreach_log1p_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:38.1516588Z test_unary_slowpath__foreach_log1p_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:38.1656963Z test_unary_slowpath__foreach_log1p_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.1907616Z test_unary_slowpath__foreach_log1p_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.2159498Z test_unary_slowpath__foreach_log1p_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.2411965Z test_unary_slowpath__foreach_log1p_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.2667736Z test_unary_slowpath__foreach_log1p_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.2916338Z test_unary_slowpath__foreach_log1p_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.3051099Z test_unary_slowpath__foreach_log2_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.3301997Z test_unary_slowpath__foreach_log2_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.3484925Z test_unary_slowpath__foreach_log2_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:38.3659168Z test_unary_slowpath__foreach_log2_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:38.4024696Z test_unary_slowpath__foreach_log2_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:38.4178065Z test_unary_slowpath__foreach_log2_cpu_float32 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:38.4317781Z test_unary_slowpath__foreach_log2_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.4569059Z test_unary_slowpath__foreach_log2_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.4825049Z test_unary_slowpath__foreach_log2_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.5075273Z test_unary_slowpath__foreach_log2_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.5331212Z test_unary_slowpath__foreach_log2_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.5581760Z test_unary_slowpath__foreach_log2_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.5717844Z test_unary_slowpath__foreach_log_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.5970164Z test_unary_slowpath__foreach_log_cpu_bool (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.6151518Z test_unary_slowpath__foreach_log_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:38.6326210Z test_unary_slowpath__foreach_log_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:38.6689288Z test_unary_slowpath__foreach_log_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:38.6837059Z test_unary_slowpath__foreach_log_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:38.6975994Z test_unary_slowpath__foreach_log_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.7225316Z test_unary_slowpath__foreach_log_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.7476017Z test_unary_slowpath__foreach_log_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.7729665Z test_unary_slowpath__foreach_log_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.7984666Z test_unary_slowpath__foreach_log_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:38.8235800Z test_unary_slowpath__foreach_log_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:38.8368793Z test_unary_slowpath__foreach_neg_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:38.8701954Z test_unary_slowpath__foreach_neg_cpu_bool (__main__.TestForeachCPU) ... ok (0.033s) 2022-09-27T16:06:38.8858430Z test_unary_slowpath__foreach_neg_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:38.9014430Z test_unary_slowpath__foreach_neg_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:38.9143725Z test_unary_slowpath__foreach_neg_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:38.9271892Z test_unary_slowpath__foreach_neg_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:38.9400092Z test_unary_slowpath__foreach_neg_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:38.9483652Z test_unary_slowpath__foreach_neg_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:38.9570848Z test_unary_slowpath__foreach_neg_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:38.9649097Z test_unary_slowpath__foreach_neg_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:38.9730538Z test_unary_slowpath__foreach_neg_cpu_int8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:38.9812451Z test_unary_slowpath__foreach_neg_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:38.9943555Z test_unary_slowpath__foreach_reciprocal_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:39.0182853Z test_unary_slowpath__foreach_reciprocal_cpu_bool (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:06:39.0338849Z test_unary_slowpath__foreach_reciprocal_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:39.0496683Z test_unary_slowpath__foreach_reciprocal_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:39.0625129Z test_unary_slowpath__foreach_reciprocal_cpu_float16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:39.0753044Z test_unary_slowpath__foreach_reciprocal_cpu_float32 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:39.0876998Z test_unary_slowpath__foreach_reciprocal_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:39.1118289Z test_unary_slowpath__foreach_reciprocal_cpu_int16 (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:06:39.1370181Z test_unary_slowpath__foreach_reciprocal_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.1616086Z test_unary_slowpath__foreach_reciprocal_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.1865395Z test_unary_slowpath__foreach_reciprocal_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.2109426Z test_unary_slowpath__foreach_reciprocal_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.2242258Z test_unary_slowpath__foreach_round_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.2587272Z test_unary_slowpath__foreach_round_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:39.2970452Z test_unary_slowpath__foreach_round_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.038s) 2022-09-27T16:06:39.3350292Z test_unary_slowpath__foreach_round_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.037s) 2022-09-27T16:06:39.3709295Z test_unary_slowpath__foreach_round_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:39.3848761Z test_unary_slowpath__foreach_round_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.3981577Z test_unary_slowpath__foreach_round_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.4062330Z test_unary_slowpath__foreach_round_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:39.4142325Z test_unary_slowpath__foreach_round_cpu_int32 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:39.4217161Z test_unary_slowpath__foreach_round_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:39.4295563Z test_unary_slowpath__foreach_round_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:39.4374851Z test_unary_slowpath__foreach_round_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:39.4500664Z test_unary_slowpath__foreach_sigmoid_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:39.4739761Z test_unary_slowpath__foreach_sigmoid_cpu_bool (__main__.TestForeachCPU) ... ok (0.023s) 2022-09-27T16:06:39.4910861Z test_unary_slowpath__foreach_sigmoid_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:39.5070308Z test_unary_slowpath__foreach_sigmoid_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.015s) 2022-09-27T16:06:39.5429608Z test_unary_slowpath__foreach_sigmoid_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:39.5566170Z test_unary_slowpath__foreach_sigmoid_cpu_float32 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.5694918Z test_unary_slowpath__foreach_sigmoid_cpu_float64 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:39.5939203Z test_unary_slowpath__foreach_sigmoid_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.6183475Z test_unary_slowpath__foreach_sigmoid_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.6433420Z test_unary_slowpath__foreach_sigmoid_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.6684128Z test_unary_slowpath__foreach_sigmoid_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.6936623Z test_unary_slowpath__foreach_sigmoid_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:39.7070559Z test_unary_slowpath__foreach_sin_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.7316428Z test_unary_slowpath__foreach_sin_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.7506662Z test_unary_slowpath__foreach_sin_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:39.7685613Z test_unary_slowpath__foreach_sin_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:39.8044839Z test_unary_slowpath__foreach_sin_cpu_float16 (__main__.TestForeachCPU) ... ok (0.035s) 2022-09-27T16:06:39.8186156Z test_unary_slowpath__foreach_sin_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:39.8319954Z test_unary_slowpath__foreach_sin_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.8564885Z test_unary_slowpath__foreach_sin_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.8815471Z test_unary_slowpath__foreach_sin_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.9069589Z test_unary_slowpath__foreach_sin_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:39.9322238Z test_unary_slowpath__foreach_sin_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:39.9569915Z test_unary_slowpath__foreach_sin_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:39.9707248Z test_unary_slowpath__foreach_sinh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:39.9955826Z test_unary_slowpath__foreach_sinh_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.0134166Z test_unary_slowpath__foreach_sinh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:40.0303323Z test_unary_slowpath__foreach_sinh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:40.0666645Z test_unary_slowpath__foreach_sinh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:40.0809218Z test_unary_slowpath__foreach_sinh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:40.0946453Z test_unary_slowpath__foreach_sinh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:40.1191877Z test_unary_slowpath__foreach_sinh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.1440158Z test_unary_slowpath__foreach_sinh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.1688332Z test_unary_slowpath__foreach_sinh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.1936139Z test_unary_slowpath__foreach_sinh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.2186646Z test_unary_slowpath__foreach_sinh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.2315014Z test_unary_slowpath__foreach_sqrt_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.012s) 2022-09-27T16:06:40.2562045Z test_unary_slowpath__foreach_sqrt_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.2728983Z test_unary_slowpath__foreach_sqrt_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:40.2896766Z test_unary_slowpath__foreach_sqrt_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.016s) 2022-09-27T16:06:40.3262922Z test_unary_slowpath__foreach_sqrt_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:40.3408653Z test_unary_slowpath__foreach_sqrt_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:40.3544223Z test_unary_slowpath__foreach_sqrt_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:40.3793645Z test_unary_slowpath__foreach_sqrt_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.4042873Z test_unary_slowpath__foreach_sqrt_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.4288740Z test_unary_slowpath__foreach_sqrt_cpu_int64 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.4534602Z test_unary_slowpath__foreach_sqrt_cpu_int8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.4781459Z test_unary_slowpath__foreach_sqrt_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.4919698Z test_unary_slowpath__foreach_tan_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:40.5166941Z test_unary_slowpath__foreach_tan_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.5353189Z test_unary_slowpath__foreach_tan_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:40.5530130Z test_unary_slowpath__foreach_tan_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:40.5896998Z test_unary_slowpath__foreach_tan_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:40.6042697Z test_unary_slowpath__foreach_tan_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:40.6176351Z test_unary_slowpath__foreach_tan_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:40.6424828Z test_unary_slowpath__foreach_tan_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.6677555Z test_unary_slowpath__foreach_tan_cpu_int32 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:40.6930129Z test_unary_slowpath__foreach_tan_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:40.7187846Z test_unary_slowpath__foreach_tan_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:40.7441660Z test_unary_slowpath__foreach_tan_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:40.7577832Z test_unary_slowpath__foreach_tanh_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:40.7826436Z test_unary_slowpath__foreach_tanh_cpu_bool (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.8018609Z test_unary_slowpath__foreach_tanh_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.018s) 2022-09-27T16:06:40.8199459Z test_unary_slowpath__foreach_tanh_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.017s) 2022-09-27T16:06:40.8566203Z test_unary_slowpath__foreach_tanh_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:40.8711233Z test_unary_slowpath__foreach_tanh_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:40.8846891Z test_unary_slowpath__foreach_tanh_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:40.9091664Z test_unary_slowpath__foreach_tanh_cpu_int16 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.9342345Z test_unary_slowpath__foreach_tanh_cpu_int32 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:40.9595843Z test_unary_slowpath__foreach_tanh_cpu_int64 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:40.9851538Z test_unary_slowpath__foreach_tanh_cpu_int8 (__main__.TestForeachCPU) ... ok (0.025s) 2022-09-27T16:06:41.0101203Z test_unary_slowpath__foreach_tanh_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.024s) 2022-09-27T16:06:41.0236279Z test_unary_slowpath__foreach_trunc_cpu_bfloat16 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:41.0583128Z test_unary_slowpath__foreach_trunc_cpu_bool (__main__.TestForeachCPU) ... ok (0.034s) 2022-09-27T16:06:41.0954756Z test_unary_slowpath__foreach_trunc_cpu_complex128 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:41.1317972Z test_unary_slowpath__foreach_trunc_cpu_complex64 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:41.1683528Z test_unary_slowpath__foreach_trunc_cpu_float16 (__main__.TestForeachCPU) ... ok (0.036s) 2022-09-27T16:06:41.1825999Z test_unary_slowpath__foreach_trunc_cpu_float32 (__main__.TestForeachCPU) ... ok (0.014s) 2022-09-27T16:06:41.1959222Z test_unary_slowpath__foreach_trunc_cpu_float64 (__main__.TestForeachCPU) ... ok (0.013s) 2022-09-27T16:06:41.2040323Z test_unary_slowpath__foreach_trunc_cpu_int16 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:41.2121684Z test_unary_slowpath__foreach_trunc_cpu_int32 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:41.2197400Z test_unary_slowpath__foreach_trunc_cpu_int64 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:41.2277837Z test_unary_slowpath__foreach_trunc_cpu_int8 (__main__.TestForeachCPU) ... ok (0.007s) 2022-09-27T16:06:41.2358634Z test_unary_slowpath__foreach_trunc_cpu_uint8 (__main__.TestForeachCPU) ... ok (0.008s) 2022-09-27T16:06:41.2358959Z 2022-09-27T16:06:41.2359426Z ---------------------------------------------------------------------- 2022-09-27T16:06:41.2361936Z Ran 1182 tests in 86.230s 2022-09-27T16:06:41.2362134Z 2022-09-27T16:06:41.2362259Z OK (skipped=280) 2022-09-27T16:06:41.2362445Z 2022-09-27T16:06:41.2362583Z Generating XML reports... 2022-09-27T16:06:41.3286458Z Generated XML report: test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927160514.xml 2022-09-27T16:06:41.8623975Z Running test_tensor_creation_ops ... [2022-09-27 16:06:41.862016] 2022-09-27T16:06:41.8624562Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensor_creation_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:06:41.862100] 2022-09-27T16:06:43.4377307Z Test results will be stored in test-reports/python-unittest/test_tensor_creation_ops 2022-09-27T16:06:43.4419509Z 2022-09-27T16:06:43.4420021Z Running tests... 2022-09-27T16:06:43.4420517Z ---------------------------------------------------------------------- 2022-09-27T16:06:43.6272611Z test_alias_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3676 2022-09-27T16:06:43.6273429Z due to: 2022-09-27T16:06:43.6273752Z Traceback (most recent call last): 2022-09-27T16:06:43.6274443Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:43.6275516Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:43.6276142Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:06:43.6276421Z 2022-09-27T16:06:43.6276535Z from user code: 2022-09-27T16:06:43.6276899Z File "test_tensor_creation_ops.py", line 3680, in 2022-09-27T16:06:43.6277373Z self.assertEqual(result.data_ptr(), original.data_ptr()) 2022-09-27T16:06:43.6277629Z 2022-09-27T16:06:43.6277824Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:43.6278319Z ========== 2022-09-27T16:06:43.6983338Z ok (0.194s) 2022-09-27T16:06:43.7513913Z test_alias_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.052s) 2022-09-27T16:06:43.7579004Z test_alias_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.7645133Z test_alias_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.7708622Z test_alias_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.7771540Z test_alias_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.7830091Z test_alias_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:06:43.7890997Z test_alias_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.7918983Z test_alias_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.7943889Z test_alias_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.7967673Z test_alias_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.8042356Z test_alias_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.007s) 2022-09-27T16:06:43.8111658Z test_alias_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8181531Z test_alias_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8247510Z test_alias_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8315197Z test_alias_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8379293Z test_alias_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8439592Z test_alias_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8504417Z test_alias_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.006s) 2022-09-27T16:06:43.8534575Z test_alias_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8563987Z test_alias_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.8595080Z test_alias_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8638316Z test_alias_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.004s) 2022-09-27T16:06:43.8676262Z test_alias_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8714806Z test_alias_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8750245Z test_alias_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8783221Z test_alias_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8815220Z test_alias_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.8843879Z test_alias_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.8872245Z test_alias_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.8900463Z test_alias_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.8928848Z test_alias_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.8957086Z test_alias_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.9014059Z test_alias_from_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.005s) 2022-09-27T16:06:43.9042128Z test_alias_from_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.9078969Z test_alias_from_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9116505Z test_alias_from_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9148996Z test_alias_from_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9180760Z test_alias_from_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9211648Z test_alias_from_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9239353Z test_alias_from_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.9268118Z test_alias_from_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.9295983Z test_alias_from_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:43.9326334Z test_alias_from_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9356584Z test_alias_from_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:43.9441843Z test_astensor_consistency_cpu (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:43.9978182Z test_copy_from_buffer_cpu_bool (__main__.TestAsArrayCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3764 2022-09-27T16:06:43.9978787Z due to: 2022-09-27T16:06:43.9979073Z Traceback (most recent call last): 2022-09-27T16:06:43.9979753Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:43.9980446Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:43.9981180Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:06:43.9981552Z 2022-09-27T16:06:43.9981677Z from user code: 2022-09-27T16:06:43.9982103Z File "test_tensor_creation_ops.py", line 3767, in 2022-09-27T16:06:43.9982562Z if torch.cuda.is_available(): 2022-09-27T16:06:43.9982790Z 2022-09-27T16:06:43.9983030Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:43.9983431Z ========== 2022-09-27T16:06:43.9983711Z ok (0.053s) 2022-09-27T16:06:44.0993180Z test_copy_from_buffer_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.100s) 2022-09-27T16:06:44.1275988Z test_copy_from_buffer_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.028s) 2022-09-27T16:06:44.1511466Z test_copy_from_buffer_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-09-27T16:06:44.1750819Z test_copy_from_buffer_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-09-27T16:06:44.1985422Z test_copy_from_buffer_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-09-27T16:06:44.2220240Z test_copy_from_buffer_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-09-27T16:06:44.2452292Z test_copy_from_buffer_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.023s) 2022-09-27T16:06:44.2477672Z test_copy_from_buffer_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.2501281Z test_copy_from_buffer_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.2524337Z test_copy_from_buffer_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.2658296Z test_copy_from_dlpack_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:06:44.2738727Z test_copy_from_dlpack_cpu_complex128 (__main__.TestAsArrayCPU) ... test_tensor_creation_ops.py:3675: 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-09-27T16:06:44.2739479Z result = torch.asarray(cvt(original), **kwargs) 2022-09-27T16:06:44.2797747Z ok (0.013s) 2022-09-27T16:06:44.2929765Z test_copy_from_dlpack_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.013s) 2022-09-27T16:06:44.3059441Z test_copy_from_dlpack_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:06:44.3185812Z test_copy_from_dlpack_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:06:44.3313068Z test_copy_from_dlpack_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:06:44.3435301Z test_copy_from_dlpack_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:06:44.3557639Z test_copy_from_dlpack_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.012s) 2022-09-27T16:06:44.3644787Z test_copy_from_dlpack_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.3728873Z test_copy_from_dlpack_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.3814483Z test_copy_from_dlpack_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.3850241Z test_copy_from_dlpack_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:06:44.3862990Z test_copy_from_dlpack_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3874717Z test_copy_from_dlpack_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3885942Z test_copy_from_dlpack_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3896904Z test_copy_from_dlpack_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3908064Z test_copy_from_dlpack_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3919057Z test_copy_from_dlpack_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3930098Z test_copy_from_dlpack_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3941341Z test_copy_from_dlpack_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3952393Z test_copy_from_dlpack_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.3963720Z test_copy_from_dlpack_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.4071563Z test_copy_from_numpy_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.010s) 2022-09-27T16:06:44.4163139Z test_copy_from_numpy_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-09-27T16:06:44.4254101Z test_copy_from_numpy_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-09-27T16:06:44.4343728Z test_copy_from_numpy_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4433924Z test_copy_from_numpy_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4523267Z test_copy_from_numpy_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4609062Z test_copy_from_numpy_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4692667Z test_copy_from_numpy_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4777404Z test_copy_from_numpy_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4861318Z test_copy_from_numpy_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4944578Z test_copy_from_numpy_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.4959677Z test_copy_from_tensor_mult_devices_cpu_bfloat16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.4971551Z test_copy_from_tensor_mult_devices_cpu_complex128 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.4982876Z test_copy_from_tensor_mult_devices_cpu_complex64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.4993890Z test_copy_from_tensor_mult_devices_cpu_float16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5004793Z test_copy_from_tensor_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5015757Z test_copy_from_tensor_mult_devices_cpu_float64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5026912Z test_copy_from_tensor_mult_devices_cpu_int16 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5037966Z test_copy_from_tensor_mult_devices_cpu_int32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5049028Z test_copy_from_tensor_mult_devices_cpu_int64 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5060093Z test_copy_from_tensor_mult_devices_cpu_int8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5071158Z test_copy_from_tensor_mult_devices_cpu_uint8 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.5222963Z test_copy_list_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.015s) 2022-09-27T16:06:44.5336209Z test_copy_list_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:06:44.5426898Z test_copy_list_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.009s) 2022-09-27T16:06:44.5460268Z test_copy_list_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.003s) 2022-09-27T16:06:44.5490348Z test_copy_list_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5519672Z test_copy_list_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5548020Z test_copy_list_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5574426Z test_copy_list_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5600896Z test_copy_list_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5626735Z test_copy_list_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5652889Z test_copy_list_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5679552Z test_copy_list_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.002s) 2022-09-27T16:06:44.5791634Z test_copy_tensor_cpu_bfloat16 (__main__.TestAsArrayCPU) ... ok (0.011s) 2022-09-27T16:06:44.5875989Z test_copy_tensor_cpu_bool (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.5965573Z test_copy_tensor_cpu_complex128 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6054596Z test_copy_tensor_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6142775Z test_copy_tensor_cpu_float16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6229647Z test_copy_tensor_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6314892Z test_copy_tensor_cpu_float64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6397991Z test_copy_tensor_cpu_int16 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6479440Z test_copy_tensor_cpu_int32 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6561414Z test_copy_tensor_cpu_int64 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6643752Z test_copy_tensor_cpu_int8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.6725461Z test_copy_tensor_cpu_uint8 (__main__.TestAsArrayCPU) ... ok (0.008s) 2022-09-27T16:06:44.7153685Z test_retain_autograd_history_cpu_complex64 (__main__.TestAsArrayCPU) ... ok (0.042s) 2022-09-27T16:06:44.7321196Z test_retain_autograd_history_cpu_float32 (__main__.TestAsArrayCPU) ... ok (0.016s) 2022-09-27T16:06:44.7402678Z test_unsupported_alias_cpu_float32 (__main__.TestAsArrayCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3838 2022-09-27T16:06:44.7403050Z due to: 2022-09-27T16:06:44.7403471Z Traceback (most recent call last): 2022-09-27T16:06:44.7404111Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:44.7404798Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:44.7405640Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:06:44.7405873Z 2022-09-27T16:06:44.7405944Z from user code: 2022-09-27T16:06:44.7406203Z File "test_tensor_creation_ops.py", line 3840, in 2022-09-27T16:06:44.7407778Z if torch.cuda.is_available(): 2022-09-27T16:06:44.7408003Z 2022-09-27T16:06:44.7408249Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:44.7408641Z ========== 2022-09-27T16:06:44.7454620Z ok (0.013s) 2022-09-27T16:06:44.7469769Z test_unsupported_alias_mult_devices_cpu_float32 (__main__.TestAsArrayCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:44.7649797Z test_byte_to_int_cpu (__main__.TestBufferProtocolCPU) ... ok (0.017s) 2022-09-27T16:06:44.7705184Z test_invalid_positional_args_cpu_bool (__main__.TestBufferProtocolCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_invalid_positional_args test_tensor_creation_ops.py line 3561 2022-09-27T16:06:44.7705830Z due to: 2022-09-27T16:06:44.7706164Z Traceback (most recent call last): 2022-09-27T16:06:44.7706672Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:44.7707134Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:44.7707520Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T16:06:44.7707692Z 2022-09-27T16:06:44.7707761Z from user code: 2022-09-27T16:06:44.7708003Z File "test_tensor_creation_ops.py", line 3563, in test_invalid_positional_args 2022-09-27T16:06:44.7708250Z bytes = get_dtype_size(dtype) 2022-09-27T16:06:44.7708372Z 2022-09-27T16:06:44.7708503Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:44.7708717Z ========== 2022-09-27T16:06:44.7722171Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT get_dtype_size test_tensor_creation_ops.py line 3488 2022-09-27T16:06:44.7722680Z due to: 2022-09-27T16:06:44.7722950Z Traceback (most recent call last): 2022-09-27T16:06:44.7723356Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:44.7723818Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:44.7724223Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T16:06:44.7724399Z 2022-09-27T16:06:44.7724470Z from user code: 2022-09-27T16:06:44.7724696Z File "test_tensor_creation_ops.py", line 3489, in get_dtype_size 2022-09-27T16:06:44.7724958Z return int(torch.empty((), dtype=dtype).element_size()) 2022-09-27T16:06:44.7725107Z 2022-09-27T16:06:44.7725238Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:44.7725453Z ========== 2022-09-27T16:06:44.7770595Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _run_test test_tensor_creation_ops.py line 3492 2022-09-27T16:06:44.7771107Z due to: 2022-09-27T16:06:44.7771451Z Traceback (most recent call last): 2022-09-27T16:06:44.7771855Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:44.7772300Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:44.7772699Z AssertionError: torch.* op returned non-Tensor int call_method element_size 2022-09-27T16:06:44.7772874Z 2022-09-27T16:06:44.7772943Z from user code: 2022-09-27T16:06:44.7773151Z File "test_tensor_creation_ops.py", line 3496, in _run_test 2022-09-27T16:06:44.7773614Z offset = first * get_dtype_size(dtype) 2022-09-27T16:06:44.7773752Z 2022-09-27T16:06:44.7773886Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:44.7774108Z ========== 2022-09-27T16:06:44.7878750Z ok (0.022s) 2022-09-27T16:06:44.8040039Z test_invalid_positional_args_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:06:44.8199977Z test_invalid_positional_args_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:06:44.8356628Z test_invalid_positional_args_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:06:44.8514353Z test_invalid_positional_args_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.015s) 2022-09-27T16:06:44.8657279Z test_invalid_positional_args_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.014s) 2022-09-27T16:06:44.8797424Z test_invalid_positional_args_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:06:44.8936559Z test_invalid_positional_args_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:06:44.9075413Z test_invalid_positional_args_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.013s) 2022-09-27T16:06:44.9203901Z test_invalid_positional_args_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:06:44.9331698Z test_invalid_positional_args_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.012s) 2022-09-27T16:06:45.7214484Z test_non_writable_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.788s) 2022-09-27T16:06:45.7283856Z test_non_writable_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:45.7363558Z test_non_writable_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:06:45.7423503Z test_non_writable_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.7484121Z test_non_writable_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:45.7542388Z test_non_writable_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.7601108Z test_non_writable_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.7657977Z test_non_writable_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.7674044Z test_non_writable_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.7687838Z test_non_writable_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.7701434Z test_non_writable_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.7768862Z test_not_a_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:45.7792190Z test_not_a_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7815486Z test_not_a_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7838179Z test_not_a_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7861036Z test_not_a_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7883221Z test_not_a_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7905624Z test_not_a_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7928146Z test_not_a_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7950476Z test_not_a_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7972841Z test_not_a_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.7995286Z test_not_a_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8088525Z test_requires_grad_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-09-27T16:06:45.8126532Z test_requires_grad_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:45.8162901Z test_requires_grad_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:45.8195902Z test_requires_grad_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:45.8228416Z test_requires_grad_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:45.8261461Z test_requires_grad_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:45.8288368Z test_requires_grad_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8314436Z test_requires_grad_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8339765Z test_requires_grad_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8365585Z test_requires_grad_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8393901Z test_requires_grad_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8446129Z test_same_type_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.8468489Z test_same_type_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8490156Z test_same_type_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8510415Z test_same_type_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8530358Z test_same_type_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8550762Z test_same_type_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:45.8568887Z test_same_type_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.8586321Z test_same_type_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.8603623Z test_same_type_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.8621766Z test_same_type_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.8638989Z test_same_type_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.001s) 2022-09-27T16:06:45.8730692Z test_shared_buffer_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-09-27T16:06:45.8808663Z test_shared_buffer_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:06:45.8889597Z test_shared_buffer_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:06:45.8962804Z test_shared_buffer_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:06:45.9034975Z test_shared_buffer_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:06:45.9104885Z test_shared_buffer_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:45.9161689Z test_shared_buffer_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.9217501Z test_shared_buffer_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.9270314Z test_shared_buffer_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.9325484Z test_shared_buffer_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.9381195Z test_shared_buffer_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.9475023Z test_with_count_and_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.009s) 2022-09-27T16:06:45.9558323Z test_with_count_and_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:06:45.9643825Z test_with_count_and_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:06:45.9727562Z test_with_count_and_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.008s) 2022-09-27T16:06:45.9801814Z test_with_count_and_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:06:45.9874503Z test_with_count_and_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.007s) 2022-09-27T16:06:45.9929821Z test_with_count_and_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:45.9990431Z test_with_count_and_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:46.0043001Z test_with_count_and_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:46.0097287Z test_with_count_and_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:46.0151463Z test_with_count_and_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.005s) 2022-09-27T16:06:46.0214097Z test_with_count_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:46.0246638Z test_with_count_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:46.0276819Z test_with_count_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.003s) 2022-09-27T16:06:46.0303941Z test_with_count_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0330731Z test_with_count_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0357055Z test_with_count_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0379325Z test_with_count_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0401287Z test_with_count_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0422501Z test_with_count_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0444421Z test_with_count_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0466209Z test_with_count_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0527532Z test_with_offset_cpu_bool (__main__.TestBufferProtocolCPU) ... ok (0.006s) 2022-09-27T16:06:46.0553727Z test_with_offset_cpu_complex128 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0580089Z test_with_offset_cpu_complex64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0604551Z test_with_offset_cpu_float16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0628688Z test_with_offset_cpu_float32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0652228Z test_with_offset_cpu_float64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0672592Z test_with_offset_cpu_int16 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0692851Z test_with_offset_cpu_int32 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0714659Z test_with_offset_cpu_int64 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0734809Z test_with_offset_cpu_int8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0754754Z test_with_offset_cpu_uint8 (__main__.TestBufferProtocolCPU) ... ok (0.002s) 2022-09-27T16:06:46.0884750Z test_empty_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:06:46.1040519Z test_full_like_inference_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:06:46.1197798Z test_ones_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.015s) 2022-09-27T16:06:46.1212209Z test_ones_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:06:46.1292418Z test_zeros_like_cpu (__main__.TestLikeTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:06:46.1305716Z test_zeros_like_multiple_device_cpu (__main__.TestLikeTensorCreationCPU) ... skip: fewer than 2 devices detected (0.001s) 2022-09-27T16:06:49.5811103Z test_normal_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (3.450s) 2022-09-27T16:06:50.6615921Z test_normal_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (1.080s) 2022-09-27T16:06:50.6930665Z test_normal_std_error_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:06:50.7057939Z test_rand_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:06:50.7075851Z test_rand_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... test_tensor_creation_ops.py:3323: 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-09-27T16:06:50.7076364Z res1 = torch.rand(size, size, dtype=dtype, device=device) 2022-09-27T16:06:50.7093018Z ok (0.003s) 2022-09-27T16:06:50.7122673Z test_rand_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:06:50.7149217Z test_rand_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:06:50.7175383Z test_rand_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:06:50.7219845Z test_randint_cpu (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_randint test_tensor_creation_ops.py line 3275 2022-09-27T16:06:50.7220188Z due to: 2022-09-27T16:06:50.7220371Z Traceback (most recent call last): 2022-09-27T16:06:50.7220775Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:50.7221229Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:50.7221656Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T16:06:50.7221857Z 2022-09-27T16:06:50.7221927Z from user code: 2022-09-27T16:06:50.7222155Z File "test_tensor_creation_ops.py", line 3279, in test_randint 2022-09-27T16:06:50.7222379Z def seed(generator): 2022-09-27T16:06:50.7222481Z 2022-09-27T16:06:50.7222611Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:50.7222829Z ========== 2022-09-27T16:06:50.7311467Z ok (0.013s) 2022-09-27T16:06:50.7398496Z test_randint_inference_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:06:50.7502700Z test_randn_cpu_bfloat16 (__main__.TestRandomTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:06:50.7546647Z test_randn_cpu_complex128 (__main__.TestRandomTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:06:50.7581217Z test_randn_cpu_complex32 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:06:50.7611677Z test_randn_cpu_complex64 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:06:50.7640660Z test_randn_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:06:50.7667215Z test_randn_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:06:50.7699938Z test_randn_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.003s) 2022-09-27T16:06:50.7801027Z test_random_neg_values_cpu (__main__.TestRandomTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:06:50.7879437Z test_randperm_cpu (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_randperm test_tensor_creation_ops.py line 3329 2022-09-27T16:06:50.7879888Z due to: 2022-09-27T16:06:50.7880076Z Traceback (most recent call last): 2022-09-27T16:06:50.7880480Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:50.7880929Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:50.7881444Z AssertionError: torch.* op returned non-Tensor _GeneratorContextManager call_function 2022-09-27T16:06:50.7881678Z 2022-09-27T16:06:50.7881750Z from user code: 2022-09-27T16:06:50.7881975Z File "test_tensor_creation_ops.py", line 3349, in test_randperm 2022-09-27T16:06:50.7882239Z with torch.random.fork_rng(devices=rng_device): 2022-09-27T16:06:50.7882372Z 2022-09-27T16:06:50.7882505Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:50.7882721Z ========== 2022-09-27T16:06:50.8252365Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3375 2022-09-27T16:06:50.8252847Z due to: 2022-09-27T16:06:50.8253180Z Traceback (most recent call last): 2022-09-27T16:06:50.8253837Z File "/opt/conda/lib/python3.7/site-packages/torch/_meta_registrations.py", line 75, in meta_randperm 2022-09-27T16:06:50.8254334Z assert out.ndim == 1 and out.size(0) == n 2022-09-27T16:06:50.8254650Z AssertionError 2022-09-27T16:06:50.8254837Z 2022-09-27T16:06:50.8254955Z from user code: 2022-09-27T16:06:50.8255321Z File "test_tensor_creation_ops.py", line 3375, in 2022-09-27T16:06:50.8255913Z self.assertRaises(RuntimeError, lambda: torch.randperm(large_n, out=res, device=device)) 2022-09-27T16:06:50.8256238Z 2022-09-27T16:06:50.8256458Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:50.8256822Z ========== 2022-09-27T16:06:53.7690849Z ok (2.988s) 2022-09-27T16:06:53.7722685Z test_randperm_device_compatibility_cpu (__main__.TestRandomTensorCreationCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:06:53.8731180Z test_uniform_from_to_cpu_float16 (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3224 2022-09-27T16:06:53.8731655Z due to: 2022-09-27T16:06:53.8731847Z Traceback (most recent call last): 2022-09-27T16:06:53.8732200Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:53.8732472Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:53.8732811Z RuntimeError: uniform_ expects to return a [from, to) range, but found from=0 > to=-42 2022-09-27T16:06:53.8732991Z 2022-09-27T16:06:53.8733128Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:53.8733295Z 2022-09-27T16:06:53.8733389Z Traceback (most recent call last): 2022-09-27T16:06:53.8733787Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:53.8734071Z raise TorchRuntimeError() from e 2022-09-27T16:06:53.8734304Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:53.8734444Z 2022-09-27T16:06:53.8734516Z from user code: 2022-09-27T16:06:53.8734748Z File "test_tensor_creation_ops.py", line 3224, in 2022-09-27T16:06:53.8734975Z lambda: t.uniform_(from_, to_) 2022-09-27T16:06:53.8735098Z 2022-09-27T16:06:53.8735227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:53.8735432Z ========== 2022-09-27T16:06:53.8948978Z ok (0.122s) 2022-09-27T16:06:53.9754383Z test_uniform_from_to_cpu_float32 (__main__.TestRandomTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 3230 2022-09-27T16:06:53.9754897Z due to: 2022-09-27T16:06:53.9755186Z Traceback (most recent call last): 2022-09-27T16:06:53.9755746Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:53.9756134Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:53.9757025Z RuntimeError: uniform_ expects to-from <= std::numeric_limits::max(), but found to=3.40282e+38 and from=-3.40282e+38 which result in to-from to exceed the limit 2022-09-27T16:06:53.9757454Z 2022-09-27T16:06:53.9757580Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:53.9757750Z 2022-09-27T16:06:53.9757843Z Traceback (most recent call last): 2022-09-27T16:06:53.9758235Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:53.9758535Z raise TorchRuntimeError() from e 2022-09-27T16:06:53.9758756Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:53.9758897Z 2022-09-27T16:06:53.9758965Z from user code: 2022-09-27T16:06:53.9759183Z File "test_tensor_creation_ops.py", line 3230, in 2022-09-27T16:06:53.9759400Z lambda: t.uniform_(from_, to_) 2022-09-27T16:06:53.9759521Z 2022-09-27T16:06:53.9760021Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:53.9760249Z ========== 2022-09-27T16:06:54.0547226Z ok (0.159s) 2022-09-27T16:06:54.2695862Z test_uniform_from_to_cpu_float64 (__main__.TestRandomTensorCreationCPU) ... ok (0.214s) 2022-09-27T16:06:54.2895693Z test_arange_bfloat16_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:06:54.3262364Z test_arange_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_arange test_tensor_creation_ops.py line 2259 2022-09-27T16:06:54.3263274Z due to: 2022-09-27T16:06:54.3263524Z Traceback (most recent call last): 2022-09-27T16:06:54.3263936Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/lists.py", line 41, in as_proxy 2022-09-27T16:06:54.3264249Z return self.python_type()(self._as_proxy()) 2022-09-27T16:06:54.3264562Z TypeError: 'list' object cannot be interpreted as an integer 2022-09-27T16:06:54.3264706Z 2022-09-27T16:06:54.3264783Z from user code: 2022-09-27T16:06:54.3265005Z File "test_tensor_creation_ops.py", line 2260, in test_arange 2022-09-27T16:06:54.3265256Z res = torch.tensor(range(10000), device=device) 2022-09-27T16:06:54.3265395Z 2022-09-27T16:06:54.3265516Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.3265735Z ========== 2022-09-27T16:06:54.3913861Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2375 2022-09-27T16:06:54.3914327Z due to: 2022-09-27T16:06:54.3914640Z Traceback (most recent call last): 2022-09-27T16:06:54.3915242Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.3915719Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.3916164Z RuntimeError: unsupported range: -5 -> nan 2022-09-27T16:06:54.3916394Z 2022-09-27T16:06:54.3916622Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.3916900Z 2022-09-27T16:06:54.3917063Z Traceback (most recent call last): 2022-09-27T16:06:54.3917716Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.3918212Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.3918601Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.3918837Z 2022-09-27T16:06:54.3918952Z from user code: 2022-09-27T16:06:54.3919300Z File "test_tensor_creation_ops.py", line 2375, in 2022-09-27T16:06:54.3919971Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(-5, float('nan'), device=device)) 2022-09-27T16:06:54.3920313Z 2022-09-27T16:06:54.3920533Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.3920886Z ========== 2022-09-27T16:06:54.4030685Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2377 2022-09-27T16:06:54.4031119Z due to: 2022-09-27T16:06:54.4031839Z Traceback (most recent call last): 2022-09-27T16:06:54.4033775Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4034232Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4034694Z RuntimeError: unsupported range: 0 -> -inf 2022-09-27T16:06:54.4034920Z 2022-09-27T16:06:54.4035134Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4035414Z 2022-09-27T16:06:54.4035568Z Traceback (most recent call last): 2022-09-27T16:06:54.4036239Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4036752Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4037127Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4037365Z 2022-09-27T16:06:54.4037480Z from user code: 2022-09-27T16:06:54.4037844Z File "test_tensor_creation_ops.py", line 2377, in 2022-09-27T16:06:54.4038509Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(0, float('-inf'), -1, device=device)) 2022-09-27T16:06:54.4039101Z 2022-09-27T16:06:54.4039328Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4039694Z ========== 2022-09-27T16:06:54.4148228Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2378 2022-09-27T16:06:54.4148696Z due to: 2022-09-27T16:06:54.4149013Z Traceback (most recent call last): 2022-09-27T16:06:54.4149600Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4150034Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4150705Z RuntimeError: unsupported range: 0 -> inf 2022-09-27T16:06:54.4150963Z 2022-09-27T16:06:54.4151189Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4151472Z 2022-09-27T16:06:54.4151625Z Traceback (most recent call last): 2022-09-27T16:06:54.4152283Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4152789Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4153195Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4153567Z 2022-09-27T16:06:54.4153670Z from user code: 2022-09-27T16:06:54.4154031Z File "test_tensor_creation_ops.py", line 2378, in 2022-09-27T16:06:54.4154699Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(0, float('inf'), device=device)) 2022-09-27T16:06:54.4155033Z 2022-09-27T16:06:54.4155258Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4155609Z ========== 2022-09-27T16:06:54.4268099Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2379 2022-09-27T16:06:54.4268550Z due to: 2022-09-27T16:06:54.4268859Z Traceback (most recent call last): 2022-09-27T16:06:54.4269434Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4269886Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4270347Z RuntimeError: unsupported range: -inf -> 10 2022-09-27T16:06:54.4270565Z 2022-09-27T16:06:54.4270793Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4271074Z 2022-09-27T16:06:54.4271221Z Traceback (most recent call last): 2022-09-27T16:06:54.4271885Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4272371Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4272761Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4272996Z 2022-09-27T16:06:54.4273114Z from user code: 2022-09-27T16:06:54.4273603Z File "test_tensor_creation_ops.py", line 2379, in 2022-09-27T16:06:54.4274270Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('-inf'), 10, device=device)) 2022-09-27T16:06:54.4274608Z 2022-09-27T16:06:54.4274851Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4275219Z ========== 2022-09-27T16:06:54.4388178Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2380 2022-09-27T16:06:54.4388865Z due to: 2022-09-27T16:06:54.4389346Z Traceback (most recent call last): 2022-09-27T16:06:54.4390118Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4390611Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4391260Z RuntimeError: unsupported range: nan -> 10 2022-09-27T16:06:54.4391661Z 2022-09-27T16:06:54.4391910Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4392206Z 2022-09-27T16:06:54.4393181Z Traceback (most recent call last): 2022-09-27T16:06:54.4394220Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4394894Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4395415Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4395667Z 2022-09-27T16:06:54.4395790Z from user code: 2022-09-27T16:06:54.4397111Z File "test_tensor_creation_ops.py", line 2380, in 2022-09-27T16:06:54.4397965Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('nan'), 10, device=device)) 2022-09-27T16:06:54.4398305Z 2022-09-27T16:06:54.4398815Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4399181Z ========== 2022-09-27T16:06:54.4516760Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2381 2022-09-27T16:06:54.4517212Z due to: 2022-09-27T16:06:54.4517522Z Traceback (most recent call last): 2022-09-27T16:06:54.4518305Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4519578Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4520042Z RuntimeError: unsupported range: 0 -> inf 2022-09-27T16:06:54.4520274Z 2022-09-27T16:06:54.4520513Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4520791Z 2022-09-27T16:06:54.4520934Z Traceback (most recent call last): 2022-09-27T16:06:54.4521600Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4522091Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4522477Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4522700Z 2022-09-27T16:06:54.4522815Z from user code: 2022-09-27T16:06:54.4523175Z File "test_tensor_creation_ops.py", line 2381, in 2022-09-27T16:06:54.4523840Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('inf'), device=device)) 2022-09-27T16:06:54.4524176Z 2022-09-27T16:06:54.4524380Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4524745Z ========== 2022-09-27T16:06:54.4633491Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2382 2022-09-27T16:06:54.4634077Z due to: 2022-09-27T16:06:54.4634385Z Traceback (most recent call last): 2022-09-27T16:06:54.4635148Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4650204Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4650892Z RuntimeError: unsupported range: 0 -> nan 2022-09-27T16:06:54.4651113Z 2022-09-27T16:06:54.4651469Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4651766Z 2022-09-27T16:06:54.4651924Z Traceback (most recent call last): 2022-09-27T16:06:54.4653074Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4653725Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4654110Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4654473Z 2022-09-27T16:06:54.4654599Z from user code: 2022-09-27T16:06:54.4654962Z File "test_tensor_creation_ops.py", line 2382, in 2022-09-27T16:06:54.4655747Z self.assertRaisesRegex(RuntimeError, msg, lambda: torch.arange(float('nan'), device=device)) 2022-09-27T16:06:54.4656285Z 2022-09-27T16:06:54.4656634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4657024Z ========== 2022-09-27T16:06:54.4759027Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2386 2022-09-27T16:06:54.4759496Z due to: 2022-09-27T16:06:54.4759818Z Traceback (most recent call last): 2022-09-27T16:06:54.4760804Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:06:54.4761241Z return self._op(*args, **kwargs or {}) 2022-09-27T16:06:54.4766951Z RuntimeError: invalid size, possible overflow? 2022-09-27T16:06:54.4767281Z 2022-09-27T16:06:54.4767532Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:54.4767839Z 2022-09-27T16:06:54.4768004Z Traceback (most recent call last): 2022-09-27T16:06:54.4768796Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:54.4769588Z raise TorchRuntimeError() from e 2022-09-27T16:06:54.4770015Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:54.4770274Z 2022-09-27T16:06:54.4770396Z from user code: 2022-09-27T16:06:54.4770770Z File "test_tensor_creation_ops.py", line 2386, in 2022-09-27T16:06:54.4771377Z lambda: torch.arange(1.175494351e-38, 3.402823466e+38, device=device)) 2022-09-27T16:06:54.4771646Z 2022-09-27T16:06:54.4771882Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4772278Z ========== 2022-09-27T16:06:54.4819814Z ok (0.192s) 2022-09-27T16:06:54.4837205Z test_arange_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:06:54.4852005Z test_arange_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:06:54.4865991Z test_arange_device_vs_cpu_cpu_int32 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:06:54.4879588Z test_arange_device_vs_cpu_cpu_int64 (__main__.TestTensorCreationCPU) ... skip: compares device with cpu (0.001s) 2022-09-27T16:06:54.4933435Z test_arange_inference_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_arange_inference test_tensor_creation_ops.py line 2393 2022-09-27T16:06:54.4934014Z due to: 2022-09-27T16:06:54.4934337Z Traceback (most recent call last): 2022-09-27T16:06:54.4934996Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:54.4935770Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:54.4936535Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:06:54.4936892Z 2022-09-27T16:06:54.4937007Z from user code: 2022-09-27T16:06:54.4937442Z File "test_tensor_creation_ops.py", line 2395, in test_arange_inference 2022-09-27T16:06:54.4937885Z saved_dtype = torch.get_default_dtype() 2022-09-27T16:06:54.4938111Z 2022-09-27T16:06:54.4938340Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:54.4939608Z ========== 2022-09-27T16:06:54.4939911Z ok (0.005s) 2022-09-27T16:06:54.5155458Z test_as_strided_neg_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:06:54.5824614Z test_as_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.066s) 2022-09-27T16:06:55.0363196Z test_block_diag_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 304 2022-09-27T16:06:55.0363646Z due to: 2022-09-27T16:06:55.0363851Z Traceback (most recent call last): 2022-09-27T16:06:55.0364262Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 612, in _find_common_device 2022-09-27T16:06:55.0364595Z assert common_device is not None, f"Could not find common device for {func}" 2022-09-27T16:06:55.0364933Z AssertionError: Could not find common device for aten.block_diag.default 2022-09-27T16:06:55.0365106Z 2022-09-27T16:06:55.0365175Z from user code: 2022-09-27T16:06:55.0365406Z File "test_tensor_creation_ops.py", line 306, in 2022-09-27T16:06:55.0365657Z result = torch.block_diag() 2022-09-27T16:06:55.0365780Z 2022-09-27T16:06:55.0365911Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:55.0366126Z ========== 2022-09-27T16:06:55.0524265Z ok (0.469s) 2022-09-27T16:06:55.1468314Z test_block_diag_scipy_cpu (__main__.TestTensorCreationCPU) ... ok (0.094s) 2022-09-27T16:06:55.1836270Z test_cartesian_prod_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1375 2022-09-27T16:06:55.1836650Z due to: 2022-09-27T16:06:55.1836918Z Traceback (most recent call last): 2022-09-27T16:06:55.1837987Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:55.1838350Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:55.1838921Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:06:55.1839286Z 2022-09-27T16:06:55.1839427Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:55.1839597Z 2022-09-27T16:06:55.1839773Z Traceback (most recent call last): 2022-09-27T16:06:55.1840229Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:55.1840513Z raise TorchRuntimeError() from e 2022-09-27T16:06:55.1840805Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:55.1840949Z 2022-09-27T16:06:55.1841022Z from user code: 2022-09-27T16:06:55.1841355Z File "test_tensor_creation_ops.py", line 1375, in 2022-09-27T16:06:55.1841776Z expected = torch.tensor(list(product([a], b, c)), device=device) 2022-09-27T16:06:55.1841967Z 2022-09-27T16:06:55.1842187Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:55.1842444Z ========== 2022-09-27T16:06:55.1842594Z ok (0.037s) 2022-09-27T16:06:55.2054471Z test_cat2_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:06:55.2111912Z test_cat2_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:06:55.2161376Z test_cat2_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:06:55.2246339Z test_cat_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:06:55.2261389Z test_cat_big_cpu (__main__.TestTensorCreationCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:06:55.2283169Z test_cat_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:55.2482963Z test_cat_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:06:55.2669875Z test_cat_empty_legacy_cpu (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:06:55.2773606Z test_cat_in_channels_last_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cat_in_channels_last test_tensor_creation_ops.py line 551 2022-09-27T16:06:55.2774240Z due to: 2022-09-27T16:06:55.2774564Z Traceback (most recent call last): 2022-09-27T16:06:55.2775323Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:06:55.2775690Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:06:55.2775953Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:06:55.2776107Z 2022-09-27T16:06:55.2776165Z from user code: 2022-09-27T16:06:55.2776403Z File "test_tensor_creation_ops.py", line 560, in test_cat_in_channels_last 2022-09-27T16:06:55.2776704Z self.assertTrue(res2.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:06:55.2776873Z 2022-09-27T16:06:55.2777006Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:55.2777287Z ========== 2022-09-27T16:06:56.1530918Z ok (0.885s) 2022-09-27T16:06:56.1696476Z test_cat_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:06:56.1822601Z test_cat_out_channels_last_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:06:56.1939452Z test_cat_out_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cat_out test_tensor_creation_ops.py line 507 2022-09-27T16:06:56.1940001Z due to: 2022-09-27T16:06:56.1940317Z Traceback (most recent call last): 2022-09-27T16:06:56.1941017Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:06:56.1941766Z assert name in tx.symbolic_locals 2022-09-27T16:06:56.1942088Z AssertionError 2022-09-27T16:06:56.1942272Z 2022-09-27T16:06:56.1942390Z from user code: 2022-09-27T16:06:56.1942766Z File "test_tensor_creation_ops.py", line 513, in test_cat_out 2022-09-27T16:06:56.1943161Z b = torch.cat([w[:2], w[4:6]], out=w[6:10]) 2022-09-27T16:06:56.1943375Z 2022-09-27T16:06:56.1943597Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.1943967Z ========== 2022-09-27T16:06:56.1952597Z ok (0.013s) 2022-09-27T16:06:56.1981825Z test_cat_out_memory_format_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:06:56.2153448Z test_cat_preserve_channels_last_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 579 2022-09-27T16:06:56.2154102Z due to: 2022-09-27T16:06:56.2154434Z Traceback (most recent call last): 2022-09-27T16:06:56.2155141Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:06:56.2155687Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:06:56.2156129Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:06:56.2156387Z 2022-09-27T16:06:56.2156487Z from user code: 2022-09-27T16:06:56.2156934Z File "test_tensor_creation_ops.py", line 580, in 2022-09-27T16:06:56.2157482Z self.assertTrue(res2.is_contiguous(memory_format=torch.channels_last)) 2022-09-27T16:06:56.2157784Z 2022-09-27T16:06:56.2158005Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.2158353Z ========== 2022-09-27T16:06:56.2158622Z ok (0.017s) 2022-09-27T16:06:56.2173272Z test_cat_stack_cross_devices_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:56.2815486Z test_combinations_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1396 2022-09-27T16:06:56.2816138Z due to: 2022-09-27T16:06:56.2816446Z Traceback (most recent call last): 2022-09-27T16:06:56.2817216Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.2817676Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.2818540Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:06:56.2819031Z 2022-09-27T16:06:56.2819261Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.2819542Z 2022-09-27T16:06:56.2819700Z Traceback (most recent call last): 2022-09-27T16:06:56.2820388Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.2820863Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.2821239Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.2821461Z 2022-09-27T16:06:56.2821572Z from user code: 2022-09-27T16:06:56.2821966Z File "test_tensor_creation_ops.py", line 1396, in 2022-09-27T16:06:56.2822504Z expected = torch.tensor(list(combinations(a, r=1)), device=device) 2022-09-27T16:06:56.2822787Z 2022-09-27T16:06:56.2823001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.2823348Z ========== 2022-09-27T16:06:56.2835319Z ok (0.066s) 2022-09-27T16:06:56.2851051Z test_complex_type_conversions_cpu (__main__.TestTensorCreationCPU) ... skip: real and imag not implemented for complex (0.001s) 2022-09-27T16:06:56.3035131Z test_constructor_device_legacy_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1944 2022-09-27T16:06:56.3035968Z due to: 2022-09-27T16:06:56.3036291Z Traceback (most recent call last): 2022-09-27T16:06:56.3036974Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.3037506Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.3038012Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.3038352Z 2022-09-27T16:06:56.3038582Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.3038848Z 2022-09-27T16:06:56.3039090Z Traceback (most recent call last): 2022-09-27T16:06:56.3039770Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.3040275Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.3040658Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.3040896Z 2022-09-27T16:06:56.3041015Z from user code: 2022-09-27T16:06:56.3041391Z File "test_tensor_creation_ops.py", line 1944, in 2022-09-27T16:06:56.3042012Z self.assertRaises(RuntimeError, lambda: torch.FloatTensor(device='cuda')) 2022-09-27T16:06:56.3042305Z 2022-09-27T16:06:56.3042528Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.3042894Z ========== 2022-09-27T16:06:56.3221584Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1945 2022-09-27T16:06:56.3222013Z due to: 2022-09-27T16:06:56.3222328Z Traceback (most recent call last): 2022-09-27T16:06:56.3223016Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.3223557Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.3224051Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.3224373Z 2022-09-27T16:06:56.3224604Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.3224899Z 2022-09-27T16:06:56.3225054Z Traceback (most recent call last): 2022-09-27T16:06:56.3225721Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.3226204Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.3226601Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.3226837Z 2022-09-27T16:06:56.3226958Z from user code: 2022-09-27T16:06:56.3227309Z File "test_tensor_creation_ops.py", line 1945, in 2022-09-27T16:06:56.3227980Z self.assertRaises(RuntimeError, lambda: torch.FloatTensor(torch.Size([2, 3, 4]), device='cuda')) 2022-09-27T16:06:56.3228309Z 2022-09-27T16:06:56.3228536Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.3228893Z ========== 2022-09-27T16:06:56.3407895Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1946 2022-09-27T16:06:56.3408193Z due to: 2022-09-27T16:06:56.3408441Z Traceback (most recent call last): 2022-09-27T16:06:56.3409204Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.3409565Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.3409865Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.3410063Z 2022-09-27T16:06:56.3410203Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.3410355Z 2022-09-27T16:06:56.3410450Z Traceback (most recent call last): 2022-09-27T16:06:56.3410851Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.3411150Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.3411373Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.3411514Z 2022-09-27T16:06:56.3411585Z from user code: 2022-09-27T16:06:56.3411806Z File "test_tensor_creation_ops.py", line 1946, in 2022-09-27T16:06:56.3412371Z self.assertRaises(RuntimeError, lambda: torch.FloatTensor((2.0, 3.0), device='cuda')) 2022-09-27T16:06:56.3412559Z 2022-09-27T16:06:56.3412693Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.3412913Z ========== 2022-09-27T16:06:56.3587647Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1948 2022-09-27T16:06:56.3588136Z due to: 2022-09-27T16:06:56.3588327Z Traceback (most recent call last): 2022-09-27T16:06:56.3588736Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.3589256Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.3589540Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.3589735Z 2022-09-27T16:06:56.3589876Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.3590041Z 2022-09-27T16:06:56.3590137Z Traceback (most recent call last): 2022-09-27T16:06:56.3590515Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.3590820Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.3591056Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.3591198Z 2022-09-27T16:06:56.3591269Z from user code: 2022-09-27T16:06:56.3591476Z File "test_tensor_creation_ops.py", line 1948, in 2022-09-27T16:06:56.3591819Z self.assertRaises(RuntimeError, lambda: torch.Tensor(device='cuda')) 2022-09-27T16:06:56.3591994Z 2022-09-27T16:06:56.3592126Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.3592331Z ========== 2022-09-27T16:06:56.3771848Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1949 2022-09-27T16:06:56.3772341Z due to: 2022-09-27T16:06:56.3772677Z Traceback (most recent call last): 2022-09-27T16:06:56.3773103Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.3773419Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.3773718Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.3773907Z 2022-09-27T16:06:56.3774032Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.3774198Z 2022-09-27T16:06:56.3774289Z Traceback (most recent call last): 2022-09-27T16:06:56.3774681Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.3774984Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.3775210Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.3775351Z 2022-09-27T16:06:56.3775420Z from user code: 2022-09-27T16:06:56.3775641Z File "test_tensor_creation_ops.py", line 1949, in 2022-09-27T16:06:56.3776011Z self.assertRaises(RuntimeError, lambda: torch.Tensor(torch.Size([2, 3, 4]), device='cuda')) 2022-09-27T16:06:56.3776199Z 2022-09-27T16:06:56.3776332Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.3776550Z ========== 2022-09-27T16:06:56.3949684Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1950 2022-09-27T16:06:56.3950056Z due to: 2022-09-27T16:06:56.3950508Z Traceback (most recent call last): 2022-09-27T16:06:56.3951211Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.3951618Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.3952046Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.3952356Z 2022-09-27T16:06:56.3952614Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.3952914Z 2022-09-27T16:06:56.3953086Z Traceback (most recent call last): 2022-09-27T16:06:56.3953926Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.3954239Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.3954478Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.3954621Z 2022-09-27T16:06:56.3954677Z from user code: 2022-09-27T16:06:56.3954901Z File "test_tensor_creation_ops.py", line 1950, in 2022-09-27T16:06:56.3955272Z self.assertRaises(RuntimeError, lambda: torch.Tensor((2.0, 3.0), device='cuda')) 2022-09-27T16:06:56.3955450Z 2022-09-27T16:06:56.3955582Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.3955852Z ========== 2022-09-27T16:06:56.4151743Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1954 2022-09-27T16:06:56.4152103Z due to: 2022-09-27T16:06:56.4152320Z Traceback (most recent call last): 2022-09-27T16:06:56.4152730Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.4153048Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.4153551Z RuntimeError: Legacy tensor constructor of the form torch.Tensor(tensor, device=device) is not supported. Use torch.tensor(...) or torch.as_tensor(...) instead. 2022-09-27T16:06:56.4153798Z 2022-09-27T16:06:56.4153923Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.4154093Z 2022-09-27T16:06:56.4154184Z Traceback (most recent call last): 2022-09-27T16:06:56.4154580Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.4154888Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.4155111Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.4155254Z 2022-09-27T16:06:56.4155325Z from user code: 2022-09-27T16:06:56.4155551Z File "test_tensor_creation_ops.py", line 1954, in 2022-09-27T16:06:56.4155891Z self.assertRaises(RuntimeError, lambda: torch.Tensor(i, device='cpu')) 2022-09-27T16:06:56.4156067Z 2022-09-27T16:06:56.4156199Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.4156418Z ========== 2022-09-27T16:06:56.4335634Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1955 2022-09-27T16:06:56.4336055Z due to: 2022-09-27T16:06:56.4336419Z Traceback (most recent call last): 2022-09-27T16:06:56.4337059Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T16:06:56.4337476Z real_out = super().new(*args, **kwargs) 2022-09-27T16:06:56.4337861Z RuntimeError: Legacy tensor new of the form tensor.new(tensor, device=device) is not supported. Use torch.as_tensor(...) instead. 2022-09-27T16:06:56.4338084Z 2022-09-27T16:06:56.4338226Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.4338451Z 2022-09-27T16:06:56.4338545Z Traceback (most recent call last): 2022-09-27T16:06:56.4338936Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.4339296Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.4339532Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.4339680Z 2022-09-27T16:06:56.4339737Z from user code: 2022-09-27T16:06:56.4340017Z File "test_tensor_creation_ops.py", line 1955, in 2022-09-27T16:06:56.4340358Z self.assertRaises(RuntimeError, lambda: i.new(i, device='cpu')) 2022-09-27T16:06:56.4340522Z 2022-09-27T16:06:56.4340715Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.4340927Z ========== 2022-09-27T16:06:56.4522900Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1956 2022-09-27T16:06:56.4523325Z due to: 2022-09-27T16:06:56.4523658Z Traceback (most recent call last): 2022-09-27T16:06:56.4524330Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.4524878Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.4525320Z RuntimeError: Legacy tensor constructor of the form torch.Tensor(tensor, device=device) is not supported. Use torch.tensor(...) or torch.as_tensor(...) instead. 2022-09-27T16:06:56.4525571Z 2022-09-27T16:06:56.4525740Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.4525920Z 2022-09-27T16:06:56.4526013Z Traceback (most recent call last): 2022-09-27T16:06:56.4526412Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.4526820Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.4527043Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.4527186Z 2022-09-27T16:06:56.4527289Z from user code: 2022-09-27T16:06:56.4527541Z File "test_tensor_creation_ops.py", line 1956, in 2022-09-27T16:06:56.4527881Z self.assertRaises(RuntimeError, lambda: torch.Tensor(i, device='cuda')) 2022-09-27T16:06:56.4528105Z 2022-09-27T16:06:56.4528246Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.4528466Z ========== 2022-09-27T16:06:56.4706902Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1957 2022-09-27T16:06:56.4707393Z due to: 2022-09-27T16:06:56.4707742Z Traceback (most recent call last): 2022-09-27T16:06:56.4708460Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T16:06:56.4708962Z real_out = super().new(*args, **kwargs) 2022-09-27T16:06:56.4709378Z RuntimeError: Legacy tensor new of the form tensor.new(tensor, device=device) is not supported. Use torch.as_tensor(...) instead. 2022-09-27T16:06:56.4709604Z 2022-09-27T16:06:56.4709745Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.4709911Z 2022-09-27T16:06:56.4710002Z Traceback (most recent call last): 2022-09-27T16:06:56.4710393Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.4710701Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.4710938Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.4711081Z 2022-09-27T16:06:56.4711137Z from user code: 2022-09-27T16:06:56.4711359Z File "test_tensor_creation_ops.py", line 1957, in 2022-09-27T16:06:56.4711699Z self.assertRaises(RuntimeError, lambda: i.new(i, device='cuda')) 2022-09-27T16:06:56.4711864Z 2022-09-27T16:06:56.4711997Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.4712206Z ========== 2022-09-27T16:06:56.4912479Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1960 2022-09-27T16:06:56.4912987Z due to: 2022-09-27T16:06:56.4913597Z Traceback (most recent call last): 2022-09-27T16:06:56.4914290Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T16:06:56.4914764Z real_out = super().new(*args, **kwargs) 2022-09-27T16:06:56.4915042Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.4915238Z 2022-09-27T16:06:56.4915379Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.4915544Z 2022-09-27T16:06:56.4915637Z Traceback (most recent call last): 2022-09-27T16:06:56.4916033Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.4916328Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.4916573Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.4916714Z 2022-09-27T16:06:56.4916785Z from user code: 2022-09-27T16:06:56.4917009Z File "test_tensor_creation_ops.py", line 1960, in 2022-09-27T16:06:56.4917333Z self.assertRaises(RuntimeError, lambda: x.new(device='cuda')) 2022-09-27T16:06:56.4917493Z 2022-09-27T16:06:56.4917821Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.4918046Z ========== 2022-09-27T16:06:56.5096362Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1961 2022-09-27T16:06:56.5096880Z due to: 2022-09-27T16:06:56.5097231Z Traceback (most recent call last): 2022-09-27T16:06:56.5097781Z File "/opt/conda/lib/python3.7/site-packages/torch/cuda/__init__.py", line 221, in _lazy_init 2022-09-27T16:06:56.5098354Z raise AssertionError("Torch not compiled with CUDA enabled") 2022-09-27T16:06:56.5098676Z AssertionError: Torch not compiled with CUDA enabled 2022-09-27T16:06:56.5099000Z 2022-09-27T16:06:56.5099071Z from user code: 2022-09-27T16:06:56.5099287Z File "test_tensor_creation_ops.py", line 1961, in 2022-09-27T16:06:56.5099662Z self.assertRaises(RuntimeError, lambda: x.new(torch.Size([2, 3, 4]), device='cuda')) 2022-09-27T16:06:56.5099845Z 2022-09-27T16:06:56.5099978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5100196Z ========== 2022-09-27T16:06:56.5289158Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1962 2022-09-27T16:06:56.5289566Z due to: 2022-09-27T16:06:56.5289879Z Traceback (most recent call last): 2022-09-27T16:06:56.5290563Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 511, in new 2022-09-27T16:06:56.5291093Z real_out = super().new(*args, **kwargs) 2022-09-27T16:06:56.5291629Z RuntimeError: legacy constructor expects device type: cpu but device type: cuda was passed 2022-09-27T16:06:56.5291942Z 2022-09-27T16:06:56.5292115Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.5292268Z 2022-09-27T16:06:56.5292360Z Traceback (most recent call last): 2022-09-27T16:06:56.5292752Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.5293053Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.5293282Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.5293422Z 2022-09-27T16:06:56.5293495Z from user code: 2022-09-27T16:06:56.5293712Z File "test_tensor_creation_ops.py", line 1962, in 2022-09-27T16:06:56.5294059Z self.assertRaises(RuntimeError, lambda: x.new((2.0, 3.0), device='cuda')) 2022-09-27T16:06:56.5294212Z 2022-09-27T16:06:56.5294347Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5294565Z ========== 2022-09-27T16:06:56.5331423Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1962 2022-09-27T16:06:56.5331967Z due to: 2022-09-27T16:06:56.5332312Z Traceback (most recent call last): 2022-09-27T16:06:56.5333045Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:56.5333746Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:56.5334201Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:06:56.5334402Z 2022-09-27T16:06:56.5334472Z from user code: 2022-09-27T16:06:56.5334739Z File "test_tensor_creation_ops.py", line 1962, in 2022-09-27T16:06:56.5335114Z self.assertRaises(RuntimeError, lambda: x.new((2.0, 3.0), device='cuda')) 2022-09-27T16:06:56.5335283Z 2022-09-27T16:06:56.5335416Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5335635Z ========== 2022-09-27T16:06:56.5335809Z ok (0.248s) 2022-09-27T16:06:56.5390859Z test_constructor_dtypes_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_constructor_dtypes test_tensor_creation_ops.py line 1890 2022-09-27T16:06:56.5391463Z due to: 2022-09-27T16:06:56.5391666Z Traceback (most recent call last): 2022-09-27T16:06:56.5392286Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:56.5392737Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:56.5393128Z AssertionError: torch.* op returned non-Tensor str call_method type 2022-09-27T16:06:56.5393391Z 2022-09-27T16:06:56.5393464Z from user code: 2022-09-27T16:06:56.5393692Z File "test_tensor_creation_ops.py", line 1892, in test_constructor_dtypes 2022-09-27T16:06:56.5393955Z default_type = torch.tensor([]).type() 2022-09-27T16:06:56.5394089Z 2022-09-27T16:06:56.5394223Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5394504Z ========== 2022-09-27T16:06:56.5409662Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1904 2022-09-27T16:06:56.5410075Z due to: 2022-09-27T16:06:56.5410381Z Traceback (most recent call last): 2022-09-27T16:06:56.5411068Z File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 322, in set_default_tensor_type 2022-09-27T16:06:56.5411507Z _C._set_default_tensor_type(t) 2022-09-27T16:06:56.5411834Z TypeError: only floating-point types are supported as the default type 2022-09-27T16:06:56.5412009Z 2022-09-27T16:06:56.5412081Z from user code: 2022-09-27T16:06:56.5412291Z File "test_tensor_creation_ops.py", line 1904, in 2022-09-27T16:06:56.5412672Z self.assertRaises(TypeError, lambda: torch.set_default_tensor_type('torch.IntTensor')) 2022-09-27T16:06:56.5412865Z 2022-09-27T16:06:56.5412999Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5413215Z ========== 2022-09-27T16:06:56.5440802Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1925 2022-09-27T16:06:56.5441226Z due to: 2022-09-27T16:06:56.5441519Z Traceback (most recent call last): 2022-09-27T16:06:56.5442202Z File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 322, in set_default_tensor_type 2022-09-27T16:06:56.5442592Z _C._set_default_tensor_type(t) 2022-09-27T16:06:56.5442951Z TypeError: invalid type object: only floating-point types are supported as the default type 2022-09-27T16:06:56.5443144Z 2022-09-27T16:06:56.5443204Z from user code: 2022-09-27T16:06:56.5443425Z File "test_tensor_creation_ops.py", line 1925, in 2022-09-27T16:06:56.5443738Z self.assertRaises(TypeError, lambda: torch.set_default_tensor_type(torch.float32)) 2022-09-27T16:06:56.5443927Z 2022-09-27T16:06:56.5444060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5444266Z ========== 2022-09-27T16:06:56.5470429Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1937 2022-09-27T16:06:56.5470881Z due to: 2022-09-27T16:06:56.5471235Z Traceback (most recent call last): 2022-09-27T16:06:56.5471690Z File "/opt/conda/lib/python3.7/site-packages/torch/__init__.py", line 369, in set_default_dtype 2022-09-27T16:06:56.5471958Z _C._set_default_dtype(d) 2022-09-27T16:06:56.5472265Z TypeError: only floating-point types are supported as the default type 2022-09-27T16:06:56.5472441Z 2022-09-27T16:06:56.5472511Z from user code: 2022-09-27T16:06:56.5472730Z File "test_tensor_creation_ops.py", line 1937, in 2022-09-27T16:06:56.5473014Z self.assertRaises(TypeError, lambda: torch.set_default_dtype(t)) 2022-09-27T16:06:56.5473168Z 2022-09-27T16:06:56.5473439Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.5473662Z ========== 2022-09-27T16:06:56.5567895Z ok (0.023s) 2022-09-27T16:06:56.5911184Z test_ctor_with_numpy_array_cpu (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:06:56.5929469Z test_device_rounding_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:56.5946271Z test_device_rounding_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:06:56.6287326Z test_diag_embed_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.034s) 2022-09-27T16:06:56.8009684Z test_diagflat_cpu (__main__.TestTensorCreationCPU) ... ok (0.172s) 2022-09-27T16:06:56.8243448Z test_dsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 748 2022-09-27T16:06:56.8243975Z due to: 2022-09-27T16:06:56.8244273Z Traceback (most recent call last): 2022-09-27T16:06:56.8245010Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.8245405Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.8245854Z RuntimeError: torch.dsplit requires a tensor with at least 3 dimension, but got a tensor with 1 dimensions! 2022-09-27T16:06:56.8246059Z 2022-09-27T16:06:56.8246198Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.8246353Z 2022-09-27T16:06:56.8246445Z Traceback (most recent call last): 2022-09-27T16:06:56.8246847Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.8247154Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.8247379Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.8247522Z 2022-09-27T16:06:56.8247595Z from user code: 2022-09-27T16:06:56.8247818Z File "test_tensor_creation_ops.py", line 748, in 2022-09-27T16:06:56.8248098Z self.assertRaises(RuntimeError, lambda: torch_fn(t, arg)) 2022-09-27T16:06:56.8248243Z 2022-09-27T16:06:56.8248377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.8248601Z ========== 2022-09-27T16:06:56.8328749Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 751 2022-09-27T16:06:56.8329116Z due to: 2022-09-27T16:06:56.8329413Z Traceback (most recent call last): 2022-09-27T16:06:56.8330149Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:06:56.8330671Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:06:56.8330990Z RuntimeError: torch.dsplit requires a tensor with at least 3 dimension, but got a tensor with 1 dimensions! 2022-09-27T16:06:56.8331196Z 2022-09-27T16:06:56.8331337Z The above exception was the direct cause of the following exception: 2022-09-27T16:06:56.8331503Z 2022-09-27T16:06:56.8331597Z Traceback (most recent call last): 2022-09-27T16:06:56.8331979Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:06:56.8332280Z raise TorchRuntimeError() from e 2022-09-27T16:06:56.8332521Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:06:56.8332664Z 2022-09-27T16:06:56.8332735Z from user code: 2022-09-27T16:06:56.8332941Z File "test_tensor_creation_ops.py", line 751, in 2022-09-27T16:06:56.8333260Z self.assertRaisesRegex(RuntimeError, expected_error_message, lambda: torch_fn(t, arg)) 2022-09-27T16:06:56.8333453Z 2022-09-27T16:06:56.8333587Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:56.8333796Z ========== 2022-09-27T16:06:56.8606252Z ok (0.059s) 2022-09-27T16:06:56.9014341Z test_dsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-09-27T16:06:56.9323469Z test_dsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:06:57.1764815Z test_dstack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.243s) 2022-09-27T16:06:57.2186504Z test_dstack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:06:57.2609245Z test_dstack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:06:57.3019877Z test_dstack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-09-27T16:06:57.3430914Z test_dstack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.040s) 2022-09-27T16:06:57.3718180Z test_dstack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:06:57.4005595Z test_dstack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:06:57.4293462Z test_dstack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:06:57.4500202Z test_dstack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:06:57.4704329Z test_dstack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.020s) 2022-09-27T16:06:57.4954497Z test_empty_full_cpu (__main__.TestTensorCreationCPU) ... ok (0.024s) 2022-09-27T16:06:57.5174300Z test_empty_overflow_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:06:57.5228543Z test_empty_strided_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_strided test_tensor_creation_ops.py line 2428 2022-09-27T16:06:57.5229158Z due to: 2022-09-27T16:06:57.5229364Z Traceback (most recent call last): 2022-09-27T16:06:57.5230081Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:57.5230735Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:57.5231142Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:06:57.5231327Z 2022-09-27T16:06:57.5231399Z from user code: 2022-09-27T16:06:57.5231630Z File "test_tensor_creation_ops.py", line 2438, in test_empty_strided 2022-09-27T16:06:57.5231907Z as_strided = torch.empty(empty_strided.storage().size(), 2022-09-27T16:06:57.5232064Z 2022-09-27T16:06:57.5232194Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:57.5232419Z ========== 2022-09-27T16:06:57.5242192Z ok (0.006s) 2022-09-27T16:06:57.5321704Z test_empty_tensor_props_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:06:57.7186938Z test_eye_cpu (__main__.TestTensorCreationCPU) ... ok (0.186s) 2022-09-27T16:06:57.9152926Z test_fill_all_dtypes_and_devices_cpu (__main__.TestTensorCreationCPU) ... ok (0.196s) 2022-09-27T16:06:57.9305614Z test_float_to_int_conversion_finite_cpu_bool (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 943 2022-09-27T16:06:57.9306307Z due to: 2022-09-27T16:06:57.9306643Z Traceback (most recent call last): 2022-09-27T16:06:57.9307423Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:06:57.9307741Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:06:57.9308009Z AssertionError: unsafe constant torch.bool 2022-09-27T16:06:57.9308151Z 2022-09-27T16:06:57.9308224Z from user code: 2022-09-27T16:06:57.9308479Z File "test_tensor_creation_ops.py", line 943, in 2022-09-27T16:06:57.9308813Z a = np.array(vals, dtype=np.float32).astype(torch_to_numpy_dtype_dict[dtype]) 2022-09-27T16:06:57.9308985Z 2022-09-27T16:06:57.9309123Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:57.9309349Z ========== 2022-09-27T16:06:57.9313638Z ok (0.016s) 2022-09-27T16:06:57.9387594Z test_float_to_int_conversion_finite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:06:57.9463133Z test_float_to_int_conversion_finite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:06:57.9537716Z test_float_to_int_conversion_finite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:06:57.9615100Z test_float_to_int_conversion_finite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:06:57.9690204Z test_float_to_int_conversion_finite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:06:57.9813430Z test_float_to_int_conversion_nonfinite_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:06:57.9830019Z test_float_to_int_conversion_nonfinite_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:57.9845444Z test_float_to_int_conversion_nonfinite_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:57.9858957Z test_float_to_int_conversion_nonfinite_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:57.9872641Z test_float_to_int_conversion_nonfinite_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:57.9886526Z test_float_to_int_conversion_nonfinite_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:57.9918165Z test_full_inference_cpu_float16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_full_inference test_tensor_creation_ops.py line 2979 2022-09-27T16:06:57.9918826Z due to: 2022-09-27T16:06:57.9919027Z Traceback (most recent call last): 2022-09-27T16:06:57.9919439Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:06:57.9919887Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:06:57.9920341Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:06:57.9920546Z 2022-09-27T16:06:57.9920617Z from user code: 2022-09-27T16:06:57.9920836Z File "test_tensor_creation_ops.py", line 2984, in test_full_inference 2022-09-27T16:06:57.9921100Z prev_default = torch.get_default_dtype() 2022-09-27T16:06:57.9921238Z 2022-09-27T16:06:57.9921411Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:06:57.9921738Z ========== 2022-09-27T16:06:57.9922170Z ok (0.003s) 2022-09-27T16:06:57.9940989Z test_full_inference_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:57.9959621Z test_full_inference_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.001s) 2022-09-27T16:06:58.0095732Z test_full_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:06:58.0505918Z test_hsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.041s) 2022-09-27T16:06:58.0887281Z test_hsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.038s) 2022-09-27T16:06:58.1253631Z test_hsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:06:58.2050243Z test_hstack_column_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.079s) 2022-09-27T16:06:58.2755913Z test_hstack_column_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.070s) 2022-09-27T16:06:58.3458480Z test_hstack_column_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.070s) 2022-09-27T16:06:58.4161456Z test_hstack_column_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.070s) 2022-09-27T16:06:58.4869591Z test_hstack_column_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.070s) 2022-09-27T16:06:58.5419529Z test_hstack_column_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:06:58.5969430Z test_hstack_column_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:06:58.6524643Z test_hstack_column_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-09-27T16:06:58.7075380Z test_hstack_column_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.054s) 2022-09-27T16:06:58.7626590Z test_hstack_column_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.055s) 2022-09-27T16:06:59.3621095Z test_kaiser_window_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.599s) 2022-09-27T16:06:59.8094281Z test_kaiser_window_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.447s) 2022-09-27T16:07:00.0052567Z test_kaiser_window_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.195s) 2022-09-27T16:07:00.0167769Z test_large_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:07:00.0256600Z test_large_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:07:00.0290157Z test_like_fn_stride_proparation_vs_tensoriterator_unary_op_cpu (__main__.TestTensorCreationCPU) ... skip: TorchDynamo fails on this test for unknown reasons (0.003s) 2022-09-27T16:07:00.0500706Z test_linlogspace_mem_overlap_cpu (__main__.TestTensorCreationCPU) ... ok (0.021s) 2022-09-27T16:07:00.2602732Z test_linspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2788 2022-09-27T16:07:00.2603074Z due to: 2022-09-27T16:07:00.2603265Z Traceback (most recent call last): 2022-09-27T16:07:00.2603620Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:00.2604122Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:00.2604415Z RuntimeError: number of steps must be non-negative 2022-09-27T16:07:00.2604551Z 2022-09-27T16:07:00.2604688Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:00.2604855Z 2022-09-27T16:07:00.2604947Z Traceback (most recent call last): 2022-09-27T16:07:00.2605343Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:00.2605627Z raise TorchRuntimeError() from e 2022-09-27T16:07:00.2605861Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:00.2606001Z 2022-09-27T16:07:00.2606075Z from user code: 2022-09-27T16:07:00.2606283Z File "test_tensor_creation_ops.py", line 2788, in 2022-09-27T16:07:00.2606672Z self.assertRaises(RuntimeError, lambda: torch.linspace(0, 1, -1, device=device, dtype=dtype)) 2022-09-27T16:07:00.2606863Z 2022-09-27T16:07:00.2606997Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:00.2607213Z ========== 2022-09-27T16:07:00.3411610Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2796 2022-09-27T16:07:00.3411949Z due to: 2022-09-27T16:07:00.3412124Z Traceback (most recent call last): 2022-09-27T16:07:00.3412575Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:07:00.3412936Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:07:00.3413201Z TypeError: linspace() missing 1 required positional arguments: "steps" 2022-09-27T16:07:00.3413429Z 2022-09-27T16:07:00.3413510Z from user code: 2022-09-27T16:07:00.3413735Z File "test_tensor_creation_ops.py", line 2796, in 2022-09-27T16:07:00.3414029Z self.assertRaises(TypeError, lambda: torch.linspace(0, 1, device=device, dtype=dtype)) 2022-09-27T16:07:00.3414282Z 2022-09-27T16:07:00.3414417Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:00.3414641Z ========== 2022-09-27T16:07:05.0268134Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2826 2022-09-27T16:07:05.0268719Z due to: 2022-09-27T16:07:05.0269061Z Traceback (most recent call last): 2022-09-27T16:07:05.0269544Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:07:05.0269850Z assert name in tx.symbolic_locals 2022-09-27T16:07:05.0270047Z AssertionError 2022-09-27T16:07:05.0270159Z 2022-09-27T16:07:05.0270231Z from user code: 2022-09-27T16:07:05.0270463Z File "test_tensor_creation_ops.py", line 2841, in 2022-09-27T16:07:05.0270755Z y = torch.linspace(0, 3, 4, out=x.narrow(1, 1, 2), dtype=dtype) 2022-09-27T16:07:05.0270907Z 2022-09-27T16:07:05.0271040Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:05.0271253Z ========== 2022-09-27T16:07:05.0271780Z ok (4.977s) 2022-09-27T16:07:12.2481976Z test_linspace_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (7.220s) 2022-09-27T16:07:18.8194596Z test_linspace_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (6.571s) 2022-09-27T16:07:20.8983137Z test_linspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (2.078s) 2022-09-27T16:07:27.5454669Z test_linspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (6.646s) 2022-09-27T16:07:32.2582871Z test_linspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (4.712s) 2022-09-27T16:07:39.1459119Z test_linspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (6.887s) 2022-09-27T16:07:45.8556335Z test_linspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (6.709s) 2022-09-27T16:07:45.8654256Z test_linspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:07:45.8744599Z test_linspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:07:45.8869436Z test_linspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.012s) 2022-09-27T16:07:45.8882273Z test_linspace_device_vs_cpu_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8895175Z test_linspace_device_vs_cpu_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8906863Z test_linspace_device_vs_cpu_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8918645Z test_linspace_device_vs_cpu_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8930119Z test_linspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8941647Z test_linspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8953015Z test_linspace_special_steps_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8964505Z test_linspace_special_steps_cpu_complex128 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8975808Z test_linspace_special_steps_cpu_complex64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8987223Z test_linspace_special_steps_cpu_float16 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.8998866Z test_linspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.9010185Z test_linspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:45.9236036Z test_linspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2552 2022-09-27T16:07:45.9237204Z due to: 2022-09-27T16:07:45.9237436Z Traceback (most recent call last): 2022-09-27T16:07:45.9238060Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/codegen.py", line 238, in create_load_const 2022-09-27T16:07:45.9238511Z assert is_safe_constant(value), f"unsafe constant {value}" 2022-09-27T16:07:45.9238918Z AssertionError: unsafe constant torch.complex64 2022-09-27T16:07:45.9239183Z 2022-09-27T16:07:45.9240677Z from user code: 2022-09-27T16:07:45.9241164Z File "test_tensor_creation_ops.py", line 2553, in 2022-09-27T16:07:45.9241734Z a = numpy_fn(start, end, steps, dtype=torch_to_numpy_dtype_dict[dtype]) 2022-09-27T16:07:45.9242038Z 2022-09-27T16:07:45.9243784Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:45.9244190Z ========== 2022-09-27T16:07:46.0227280Z ok (0.121s) 2022-09-27T16:07:46.0917962Z test_linspace_vs_numpy_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.068s) 2022-09-27T16:07:46.1687511Z test_linspace_vs_numpy_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:07:46.2114839Z test_linspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.042s) 2022-09-27T16:07:46.2476906Z test_linspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-09-27T16:07:46.2493612Z test_logspace_base2_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:46.2507954Z test_logspace_base2_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:46.3144851Z test_logspace_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2937 2022-09-27T16:07:46.3145438Z due to: 2022-09-27T16:07:46.3145745Z Traceback (most recent call last): 2022-09-27T16:07:46.3146329Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:46.3146770Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:46.3147449Z RuntimeError: number of steps must be non-negative 2022-09-27T16:07:46.3147707Z 2022-09-27T16:07:46.3147931Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:46.3148204Z 2022-09-27T16:07:46.3148355Z Traceback (most recent call last): 2022-09-27T16:07:46.3149007Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:46.3149501Z raise TorchRuntimeError() from e 2022-09-27T16:07:46.3149890Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:46.3150125Z 2022-09-27T16:07:46.3150222Z from user code: 2022-09-27T16:07:46.3194582Z File "test_tensor_creation_ops.py", line 2937, in 2022-09-27T16:07:46.3195347Z self.assertRaises(RuntimeError, lambda: torch.logspace(0, 1, -1, device=device, dtype=dtype)) 2022-09-27T16:07:46.3195681Z 2022-09-27T16:07:46.3195912Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:46.3196295Z ========== 2022-09-27T16:07:46.3377645Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2939 2022-09-27T16:07:46.3378187Z due to: 2022-09-27T16:07:46.3378517Z Traceback (most recent call last): 2022-09-27T16:07:46.3379282Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:07:46.3379836Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:07:46.3380323Z TypeError: logspace() missing 1 required positional arguments: "steps" 2022-09-27T16:07:46.3380631Z 2022-09-27T16:07:46.3380751Z from user code: 2022-09-27T16:07:46.3381122Z File "test_tensor_creation_ops.py", line 2939, in 2022-09-27T16:07:46.3381662Z self.assertRaises(TypeError, lambda: torch.logspace(0, 1, device=device, dtype=dtype)) 2022-09-27T16:07:46.3382000Z 2022-09-27T16:07:46.3382232Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:46.3382625Z ========== 2022-09-27T16:07:46.5122643Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2962 2022-09-27T16:07:46.5123128Z due to: 2022-09-27T16:07:46.5123446Z Traceback (most recent call last): 2022-09-27T16:07:46.5124194Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:07:46.5124648Z assert name in tx.symbolic_locals 2022-09-27T16:07:46.5124986Z AssertionError 2022-09-27T16:07:46.5125177Z 2022-09-27T16:07:46.5125296Z from user code: 2022-09-27T16:07:46.5125741Z File "test_tensor_creation_ops.py", line 2962, in 2022-09-27T16:07:46.5126113Z atol=atol, rtol=rtol) 2022-09-27T16:07:46.5126227Z 2022-09-27T16:07:46.5126360Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:46.5126566Z ========== 2022-09-27T16:07:46.5126726Z ok (0.261s) 2022-09-27T16:07:46.5806537Z test_logspace_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-09-27T16:07:46.7282809Z test_logspace_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.147s) 2022-09-27T16:07:46.8772561Z test_logspace_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.148s) 2022-09-27T16:07:47.0258432Z test_logspace_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.148s) 2022-09-27T16:07:47.1750313Z test_logspace_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.149s) 2022-09-27T16:07:47.3247015Z test_logspace_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.149s) 2022-09-27T16:07:47.4732232Z test_logspace_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.148s) 2022-09-27T16:07:47.4805259Z test_logspace_deduction_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:07:47.4818999Z test_logspace_device_vs_cpu_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:47.4831893Z test_logspace_device_vs_cpu_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:47.4844458Z test_logspace_special_steps_cpu_float32 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:47.4856549Z test_logspace_special_steps_cpu_float64 (__main__.TestTensorCreationCPU) ... skip: compares with CPU (0.001s) 2022-09-27T16:07:47.5705832Z test_logspace_vs_numpy_complex_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.084s) 2022-09-27T16:07:47.8799198Z test_logspace_vs_numpy_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.309s) 2022-09-27T16:07:48.1654544Z test_logspace_vs_numpy_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.285s) 2022-09-27T16:07:48.1745915Z test_meshgrid_default_indexing_cpu (__main__.TestTensorCreationCPU) ... /opt/conda/lib/python3.7/site-packages/torch/functional.py:482: 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:3145.) 2022-09-27T16:07:48.1747012Z return _VF.meshgrid(tensors, **kwargs) # type: ignore[attr-defined] 2022-09-27T16:07:48.4208615Z ok (0.255s) 2022-09-27T16:07:48.4294327Z test_meshgrid_empty_cpu (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:07:48.6901240Z test_meshgrid_ij_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.260s) 2022-09-27T16:07:48.7384513Z test_meshgrid_ij_indexing_is_default_cpu (__main__.TestTensorCreationCPU) ... ok (0.048s) 2022-09-27T16:07:48.7478968Z test_meshgrid_inconsistent_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:07:48.7577869Z test_meshgrid_inconsistent_dtype_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:07:48.7670198Z test_meshgrid_non_1d_tensor_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:07:48.7761998Z test_meshgrid_unsupported_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.009s) 2022-09-27T16:07:48.8046130Z test_meshgrid_vs_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:07:48.8116678Z test_meshgrid_warns_if_no_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.007s) 2022-09-27T16:07:49.0729014Z test_meshgrid_xy_indexing_cpu (__main__.TestTensorCreationCPU) ... ok (0.261s) 2022-09-27T16:07:49.3853779Z test_new_empty_strided_cpu (__main__.TestTensorCreationCPU) ... ok (0.312s) 2022-09-27T16:07:49.3908841Z test_new_methods_requires_grad_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_new_methods_requires_grad test_tensor_creation_ops.py line 1132 2022-09-27T16:07:49.3909367Z due to: 2022-09-27T16:07:49.3909649Z Traceback (most recent call last): 2022-09-27T16:07:49.3910166Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:49.3910971Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:49.3911813Z AssertionError: torch.* op returned non-Tensor builtin_function_or_method call_method __getattribute__ 2022-09-27T16:07:49.3912183Z 2022-09-27T16:07:49.3912267Z from user code: 2022-09-27T16:07:49.3912611Z File "test_tensor_creation_ops.py", line 1145, in test_new_methods_requires_grad 2022-09-27T16:07:49.3913032Z x_new = x.__getattribute__(method_name)(*args, requires_grad=requires_grad) 2022-09-27T16:07:49.3913423Z 2022-09-27T16:07:49.3913998Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:49.3914292Z ========== 2022-09-27T16:07:49.3980320Z ok (0.012s) 2022-09-27T16:07:49.6441419Z test_new_tensor_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2139 2022-09-27T16:07:49.6442070Z due to: 2022-09-27T16:07:49.6442288Z Traceback (most recent call last): 2022-09-27T16:07:49.6442754Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:49.6443547Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:49.6444170Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:07:49.6444423Z 2022-09-27T16:07:49.6444495Z from user code: 2022-09-27T16:07:49.6444735Z File "test_tensor_creation_ops.py", line 2139, in 2022-09-27T16:07:49.6444969Z a[0] = 7. 2022-09-27T16:07:49.6445072Z 2022-09-27T16:07:49.6445206Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:49.6445427Z ========== 2022-09-27T16:07:49.6445580Z ok (0.246s) 2022-09-27T16:07:49.6555626Z test_offset_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:07:49.6875887Z test_ones_cpu (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:07:49.7664704Z test_random_bool_cpu (__main__.TestTensorCreationCPU) ... ok (0.078s) 2022-09-27T16:07:49.8016229Z test_random_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-09-27T16:07:49.8275860Z test_random_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:49.8529730Z test_random_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:49.8788621Z test_random_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:49.9045266Z test_random_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:49.9297742Z test_random_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:49.9768425Z test_random_default_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.046s) 2022-09-27T16:07:50.0072885Z test_random_default_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:07:50.0366584Z test_random_default_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:07:50.0654452Z test_random_default_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.028s) 2022-09-27T16:07:50.0963731Z test_random_default_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:07:50.1265244Z test_random_default_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:07:50.1573511Z test_random_default_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:07:50.1870304Z test_random_default_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:07:50.1892029Z test_random_default_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:07:50.2406777Z test_random_from_to_bool_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1526 2022-09-27T16:07:50.2407332Z due to: 2022-09-27T16:07:50.2407708Z Traceback (most recent call last): 2022-09-27T16:07:50.2408293Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:50.2408783Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:50.2409128Z RuntimeError: from is out of bounds for bool 2022-09-27T16:07:50.2409266Z 2022-09-27T16:07:50.2409403Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:50.2409568Z 2022-09-27T16:07:50.2409647Z Traceback (most recent call last): 2022-09-27T16:07:50.2410265Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:50.2410569Z raise TorchRuntimeError() from e 2022-09-27T16:07:50.2410792Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:50.2410935Z 2022-09-27T16:07:50.2411005Z from user code: 2022-09-27T16:07:50.2411225Z File "test_tensor_creation_ops.py", line 1526, in 2022-09-27T16:07:50.2411453Z lambda: t.random_(from_, to_) 2022-09-27T16:07:50.2411560Z 2022-09-27T16:07:50.2411692Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.2411913Z ========== 2022-09-27T16:07:50.2985929Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1544 2022-09-27T16:07:50.2986754Z due to: 2022-09-27T16:07:50.2987094Z Traceback (most recent call last): 2022-09-27T16:07:50.2987748Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:50.2988211Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:50.2988858Z RuntimeError: random_ expects 'from' to be less than 'to', but got from=-42 >= to=-42 2022-09-27T16:07:50.2989138Z 2022-09-27T16:07:50.2989265Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:50.2989431Z 2022-09-27T16:07:50.2989524Z Traceback (most recent call last): 2022-09-27T16:07:50.2989916Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:50.2990216Z raise TorchRuntimeError() from e 2022-09-27T16:07:50.2990437Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:50.2990577Z 2022-09-27T16:07:50.2990650Z from user code: 2022-09-27T16:07:50.2990868Z File "test_tensor_creation_ops.py", line 1544, in 2022-09-27T16:07:50.2991091Z lambda: t.random_(from_, to_) 2022-09-27T16:07:50.2991210Z 2022-09-27T16:07:50.2991341Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.2991560Z ========== 2022-09-27T16:07:50.4234962Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1532 2022-09-27T16:07:50.4235435Z due to: 2022-09-27T16:07:50.4235799Z Traceback (most recent call last): 2022-09-27T16:07:50.4236343Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:50.4236604Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:50.4236879Z RuntimeError: to - 1 is out of bounds for bool 2022-09-27T16:07:50.4237018Z 2022-09-27T16:07:50.4237154Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:50.4237325Z 2022-09-27T16:07:50.4237415Z Traceback (most recent call last): 2022-09-27T16:07:50.4237794Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:50.4238096Z raise TorchRuntimeError() from e 2022-09-27T16:07:50.4238329Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:50.4238471Z 2022-09-27T16:07:50.4238527Z from user code: 2022-09-27T16:07:50.4238747Z File "test_tensor_creation_ops.py", line 1532, in 2022-09-27T16:07:50.4238975Z lambda: t.random_(from_, to_) 2022-09-27T16:07:50.4239095Z 2022-09-27T16:07:50.4239227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.4239434Z ========== 2022-09-27T16:07:50.5698929Z ok (0.380s) 2022-09-27T16:07:50.6823347Z test_random_from_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1667 2022-09-27T16:07:50.6823705Z due to: 2022-09-27T16:07:50.6823951Z Traceback (most recent call last): 2022-09-27T16:07:50.6824318Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:50.6824613Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:50.6824988Z RuntimeError: random_ expects 'from' to be less than 'to', but got from=-42 >= to=-42 2022-09-27T16:07:50.6825167Z 2022-09-27T16:07:50.6825306Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:50.6825760Z 2022-09-27T16:07:50.6825858Z Traceback (most recent call last): 2022-09-27T16:07:50.6826310Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:50.6826615Z raise TorchRuntimeError() from e 2022-09-27T16:07:50.6826852Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:50.6827021Z 2022-09-27T16:07:50.6827131Z from user code: 2022-09-27T16:07:50.6827343Z File "test_tensor_creation_ops.py", line 1667, in 2022-09-27T16:07:50.6827574Z lambda: t.random_(from_, to_) 2022-09-27T16:07:50.6827788Z 2022-09-27T16:07:50.6827971Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:50.6828178Z ========== 2022-09-27T16:07:50.7421924Z ok (0.172s) 2022-09-27T16:07:50.9035498Z test_random_from_to_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.161s) 2022-09-27T16:07:51.0288965Z test_random_from_to_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.125s) 2022-09-27T16:07:51.1551947Z test_random_from_to_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.126s) 2022-09-27T16:07:51.2418005Z test_random_from_to_cpu_int16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1634 2022-09-27T16:07:51.2418365Z due to: 2022-09-27T16:07:51.2418552Z Traceback (most recent call last): 2022-09-27T16:07:51.2418895Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:51.2419169Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:51.2419414Z RuntimeError: from is out of bounds for short 2022-09-27T16:07:51.2419552Z 2022-09-27T16:07:51.2419676Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:51.2419842Z 2022-09-27T16:07:51.2419933Z Traceback (most recent call last): 2022-09-27T16:07:51.2420322Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:51.2420622Z raise TorchRuntimeError() from e 2022-09-27T16:07:51.2420842Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:51.2420982Z 2022-09-27T16:07:51.2421052Z from user code: 2022-09-27T16:07:51.2421268Z File "test_tensor_creation_ops.py", line 1634, in 2022-09-27T16:07:51.2421483Z lambda: t.random_(from_, to_) 2022-09-27T16:07:51.2421603Z 2022-09-27T16:07:51.2421731Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:51.2421947Z ========== 2022-09-27T16:07:51.3739168Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1640 2022-09-27T16:07:51.3739655Z due to: 2022-09-27T16:07:51.3739863Z Traceback (most recent call last): 2022-09-27T16:07:51.3740228Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:51.3740503Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:51.3740782Z RuntimeError: to - 1 is out of bounds for short 2022-09-27T16:07:51.3740923Z 2022-09-27T16:07:51.3741069Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:51.3741222Z 2022-09-27T16:07:51.3741312Z Traceback (most recent call last): 2022-09-27T16:07:51.3741701Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:51.3741999Z raise TorchRuntimeError() from e 2022-09-27T16:07:51.3742221Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:51.3742362Z 2022-09-27T16:07:51.3742432Z from user code: 2022-09-27T16:07:51.3742649Z File "test_tensor_creation_ops.py", line 1640, in 2022-09-27T16:07:51.3742868Z lambda: t.random_(from_, to_) 2022-09-27T16:07:51.3742987Z 2022-09-27T16:07:51.3743118Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:51.3743340Z ========== 2022-09-27T16:07:51.5789954Z ok (0.423s) 2022-09-27T16:07:51.9825658Z test_random_from_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.403s) 2022-09-27T16:07:52.1003443Z test_random_from_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.117s) 2022-09-27T16:07:52.5022592Z test_random_from_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.401s) 2022-09-27T16:07:52.7936727Z test_random_from_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.291s) 2022-09-27T16:07:52.8616359Z test_random_full_range_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-09-27T16:07:52.8978348Z test_random_full_range_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:07:52.9345521Z test_random_full_range_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:07:52.9704442Z test_random_full_range_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.035s) 2022-09-27T16:07:53.0079840Z test_random_full_range_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-09-27T16:07:53.0452131Z test_random_full_range_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-09-27T16:07:53.0830670Z test_random_full_range_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.037s) 2022-09-27T16:07:53.1200028Z test_random_full_range_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.036s) 2022-09-27T16:07:53.1227444Z test_random_full_range_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:07:53.1790081Z test_random_to_cpu_bfloat16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1725 2022-09-27T16:07:53.1790591Z due to: 2022-09-27T16:07:53.1790798Z Traceback (most recent call last): 2022-09-27T16:07:53.1791171Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:53.1791443Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:53.1791768Z RuntimeError: random_ expects 'from' to be less than 'to', but got from=0 >= to=-42 2022-09-27T16:07:53.1791941Z 2022-09-27T16:07:53.1792077Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:53.1792247Z 2022-09-27T16:07:53.1792338Z Traceback (most recent call last): 2022-09-27T16:07:53.1792713Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:53.1793011Z raise TorchRuntimeError() from e 2022-09-27T16:07:53.1793523Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:53.1793670Z 2022-09-27T16:07:53.1793741Z from user code: 2022-09-27T16:07:53.1793952Z File "test_tensor_creation_ops.py", line 1725, in 2022-09-27T16:07:53.1794186Z lambda: t.random_(from_, to_) 2022-09-27T16:07:53.1794311Z 2022-09-27T16:07:53.1794444Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:53.1794683Z ========== 2022-09-27T16:07:53.1924277Z test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^8), 2^8]. Due to precision limitations c10::BFloat16 can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:07:53.1924959Z t.random_(to_) 2022-09-27T16:07:53.1925140Z ok (0.069s) 2022-09-27T16:07:53.2530904Z test_random_to_cpu_float16 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^11), 2^11]. Due to precision limitations c10::Half can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:07:53.2531518Z t.random_(to_) 2022-09-27T16:07:53.2531682Z ok (0.060s) 2022-09-27T16:07:53.3133310Z test_random_to_cpu_float32 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^24), 2^24]. Due to precision limitations float can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:07:53.3133938Z t.random_(to_) 2022-09-27T16:07:53.3134104Z ok (0.060s) 2022-09-27T16:07:53.3737359Z test_random_to_cpu_float64 (__main__.TestTensorCreationCPU) ... test_tensor_creation_ops.py:1710: UserWarning: to - 1 is out of bounds [-(2^53), 2^53]. Due to precision limitations double can support discrete uniform distribution only within this range. This warning will become an error in version 1.7 release, please fix the code in advance (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/DistributionTemplates.h:95.) 2022-09-27T16:07:53.3738131Z t.random_(to_) 2022-09-27T16:07:53.3738313Z ok (0.060s) 2022-09-27T16:07:53.4592240Z test_random_to_cpu_int16 (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 1707 2022-09-27T16:07:53.4592631Z due to: 2022-09-27T16:07:53.4592841Z Traceback (most recent call last): 2022-09-27T16:07:53.4593196Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:53.4593598Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:53.4593881Z RuntimeError: to - 1 is out of bounds for short 2022-09-27T16:07:53.4594024Z 2022-09-27T16:07:53.4594163Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:53.4594336Z 2022-09-27T16:07:53.4594415Z Traceback (most recent call last): 2022-09-27T16:07:53.4594805Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:53.4595103Z raise TorchRuntimeError() from e 2022-09-27T16:07:53.4595337Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:53.4595465Z 2022-09-27T16:07:53.4595535Z from user code: 2022-09-27T16:07:53.4595754Z File "test_tensor_creation_ops.py", line 1707, in 2022-09-27T16:07:53.4595984Z lambda: t.random_(from_, to_) 2022-09-27T16:07:53.4596090Z 2022-09-27T16:07:53.4596222Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:53.4596444Z ========== 2022-09-27T16:07:53.4660091Z ok (0.092s) 2022-09-27T16:07:53.5475207Z test_random_to_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-09-27T16:07:53.6072494Z test_random_to_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.059s) 2022-09-27T16:07:53.6889572Z test_random_to_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.081s) 2022-09-27T16:07:53.7192288Z test_random_to_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.030s) 2022-09-27T16:07:53.7385452Z test_range_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2230 2022-09-27T16:07:53.7386034Z due to: 2022-09-27T16:07:53.7386415Z Traceback (most recent call last): 2022-09-27T16:07:53.7386933Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 243, in call_function 2022-09-27T16:07:53.7387225Z assert name in tx.symbolic_locals 2022-09-27T16:07:53.7387421Z AssertionError 2022-09-27T16:07:53.7387532Z 2022-09-27T16:07:53.7387602Z from user code: 2022-09-27T16:07:53.7387830Z File "test_tensor_creation_ops.py", line 2234, in 2022-09-27T16:07:53.7388111Z torch.range(0, 3, device=device, out=x.narrow(1, 1, 2)) 2022-09-27T16:07:53.7388264Z 2022-09-27T16:07:53.7388395Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:53.7388614Z ========== 2022-09-27T16:07:53.7393549Z ok (0.020s) 2022-09-27T16:07:53.7412038Z test_range_factories_64bit_indexing_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:53.8096296Z test_range_warning_cpu (__main__.TestTensorCreationCPU) ... ok (0.068s) 2022-09-27T16:07:53.8186274Z test_repeat_interleave_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_repeat_interleave test_tensor_creation_ops.py line 1081 2022-09-27T16:07:53.8187143Z due to: 2022-09-27T16:07:53.8187352Z Traceback (most recent call last): 2022-09-27T16:07:53.8187779Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/torch.py", line 278, in is_dynamic_shapes 2022-09-27T16:07:53.8188095Z return locals()[self.value.__name__](*args, **kwargs) 2022-09-27T16:07:53.8188448Z TypeError: repeat_interleave() missing 1 required positional argument: 'repeats' 2022-09-27T16:07:53.8188705Z 2022-09-27T16:07:53.8188775Z from user code: 2022-09-27T16:07:53.8188998Z File "test_tensor_creation_ops.py", line 1084, in test_repeat_interleave 2022-09-27T16:07:53.8189283Z self.assertEqual(torch.repeat_interleave(x), expected) 2022-09-27T16:07:53.8189436Z 2022-09-27T16:07:53.8189566Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:53.8189772Z ========== 2022-09-27T16:07:53.8344803Z ok (0.024s) 2022-09-27T16:07:54.2391344Z test_roll_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 211 2022-09-27T16:07:54.2391948Z due to: 2022-09-27T16:07:54.2392253Z Traceback (most recent call last): 2022-09-27T16:07:54.2392927Z File "/opt/conda/lib/python3.7/site-packages/torch/_refs/__init__.py", line 2994, in roll 2022-09-27T16:07:54.2393627Z raise RuntimeError("`shifts` required") 2022-09-27T16:07:54.2394006Z RuntimeError: `shifts` required 2022-09-27T16:07:54.2394228Z 2022-09-27T16:07:54.2394468Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:54.2394763Z 2022-09-27T16:07:54.2394921Z Traceback (most recent call last): 2022-09-27T16:07:54.2395638Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:54.2396161Z raise TorchRuntimeError() from e 2022-09-27T16:07:54.2396574Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:54.2396831Z 2022-09-27T16:07:54.2396950Z from user code: 2022-09-27T16:07:54.2397334Z File "test_tensor_creation_ops.py", line 211, in 2022-09-27T16:07:54.2397863Z self.assertRaisesRegex(RuntimeError, "required", lambda: data.roll(shifts=(), dims=())) 2022-09-27T16:07:54.2398202Z 2022-09-27T16:07:54.2398433Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.2398814Z ========== 2022-09-27T16:07:54.2665495Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 212 2022-09-27T16:07:54.2666050Z due to: 2022-09-27T16:07:54.2666368Z Traceback (most recent call last): 2022-09-27T16:07:54.2667014Z File "/opt/conda/lib/python3.7/site-packages/torch/_refs/__init__.py", line 2994, in roll 2022-09-27T16:07:54.2667507Z raise RuntimeError("`shifts` required") 2022-09-27T16:07:54.2667895Z RuntimeError: `shifts` required 2022-09-27T16:07:54.2668123Z 2022-09-27T16:07:54.2668360Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:54.2668648Z 2022-09-27T16:07:54.2668792Z Traceback (most recent call last): 2022-09-27T16:07:54.2669501Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:54.2670046Z raise TorchRuntimeError() from e 2022-09-27T16:07:54.2670459Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:54.2670699Z 2022-09-27T16:07:54.2670817Z from user code: 2022-09-27T16:07:54.2671198Z File "test_tensor_creation_ops.py", line 212, in 2022-09-27T16:07:54.2671746Z self.assertRaisesRegex(RuntimeError, "required", lambda: data.roll(shifts=(), dims=1)) 2022-09-27T16:07:54.2672082Z 2022-09-27T16:07:54.2672301Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.2672682Z ========== 2022-09-27T16:07:54.2943171Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 214 2022-09-27T16:07:54.2943723Z due to: 2022-09-27T16:07:54.2944043Z Traceback (most recent call last): 2022-09-27T16:07:54.2944707Z File "/opt/conda/lib/python3.7/site-packages/torch/_refs/__init__.py", line 3001, in roll 2022-09-27T16:07:54.2945259Z f"shifts and dimensions must align. shifts: {len_shifts}, dims: {len_dims}" 2022-09-27T16:07:54.2945777Z RuntimeError: shifts and dimensions must align. shifts: 2, dims: 1 2022-09-27T16:07:54.2946065Z 2022-09-27T16:07:54.2946306Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:54.2946735Z 2022-09-27T16:07:54.2946882Z Traceback (most recent call last): 2022-09-27T16:07:54.2947623Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:54.2948152Z raise TorchRuntimeError() from e 2022-09-27T16:07:54.2948562Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:54.2948801Z 2022-09-27T16:07:54.2948920Z from user code: 2022-09-27T16:07:54.2949306Z File "test_tensor_creation_ops.py", line 214, in 2022-09-27T16:07:54.2949846Z self.assertRaisesRegex(RuntimeError, "align", lambda: data.roll(shifts=(1, 2), dims=(1,))) 2022-09-27T16:07:54.2950192Z 2022-09-27T16:07:54.2950409Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.2950790Z ========== 2022-09-27T16:07:54.3223022Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 215 2022-09-27T16:07:54.3223498Z due to: 2022-09-27T16:07:54.3223842Z Traceback (most recent call last): 2022-09-27T16:07:54.3224422Z File "/opt/conda/lib/python3.7/site-packages/torch/_prims_common/__init__.py", line 478, in canonicalize_dim 2022-09-27T16:07:54.3224694Z raise IndexError(msg) 2022-09-27T16:07:54.3225022Z IndexError: Dimension out of range (expected to be in range of [-2, 1], but got 2) 2022-09-27T16:07:54.3225201Z 2022-09-27T16:07:54.3225273Z from user code: 2022-09-27T16:07:54.3225488Z File "test_tensor_creation_ops.py", line 215, in 2022-09-27T16:07:54.3225796Z self.assertRaisesRegex(RuntimeError, "align", lambda: data.roll(shifts=(1,), dims=(1, 2))) 2022-09-27T16:07:54.3225981Z 2022-09-27T16:07:54.3226111Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.3226326Z ========== 2022-09-27T16:07:54.3769764Z ok (0.542s) 2022-09-27T16:07:54.4163992Z test_signal_window_functions_window_bartlett_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.039s) 2022-09-27T16:07:54.4457921Z test_signal_window_functions_window_bartlett_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:07:54.4563387Z test_signal_window_functions_window_bartlett_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:54.4885572Z test_signal_window_functions_window_blackman_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.032s) 2022-09-27T16:07:54.5201738Z test_signal_window_functions_window_blackman_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:07:54.5259362Z test_signal_window_functions_window_blackman_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:54.5367720Z test_signal_window_functions_window_hamming_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:54.5470039Z test_signal_window_functions_window_hamming_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:54.5524495Z test_signal_window_functions_window_hamming_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:54.5631155Z test_signal_window_functions_window_hann_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:54.5732868Z test_signal_window_functions_window_hann_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:54.5789014Z test_signal_window_functions_window_hann_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:54.5870544Z test_simple_scalar_cast_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_scalar_cast test_tensor_creation_ops.py line 1177 2022-09-27T16:07:54.5871186Z due to: 2022-09-27T16:07:54.5871533Z Traceback (most recent call last): 2022-09-27T16:07:54.5872295Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:07:54.5872825Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:07:54.5873372Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:07:54.5873692Z 2022-09-27T16:07:54.5873833Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:54.5874000Z 2022-09-27T16:07:54.5874094Z Traceback (most recent call last): 2022-09-27T16:07:54.5874484Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:54.5874788Z raise TorchRuntimeError() from e 2022-09-27T16:07:54.5875031Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:54.5875160Z 2022-09-27T16:07:54.5875233Z from user code: 2022-09-27T16:07:54.5875478Z File "test_tensor_creation_ops.py", line 1182, in test_simple_scalar_cast 2022-09-27T16:07:54.5875748Z not_ok = map(torch.Tensor, [[], [1, 2], [[1, 2], [3, 4]]]) 2022-09-27T16:07:54.5875888Z 2022-09-27T16:07:54.5876008Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.5876225Z ========== 2022-09-27T16:07:54.6139780Z ok (0.034s) 2022-09-27T16:07:54.6583502Z test_stack_cpu (__main__.TestTensorCreationCPU) ... ok (0.044s) 2022-09-27T16:07:54.6722132Z test_stack_out_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_stack_out test_tensor_creation_ops.py line 1059 2022-09-27T16:07:54.6722745Z due to: 2022-09-27T16:07:54.6723092Z Traceback (most recent call last): 2022-09-27T16:07:54.6723840Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:54.6724544Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:54.6724945Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:07:54.6725118Z 2022-09-27T16:07:54.6725189Z from user code: 2022-09-27T16:07:54.6725405Z File "test_tensor_creation_ops.py", line 1069, in test_stack_out 2022-09-27T16:07:54.6725644Z res_out_dp = res_out.data_ptr() 2022-09-27T16:07:54.6725769Z 2022-09-27T16:07:54.6725910Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.6726119Z ========== 2022-09-27T16:07:54.6790434Z ok (0.020s) 2022-09-27T16:07:54.7105754Z test_strided_mismatched_stride_shape_cpu (__main__.TestTensorCreationCPU) ... ok (0.031s) 2022-09-27T16:07:54.7131436Z test_tensor_ctor_device_inference_cpu (__main__.TestTensorCreationCPU) ... skip: test doesn't currently work with torchdynamo (0.002s) 2022-09-27T16:07:54.8582933Z test_tensor_device_cpu (__main__.TestTensorCreationCPU) ... ok (0.145s) 2022-09-27T16:07:54.9631894Z test_tensor_factories_empty_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2699 2022-09-27T16:07:54.9632527Z due to: 2022-09-27T16:07:54.9632855Z Traceback (most recent call last): 2022-09-27T16:07:54.9633680Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:54.9634187Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:54.9634621Z RuntimeError: "check_uniform_bounds" not implemented for 'Byte' 2022-09-27T16:07:54.9634784Z 2022-09-27T16:07:54.9634921Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:54.9635074Z 2022-09-27T16:07:54.9635167Z Traceback (most recent call last): 2022-09-27T16:07:54.9635814Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:54.9636120Z raise TorchRuntimeError() from e 2022-09-27T16:07:54.9636341Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:54.9636483Z 2022-09-27T16:07:54.9636552Z from user code: 2022-09-27T16:07:54.9636771Z File "test_tensor_creation_ops.py", line 2699, in 2022-09-27T16:07:54.9637077Z self.assertRaises(RuntimeError, lambda: torch.rand(shape, device=device, dtype=dt).shape) 2022-09-27T16:07:54.9637256Z 2022-09-27T16:07:54.9637389Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:54.9637668Z ========== 2022-09-27T16:07:55.0074447Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_creation_ops.py line 2692 2022-09-27T16:07:55.0074929Z due to: 2022-09-27T16:07:55.0075197Z Traceback (most recent call last): 2022-09-27T16:07:55.0075844Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:07:55.0076243Z return self._op(*args, **kwargs or {}) 2022-09-27T16:07:55.0076608Z RuntimeError: check_random_bounds handles only integral, floating-point and boolean types 2022-09-27T16:07:55.0076802Z 2022-09-27T16:07:55.0076939Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:55.0077105Z 2022-09-27T16:07:55.0077196Z Traceback (most recent call last): 2022-09-27T16:07:55.0077577Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:55.0077874Z raise TorchRuntimeError() from e 2022-09-27T16:07:55.0078109Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:55.0078252Z 2022-09-27T16:07:55.0078325Z from user code: 2022-09-27T16:07:55.0078530Z File "test_tensor_creation_ops.py", line 2692, in 2022-09-27T16:07:55.0078849Z self.assertRaises(RuntimeError, lambda: torch.randint(6, shape, device=device, dtype=dt).shape) 2022-09-27T16:07:55.0079049Z 2022-09-27T16:07:55.0079182Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:55.0079387Z ========== 2022-09-27T16:07:55.1770057Z ok (0.318s) 2022-09-27T16:07:55.1837443Z test_tensor_factory_copy_var_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_factory_copy_var test_tensor_creation_ops.py line 2054 2022-09-27T16:07:55.1838063Z due to: 2022-09-27T16:07:55.1838350Z Traceback (most recent call last): 2022-09-27T16:07:55.1838799Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 324, in bind_args 2022-09-27T16:07:55.1839137Z assert getattr(self.closure.items[idx], name, name) == name 2022-09-27T16:07:55.1839361Z AssertionError 2022-09-27T16:07:55.1839472Z 2022-09-27T16:07:55.1839540Z from user code: 2022-09-27T16:07:55.1839783Z File "test_tensor_creation_ops.py", line 2067, in test_tensor_factory_copy_var 2022-09-27T16:07:55.1840055Z check_copy(torch.tensor(source), True, False) 2022-09-27T16:07:55.1840184Z 2022-09-27T16:07:55.1840322Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:55.1840539Z ========== 2022-09-27T16:07:55.2240566Z ok (0.046s) 2022-09-27T16:07:55.2322494Z test_tensor_factory_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_factory test_tensor_creation_ops.py line 1990 2022-09-27T16:07:55.2323133Z due to: 2022-09-27T16:07:55.2323465Z Traceback (most recent call last): 2022-09-27T16:07:55.2323876Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:07:55.2324238Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:07:55.2324583Z RuntimeError: Creating a new Tensor subclass Tensor but the raw Tensor object is already associated to a python object of type FakeTensor 2022-09-27T16:07:55.2324816Z 2022-09-27T16:07:55.2324954Z The above exception was the direct cause of the following exception: 2022-09-27T16:07:55.2325120Z 2022-09-27T16:07:55.2325210Z Traceback (most recent call last): 2022-09-27T16:07:55.2325815Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:07:55.2326117Z raise TorchRuntimeError() from e 2022-09-27T16:07:55.2326354Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:07:55.2326496Z 2022-09-27T16:07:55.2326552Z from user code: 2022-09-27T16:07:55.2326782Z File "test_tensor_creation_ops.py", line 1996, in test_tensor_factory 2022-09-27T16:07:55.2327028Z expected = torch.Tensor([1, 1]) 2022-09-27T16:07:55.2327155Z 2022-09-27T16:07:55.2327287Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:55.2327551Z ========== 2022-09-27T16:07:55.2342683Z ok (0.010s) 2022-09-27T16:07:55.2360490Z test_tensor_factory_gpu_type_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:55.2376077Z test_tensor_factory_gpu_type_inference_cpu (__main__.TestTensorCreationCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:07:55.2443601Z test_tensor_factory_type_inference_cpu (__main__.TestTensorCreationCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_factory_type_inference test_tensor_creation_ops.py line 2082 2022-09-27T16:07:55.2444201Z due to: 2022-09-27T16:07:55.2444573Z Traceback (most recent call last): 2022-09-27T16:07:55.2445047Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:55.2445499Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:55.2445955Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:07:55.2446157Z 2022-09-27T16:07:55.2446227Z from user code: 2022-09-27T16:07:55.2446463Z File "test_tensor_creation_ops.py", line 2110, in test_tensor_factory_type_inference 2022-09-27T16:07:55.2446725Z test_inference(torch.float64) 2022-09-27T16:07:55.2446851Z 2022-09-27T16:07:55.2446987Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:55.2447191Z ========== 2022-09-27T16:07:55.2463857Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inference test_tensor_creation_ops.py line 2084 2022-09-27T16:07:55.2464286Z due to: 2022-09-27T16:07:55.2464600Z Traceback (most recent call last): 2022-09-27T16:07:55.2465330Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:07:55.2465948Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:07:55.2466464Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:07:55.2466674Z 2022-09-27T16:07:55.2466766Z from user code: 2022-09-27T16:07:55.2467177Z File "test_tensor_creation_ops.py", line 2085, in test_inference 2022-09-27T16:07:55.2467634Z saved_dtype = torch.get_default_dtype() 2022-09-27T16:07:55.2467775Z 2022-09-27T16:07:55.2467909Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:07:55.2468115Z ========== 2022-09-27T16:07:55.2468700Z test_tensor_creation_ops.py:2105: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:07:55.2469625Z self.assertIs(default_dtype, torch.tensor(((7, np.array(5)), (np.array(9), 5.))).dtype) 2022-09-27T16:07:55.2470014Z ok (0.009s) 2022-09-27T16:07:55.3147937Z test_tensor_from_non_writable_numpy_cpu (__main__.TestTensorCreationCPU) ... ok (0.067s) 2022-09-27T16:07:55.3205927Z test_tensor_from_sequence_cpu (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.3340177Z test_torch_complex_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.013s) 2022-09-27T16:07:55.3444472Z test_torch_complex_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:55.3546948Z test_torch_complex_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:55.3738690Z test_torch_complex_floating_dtype_error_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:07:55.3918402Z test_torch_complex_floating_dtype_error_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:07:55.4099391Z test_torch_complex_floating_dtype_error_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:07:55.4280814Z test_torch_complex_floating_dtype_error_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:07:55.4464717Z test_torch_complex_floating_dtype_error_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:07:55.4644621Z test_torch_complex_floating_dtype_error_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:07:55.4828056Z test_torch_complex_floating_dtype_error_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.018s) 2022-09-27T16:07:55.5002694Z test_torch_complex_floating_dtype_error_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.017s) 2022-09-27T16:07:55.5233495Z test_torch_complex_out_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:07:55.5316521Z test_torch_complex_out_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:07:55.5552635Z test_torch_complex_same_dtype_error_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.023s) 2022-09-27T16:07:55.5660483Z test_torch_complex_same_dtype_error_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:55.5885231Z test_torch_polar_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.022s) 2022-09-27T16:07:55.6079711Z test_torch_polar_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:07:55.6189370Z test_unpack_double_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.010s) 2022-09-27T16:07:55.6215976Z test_unpack_double_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.002s) 2022-09-27T16:07:55.6472933Z test_vander_cpu (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:55.6588872Z test_vander_types_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.011s) 2022-09-27T16:07:55.6676129Z test_vander_types_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.008s) 2022-09-27T16:07:55.6731604Z test_vander_types_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.6783958Z test_vander_types_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.6833951Z test_vander_types_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.004s) 2022-09-27T16:07:55.6885016Z test_vander_types_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.6936053Z test_vander_types_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.6991307Z test_vander_types_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.7042279Z test_vander_types_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.7093145Z test_vander_types_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.005s) 2022-09-27T16:07:55.7387665Z test_vsplit_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.029s) 2022-09-27T16:07:55.7656879Z test_vsplit_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.026s) 2022-09-27T16:07:55.7914561Z test_vsplit_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.025s) 2022-09-27T16:07:55.8910729Z test_vstack_row_stack_cpu_complex128 (__main__.TestTensorCreationCPU) ... ok (0.099s) 2022-09-27T16:07:55.9684151Z test_vstack_row_stack_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.077s) 2022-09-27T16:07:56.0449184Z test_vstack_row_stack_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:07:56.1215791Z test_vstack_row_stack_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.076s) 2022-09-27T16:07:56.1972312Z test_vstack_row_stack_cpu_float64 (__main__.TestTensorCreationCPU) ... ok (0.075s) 2022-09-27T16:07:56.2483439Z test_vstack_row_stack_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-09-27T16:07:56.2994081Z test_vstack_row_stack_cpu_int32 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-09-27T16:07:56.3505174Z test_vstack_row_stack_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.050s) 2022-09-27T16:07:56.4022087Z test_vstack_row_stack_cpu_int8 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-09-27T16:07:56.4536288Z test_vstack_row_stack_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.051s) 2022-09-27T16:07:56.5358819Z test_zeros_cpu (__main__.TestTensorCreationCPU) ... ok (0.082s) 2022-09-27T16:07:56.5524104Z test_zeros_dtype_layout_device_match_cpu_bool (__main__.TestTensorCreationCPU) ... ok (0.016s) 2022-09-27T16:07:56.5668470Z test_zeros_dtype_layout_device_match_cpu_complex64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:07:56.5811943Z test_zeros_dtype_layout_device_match_cpu_float16 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:07:56.5955937Z test_zeros_dtype_layout_device_match_cpu_float32 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:07:56.6103047Z test_zeros_dtype_layout_device_match_cpu_int16 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:07:56.6248537Z test_zeros_dtype_layout_device_match_cpu_int64 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:07:56.6392958Z test_zeros_dtype_layout_device_match_cpu_uint8 (__main__.TestTensorCreationCPU) ... ok (0.014s) 2022-09-27T16:07:56.6586082Z test_zeros_out_cpu (__main__.TestTensorCreationCPU) ... ok (0.019s) 2022-09-27T16:07:56.6586454Z 2022-09-27T16:07:56.6586977Z ---------------------------------------------------------------------- 2022-09-27T16:07:56.6587713Z Ran 538 tests in 73.217s 2022-09-27T16:07:56.6587972Z 2022-09-27T16:07:56.6588088Z OK (skipped=60) 2022-09-27T16:07:56.6597842Z 2022-09-27T16:07:56.6597991Z Generating XML reports... 2022-09-27T16:07:56.6714263Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927160643.xml 2022-09-27T16:07:56.6785427Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927160643.xml 2022-09-27T16:07:56.6791286Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927160643.xml 2022-09-27T16:07:56.6809971Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927160643.xml 2022-09-27T16:07:56.7019597Z Generated XML report: test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927160643.xml 2022-09-27T16:07:57.3994903Z Running test_cpp_extensions_jit ... [2022-09-27 16:07:57.399027] 2022-09-27T16:07:57.3995457Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:07:57.399112] 2022-09-27T16:07:58.9741701Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:07:58.9780321Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-09-27T16:07:59.0478824Z 2022-09-27T16:07:59.0479425Z Running tests... 2022-09-27T16:07:59.0479840Z ---------------------------------------------------------------------- 2022-09-27T16:08:03.3490468Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (4.238s) 2022-09-27T16:08:18.3312735Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (14.981s) 2022-09-27T16:08:18.3370706Z 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-09-27T16:08:18.3371205Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-09-27T16:08:18.3805226Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-09-27T16:08:18.3809660Z Building extension module cpp_frontend_extension... 2022-09-27T16:08:18.3809942Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:19.4003102Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-09-27T16:08:19.7342945Z [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-09-27T16:08:19.7394897Z Loading extension module cpp_frontend_extension... 2022-09-27T16:08:19.7432500Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_frontend_module_has_same_output_as_python test_cpp_extensions_jit.py line 473 2022-09-27T16:08:19.7432991Z due to: 2022-09-27T16:08:19.7434816Z Traceback (most recent call last): 2022-09-27T16:08:19.7435495Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:19.7436326Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:19.7436957Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:19.7437351Z 2022-09-27T16:08:19.7437491Z from user code: 2022-09-27T16:08:19.7437831Z File "test_cpp_extensions_jit.py", line 477, in test_cpp_frontend_module_has_same_output_as_python 2022-09-27T16:08:19.7438080Z verbose=True, 2022-09-27T16:08:19.7438189Z 2022-09-27T16:08:19.7438324Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:19.7438549Z ========== 2022-09-27T16:08:19.7440084Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:19.7441312Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:08:19.7441824Z Loading extension module cpp_frontend_extension... 2022-09-27T16:08:19.7481237Z ok (1.416s) 2022-09-27T16:08:19.7527769Z 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-09-27T16:08:19.7528923Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:08:19.7529265Z Loading extension module cpp_frontend_extension... 2022-09-27T16:08:19.7531566Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_frontend_module_has_up_to_date_attributes test_cpp_extensions_jit.py line 601 2022-09-27T16:08:19.7532088Z due to: 2022-09-27T16:08:19.7532296Z Traceback (most recent call last): 2022-09-27T16:08:19.7532786Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:19.7533248Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:19.7533745Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:19.7533942Z 2022-09-27T16:08:19.7534014Z from user code: 2022-09-27T16:08:19.7534266Z File "test_cpp_extensions_jit.py", line 605, in test_cpp_frontend_module_has_up_to_date_attributes 2022-09-27T16:08:19.7534525Z verbose=True, 2022-09-27T16:08:19.7534808Z 2022-09-27T16:08:19.7534945Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:19.7535167Z ========== 2022-09-27T16:08:19.7535408Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:19.7535849Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:08:19.7536172Z Loading extension module cpp_frontend_extension... 2022-09-27T16:08:19.7549761Z ok (0.006s) 2022-09-27T16:08:19.7624730Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:19.7625920Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:08:19.7626427Z Loading extension module cpp_frontend_extension... 2022-09-27T16:08:19.7628026Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_frontend_module_python_inter_op test_cpp_extensions_jit.py line 504 2022-09-27T16:08:19.7628516Z due to: 2022-09-27T16:08:19.7628857Z Traceback (most recent call last): 2022-09-27T16:08:19.7629527Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:19.7630294Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:19.7631019Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:19.7631354Z 2022-09-27T16:08:19.7631468Z from user code: 2022-09-27T16:08:19.7631864Z File "test_cpp_extensions_jit.py", line 508, in test_cpp_frontend_module_python_inter_op 2022-09-27T16:08:19.7632219Z verbose=True, 2022-09-27T16:08:19.7632373Z 2022-09-27T16:08:19.7632560Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:19.7632894Z ========== 2022-09-27T16:08:19.7633510Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:19.7634289Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-09-27T16:08:19.7634834Z Loading extension module cpp_frontend_extension... 2022-09-27T16:08:19.7999541Z ok (0.044s) 2022-09-27T16:08:19.8023796Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-09-27T16:08:19.8057306Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:19.8058046Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-09-27T16:08:19.8482473Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:08:19.8487630Z Building extension module is_python_module... 2022-09-27T16:08:19.8488113Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:20.8485208Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-09-27T16:08:21.0929600Z [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-09-27T16:08:21.0983581Z Loading extension module is_python_module... 2022-09-27T16:08:21.1102871Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:21.1114055Z No modifications detected for re-loaded extension module is_python_module, skipping build step... 2022-09-27T16:08:21.1114565Z Loading extension module is_python_module... 2022-09-27T16:08:21.1125397Z /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-09-27T16:08:21.1126408Z f'Input #{idx} requires gradient and ' 2022-09-27T16:08:21.1127472Z /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-09-27T16:08:21.1128207Z f'Input #{idx} requires gradient and ' 2022-09-27T16:08:21.1155261Z /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-09-27T16:08:21.1156116Z f'Input #{idx} requires gradient and ' 2022-09-27T16:08:21.1157213Z /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-09-27T16:08:21.1158056Z f'Input #{idx} requires gradient and ' 2022-09-27T16:08:21.1234127Z ok (1.320s) 2022-09-27T16:08:21.1249877Z test_half_support (__main__.TestCppExtensionJIT) 2022-09-27T16:08:21.1250579Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-09-27T16:08:21.1264061Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:08:21.1277881Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-09-27T16:08:21.1312572Z 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-09-27T16:08:21.1313519Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-09-27T16:08:21.1318166Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inline_jit_compile_extension_multiple_sources_and_no_functions test_cpp_extensions_jit.py line 267 2022-09-27T16:08:21.1318684Z due to: 2022-09-27T16:08:21.1318957Z Traceback (most recent call last): 2022-09-27T16:08:21.1319614Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/immutable_collections.py", line 16, in _no_mutation 2022-09-27T16:08:21.1320366Z raise NotImplementedError(f"'{type(self).__name__}' object does not support mutation. {_help_mutation}") 2022-09-27T16:08:21.1321194Z NotImplementedError: 'immutable_list' object does not support mutation. If you are attempting to modify the kwargs or args of a torch.fx.Node object, 2022-09-27T16:08:21.1321820Z instead create a new copy of it and assign the copy to the node: 2022-09-27T16:08:21.1322177Z new_args = ... # copy and mutate args 2022-09-27T16:08:21.1322431Z node.args = new_args 2022-09-27T16:08:21.1322582Z 2022-09-27T16:08:21.1322596Z 2022-09-27T16:08:21.1322777Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:21.1322995Z 2022-09-27T16:08:21.1323117Z Traceback (most recent call last): 2022-09-27T16:08:21.1323660Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:21.1324042Z raise TorchRuntimeError() from e 2022-09-27T16:08:21.1324537Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:21.1324728Z 2022-09-27T16:08:21.1324822Z from user code: 2022-09-27T16:08:21.1325182Z File "test_cpp_extensions_jit.py", line 285, in test_inline_jit_compile_extension_multiple_sources_and_no_functions 2022-09-27T16:08:21.1325536Z verbose=True, 2022-09-27T16:08:21.1325680Z 2022-09-27T16:08:21.1325852Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:21.1326142Z ========== 2022-09-27T16:08:21.1326470Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:21.1745349Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-09-27T16:08:21.1750147Z Building extension module inline_jit_extension... 2022-09-27T16:08:21.1750613Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:22.1705494Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-09-27T16:08:22.4092616Z [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-09-27T16:08:22.4144516Z Loading extension module inline_jit_extension... 2022-09-27T16:08:22.4166405Z ok (1.288s) 2022-09-27T16:08:22.4246033Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.007s) 2022-09-27T16:08:22.4278486Z 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-09-27T16:08:22.4279030Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-09-27T16:08:22.4708488Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-09-27T16:08:22.4711693Z Building extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:08:22.4712258Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:23.4469599Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-09-27T16:08:23.6826709Z [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-09-27T16:08:23.6879249Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:08:23.6898201Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inline_jit_compile_extension_with_functions_as_dict test_cpp_extensions_jit.py line 251 2022-09-27T16:08:23.6898796Z due to: 2022-09-27T16:08:23.6899077Z Traceback (most recent call last): 2022-09-27T16:08:23.6899664Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:23.6900113Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:23.6900580Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:23.6900869Z 2022-09-27T16:08:23.6900973Z from user code: 2022-09-27T16:08:23.6901293Z File "test_cpp_extensions_jit.py", line 262, in test_inline_jit_compile_extension_with_functions_as_dict 2022-09-27T16:08:23.6901542Z verbose=True, 2022-09-27T16:08:23.6901722Z 2022-09-27T16:08:23.6901858Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:23.6902084Z ========== 2022-09-27T16:08:23.6902326Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:23.6911370Z No modifications detected for re-loaded extension module inline_jit_extension_with_functions_dict, skipping build step... 2022-09-27T16:08:23.6911745Z Loading extension module inline_jit_extension_with_functions_dict... 2022-09-27T16:08:23.6916616Z ok (1.267s) 2022-09-27T16:08:23.6964559Z 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-09-27T16:08:23.6965034Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-09-27T16:08:23.7394299Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-09-27T16:08:23.7398573Z Building extension module inline_jit_extension_with_functions_list... 2022-09-27T16:08:23.7398908Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:24.7192279Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-09-27T16:08:24.9624365Z [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-09-27T16:08:24.9677253Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:08:24.9695980Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_inline_jit_compile_extension_with_functions_as_list test_cpp_extensions_jit.py line 229 2022-09-27T16:08:24.9696427Z due to: 2022-09-27T16:08:24.9696727Z Traceback (most recent call last): 2022-09-27T16:08:24.9697351Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:24.9698212Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:24.9698681Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:24.9698877Z 2022-09-27T16:08:24.9698977Z from user code: 2022-09-27T16:08:24.9699340Z File "test_cpp_extensions_jit.py", line 240, in test_inline_jit_compile_extension_with_functions_as_list 2022-09-27T16:08:24.9699722Z verbose=True, 2022-09-27T16:08:24.9699856Z 2022-09-27T16:08:24.9700847Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:24.9701088Z ========== 2022-09-27T16:08:24.9701348Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:24.9709679Z No modifications detected for re-loaded extension module inline_jit_extension_with_functions_list, skipping build step... 2022-09-27T16:08:24.9710048Z Loading extension module inline_jit_extension_with_functions_list... 2022-09-27T16:08:24.9719908Z ok (1.279s) 2022-09-27T16:08:24.9772794Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:24.9773226Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-09-27T16:08:25.0212047Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-09-27T16:08:25.0216471Z Building extension module jit_extension... 2022-09-27T16:08:25.0216753Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:26.1207809Z [1/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-09-27T16:08:26.1376887Z [2/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-09-27T16:08:26.5295009Z [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-09-27T16:08:26.5345612Z Loading extension module jit_extension... 2022-09-27T16:08:26.5368114Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_compile_extension test_cpp_extensions_jit.py line 67 2022-09-27T16:08:26.5368645Z due to: 2022-09-27T16:08:26.5369010Z Traceback (most recent call last): 2022-09-27T16:08:26.5369779Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:26.5370601Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:26.5371432Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:26.5371797Z 2022-09-27T16:08:26.5371912Z from user code: 2022-09-27T16:08:26.5372320Z File "test_cpp_extensions_jit.py", line 76, in test_jit_compile_extension 2022-09-27T16:08:26.5372767Z verbose=True, 2022-09-27T16:08:26.5372966Z 2022-09-27T16:08:26.5373110Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:26.5373318Z ========== 2022-09-27T16:08:26.5373566Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:26.5374380Z No modifications detected for re-loaded extension module jit_extension, skipping build step... 2022-09-27T16:08:26.5374665Z Loading extension module jit_extension... 2022-09-27T16:08:26.5388567Z ok (1.566s) 2022-09-27T16:08:26.5410843Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:08:26.5422531Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-09-27T16:08:26.5435484Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-09-27T16:08:26.5476448Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:26.5476903Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-09-27T16:08:26.5895193Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-09-27T16:08:26.5899611Z Building extension module lenient_flag_handling_extension... 2022-09-27T16:08:26.5899896Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:27.6195432Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-09-27T16:08:27.9139567Z [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-09-27T16:08:27.9192657Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:08:27.9211495Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_lenient_flag_handling_in_jit_extensions test_cpp_extensions_jit.py line 391 2022-09-27T16:08:27.9211951Z due to: 2022-09-27T16:08:27.9212220Z Traceback (most recent call last): 2022-09-27T16:08:27.9212992Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:27.9213504Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:27.9214311Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:27.9214712Z 2022-09-27T16:08:27.9214800Z from user code: 2022-09-27T16:08:27.9215104Z File "test_cpp_extensions_jit.py", line 404, in test_lenient_flag_handling_in_jit_extensions 2022-09-27T16:08:27.9215431Z verbose=True, 2022-09-27T16:08:27.9215564Z 2022-09-27T16:08:27.9215697Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:27.9216027Z ========== 2022-09-27T16:08:27.9216509Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:27.9224771Z No modifications detected for re-loaded extension module lenient_flag_handling_extension, skipping build step... 2022-09-27T16:08:27.9225160Z Loading extension module lenient_flag_handling_extension... 2022-09-27T16:08:27.9234693Z ok (1.379s) 2022-09-27T16:08:27.9258339Z 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-09-27T16:08:27.9298155Z 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-09-27T16:08:27.9302776Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-09-27T16:08:27.9723995Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-09-27T16:08:27.9736629Z Building extension module is_python_module_v1... 2022-09-27T16:08:27.9737119Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:28.9589343Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-09-27T16:08:29.2032202Z [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-09-27T16:08:29.2083134Z Loading extension module is_python_module_v1... 2022-09-27T16:08:29.2205317Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:29.2208323Z No modifications detected for re-loaded extension module is_python_module_v1, skipping build step... 2022-09-27T16:08:29.2208850Z Loading extension module is_python_module_v1... 2022-09-27T16:08:29.2221082Z ok (1.296s) 2022-09-27T16:08:29.2260098Z 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-09-27T16:08:29.2260882Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-09-27T16:08:29.2677243Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-09-27T16:08:29.2682277Z Building extension module test_set_default_type... 2022-09-27T16:08:29.2682759Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:08:30.2266910Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-09-27T16:08:30.4699052Z [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-09-27T16:08:30.4750521Z Loading extension module test_set_default_type... 2022-09-27T16:08:30.4771844Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_default_type_also_changes_aten_default_type test_cpp_extensions_jit.py line 674 2022-09-27T16:08:30.4772379Z due to: 2022-09-27T16:08:30.4772728Z Traceback (most recent call last): 2022-09-27T16:08:30.4773469Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:08:30.4774194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:08:30.4774785Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:08:30.4775034Z 2022-09-27T16:08:30.4775106Z from user code: 2022-09-27T16:08:30.4775784Z File "test_cpp_extensions_jit.py", line 679, in test_set_default_type_also_changes_aten_default_type 2022-09-27T16:08:30.4776206Z verbose=True, 2022-09-27T16:08:30.4776319Z 2022-09-27T16:08:30.4776440Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:30.4776661Z ========== 2022-09-27T16:08:30.4776914Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:08:30.4785204Z No modifications detected for re-loaded extension module test_set_default_type, skipping build step... 2022-09-27T16:08:30.4785732Z Loading extension module test_set_default_type... 2022-09-27T16:08:30.4793062Z ok (1.256s) 2022-09-27T16:08:30.4893859Z test_warning (__main__.TestCppExtensionJIT) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_warning test_cpp_extensions_jit.py line 706 2022-09-27T16:08:30.4894331Z due to: 2022-09-27T16:08:30.4894711Z Traceback (most recent call last): 2022-09-27T16:08:30.4895461Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/immutable_collections.py", line 16, in _no_mutation 2022-09-27T16:08:30.4896107Z raise NotImplementedError(f"'{type(self).__name__}' object does not support mutation. {_help_mutation}") 2022-09-27T16:08:30.4896616Z NotImplementedError: 'immutable_list' object does not support mutation. If you are attempting to modify the kwargs or args of a torch.fx.Node object, 2022-09-27T16:08:30.4896981Z instead create a new copy of it and assign the copy to the node: 2022-09-27T16:08:30.4897305Z new_args = ... # copy and mutate args 2022-09-27T16:08:30.4897500Z node.args = new_args 2022-09-27T16:08:30.4897617Z 2022-09-27T16:08:30.4897621Z 2022-09-27T16:08:30.4897757Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:30.4897919Z 2022-09-27T16:08:30.4898011Z Traceback (most recent call last): 2022-09-27T16:08:30.4898407Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:30.4898696Z raise TorchRuntimeError() from e 2022-09-27T16:08:30.4898930Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:30.4899072Z 2022-09-27T16:08:30.4899141Z from user code: 2022-09-27T16:08:30.4899348Z File "test_cpp_extensions_jit.py", line 749, in test_warning 2022-09-27T16:08:30.4899591Z with_pytorch_error_handling=False) 2022-09-27T16:08:30.4899720Z 2022-09-27T16:08:30.4899852Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:30.4900068Z ========== 2022-09-27T16:08:31.7627079Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:08:31.7632873Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:08:31.7636284Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:08:31.7638091Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-09-27T16:08:33.0366909Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-09-27T16:08:33.0369172Z ok (2.557s) 2022-09-27T16:08:33.0437749Z 2022-09-27T16:08:33.0438757Z ---------------------------------------------------------------------- 2022-09-27T16:08:33.0439212Z Ran 23 tests in 33.996s 2022-09-27T16:08:33.0439399Z 2022-09-27T16:08:33.0439526Z OK (skipped=8) 2022-09-27T16:08:33.0439687Z 2022-09-27T16:08:33.0439784Z Generating XML reports... 2022-09-27T16:08:33.0502444Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927160758.xml 2022-09-27T16:08:33.5115498Z Running test_mkldnn ... [2022-09-27 16:08:33.511152] 2022-09-27T16:08:33.5116053Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:08:33.511238] 2022-09-27T16:08:34.9854698Z Test results will be stored in test-reports/python-unittest/test_mkldnn 2022-09-27T16:08:34.9870216Z 2022-09-27T16:08:34.9870540Z Running tests... 2022-09-27T16:08:34.9871415Z ---------------------------------------------------------------------- 2022-09-27T16:08:39.7957528Z test_0_dimension_tensor (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_0_dimension_tensor test_mkldnn.py line 954 2022-09-27T16:08:39.7958103Z due to: 2022-09-27T16:08:39.7958375Z Traceback (most recent call last): 2022-09-27T16:08:39.7958931Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:39.7959344Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:39.7962577Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:39.7964732Z 2022-09-27T16:08:39.7965020Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:39.7965710Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:39.7966396Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:39.7967120Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:39.7967806Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:39.7968434Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:39.7968989Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:39.7969603Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:39.7970199Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:39.7970886Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:39.7971591Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7972220Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7972844Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7973497Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7974171Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7974873Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7975758Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7976420Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7977036Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7977835Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7978513Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7979226Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7979908Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7980699Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7981503Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7982299Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:39.7983025Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:39.7983744Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:39.7984478Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:39.7985288Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:39.7986156Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:39.7986961Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:39.7987736Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:39.7988545Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:39.7989352Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:39.7990193Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:39.7991032Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:39.7991462Z 2022-09-27T16:08:39.7991469Z 2022-09-27T16:08:39.7991714Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:39.7992012Z 2022-09-27T16:08:39.7992159Z Traceback (most recent call last): 2022-09-27T16:08:39.7992886Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:39.7993704Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:39.7994268Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:39.7994558Z 2022-09-27T16:08:39.7994803Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:39.7995099Z 2022-09-27T16:08:39.7995264Z Traceback (most recent call last): 2022-09-27T16:08:39.7996155Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:39.7996684Z raise TorchRuntimeError() from e 2022-09-27T16:08:39.7997100Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:39.7997356Z 2022-09-27T16:08:39.7997479Z from user code: 2022-09-27T16:08:39.7997871Z File "test_mkldnn.py", line 960, in test_0_dimension_tensor 2022-09-27T16:08:39.7998309Z out_relu_mkldnn = torch.relu(y.to_mkldnn()).to_dense() 2022-09-27T16:08:39.7998566Z 2022-09-27T16:08:39.7998802Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:39.7999187Z ========== 2022-09-27T16:08:39.8544700Z ok (4.806s) 2022-09-27T16:08:40.0190418Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 751 2022-09-27T16:08:40.0191173Z due to: 2022-09-27T16:08:40.0191492Z Traceback (most recent call last): 2022-09-27T16:08:40.0192114Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:40.0192564Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:40.0196165Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:40.0198365Z 2022-09-27T16:08:40.0198657Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:40.0199402Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:40.0200159Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:40.0200902Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:40.0201681Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:40.0202401Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:40.0203064Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.0203732Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.0204382Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:40.0205085Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:40.0205812Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0206512Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0207575Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0208262Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0208953Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0209641Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0210310Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0211120Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0211800Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0212473Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0213168Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0213839Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0214538Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0215265Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0215979Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0216675Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.0217447Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:40.0218099Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:40.0218781Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:40.0219496Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:40.0220285Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:40.0221010Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:40.0221711Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:40.0222424Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:40.0223150Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:40.0223897Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:40.0224646Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:40.0225033Z 2022-09-27T16:08:40.0225042Z 2022-09-27T16:08:40.0225327Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:40.0225588Z 2022-09-27T16:08:40.0225750Z Traceback (most recent call last): 2022-09-27T16:08:40.0226614Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:40.0227161Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:40.0227666Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:40.0227941Z 2022-09-27T16:08:40.0228155Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:40.0228422Z 2022-09-27T16:08:40.0228582Z Traceback (most recent call last): 2022-09-27T16:08:40.0229306Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:40.0229915Z raise TorchRuntimeError() from e 2022-09-27T16:08:40.0230305Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:40.0230539Z 2022-09-27T16:08:40.0230664Z from user code: 2022-09-27T16:08:40.0231050Z File "test_mkldnn.py", line 753, in 2022-09-27T16:08:40.0231481Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:08:40.0231710Z 2022-09-27T16:08:40.0231930Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:40.0232275Z ========== 2022-09-27T16:08:40.0915068Z ok (0.236s) 2022-09-27T16:08:40.1612869Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 774 2022-09-27T16:08:40.1613471Z due to: 2022-09-27T16:08:40.1613764Z Traceback (most recent call last): 2022-09-27T16:08:40.1614414Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:40.1614855Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:40.1617948Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:40.1619921Z 2022-09-27T16:08:40.1620306Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:40.1621059Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:40.1621861Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:40.1622641Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:40.1623468Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:40.1624695Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:40.1625464Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.1626211Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.1627012Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:40.1628310Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:40.1629211Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1630124Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1631085Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1632120Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1632933Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1634082Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1635150Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1635790Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1636449Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1637136Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1637855Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1638567Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1639307Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1640070Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1640833Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1641585Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.1642400Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:40.1642985Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:40.1643561Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:40.1644214Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:40.1645013Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:40.1645759Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:40.1646466Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:40.1647605Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:40.1648607Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:40.1649840Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:40.1650800Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:40.1651337Z 2022-09-27T16:08:40.1651349Z 2022-09-27T16:08:40.1651693Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:40.1652124Z 2022-09-27T16:08:40.1652339Z Traceback (most recent call last): 2022-09-27T16:08:40.1653217Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:40.1654344Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:40.1654991Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:40.1655356Z 2022-09-27T16:08:40.1655709Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:40.1656120Z 2022-09-27T16:08:40.1656375Z Traceback (most recent call last): 2022-09-27T16:08:40.1657095Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:40.1657671Z raise TorchRuntimeError() from e 2022-09-27T16:08:40.1658060Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:40.1658314Z 2022-09-27T16:08:40.1658431Z from user code: 2022-09-27T16:08:40.1658865Z File "test_mkldnn.py", line 775, in 2022-09-27T16:08:40.1659333Z y = adaptive_avg_pool2d(x.to_mkldnn()).to_dense() 2022-09-27T16:08:40.1659586Z 2022-09-27T16:08:40.1659795Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:40.1660140Z ========== 2022-09-27T16:08:40.1667895Z ok (0.075s) 2022-09-27T16:08:40.2191358Z test_add (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 867 2022-09-27T16:08:40.2191981Z due to: 2022-09-27T16:08:40.2192336Z Traceback (most recent call last): 2022-09-27T16:08:40.2192965Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:40.2193598Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:40.2197313Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:40.2199543Z 2022-09-27T16:08:40.2199856Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:40.2200655Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:40.2201504Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:40.2202340Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:40.2203184Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:40.2204252Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:40.2204994Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.2205714Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.2206454Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:40.2207279Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:40.2208198Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2208966Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2209747Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2210521Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2211292Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2212045Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2212846Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2213605Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2214379Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2215130Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2215906Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2216676Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2217566Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2218359Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2219153Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2219986Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.2220739Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:40.2221454Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:40.2222208Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:40.2223037Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:40.2223940Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:40.2224856Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:40.2225645Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:40.2226460Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:40.2227280Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:40.2228127Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:40.2229037Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:40.2229469Z 2022-09-27T16:08:40.2229478Z 2022-09-27T16:08:40.2229734Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:40.2230041Z 2022-09-27T16:08:40.2230209Z Traceback (most recent call last): 2022-09-27T16:08:40.2230892Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:40.2231488Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:40.2232063Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:40.2232373Z 2022-09-27T16:08:40.2232625Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:40.2232915Z 2022-09-27T16:08:40.2233085Z Traceback (most recent call last): 2022-09-27T16:08:40.2233936Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:40.2234469Z raise TorchRuntimeError() from e 2022-09-27T16:08:40.2234874Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:40.2235130Z 2022-09-27T16:08:40.2235251Z from user code: 2022-09-27T16:08:40.2235647Z File "test_mkldnn.py", line 871, in 2022-09-27T16:08:40.2236038Z mx = x.to_mkldnn() 2022-09-27T16:08:40.2236220Z 2022-09-27T16:08:40.2236460Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:40.2236860Z ========== 2022-09-27T16:08:40.2849883Z ok (0.117s) 2022-09-27T16:08:40.2999916Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autograd_from_mkldnn test_mkldnn.py line 171 2022-09-27T16:08:40.3000446Z due to: 2022-09-27T16:08:40.3000780Z Traceback (most recent call last): 2022-09-27T16:08:40.3001391Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:40.3001847Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:40.3005246Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:40.3007228Z 2022-09-27T16:08:40.3007517Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:40.3008417Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:40.3009183Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:40.3009935Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:40.3010740Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:40.3011436Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:40.3012181Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.3012846Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:40.3013531Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:40.3014257Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:40.3015014Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3015719Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3016542Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3017287Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3017987Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3018686Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3019372Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3020056Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3020759Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3021459Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3022159Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3022848Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3023578Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3024325Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3025060Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3025795Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:40.3026486Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:40.3027149Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:40.3027901Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:40.3028635Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:40.3029453Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:40.3037718Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:40.3038897Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:40.3039728Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:40.3040543Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:40.3041527Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:40.3042347Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:40.3042777Z 2022-09-27T16:08:40.3042785Z 2022-09-27T16:08:40.3043034Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:40.3043333Z 2022-09-27T16:08:40.3043497Z Traceback (most recent call last): 2022-09-27T16:08:40.3044208Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:40.3044921Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:40.3045481Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:40.3045780Z 2022-09-27T16:08:40.3046028Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:40.3046326Z 2022-09-27T16:08:40.3046488Z Traceback (most recent call last): 2022-09-27T16:08:40.3047193Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:40.3047730Z raise TorchRuntimeError() from e 2022-09-27T16:08:40.3048155Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:40.3048413Z 2022-09-27T16:08:40.3048522Z from user code: 2022-09-27T16:08:40.3048916Z File "test_mkldnn.py", line 173, in test_autograd_from_mkldnn 2022-09-27T16:08:40.3049430Z root = torch.randn(4, 5, dtype=torch.float32).to_mkldnn().requires_grad_() 2022-09-27T16:08:40.3049728Z 2022-09-27T16:08:40.3049948Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:40.3050339Z ========== 2022-09-27T16:08:40.7331162Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 182 2022-09-27T16:08:40.7331593Z due to: 2022-09-27T16:08:40.7331918Z Traceback (most recent call last): 2022-09-27T16:08:40.7332569Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:40.7333137Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:40.7333681Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:40.7334003Z 2022-09-27T16:08:40.7334205Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:40.7334461Z 2022-09-27T16:08:40.7334581Z Traceback (most recent call last): 2022-09-27T16:08:40.7335229Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:40.7335658Z ) from e 2022-09-27T16:08:40.7336150Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:40.7336509Z 2022-09-27T16:08:40.7337004Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:40.7337471Z ========== 2022-09-27T16:08:40.7341512Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT func test_mkldnn.py line 175 2022-09-27T16:08:40.7341888Z due to: 2022-09-27T16:08:40.7342156Z Traceback (most recent call last): 2022-09-27T16:08:40.7342768Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:40.7343261Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:40.7343799Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:40.7344342Z 2022-09-27T16:08:40.7344559Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:40.7344817Z 2022-09-27T16:08:40.7344957Z Traceback (most recent call last): 2022-09-27T16:08:40.7345582Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:40.7345991Z ) from e 2022-09-27T16:08:40.7346527Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:40.7346953Z 2022-09-27T16:08:40.7347173Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:40.7347520Z ========== 2022-09-27T16:08:41.1734214Z ok (0.888s) 2022-09-27T16:08:41.2004603Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT func test_mkldnn.py line 159 2022-09-27T16:08:41.2005295Z due to: 2022-09-27T16:08:41.2005654Z Traceback (most recent call last): 2022-09-27T16:08:41.2006245Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:41.2007574Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:41.2011695Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:41.2013966Z 2022-09-27T16:08:41.2014310Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:41.2015094Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:41.2015918Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:41.2016726Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:41.2017723Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:41.2018662Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:41.2019366Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:41.2020085Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:41.2021059Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:41.2021773Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:41.2022504Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2023153Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2023970Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2024641Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2025351Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2026090Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2026765Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2027435Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2028147Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2028801Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2029500Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2030215Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2030862Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2031594Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2032312Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2033081Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.2034014Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:41.2034705Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:41.2035400Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:41.2036177Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:41.2037026Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:41.2037807Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:41.2038568Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:41.2039341Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:41.2040309Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:41.2041081Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:41.2041852Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:41.2042262Z 2022-09-27T16:08:41.2042270Z 2022-09-27T16:08:41.2042515Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:41.2042926Z 2022-09-27T16:08:41.2043079Z Traceback (most recent call last): 2022-09-27T16:08:41.2043764Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:41.2044373Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:41.2044926Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:41.2045224Z 2022-09-27T16:08:41.2045483Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:41.2045777Z 2022-09-27T16:08:41.2045941Z Traceback (most recent call last): 2022-09-27T16:08:41.2046672Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:41.2047199Z raise TorchRuntimeError() from e 2022-09-27T16:08:41.2047571Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:41.2047803Z 2022-09-27T16:08:41.2047912Z from user code: 2022-09-27T16:08:41.2048233Z File "test_mkldnn.py", line 160, in func 2022-09-27T16:08:41.2048585Z return root.to_mkldnn().to_dense() 2022-09-27T16:08:41.2048801Z 2022-09-27T16:08:41.2049039Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:41.2049429Z ========== 2022-09-27T16:08:41.2149735Z ok (0.041s) 2022-09-27T16:08:41.2496702Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.034s) 2022-09-27T16:08:41.2821696Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.032s) 2022-09-27T16:08:41.3112227Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 727 2022-09-27T16:08:41.3115614Z due to: 2022-09-27T16:08:41.3115932Z Traceback (most recent call last): 2022-09-27T16:08:41.3116584Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:41.3117027Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:41.3120443Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:41.3122449Z 2022-09-27T16:08:41.3122723Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:41.3123448Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:41.3124213Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:41.3125210Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:41.3125969Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:41.3126690Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:41.3127348Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:41.3128168Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:41.3129142Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:41.3130095Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:41.3130934Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3131744Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3132535Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3133331Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3134381Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3135192Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3135960Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3136757Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3137650Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3138456Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3139245Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3140061Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3140996Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3141754Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3142472Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3143216Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:41.3143940Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:41.3144683Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:41.3145441Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:41.3146264Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:41.3147089Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:41.3147830Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:41.3148543Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:41.3149538Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:41.3150467Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:41.3151371Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:41.3152240Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:41.3152693Z 2022-09-27T16:08:41.3152700Z 2022-09-27T16:08:41.3152968Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:41.3153426Z 2022-09-27T16:08:41.3153605Z Traceback (most recent call last): 2022-09-27T16:08:41.3154346Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:41.3154964Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:41.3155568Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:41.3155893Z 2022-09-27T16:08:41.3156158Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:41.3156554Z 2022-09-27T16:08:41.3156694Z Traceback (most recent call last): 2022-09-27T16:08:41.3157365Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:41.3157860Z raise TorchRuntimeError() from e 2022-09-27T16:08:41.3158256Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:41.3158476Z 2022-09-27T16:08:41.3158593Z from user code: 2022-09-27T16:08:41.3159005Z File "test_mkldnn.py", line 738, in 2022-09-27T16:08:41.3159399Z x.to_mkldnn(), 2022-09-27T16:08:41.3159574Z 2022-09-27T16:08:41.3159780Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:41.3160142Z ========== 2022-09-27T16:08:41.3160901Z ok (0.033s) 2022-09-27T16:08:42.3058809Z test_avg_pool3d (__main__.TestMkldnn) ... ok (0.989s) 2022-09-27T16:08:42.6030823Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... ok (0.296s) 2022-09-27T16:08:42.6889604Z test_batch_norm_2d (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 787 2022-09-27T16:08:42.6895590Z due to: 2022-09-27T16:08:42.6895938Z Traceback (most recent call last): 2022-09-27T16:08:42.6896631Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:42.6897072Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:42.6900871Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:42.6902647Z 2022-09-27T16:08:42.6902889Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:42.6903527Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:42.6904198Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:42.6904996Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:42.6905674Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:42.6906326Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:42.6906875Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:42.6907430Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:42.6908104Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:42.6908843Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:42.6909752Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6910595Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6911446Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6912259Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6913113Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6914237Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6915035Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6915838Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6916649Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6917499Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6918397Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6919309Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6920352Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6921194Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6922012Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6923065Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:42.6923850Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:42.6924485Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:42.6925114Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:42.6925923Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:42.6926681Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:42.6927386Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:42.6928035Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:42.6928794Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:42.6929878Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:42.6930787Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:42.6931684Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:42.6932170Z 2022-09-27T16:08:42.6932183Z 2022-09-27T16:08:42.6932474Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:42.6932806Z 2022-09-27T16:08:42.6933010Z Traceback (most recent call last): 2022-09-27T16:08:42.6933873Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:42.6934503Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:42.6935196Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:42.6935534Z 2022-09-27T16:08:42.6935799Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:42.6936129Z 2022-09-27T16:08:42.6936317Z Traceback (most recent call last): 2022-09-27T16:08:42.6937161Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:42.6937944Z raise TorchRuntimeError() from e 2022-09-27T16:08:42.6938398Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:42.6938665Z 2022-09-27T16:08:42.6938802Z from user code: 2022-09-27T16:08:42.6939279Z File "test_mkldnn.py", line 790, in 2022-09-27T16:08:42.6939782Z mkldnn_bn(input.to_mkldnn()).to_dense()) 2022-09-27T16:08:42.6940045Z 2022-09-27T16:08:42.6940286Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:42.6940709Z ========== 2022-09-27T16:08:42.6986217Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_serialization test_mkldnn.py line 1169 2022-09-27T16:08:42.6986673Z due to: 2022-09-27T16:08:42.6986964Z Traceback (most recent call last): 2022-09-27T16:08:42.6987640Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:42.6988227Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:42.6988794Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:42.6989133Z 2022-09-27T16:08:42.6989359Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:42.6989634Z 2022-09-27T16:08:42.6990021Z Traceback (most recent call last): 2022-09-27T16:08:42.6990705Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:42.6991132Z ) from e 2022-09-27T16:08:42.6991682Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:42.6992114Z 2022-09-27T16:08:42.6992328Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:42.6992687Z ========== 2022-09-27T16:08:42.7145100Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_tracing test_mkldnn.py line 1177 2022-09-27T16:08:42.7145805Z due to: 2022-09-27T16:08:42.7146139Z Traceback (most recent call last): 2022-09-27T16:08:42.7146757Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:42.7147265Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:42.7147792Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:42.7148099Z 2022-09-27T16:08:42.7148299Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:42.7148528Z 2022-09-27T16:08:42.7148659Z Traceback (most recent call last): 2022-09-27T16:08:42.7149277Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:42.7149673Z ) from e 2022-09-27T16:08:42.7150152Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:42.7150545Z 2022-09-27T16:08:42.7150738Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:42.7151058Z ========== 2022-09-27T16:08:42.7151775Z /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:08:42.7152604Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:08:42.7670998Z ok (0.163s) 2022-09-27T16:08:42.8084056Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... ok (0.040s) 2022-09-27T16:08:43.3885857Z test_batch_norm_3d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:08:43.3886813Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:08:43.6211328Z ok (0.812s) 2022-09-27T16:08:43.9836085Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... ok (0.362s) 2022-09-27T16:08:43.9995345Z test_clone (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_clone test_mkldnn.py line 1040 2022-09-27T16:08:43.9996111Z due to: 2022-09-27T16:08:43.9996507Z Traceback (most recent call last): 2022-09-27T16:08:43.9997103Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:43.9997554Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:44.0001171Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:44.0003256Z 2022-09-27T16:08:44.0003541Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:44.0004255Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:44.0005010Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:44.0005826Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:44.0006598Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:44.0007436Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:44.0008236Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:44.0008883Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:44.0009547Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:44.0010277Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:44.0011028Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0011724Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0012423Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0013127Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0013823Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0014512Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0015204Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0015890Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0016587Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0017336Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0018027Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0018722Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0019443Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0020167Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0020897Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0021697Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.0022378Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:44.0023026Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:44.0023707Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:44.0024494Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:44.0025307Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:44.0026041Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:44.0026747Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:44.0027483Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:44.0028224Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:44.0028982Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:44.0029747Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:44.0030136Z 2022-09-27T16:08:44.0030145Z 2022-09-27T16:08:44.0030374Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:44.0030650Z 2022-09-27T16:08:44.0030805Z Traceback (most recent call last): 2022-09-27T16:08:44.0031407Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:44.0031952Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:44.0032585Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:44.0032867Z 2022-09-27T16:08:44.0033080Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:44.0033513Z 2022-09-27T16:08:44.0033668Z Traceback (most recent call last): 2022-09-27T16:08:44.0034334Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:44.0034830Z raise TorchRuntimeError() from e 2022-09-27T16:08:44.0035207Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:44.0035447Z 2022-09-27T16:08:44.0035562Z from user code: 2022-09-27T16:08:44.0035904Z File "test_mkldnn.py", line 1044, in test_clone 2022-09-27T16:08:44.0036258Z x.to_mkldnn().clone().to_dense(), 2022-09-27T16:08:44.0036461Z 2022-09-27T16:08:44.0036679Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:44.0037043Z ========== 2022-09-27T16:08:44.0037309Z ok (0.017s) 2022-09-27T16:08:44.0398856Z test_conv1d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:08:44.0400094Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:08:44.1305262Z ok (0.129s) 2022-09-27T16:08:44.1950164Z test_conv1d_bf16 (__main__.TestMkldnn) ... ok (0.064s) 2022-09-27T16:08:44.2098591Z test_conv1d_functional (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv1d_functional test_mkldnn.py line 382 2022-09-27T16:08:44.2099156Z due to: 2022-09-27T16:08:44.2099461Z Traceback (most recent call last): 2022-09-27T16:08:44.2100334Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:44.2100768Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:44.2104122Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:44.2106123Z 2022-09-27T16:08:44.2106387Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:44.2107124Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:44.2107862Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:44.2108597Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:44.2109335Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:44.2110030Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:44.2110676Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:44.2111325Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:44.2111964Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:44.2112679Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:44.2113558Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2114256Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2114929Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2115612Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2116293Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2116973Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2117644Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2118321Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2119063Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2119741Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2120408Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2121087Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2121795Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2122575Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2123280Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2124005Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.2124678Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:44.2125318Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:44.2125969Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:44.2126694Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:44.2127482Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:44.2128208Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:44.2128882Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:44.2129595Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:44.2130320Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:44.2131070Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:44.2131811Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:44.2132187Z 2022-09-27T16:08:44.2132194Z 2022-09-27T16:08:44.2132418Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:44.2132686Z 2022-09-27T16:08:44.2132839Z Traceback (most recent call last): 2022-09-27T16:08:44.2133424Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:44.2133936Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:44.2134439Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:44.2134713Z 2022-09-27T16:08:44.2134936Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:44.2135206Z 2022-09-27T16:08:44.2135339Z Traceback (most recent call last): 2022-09-27T16:08:44.2136000Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:44.2136482Z raise TorchRuntimeError() from e 2022-09-27T16:08:44.2136864Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:44.2137081Z 2022-09-27T16:08:44.2137195Z from user code: 2022-09-27T16:08:44.2137619Z File "test_mkldnn.py", line 383, in test_conv1d_functional 2022-09-27T16:08:44.2138066Z input = torch.randn(2, 3, 10).to_mkldnn() 2022-09-27T16:08:44.2138278Z 2022-09-27T16:08:44.2138477Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:44.2138831Z ========== 2022-09-27T16:08:44.2139095Z ok (0.015s) 2022-09-27T16:08:44.5657082Z test_conv2d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:08:44.5658597Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:08:44.7829736Z ok (0.572s) 2022-09-27T16:08:44.9176603Z test_conv2d_bf16 (__main__.TestMkldnn) ... ok (0.134s) 2022-09-27T16:08:44.9195349Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-09-27T16:08:44.9501975Z MKLDNN integration used to serialize models with 5d weight for grouped ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 361 2022-09-27T16:08:44.9502623Z due to: 2022-09-27T16:08:44.9502947Z Traceback (most recent call last): 2022-09-27T16:08:44.9503528Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:44.9503962Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:44.9507369Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:44.9509372Z 2022-09-27T16:08:44.9509641Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:44.9510363Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:44.9511165Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:44.9511909Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:44.9512691Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:44.9513552Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:44.9514221Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:44.9514886Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:44.9515553Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:44.9516277Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:44.9517036Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9517947Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9518651Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9519331Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9520026Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9520833Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9521521Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9522199Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9522890Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9523585Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9524288Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9524975Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9525698Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9526443Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9527190Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9527928Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:44.9528616Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:44.9529284Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:44.9529978Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:44.9530709Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:44.9531524Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:44.9532273Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:44.9532982Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:44.9533713Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:44.9534459Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:44.9535237Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:44.9536006Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:44.9536387Z 2022-09-27T16:08:44.9536411Z 2022-09-27T16:08:44.9536692Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:44.9536975Z 2022-09-27T16:08:44.9537127Z Traceback (most recent call last): 2022-09-27T16:08:44.9537817Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:44.9538355Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:44.9538861Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:44.9539111Z 2022-09-27T16:08:44.9539337Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:44.9539710Z 2022-09-27T16:08:44.9539863Z Traceback (most recent call last): 2022-09-27T16:08:44.9540527Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:44.9541020Z raise TorchRuntimeError() from e 2022-09-27T16:08:44.9541417Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:44.9541656Z 2022-09-27T16:08:44.9541770Z from user code: 2022-09-27T16:08:44.9542165Z File "test_mkldnn.py", line 366, in 2022-09-27T16:08:44.9542623Z conv2d_mkldnn.weight = weight_5d.to_mkldnn() 2022-09-27T16:08:44.9542858Z 2022-09-27T16:08:44.9543081Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:44.9543432Z ========== 2022-09-27T16:08:44.9554978Z ok (0.037s) 2022-09-27T16:08:45.5866940Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (0.630s) 2022-09-27T16:08:46.4749371Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... ok (0.887s) 2022-09-27T16:08:47.4399071Z test_conv3d (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:08:47.4400357Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:08:48.0324852Z ok (1.557s) 2022-09-27T16:08:48.2848260Z test_conv3d_bf16 (__main__.TestMkldnn) ... ok (0.252s) 2022-09-27T16:08:48.3070085Z test_conversion (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conversion test_mkldnn.py line 46 2022-09-27T16:08:48.3070753Z due to: 2022-09-27T16:08:48.3071058Z Traceback (most recent call last): 2022-09-27T16:08:48.3071820Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.3072419Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.3076653Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.3078974Z 2022-09-27T16:08:48.3079271Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.3079992Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.3080759Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.3081747Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.3082515Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.3083224Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.3083921Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.3084667Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.3085324Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.3086063Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.3086822Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3087536Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3088233Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3088939Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3089649Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3090349Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3091034Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3091726Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3092424Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3093120Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3093807Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3094512Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3095241Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3095986Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3096712Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3097544Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3098287Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.3098965Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.3099648Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.3100510Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.3101330Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.3102085Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.3102784Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.3103525Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.3104360Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.3105139Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.3105908Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.3106307Z 2022-09-27T16:08:48.3106314Z 2022-09-27T16:08:48.3106542Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.3106819Z 2022-09-27T16:08:48.3106975Z Traceback (most recent call last): 2022-09-27T16:08:48.3107600Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.3108131Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.3108665Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.3108950Z 2022-09-27T16:08:48.3109181Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3109459Z 2022-09-27T16:08:48.3109610Z Traceback (most recent call last): 2022-09-27T16:08:48.3110266Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.3110766Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.3111156Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.3111394Z 2022-09-27T16:08:48.3111496Z from user code: 2022-09-27T16:08:48.3111850Z File "test_mkldnn.py", line 54, in test_conversion 2022-09-27T16:08:48.3112257Z mkldnn_tensor = cpu_tensor.to_mkldnn(dtype1) 2022-09-27T16:08:48.3112488Z 2022-09-27T16:08:48.3112695Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3113063Z ========== 2022-09-27T16:08:48.3113718Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 75 2022-09-27T16:08:48.3114124Z due to: 2022-09-27T16:08:48.3114422Z Traceback (most recent call last): 2022-09-27T16:08:48.3115080Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.3115660Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.3116251Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.3116603Z 2022-09-27T16:08:48.3116831Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3117117Z 2022-09-27T16:08:48.3117274Z Traceback (most recent call last): 2022-09-27T16:08:48.3117953Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.3118388Z ) from e 2022-09-27T16:08:48.3118959Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.3119401Z 2022-09-27T16:08:48.3119621Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3119973Z ========== 2022-09-27T16:08:48.3150649Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 100 2022-09-27T16:08:48.3151072Z due to: 2022-09-27T16:08:48.3151562Z Traceback (most recent call last): 2022-09-27T16:08:48.3152216Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.3152811Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.3153542Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.3153893Z 2022-09-27T16:08:48.3154107Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3154384Z 2022-09-27T16:08:48.3154554Z Traceback (most recent call last): 2022-09-27T16:08:48.3155322Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.3155767Z ) from e 2022-09-27T16:08:48.3156307Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.3156743Z 2022-09-27T16:08:48.3156977Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3157346Z ========== 2022-09-27T16:08:48.3269069Z ok (0.041s) 2022-09-27T16:08:48.3417976Z test_copy (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_copy test_mkldnn.py line 102 2022-09-27T16:08:48.3418449Z due to: 2022-09-27T16:08:48.3418788Z Traceback (most recent call last): 2022-09-27T16:08:48.3419354Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.3419816Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.3423247Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.3425245Z 2022-09-27T16:08:48.3425535Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.3426266Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.3427028Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.3427786Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.3428545Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.3429255Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.3429916Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.3430570Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.3431247Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.3432204Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.3433041Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3433950Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3434660Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3435363Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3436151Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3436840Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3437586Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3438273Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3438957Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3453128Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3453870Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3454567Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3455301Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3456057Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3456808Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3457618Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3458322Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.3458994Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.3459684Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.3460431Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.3461257Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.3462008Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.3462723Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.3463457Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.3464222Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.3465152Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.3465934Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.3466310Z 2022-09-27T16:08:48.3466316Z 2022-09-27T16:08:48.3466549Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.3466828Z 2022-09-27T16:08:48.3466985Z Traceback (most recent call last): 2022-09-27T16:08:48.3467636Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.3468165Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.3468758Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.3469036Z 2022-09-27T16:08:48.3469264Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3469537Z 2022-09-27T16:08:48.3469687Z Traceback (most recent call last): 2022-09-27T16:08:48.3470351Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.3470842Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.3471234Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.3471477Z 2022-09-27T16:08:48.3471578Z from user code: 2022-09-27T16:08:48.3471921Z File "test_mkldnn.py", line 104, in test_copy 2022-09-27T16:08:48.3472270Z mkldnn_x = x.to_mkldnn() 2022-09-27T16:08:48.3472460Z 2022-09-27T16:08:48.3472683Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3473031Z ========== 2022-09-27T16:08:48.3473790Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 111 2022-09-27T16:08:48.3474197Z due to: 2022-09-27T16:08:48.3474489Z Traceback (most recent call last): 2022-09-27T16:08:48.3475152Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.3475732Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.3476309Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.3476657Z 2022-09-27T16:08:48.3476889Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3477168Z 2022-09-27T16:08:48.3477320Z Traceback (most recent call last): 2022-09-27T16:08:48.3478002Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.3478430Z ) from e 2022-09-27T16:08:48.3478994Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.3479439Z 2022-09-27T16:08:48.3479661Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3480015Z ========== 2022-09-27T16:08:48.3480577Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 115 2022-09-27T16:08:48.3480979Z due to: 2022-09-27T16:08:48.3481289Z Traceback (most recent call last): 2022-09-27T16:08:48.3481931Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.3482505Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.3483091Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.3483440Z 2022-09-27T16:08:48.3483654Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3483932Z 2022-09-27T16:08:48.3484080Z Traceback (most recent call last): 2022-09-27T16:08:48.3484755Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.3485202Z ) from e 2022-09-27T16:08:48.3485744Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.3486176Z 2022-09-27T16:08:48.3486486Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3486855Z ========== 2022-09-27T16:08:48.3511014Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 119 2022-09-27T16:08:48.3511437Z due to: 2022-09-27T16:08:48.3511742Z Traceback (most recent call last): 2022-09-27T16:08:48.3512427Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.3513002Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.3513720Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.3514253Z 2022-09-27T16:08:48.3514483Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3514758Z 2022-09-27T16:08:48.3514908Z Traceback (most recent call last): 2022-09-27T16:08:48.3515583Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.3516042Z ) from e 2022-09-27T16:08:48.3516606Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.3517042Z 2022-09-27T16:08:48.3517248Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3517606Z ========== 2022-09-27T16:08:48.3541243Z ok (0.027s) 2022-09-27T16:08:48.3685632Z test_detach (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_detach test_mkldnn.py line 184 2022-09-27T16:08:48.3686134Z due to: 2022-09-27T16:08:48.3686443Z Traceback (most recent call last): 2022-09-27T16:08:48.3687023Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.3687468Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.3692577Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.3694605Z 2022-09-27T16:08:48.3694892Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.3695608Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.3696369Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.3697117Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.3697965Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.3698664Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.3699339Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.3700010Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.3700919Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.3701645Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.3702412Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3703119Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3703897Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3704784Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3705634Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3706328Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3707021Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3707702Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3708395Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3709134Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3709827Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3710539Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3711238Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3711987Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3712722Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3713608Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.3714281Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.3714949Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.3715641Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.3716395Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.3717193Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.3717939Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.3718656Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.3719393Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.3720208Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.3720983Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.3721752Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.3722140Z 2022-09-27T16:08:48.3722147Z 2022-09-27T16:08:48.3722379Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.3722702Z 2022-09-27T16:08:48.3722856Z Traceback (most recent call last): 2022-09-27T16:08:48.3723493Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.3724035Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.3724541Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.3724823Z 2022-09-27T16:08:48.3725050Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3725324Z 2022-09-27T16:08:48.3725475Z Traceback (most recent call last): 2022-09-27T16:08:48.3726147Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.3726630Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.3727021Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.3727260Z 2022-09-27T16:08:48.3727376Z from user code: 2022-09-27T16:08:48.3727704Z File "test_mkldnn.py", line 185, in test_detach 2022-09-27T16:08:48.3728158Z root = torch.randn(4, 5, dtype=torch.float32).to_mkldnn().requires_grad_() 2022-09-27T16:08:48.3728434Z 2022-09-27T16:08:48.3728653Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3729027Z ========== 2022-09-27T16:08:48.3729267Z ok (0.014s) 2022-09-27T16:08:48.3786161Z test_empty (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty test_mkldnn.py line 1191 2022-09-27T16:08:48.3786655Z due to: 2022-09-27T16:08:48.3786950Z Traceback (most recent call last): 2022-09-27T16:08:48.3787553Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.3788008Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.3789604Z NotImplementedError: Unsupported device type for mkldnn layout: meta 2022-09-27T16:08:48.3789900Z 2022-09-27T16:08:48.3790130Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.3790416Z 2022-09-27T16:08:48.3790573Z Traceback (most recent call last): 2022-09-27T16:08:48.3791247Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.3791736Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.3792125Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.3792365Z 2022-09-27T16:08:48.3792481Z from user code: 2022-09-27T16:08:48.3792819Z File "test_mkldnn.py", line 1193, in test_empty 2022-09-27T16:08:48.3793410Z x2 = torch.empty(4, 5, 2, 3, dtype=torch.float32, layout=torch._mkldnn) 2022-09-27T16:08:48.3793683Z 2022-09-27T16:08:48.3793907Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.3794277Z ========== 2022-09-27T16:08:48.3794529Z ok (0.009s) 2022-09-27T16:08:48.4000272Z test_gelu (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 437 2022-09-27T16:08:48.4000797Z due to: 2022-09-27T16:08:48.4001106Z Traceback (most recent call last): 2022-09-27T16:08:48.4001760Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.4002209Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.4005954Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.4008009Z 2022-09-27T16:08:48.4008383Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.4009106Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.4009869Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.4010600Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.4011374Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.4012085Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.4012747Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4013399Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4014075Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.4014810Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.4015567Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4016262Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4016969Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4017737Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4018451Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4019140Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4019827Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4020519Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4021207Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4021886Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4022586Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4023346Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4024077Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4024801Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4025537Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4026396Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4027084Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.4027732Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.4028416Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.4029164Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.4029989Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.4030720Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.4031438Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.4032178Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.4032927Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.4033859Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.4034627Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.4035016Z 2022-09-27T16:08:48.4035024Z 2022-09-27T16:08:48.4035254Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.4035541Z 2022-09-27T16:08:48.4035694Z Traceback (most recent call last): 2022-09-27T16:08:48.4036291Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.4036836Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.4037350Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.4037632Z 2022-09-27T16:08:48.4037844Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4038118Z 2022-09-27T16:08:48.4038270Z Traceback (most recent call last): 2022-09-27T16:08:48.4038932Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.4039428Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.4039805Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.4040040Z 2022-09-27T16:08:48.4040155Z from user code: 2022-09-27T16:08:48.4040528Z File "test_mkldnn.py", line 440, in 2022-09-27T16:08:48.4040924Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:08:48.4041144Z 2022-09-27T16:08:48.4041363Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4041735Z ========== 2022-09-27T16:08:48.4041992Z ok (0.022s) 2022-09-27T16:08:48.4231557Z test_gelu_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 452 2022-09-27T16:08:48.4232070Z due to: 2022-09-27T16:08:48.4232381Z Traceback (most recent call last): 2022-09-27T16:08:48.4232945Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.4233525Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.4236932Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.4242415Z 2022-09-27T16:08:48.4242712Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.4243431Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.4244190Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.4244923Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.4245728Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.4246437Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.4247108Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4247768Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4248414Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.4249145Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.4249895Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4250604Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4251290Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4251988Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4252685Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4253381Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4254054Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4254796Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4255493Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4256184Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4256865Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4257619Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4258392Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4259137Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4259862Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4260612Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4261303Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.4261967Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.4262638Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.4263378Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.4264189Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.4264937Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.4265635Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.4266374Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.4267118Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.4267896Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.4268649Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.4269034Z 2022-09-27T16:08:48.4269044Z 2022-09-27T16:08:48.4269272Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.4269549Z 2022-09-27T16:08:48.4269701Z Traceback (most recent call last): 2022-09-27T16:08:48.4270301Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.4270826Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.4271344Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.4271627Z 2022-09-27T16:08:48.4271856Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4272138Z 2022-09-27T16:08:48.4272275Z Traceback (most recent call last): 2022-09-27T16:08:48.4272954Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.4273547Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.4273942Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.4274240Z 2022-09-27T16:08:48.4274357Z from user code: 2022-09-27T16:08:48.4274741Z File "test_mkldnn.py", line 454, in 2022-09-27T16:08:48.4275160Z x1 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:08:48.4275379Z 2022-09-27T16:08:48.4275584Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4275948Z ========== 2022-09-27T16:08:48.4276223Z ok (0.023s) 2022-09-27T16:08:48.4443550Z test_is_mkldnn (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1207 2022-09-27T16:08:48.4444270Z due to: 2022-09-27T16:08:48.4444578Z Traceback (most recent call last): 2022-09-27T16:08:48.4445156Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.4446485Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.4454502Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.4456494Z 2022-09-27T16:08:48.4456767Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.4457546Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.4458294Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.4459079Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.4459854Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.4460552Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.4461217Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4461883Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4462551Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.4463276Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.4464024Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4464729Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4465436Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4466119Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4466906Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4467600Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4468287Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4468959Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4469699Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4470385Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4471082Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4471762Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4472481Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4473370Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4474110Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4474854Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4475544Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.4476211Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.4476896Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.4477642Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.4478458Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.4479207Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.4479922Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.4480648Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.4481394Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.4482167Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.4482935Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.4483309Z 2022-09-27T16:08:48.4483320Z 2022-09-27T16:08:48.4483550Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.4483844Z 2022-09-27T16:08:48.4483996Z Traceback (most recent call last): 2022-09-27T16:08:48.4484610Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.4485143Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.4485730Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.4486009Z 2022-09-27T16:08:48.4486238Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4486516Z 2022-09-27T16:08:48.4486667Z Traceback (most recent call last): 2022-09-27T16:08:48.4487329Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.4487827Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.4488214Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.4488512Z 2022-09-27T16:08:48.4488627Z from user code: 2022-09-27T16:08:48.4488994Z File "test_mkldnn.py", line 1208, in 2022-09-27T16:08:48.4489429Z self.assertTrue(x.to_mkldnn().is_mkldnn) 2022-09-27T16:08:48.4489652Z 2022-09-27T16:08:48.4489869Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4490219Z ========== 2022-09-27T16:08:48.4494026Z ok (0.019s) 2022-09-27T16:08:48.4494752Z test_is_mkldnn_jit (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT EnsureMkldnn test_mkldnn.py line 1221 2022-09-27T16:08:48.4495214Z due to: 2022-09-27T16:08:48.4495514Z Traceback (most recent call last): 2022-09-27T16:08:48.4496156Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:08:48.4496624Z raise Unsupported(msg) 2022-09-27T16:08:48.4496997Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:08:48.4497339Z 2022-09-27T16:08:48.4497455Z from user code: 2022-09-27T16:08:48.4497814Z File "test_mkldnn.py", line 1221, in EnsureMkldnn 2022-09-27T16:08:48.4498223Z class EnsureMkldnn(torch.jit.ScriptModule): 2022-09-27T16:08:48.4498469Z 2022-09-27T16:08:48.4498688Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4499052Z ========== 2022-09-27T16:08:48.4534946Z ok (0.008s) 2022-09-27T16:08:48.4684239Z test_legacy_new_failure (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_legacy_new_failure test_mkldnn.py line 1211 2022-09-27T16:08:48.4684791Z due to: 2022-09-27T16:08:48.4685103Z Traceback (most recent call last): 2022-09-27T16:08:48.4685736Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.4686189Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.4689629Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.4691607Z 2022-09-27T16:08:48.4691896Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.4692614Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.4693377Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.4694130Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.4695130Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.4695832Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.4696494Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4697142Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.4697984Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.4698719Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.4699472Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4700166Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4700868Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4701561Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4702257Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4702947Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4703748Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4704443Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4705129Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4705802Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4706500Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4707201Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4707924Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4708646Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4709392Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4710128Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.4710814Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.4711458Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.4712148Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.4712897Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.4713962Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.4714693Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.4715400Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.4716142Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.4716886Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.4718632Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.4719403Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.4719803Z 2022-09-27T16:08:48.4719810Z 2022-09-27T16:08:48.4720040Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.4720324Z 2022-09-27T16:08:48.4720479Z Traceback (most recent call last): 2022-09-27T16:08:48.4721116Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.4721661Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.4722176Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.4722461Z 2022-09-27T16:08:48.4722698Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4722957Z 2022-09-27T16:08:48.4723107Z Traceback (most recent call last): 2022-09-27T16:08:48.4723774Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.4724274Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.4724656Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.4724891Z 2022-09-27T16:08:48.4725008Z from user code: 2022-09-27T16:08:48.4725373Z File "test_mkldnn.py", line 1213, in test_legacy_new_failure 2022-09-27T16:08:48.4725742Z x_mkldnn = x.to_mkldnn() 2022-09-27T16:08:48.4725920Z 2022-09-27T16:08:48.4726137Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4726500Z ========== 2022-09-27T16:08:48.4727067Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1214 2022-09-27T16:08:48.4727455Z due to: 2022-09-27T16:08:48.4727762Z Traceback (most recent call last): 2022-09-27T16:08:48.4728419Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.4728977Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.4729556Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.4729901Z 2022-09-27T16:08:48.4730131Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4730401Z 2022-09-27T16:08:48.4730554Z Traceback (most recent call last): 2022-09-27T16:08:48.4731205Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.4731647Z ) from e 2022-09-27T16:08:48.4732197Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.4732624Z 2022-09-27T16:08:48.4732847Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4733196Z ========== 2022-09-27T16:08:48.4733731Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1215 2022-09-27T16:08:48.4734135Z due to: 2022-09-27T16:08:48.4734425Z Traceback (most recent call last): 2022-09-27T16:08:48.4735180Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.4735756Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.4736329Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.4736671Z 2022-09-27T16:08:48.4736900Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4737175Z 2022-09-27T16:08:48.4737405Z Traceback (most recent call last): 2022-09-27T16:08:48.4738088Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.4738582Z ) from e 2022-09-27T16:08:48.4739136Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.4739565Z 2022-09-27T16:08:48.4739782Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4740134Z ========== 2022-09-27T16:08:48.4740690Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1216 2022-09-27T16:08:48.4741091Z due to: 2022-09-27T16:08:48.4741394Z Traceback (most recent call last): 2022-09-27T16:08:48.4742028Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.4742596Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.4743189Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.4743532Z 2022-09-27T16:08:48.4743755Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4744020Z 2022-09-27T16:08:48.4744170Z Traceback (most recent call last): 2022-09-27T16:08:48.4744836Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.4745274Z ) from e 2022-09-27T16:08:48.4745815Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.4746248Z 2022-09-27T16:08:48.4746465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4746825Z ========== 2022-09-27T16:08:48.4765469Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1217 2022-09-27T16:08:48.4765931Z due to: 2022-09-27T16:08:48.4766262Z Traceback (most recent call last): 2022-09-27T16:08:48.4766980Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.4767613Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.4768256Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.4768642Z 2022-09-27T16:08:48.4768887Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4769187Z 2022-09-27T16:08:48.4769348Z Traceback (most recent call last): 2022-09-27T16:08:48.4770061Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.4770540Z ) from e 2022-09-27T16:08:48.4771138Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.4771609Z 2022-09-27T16:08:48.4771830Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4772218Z ========== 2022-09-27T16:08:48.4781671Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1218 2022-09-27T16:08:48.4782156Z due to: 2022-09-27T16:08:48.4782465Z Traceback (most recent call last): 2022-09-27T16:08:48.4783171Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:08:48.4783793Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:08:48.4784412Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:08:48.4784994Z 2022-09-27T16:08:48.4785238Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.4785537Z 2022-09-27T16:08:48.4785699Z Traceback (most recent call last): 2022-09-27T16:08:48.4786423Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:08:48.4786882Z ) from e 2022-09-27T16:08:48.4787486Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:08:48.4788025Z 2022-09-27T16:08:48.4788258Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.4788644Z ========== 2022-09-27T16:08:48.4797053Z ok (0.026s) 2022-09-27T16:08:48.5116277Z test_linear (__main__.TestMkldnn) ... /opt/conda/lib/python3.7/site-packages/torch/jit/_trace.py:754: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-09-27T16:08:48.5117274Z "The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is." 2022-09-27T16:08:48.5191863Z ok (0.039s) 2022-09-27T16:08:48.5520874Z test_linear_backward (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1100 2022-09-27T16:08:48.5521459Z due to: 2022-09-27T16:08:48.5521771Z Traceback (most recent call last): 2022-09-27T16:08:48.5522356Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.5522806Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.5526248Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.5528229Z 2022-09-27T16:08:48.5528504Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.5529233Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.5529993Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.5530761Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.5531554Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.5532252Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.5532917Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.5533588Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.5534243Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.5535234Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.5535994Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5536706Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5537454Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5538256Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5538954Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5539659Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5540404Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5541204Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5542010Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5542810Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5543612Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5544423Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5545261Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5546122Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5547051Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5547803Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.5548501Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.5549157Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.5549829Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.5550577Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.5551394Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.5552147Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.5552852Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.5553771Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.5554528Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.5555374Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.5556305Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.5556763Z 2022-09-27T16:08:48.5556771Z 2022-09-27T16:08:48.5557034Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.5557359Z 2022-09-27T16:08:48.5557539Z Traceback (most recent call last): 2022-09-27T16:08:48.5558257Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.5558939Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.5559549Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.5559873Z 2022-09-27T16:08:48.5560137Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.5560454Z 2022-09-27T16:08:48.5560633Z Traceback (most recent call last): 2022-09-27T16:08:48.5561393Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.5561972Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.5562544Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.5562773Z 2022-09-27T16:08:48.5562895Z from user code: 2022-09-27T16:08:48.5563287Z File "test_mkldnn.py", line 1104, in 2022-09-27T16:08:48.5563723Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:08:48.5563942Z 2022-09-27T16:08:48.5564153Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.5564632Z ========== 2022-09-27T16:08:48.5564909Z ok (0.036s) 2022-09-27T16:08:48.5934521Z test_linear_bf16 (__main__.TestMkldnn) ... ok (0.036s) 2022-09-27T16:08:48.6288540Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1065 2022-09-27T16:08:48.6289326Z due to: 2022-09-27T16:08:48.6289725Z Traceback (most recent call last): 2022-09-27T16:08:48.6290329Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:48.6290776Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:48.6294194Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:48.6296204Z 2022-09-27T16:08:48.6296491Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:48.6297197Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:48.6297990Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:48.6298916Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:48.6300055Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:48.6300871Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:48.6301649Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.6302423Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:48.6303195Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:48.6304175Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:48.6305138Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6305875Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6306563Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6307264Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6307966Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6308666Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6309349Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6310053Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6310747Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6311445Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6312232Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6313052Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6314062Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6314942Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6315810Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6316693Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:48.6317506Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:48.6318279Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:48.6319060Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:48.6319947Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:48.6320892Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:48.6321833Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:48.6322651Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:48.6323515Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:48.6324384Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:48.6325359Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:48.6326237Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:48.6326696Z 2022-09-27T16:08:48.6326704Z 2022-09-27T16:08:48.6326970Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:48.6327293Z 2022-09-27T16:08:48.6327473Z Traceback (most recent call last): 2022-09-27T16:08:48.6328184Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:48.6328795Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:48.6329401Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:48.6329723Z 2022-09-27T16:08:48.6329984Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:48.6330304Z 2022-09-27T16:08:48.6330476Z Traceback (most recent call last): 2022-09-27T16:08:48.6331227Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:48.6331890Z raise TorchRuntimeError() from e 2022-09-27T16:08:48.6332296Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:48.6332537Z 2022-09-27T16:08:48.6332644Z from user code: 2022-09-27T16:08:48.6333067Z File "test_mkldnn.py", line 1070, in 2022-09-27T16:08:48.6333519Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:08:48.6333738Z 2022-09-27T16:08:48.6333961Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:48.6334314Z ========== 2022-09-27T16:08:48.6334592Z ok (0.038s) 2022-09-27T16:08:48.8396350Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.207s) 2022-09-27T16:08:48.9806863Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... ok (0.140s) 2022-09-27T16:08:49.0556422Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 613 2022-09-27T16:08:49.0557007Z due to: 2022-09-27T16:08:49.0557329Z Traceback (most recent call last): 2022-09-27T16:08:49.0557908Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:08:49.0558426Z return self._op(*args, **kwargs or {}) 2022-09-27T16:08:49.0562141Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:08:49.0564140Z 2022-09-27T16:08:49.0564413Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:08:49.0565134Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:08:49.0565902Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:08:49.0566662Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:08:49.0567509Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:08:49.0568227Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:08:49.0568904Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:49.0569575Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:08:49.0570232Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:08:49.0570966Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:08:49.0571850Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0572568Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0573391Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0574222Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0575102Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0575983Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0576828Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0577783Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0578666Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0579504Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0580337Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0581150Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0582121Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0582979Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0583832Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0584702Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:08:49.0585660Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:08:49.0586436Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:08:49.0587217Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:08:49.0588084Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:08:49.0589138Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:08:49.0589891Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:08:49.0590597Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:08:49.0591368Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:08:49.0592137Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:08:49.0592945Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:08:49.0593993Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:08:49.0594388Z 2022-09-27T16:08:49.0594395Z 2022-09-27T16:08:49.0594666Z During handling of the above exception, another exception occurred: 2022-09-27T16:08:49.0594949Z 2022-09-27T16:08:49.0595102Z Traceback (most recent call last): 2022-09-27T16:08:49.0595770Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:08:49.0596299Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:08:49.0596927Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:08:49.0597346Z 2022-09-27T16:08:49.0597611Z The above exception was the direct cause of the following exception: 2022-09-27T16:08:49.0597933Z 2022-09-27T16:08:49.0598105Z Traceback (most recent call last): 2022-09-27T16:08:49.0598861Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:08:49.0599434Z raise TorchRuntimeError() from e 2022-09-27T16:08:49.0599885Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:08:49.0600157Z 2022-09-27T16:08:49.0600274Z from user code: 2022-09-27T16:08:49.0600735Z File "test_mkldnn.py", line 626, in 2022-09-27T16:08:49.0601189Z x.to_mkldnn(), 2022-09-27T16:08:49.0601390Z 2022-09-27T16:08:49.0601634Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:08:49.0602060Z ========== 2022-09-27T16:08:49.0642863Z ok (0.083s) 2022-09-27T16:09:05.1350594Z test_max_pool3d (__main__.TestMkldnn) ... ok (16.070s) 2022-09-27T16:09:14.1807236Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... ok (9.045s) 2022-09-27T16:09:14.2103763Z test_max_pool_unsupported (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 637 2022-09-27T16:09:14.2104405Z due to: 2022-09-27T16:09:14.2104829Z Traceback (most recent call last): 2022-09-27T16:09:14.2105530Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:14.2106068Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:14.2109952Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:14.2112001Z 2022-09-27T16:09:14.2112259Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:14.2112948Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:14.2113814Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:14.2114476Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:14.2115156Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:14.2115805Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:14.2116429Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.2117007Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.2117626Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:14.2118291Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:14.2119091Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2119852Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2120599Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2121350Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2122103Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2122858Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2123596Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2124348Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2125102Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2125853Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2126587Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2127540Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2128332Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2129130Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2129911Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2130840Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.2131583Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:14.2132288Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:14.2133019Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:14.2133824Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:14.2134693Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:14.2135490Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:14.2136243Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:14.2137035Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:14.2137964Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:14.2138794Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:14.2139607Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:14.2140030Z 2022-09-27T16:09:14.2140038Z 2022-09-27T16:09:14.2140281Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:14.2140584Z 2022-09-27T16:09:14.2140745Z Traceback (most recent call last): 2022-09-27T16:09:14.2141469Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:14.2142041Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:14.2142603Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:14.2142905Z 2022-09-27T16:09:14.2143153Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:14.2143452Z 2022-09-27T16:09:14.2143613Z Traceback (most recent call last): 2022-09-27T16:09:14.2144326Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:14.2144859Z raise TorchRuntimeError() from e 2022-09-27T16:09:14.2145281Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:14.2145538Z 2022-09-27T16:09:14.2145645Z from user code: 2022-09-27T16:09:14.2146075Z File "test_mkldnn.py", line 640, in 2022-09-27T16:09:14.2146597Z x = torch.randn(N, C, 7, 7, dtype=torch.float32).to_mkldnn() 2022-09-27T16:09:14.2146866Z 2022-09-27T16:09:14.2147105Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:14.2147478Z ========== 2022-09-27T16:09:14.2148111Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 648 2022-09-27T16:09:14.2148539Z due to: 2022-09-27T16:09:14.2148937Z Traceback (most recent call last): 2022-09-27T16:09:14.2149657Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:14.2150276Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:14.2150890Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:14.2151262Z 2022-09-27T16:09:14.2151501Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:14.2151795Z 2022-09-27T16:09:14.2152031Z Traceback (most recent call last): 2022-09-27T16:09:14.2152746Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:14.2153347Z ) from e 2022-09-27T16:09:14.2153947Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:14.2154412Z 2022-09-27T16:09:14.2154654Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:14.2155024Z ========== 2022-09-27T16:09:14.2187309Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 659 2022-09-27T16:09:14.2187738Z due to: 2022-09-27T16:09:14.2188043Z Traceback (most recent call last): 2022-09-27T16:09:14.2188727Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:14.2189356Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:14.2189946Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:14.2190295Z 2022-09-27T16:09:14.2190518Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:14.2190792Z 2022-09-27T16:09:14.2190940Z Traceback (most recent call last): 2022-09-27T16:09:14.2191711Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:14.2192165Z ) from e 2022-09-27T16:09:14.2192721Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:14.2193152Z 2022-09-27T16:09:14.2193601Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:14.2193965Z ========== 2022-09-27T16:09:14.2230605Z ok (0.042s) 2022-09-27T16:09:14.2618861Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.038s) 2022-09-27T16:09:14.3150748Z test_mul (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 908 2022-09-27T16:09:14.3151294Z due to: 2022-09-27T16:09:14.3151646Z Traceback (most recent call last): 2022-09-27T16:09:14.3152240Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:14.3152693Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:14.3156285Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:14.3158377Z 2022-09-27T16:09:14.3158931Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:14.3159659Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:14.3160429Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:14.3161170Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:14.3162039Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:14.3162750Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:14.3163422Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.3164080Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.3164759Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:14.3165504Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:14.3166261Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3166965Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3167671Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3168386Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3169087Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3169768Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3170574Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3171278Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3171974Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3172661Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3173369Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3174070Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3174799Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3175535Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3176280Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3177031Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3177866Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:14.3178525Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:14.3179223Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:14.3179975Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:14.3180800Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:14.3181591Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:14.3182310Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:14.3183059Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:14.3183814Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:14.3184580Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:14.3185353Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:14.3185755Z 2022-09-27T16:09:14.3185762Z 2022-09-27T16:09:14.3185995Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:14.3186272Z 2022-09-27T16:09:14.3186425Z Traceback (most recent call last): 2022-09-27T16:09:14.3187032Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:14.3187587Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:14.3188113Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:14.3188394Z 2022-09-27T16:09:14.3188610Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:14.3188888Z 2022-09-27T16:09:14.3189040Z Traceback (most recent call last): 2022-09-27T16:09:14.3189729Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:14.3190486Z raise TorchRuntimeError() from e 2022-09-27T16:09:14.3190933Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:14.3191216Z 2022-09-27T16:09:14.3191350Z from user code: 2022-09-27T16:09:14.3191777Z File "test_mkldnn.py", line 912, in 2022-09-27T16:09:14.3192180Z mx = x.to_mkldnn() 2022-09-27T16:09:14.3192388Z 2022-09-27T16:09:14.3192642Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:14.3193064Z ========== 2022-09-27T16:09:14.3577076Z ok (0.095s) 2022-09-27T16:09:14.3767566Z test_prelu (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_prelu test_mkldnn.py line 493 2022-09-27T16:09:14.3768045Z due to: 2022-09-27T16:09:14.3768365Z Traceback (most recent call last): 2022-09-27T16:09:14.3768942Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:14.3769414Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:14.3773057Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:14.3775061Z 2022-09-27T16:09:14.3775352Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:14.3776146Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:14.3776912Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:14.3794596Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:14.3795370Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:14.3796084Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:14.3796755Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.3797426Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.3798084Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:14.3802544Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:14.3803301Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3804035Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3804744Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3805454Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3806138Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3806830Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3807517Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3808212Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3808890Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3809586Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3810290Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3810998Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3811715Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3812580Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3813334Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3814078Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3814751Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:14.3815415Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:14.3837992Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:14.3838769Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:14.3839606Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:14.3840381Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:14.3841100Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:14.3841833Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:14.3842591Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:14.3843372Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:14.3844142Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:14.3844533Z 2022-09-27T16:09:14.3844540Z 2022-09-27T16:09:14.3844757Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:14.3845035Z 2022-09-27T16:09:14.3845184Z Traceback (most recent call last): 2022-09-27T16:09:14.3845873Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:14.3846416Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:14.3846920Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:14.3847205Z 2022-09-27T16:09:14.3847431Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:14.3847709Z 2022-09-27T16:09:14.3847859Z Traceback (most recent call last): 2022-09-27T16:09:14.3848508Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:14.3849016Z raise TorchRuntimeError() from e 2022-09-27T16:09:14.3849413Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:14.3849656Z 2022-09-27T16:09:14.3849773Z from user code: 2022-09-27T16:09:14.3850106Z File "test_mkldnn.py", line 494, in test_prelu 2022-09-27T16:09:14.3850499Z self._test_prelu_base(torch.Size([16]), 1) 2022-09-27T16:09:14.3850724Z 2022-09-27T16:09:14.3850955Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:14.3851309Z ========== 2022-09-27T16:09:14.3937431Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_prelu_base test_mkldnn.py line 471 2022-09-27T16:09:14.3937916Z due to: 2022-09-27T16:09:14.3938216Z Traceback (most recent call last): 2022-09-27T16:09:14.3938844Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:14.3939291Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:14.3942920Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:14.3945051Z 2022-09-27T16:09:14.3945325Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:14.3946046Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:14.3946808Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:14.3947567Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:14.3948323Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:14.3949033Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:14.3949699Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.3950366Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:14.3951013Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:14.3951747Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:14.3952493Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3953201Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3954055Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3954747Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3955453Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3956156Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3956830Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3957518Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3958208Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3958893Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3959574Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3960399Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3961126Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3961869Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3962590Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3963401Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:14.3964083Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:14.3964755Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:14.3965431Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:14.3966170Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:14.3966983Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:14.3967733Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:14.3968423Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:14.3969165Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:14.3969919Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:14.3970728Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:14.3971481Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:14.3971869Z 2022-09-27T16:09:14.3971876Z 2022-09-27T16:09:14.3972106Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:14.3972383Z 2022-09-27T16:09:14.3972534Z Traceback (most recent call last): 2022-09-27T16:09:14.3973149Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:14.3973678Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:14.3974203Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:14.3974480Z 2022-09-27T16:09:14.3974706Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:14.3974983Z 2022-09-27T16:09:14.3975135Z Traceback (most recent call last): 2022-09-27T16:09:14.3975779Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:14.3976270Z raise TorchRuntimeError() from e 2022-09-27T16:09:14.3976654Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:14.3976889Z 2022-09-27T16:09:14.3976987Z from user code: 2022-09-27T16:09:14.3977390Z File "test_mkldnn.py", line 474, in _test_prelu_base 2022-09-27T16:09:14.3977780Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:09:14.3977998Z 2022-09-27T16:09:14.3978217Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:14.3978564Z ========== 2022-09-27T16:09:19.5527073Z ok (5.194s) 2022-09-27T16:09:19.5823625Z test_prelu_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 506 2022-09-27T16:09:19.5824196Z due to: 2022-09-27T16:09:19.5824499Z Traceback (most recent call last): 2022-09-27T16:09:19.5825099Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:19.5825525Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:19.5828904Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:19.5831049Z 2022-09-27T16:09:19.5831331Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:19.5832050Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:19.5832793Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:19.5833819Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:19.5834595Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:19.5835302Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:19.5835951Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:19.5836607Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:19.5837277Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:19.5837991Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:19.5838738Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5839443Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5840133Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5840810Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5841494Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5842181Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5842869Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5843613Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5844298Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5844984Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5845673Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5872284Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5873458Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5874308Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5875125Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5875923Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:19.5876642Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:19.5877373Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:19.5878129Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:19.5878990Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:19.5879773Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:19.5880217Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:19.5880638Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:19.5881108Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:19.5881539Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:19.5881997Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:19.5882486Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:19.5882720Z 2022-09-27T16:09:19.5882725Z 2022-09-27T16:09:19.5882862Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:19.5883028Z 2022-09-27T16:09:19.5883121Z Traceback (most recent call last): 2022-09-27T16:09:19.5883521Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:19.5883848Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:19.5884163Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:19.5884336Z 2022-09-27T16:09:19.5884461Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:19.5884625Z 2022-09-27T16:09:19.5884716Z Traceback (most recent call last): 2022-09-27T16:09:19.5885114Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:19.5885414Z raise TorchRuntimeError() from e 2022-09-27T16:09:19.5885735Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:19.5885877Z 2022-09-27T16:09:19.5885949Z from user code: 2022-09-27T16:09:19.5886186Z File "test_mkldnn.py", line 508, in 2022-09-27T16:09:19.5886439Z x_fp32 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:09:19.5886575Z 2022-09-27T16:09:19.5886707Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:19.5886929Z ========== 2022-09-27T16:09:21.9551365Z ok (2.402s) 2022-09-27T16:09:21.9725174Z test_relu (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_relu test_mkldnn.py line 389 2022-09-27T16:09:21.9725999Z due to: 2022-09-27T16:09:21.9726310Z Traceback (most recent call last): 2022-09-27T16:09:21.9727043Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:21.9727507Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:21.9731305Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:21.9733627Z 2022-09-27T16:09:21.9733961Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:21.9734798Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:21.9735684Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:21.9736546Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:21.9737567Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:21.9738412Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:21.9739196Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:21.9739979Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:21.9740747Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:21.9741613Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:21.9742543Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9743267Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9743966Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9744678Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9745546Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9746264Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9746945Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9747635Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9748392Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9749094Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9749791Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9750501Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9751237Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9751992Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9752732Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9753669Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9754371Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:21.9755044Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:21.9755720Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:21.9756474Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:21.9757299Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:21.9758192Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:21.9758897Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:21.9759643Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:21.9760393Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:21.9761174Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:21.9761937Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:21.9762334Z 2022-09-27T16:09:21.9762344Z 2022-09-27T16:09:21.9762573Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:21.9762851Z 2022-09-27T16:09:21.9763005Z Traceback (most recent call last): 2022-09-27T16:09:21.9763618Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:21.9764159Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:21.9764769Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:21.9765058Z 2022-09-27T16:09:21.9765291Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:21.9765568Z 2022-09-27T16:09:21.9765710Z Traceback (most recent call last): 2022-09-27T16:09:21.9766391Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:21.9766892Z raise TorchRuntimeError() from e 2022-09-27T16:09:21.9767284Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:21.9767577Z 2022-09-27T16:09:21.9767696Z from user code: 2022-09-27T16:09:21.9768047Z File "test_mkldnn.py", line 392, in test_relu 2022-09-27T16:09:21.9768440Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:09:21.9768649Z 2022-09-27T16:09:21.9768870Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:21.9769243Z ========== 2022-09-27T16:09:21.9769528Z ok (0.019s) 2022-09-27T16:09:21.9913691Z test_relu_ (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_relu_ test_mkldnn.py line 402 2022-09-27T16:09:21.9914213Z due to: 2022-09-27T16:09:21.9914519Z Traceback (most recent call last): 2022-09-27T16:09:21.9915203Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:21.9915644Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:21.9919043Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:21.9921040Z 2022-09-27T16:09:21.9921309Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:21.9922030Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:21.9922789Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:21.9923539Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:21.9924290Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:21.9925039Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:21.9925698Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:21.9926352Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:21.9927023Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:21.9927751Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:21.9928722Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9929433Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9930135Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9930831Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9931532Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9932312Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9933008Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9933691Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9934390Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9935091Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9935769Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9936483Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9937208Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9938036Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9938769Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9939497Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:21.9940177Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:21.9940842Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:21.9941520Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:21.9942261Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:21.9943070Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:21.9943819Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:21.9944509Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:21.9945255Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:21.9946009Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:21.9946790Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:21.9947605Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:21.9947997Z 2022-09-27T16:09:21.9948004Z 2022-09-27T16:09:21.9948231Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:21.9948509Z 2022-09-27T16:09:21.9948666Z Traceback (most recent call last): 2022-09-27T16:09:21.9949267Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:21.9949791Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:21.9950314Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:21.9950640Z 2022-09-27T16:09:21.9950869Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:21.9951143Z 2022-09-27T16:09:21.9951293Z Traceback (most recent call last): 2022-09-27T16:09:21.9951950Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:21.9952441Z raise TorchRuntimeError() from e 2022-09-27T16:09:21.9952835Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:21.9953076Z 2022-09-27T16:09:21.9953181Z from user code: 2022-09-27T16:09:21.9953628Z File "test_mkldnn.py", line 405, in test_relu_ 2022-09-27T16:09:21.9954017Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:09:21.9954237Z 2022-09-27T16:09:21.9954456Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:21.9954811Z ========== 2022-09-27T16:09:21.9955081Z ok (0.017s) 2022-09-27T16:09:22.0218172Z test_relu_bf16 (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 420 2022-09-27T16:09:22.0218756Z due to: 2022-09-27T16:09:22.0219118Z Traceback (most recent call last): 2022-09-27T16:09:22.0219729Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:22.0220174Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:22.0223555Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:22.0225531Z 2022-09-27T16:09:22.0225819Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:22.0226542Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:22.0227280Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:22.0228034Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:22.0228809Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:22.0229506Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:22.0230144Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0231069Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0231742Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:22.0232483Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:22.0233344Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0234135Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0234834Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0235541Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0236225Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0236913Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0237603Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0238304Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0238980Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0239670Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0240367Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0241066Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0241773Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0242510Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0243251Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0243988Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0244663Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:22.0245319Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:22.0246004Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:22.0246742Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:22.0247540Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:22.0248288Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:22.0248991Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:22.0249786Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:22.0250517Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:22.0251294Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:22.0252064Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:22.0252530Z 2022-09-27T16:09:22.0252537Z 2022-09-27T16:09:22.0252764Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:22.0253026Z 2022-09-27T16:09:22.0253177Z Traceback (most recent call last): 2022-09-27T16:09:22.0253779Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:22.0254330Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:22.0254833Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:22.0255114Z 2022-09-27T16:09:22.0255342Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:22.0255614Z 2022-09-27T16:09:22.0255764Z Traceback (most recent call last): 2022-09-27T16:09:22.0256421Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:22.0256903Z raise TorchRuntimeError() from e 2022-09-27T16:09:22.0257288Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:22.0257597Z 2022-09-27T16:09:22.0257710Z from user code: 2022-09-27T16:09:22.0258087Z File "test_mkldnn.py", line 421, in 2022-09-27T16:09:22.0258493Z y = fn(x.to_mkldnn()).to_dense() 2022-09-27T16:09:22.0258691Z 2022-09-27T16:09:22.0258910Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:22.0259273Z ========== 2022-09-27T16:09:22.0259524Z ok (0.025s) 2022-09-27T16:09:22.0280847Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... ok (0.010s) 2022-09-27T16:09:22.0424244Z test_repr (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_repr test_mkldnn.py line 197 2022-09-27T16:09:22.0424769Z due to: 2022-09-27T16:09:22.0425060Z Traceback (most recent call last): 2022-09-27T16:09:22.0425640Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:22.0426089Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:22.0429479Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:22.0431453Z 2022-09-27T16:09:22.0431740Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:22.0432459Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:22.0433328Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:22.0434300Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:22.0435066Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:22.0435778Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:22.0436427Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0437165Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0437832Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:22.0438569Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:22.0439313Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0440022Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0440726Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0441422Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0442108Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0442796Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0443499Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0444246Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0444960Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0445720Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0446603Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0447407Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0448233Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0448992Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0463677Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0464462Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0465160Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:22.0465832Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:22.0466501Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:22.0467383Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:22.0468193Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:22.0468942Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:22.0469645Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:22.0470388Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:22.0471195Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:22.0471964Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:22.0472721Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:22.0473115Z 2022-09-27T16:09:22.0473123Z 2022-09-27T16:09:22.0473474Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:22.0473755Z 2022-09-27T16:09:22.0473909Z Traceback (most recent call last): 2022-09-27T16:09:22.0474571Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:22.0475098Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:22.0475621Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:22.0475908Z 2022-09-27T16:09:22.0476133Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:22.0476407Z 2022-09-27T16:09:22.0476561Z Traceback (most recent call last): 2022-09-27T16:09:22.0477214Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:22.0477716Z raise TorchRuntimeError() from e 2022-09-27T16:09:22.0478103Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:22.0478337Z 2022-09-27T16:09:22.0478438Z from user code: 2022-09-27T16:09:22.0478774Z File "test_mkldnn.py", line 199, in test_repr 2022-09-27T16:09:22.0479291Z dtype=torch.float, device=torch.device('cpu')).to_mkldnn())) 2022-09-27T16:09:22.0479552Z 2022-09-27T16:09:22.0479767Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:22.0480120Z ========== 2022-09-27T16:09:22.0480403Z ok (0.015s) 2022-09-27T16:09:22.0599779Z test_reshape (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape test_mkldnn.py line 992 2022-09-27T16:09:22.0600247Z due to: 2022-09-27T16:09:22.0600554Z Traceback (most recent call last): 2022-09-27T16:09:22.0601174Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:22.0601629Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:22.0605208Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:22.0607208Z 2022-09-27T16:09:22.0607492Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:22.0608174Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:22.0608934Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:22.0609683Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:22.0610558Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:22.0611245Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:22.0611910Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0612574Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0613246Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:22.0613972Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:22.0614712Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0615425Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0616126Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0616812Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0617586Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0618285Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0618981Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0619656Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0620347Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0621037Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0621735Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0622419Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0623130Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0623865Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0624597Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0625326Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0626072Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:22.0626728Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:22.0627416Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:22.0628151Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:22.0629007Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:22.0629753Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:22.0630471Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:22.0631197Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:22.0631940Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:22.0632713Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:22.0633661Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:22.0634065Z 2022-09-27T16:09:22.0634072Z 2022-09-27T16:09:22.0634285Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:22.0634560Z 2022-09-27T16:09:22.0634713Z Traceback (most recent call last): 2022-09-27T16:09:22.0635322Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:22.0635868Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:22.0636374Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:22.0636650Z 2022-09-27T16:09:22.0636873Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:22.0637148Z 2022-09-27T16:09:22.0637304Z Traceback (most recent call last): 2022-09-27T16:09:22.0637955Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:22.0638463Z raise TorchRuntimeError() from e 2022-09-27T16:09:22.0638857Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:22.0639093Z 2022-09-27T16:09:22.0639212Z from user code: 2022-09-27T16:09:22.0639535Z File "test_mkldnn.py", line 998, in test_reshape 2022-09-27T16:09:22.0639922Z x.to_mkldnn().reshape(size).to_dense(), 2022-09-27T16:09:22.0640138Z 2022-09-27T16:09:22.0640362Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:22.0640715Z ========== 2022-09-27T16:09:22.0640982Z ok (0.017s) 2022-09-27T16:09:22.0789265Z test_reshape_backward (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_backward test_mkldnn.py line 1024 2022-09-27T16:09:22.0789786Z due to: 2022-09-27T16:09:22.0790080Z Traceback (most recent call last): 2022-09-27T16:09:22.0790690Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:22.0791141Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:22.0794862Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:22.0796871Z 2022-09-27T16:09:22.0797156Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:22.0797876Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:22.0798624Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:22.0799374Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:22.0800143Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:22.0800842Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:22.0801492Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0802163Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.0802826Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:22.0803558Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:22.0804285Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0804989Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0805686Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0806380Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0807059Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0807741Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0808428Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0809117Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0809793Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0810472Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0811172Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0811866Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0812684Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0813416Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0814148Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0814889Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.0815577Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:22.0816260Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:22.0816938Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:22.0817762Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:22.0818578Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:22.0819304Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:22.0820010Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:22.0820753Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:22.0821493Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:22.0822262Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:22.0823033Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:22.0823422Z 2022-09-27T16:09:22.0823428Z 2022-09-27T16:09:22.0823653Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:22.0823935Z 2022-09-27T16:09:22.0824084Z Traceback (most recent call last): 2022-09-27T16:09:22.0824677Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:22.0825224Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:22.0825745Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:22.0826024Z 2022-09-27T16:09:22.0826234Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:22.0826511Z 2022-09-27T16:09:22.0826662Z Traceback (most recent call last): 2022-09-27T16:09:22.0827329Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:22.0827826Z raise TorchRuntimeError() from e 2022-09-27T16:09:22.0828220Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:22.0828452Z 2022-09-27T16:09:22.0828565Z from user code: 2022-09-27T16:09:22.0828928Z File "test_mkldnn.py", line 1029, in test_reshape_backward 2022-09-27T16:09:22.0829315Z x2 = x.clone().to_mkldnn().requires_grad_() 2022-09-27T16:09:22.0829533Z 2022-09-27T16:09:22.0829752Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:22.0830119Z ========== 2022-09-27T16:09:22.0830362Z ok (0.018s) 2022-09-27T16:09:22.1249471Z test_reshape_blocked_format (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1011 2022-09-27T16:09:22.1250036Z due to: 2022-09-27T16:09:22.1250343Z Traceback (most recent call last): 2022-09-27T16:09:22.1251194Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:22.1251633Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:22.1255064Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:22.1257243Z 2022-09-27T16:09:22.1257581Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:22.1258300Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:22.1259085Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:22.1259846Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:22.1260630Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:22.1261328Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:22.1262001Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.1262675Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.1263328Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:22.1264066Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:22.1264822Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1265536Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1266227Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1266928Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1267620Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1268322Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1268998Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1269691Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1270375Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1271128Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1271822Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1272527Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1273555Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1274384Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1275110Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1275889Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.1276578Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:22.1277243Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:22.1277937Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:22.1278668Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:22.1279487Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:22.1280238Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:22.1280958Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:22.1281685Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:22.1282437Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:22.1283221Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:22.1284008Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:22.1284401Z 2022-09-27T16:09:22.1284408Z 2022-09-27T16:09:22.1284622Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:22.1284900Z 2022-09-27T16:09:22.1285056Z Traceback (most recent call last): 2022-09-27T16:09:22.1285667Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:22.1286215Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:22.1286725Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:22.1287010Z 2022-09-27T16:09:22.1287239Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:22.1287513Z 2022-09-27T16:09:22.1287667Z Traceback (most recent call last): 2022-09-27T16:09:22.1288318Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:22.1288818Z raise TorchRuntimeError() from e 2022-09-27T16:09:22.1289209Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:22.1289447Z 2022-09-27T16:09:22.1289564Z from user code: 2022-09-27T16:09:22.1289965Z File "test_mkldnn.py", line 1012, in 2022-09-27T16:09:22.1290458Z x = torch.randn(1, C, 8, 8).to_mkldnn() 2022-09-27T16:09:22.1290672Z 2022-09-27T16:09:22.1290892Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:22.1291241Z ========== 2022-09-27T16:09:22.1341505Z ok (0.053s) 2022-09-27T16:09:22.1395281Z test_resnet18 (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-09-27T16:09:22.1396282Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:09:22.1397739Z /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-09-27T16:09:22.1398444Z warnings.warn(msg) 2022-09-27T16:09:22.8338254Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 1235 2022-09-27T16:09:22.8338747Z due to: 2022-09-27T16:09:22.8339043Z Traceback (most recent call last): 2022-09-27T16:09:22.8339581Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:22.8340228Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:22.8343569Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:22.8345921Z 2022-09-27T16:09:22.8346285Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:22.8347068Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:22.8347918Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:22.8348750Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:22.8349608Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:22.8350381Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:22.8351111Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.8351841Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:22.8352589Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:22.8353587Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:22.8354418Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8355508Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8356197Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8356864Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8357540Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8358313Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8358976Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8359653Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8360372Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8361139Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8361917Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8362654Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8363435Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8364285Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8365122Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8365927Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:22.8366564Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:22.8367154Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:22.8367808Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:22.8368482Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:22.8369264Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:22.8369978Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:22.8370640Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:22.8371365Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:22.8372128Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:22.8372908Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:22.8373661Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:22.8374199Z 2022-09-27T16:09:22.8374208Z 2022-09-27T16:09:22.8374429Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:22.8374709Z 2022-09-27T16:09:22.8374866Z Traceback (most recent call last): 2022-09-27T16:09:22.8375514Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:22.8376058Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:22.8376624Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:22.8377070Z 2022-09-27T16:09:22.8377320Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:22.8377730Z 2022-09-27T16:09:22.8377899Z Traceback (most recent call last): 2022-09-27T16:09:22.8378621Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:22.8379164Z raise TorchRuntimeError() from e 2022-09-27T16:09:22.8379593Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:22.8379823Z 2022-09-27T16:09:22.8379926Z from user code: 2022-09-27T16:09:22.8380360Z File "test_mkldnn.py", line 1240, in 2022-09-27T16:09:22.8380812Z mkldnn_model(x.to_mkldnn()).to_dense(), 2022-09-27T16:09:22.8381046Z 2022-09-27T16:09:22.8381280Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:22.8381652Z ========== 2022-09-27T16:09:23.4354850Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 284 2022-09-27T16:09:23.4355437Z due to: 2022-09-27T16:09:23.4355769Z Traceback (most recent call last): 2022-09-27T16:09:23.4356426Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:23.4357011Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:23.4357606Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:23.4357959Z 2022-09-27T16:09:23.4358186Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:23.4358462Z 2022-09-27T16:09:23.4358599Z Traceback (most recent call last): 2022-09-27T16:09:23.4359271Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:23.4359723Z ) from e 2022-09-27T16:09:23.4360282Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:23.4360706Z 2022-09-27T16:09:23.4360924Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:23.4361289Z ========== 2022-09-27T16:09:23.4363395Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _forward_impl /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 266 2022-09-27T16:09:23.4363904Z due to: 2022-09-27T16:09:23.4364699Z Traceback (most recent call last): 2022-09-27T16:09:23.4365711Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:23.4366287Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:23.4366860Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:23.4367214Z 2022-09-27T16:09:23.4367456Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:23.4367766Z 2022-09-27T16:09:23.4367936Z Traceback (most recent call last): 2022-09-27T16:09:23.4368603Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:23.4369027Z ) from e 2022-09-27T16:09:23.4369519Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:23.4369907Z 2022-09-27T16:09:23.4370392Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:23.4370803Z ========== 2022-09-27T16:09:23.4402575Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py line 202 2022-09-27T16:09:23.4403108Z due to: 2022-09-27T16:09:23.4403427Z Traceback (most recent call last): 2022-09-27T16:09:23.4404037Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:23.4404590Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:23.4405381Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:23.4405714Z 2022-09-27T16:09:23.4405932Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:23.4406200Z 2022-09-27T16:09:23.4406341Z Traceback (most recent call last): 2022-09-27T16:09:23.4407013Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:23.4407458Z ) from e 2022-09-27T16:09:23.4408023Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:23.4408462Z 2022-09-27T16:09:23.4408685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:23.4409073Z ========== 2022-09-27T16:09:23.4423454Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/resnet.py line 89 2022-09-27T16:09:23.4423950Z due to: 2022-09-27T16:09:23.4424271Z Traceback (most recent call last): 2022-09-27T16:09:23.4424926Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:23.4425526Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:23.4426101Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:23.4426473Z 2022-09-27T16:09:23.4426710Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:23.4426955Z 2022-09-27T16:09:23.4427082Z Traceback (most recent call last): 2022-09-27T16:09:23.4427761Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:23.4428126Z ) from e 2022-09-27T16:09:23.4428618Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:23.4429031Z 2022-09-27T16:09:23.4429285Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:23.4429643Z ========== 2022-09-27T16:09:23.4633631Z ok (1.328s) 2022-09-27T16:09:23.4663212Z test_resnext50_32x4d (__main__.TestMkldnn) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/models/_utils.py:209: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and will be removed in 0.15, please use 'weights' instead. 2022-09-27T16:09:23.4664272Z f"The parameter '{pretrained_param}' is deprecated since 0.13 and will be removed in 0.15, " 2022-09-27T16:09:23.4665325Z /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-09-27T16:09:23.4666033Z warnings.warn(msg) 2022-09-27T16:09:24.6763419Z ok (1.212s) 2022-09-27T16:09:24.6922011Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_data_tensorimpl_type test_mkldnn.py line 1183 2022-09-27T16:09:24.6922554Z due to: 2022-09-27T16:09:24.6922909Z Traceback (most recent call last): 2022-09-27T16:09:24.6923482Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.6924196Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.6927629Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.6929694Z 2022-09-27T16:09:24.6929964Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.6930690Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.6931444Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.6932191Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.6932950Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.6933648Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.6934320Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.6934987Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.6935640Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.6936375Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.6937258Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6938062Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6938746Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6939450Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6940144Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6940841Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6941521Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6942220Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6942914Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6943659Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6944343Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6945036Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6945753Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6946498Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6947260Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6948011Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.6948703Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.6949362Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.6950027Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.6950774Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.6951593Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.6952340Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.6953041Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.6953955Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.6954703Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.6955488Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.6956245Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.6956642Z 2022-09-27T16:09:24.6956649Z 2022-09-27T16:09:24.6956876Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.6957158Z 2022-09-27T16:09:24.6957313Z Traceback (most recent call last): 2022-09-27T16:09:24.6957925Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.6958456Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.6958976Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.6959253Z 2022-09-27T16:09:24.6959483Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.6959757Z 2022-09-27T16:09:24.6959894Z Traceback (most recent call last): 2022-09-27T16:09:24.6960566Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.6961074Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.6961471Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.6961694Z 2022-09-27T16:09:24.6961809Z from user code: 2022-09-27T16:09:24.6962188Z File "test_mkldnn.py", line 1187, in test_set_data_tensorimpl_type 2022-09-27T16:09:24.6962577Z x_mkldnn = x.to_mkldnn() 2022-09-27T16:09:24.6962771Z 2022-09-27T16:09:24.6963070Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.6963440Z ========== 2022-09-27T16:09:24.6963718Z ok (0.017s) 2022-09-27T16:09:24.7087806Z test_sigmoid (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sigmoid test_mkldnn.py line 1145 2022-09-27T16:09:24.7088305Z due to: 2022-09-27T16:09:24.7088614Z Traceback (most recent call last): 2022-09-27T16:09:24.7089209Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.7089639Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.7093035Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.7095156Z 2022-09-27T16:09:24.7095429Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.7096142Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.7096901Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.7097755Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.7098564Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.7099252Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.7099921Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7100589Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7101257Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.7101977Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.7102736Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7103449Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7104151Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7104842Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7105541Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7106236Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7106984Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7107679Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7108364Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7109053Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7109733Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7110499Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7111217Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7111957Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7112673Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7113563Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7114254Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.7114921Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.7115590Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.7116336Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.7117145Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.7117896Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.7118591Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.7119333Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.7120088Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.7120866Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.7121625Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.7122016Z 2022-09-27T16:09:24.7122023Z 2022-09-27T16:09:24.7122250Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.7122521Z 2022-09-27T16:09:24.7122677Z Traceback (most recent call last): 2022-09-27T16:09:24.7123286Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.7123811Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.7124336Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.7124616Z 2022-09-27T16:09:24.7124842Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.7125115Z 2022-09-27T16:09:24.7125268Z Traceback (most recent call last): 2022-09-27T16:09:24.7125983Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.7126480Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.7126868Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.7127104Z 2022-09-27T16:09:24.7127206Z from user code: 2022-09-27T16:09:24.7127555Z File "test_mkldnn.py", line 1147, in test_sigmoid 2022-09-27T16:09:24.7127908Z mkldnn_x = x.to_mkldnn() 2022-09-27T16:09:24.7128097Z 2022-09-27T16:09:24.7128314Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.7128670Z ========== 2022-09-27T16:09:24.7128938Z ok (0.016s) 2022-09-27T16:09:24.7269643Z test_softmax (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_softmax test_mkldnn.py line 1137 2022-09-27T16:09:24.7270103Z due to: 2022-09-27T16:09:24.7270414Z Traceback (most recent call last): 2022-09-27T16:09:24.7271040Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.7271497Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.7275005Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.7276985Z 2022-09-27T16:09:24.7277269Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.7277973Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.7278731Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.7279464Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.7280199Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.7280895Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.7281568Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7282226Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7282888Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.7283609Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.7284348Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7285272Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7286082Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7287006Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7287815Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7288775Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7289700Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7290565Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7291420Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7292114Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7292811Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7293496Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7294242Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7294984Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7295725Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7296462Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7297152Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.7297874Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.7298565Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.7299300Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.7300121Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.7300862Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.7301574Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.7302299Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.7303039Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.7303818Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.7304589Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.7304982Z 2022-09-27T16:09:24.7304989Z 2022-09-27T16:09:24.7305204Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.7305481Z 2022-09-27T16:09:24.7305634Z Traceback (most recent call last): 2022-09-27T16:09:24.7306255Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.7306844Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.7307348Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.7307627Z 2022-09-27T16:09:24.7307851Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.7308130Z 2022-09-27T16:09:24.7308283Z Traceback (most recent call last): 2022-09-27T16:09:24.7308936Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.7309428Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.7309865Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.7310125Z 2022-09-27T16:09:24.7310238Z from user code: 2022-09-27T16:09:24.7310568Z File "test_mkldnn.py", line 1143, in test_softmax 2022-09-27T16:09:24.7310934Z softmax(x.to_mkldnn()).to_dense()) 2022-09-27T16:09:24.7311138Z 2022-09-27T16:09:24.7311355Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.7311708Z ========== 2022-09-27T16:09:24.7311966Z ok (0.018s) 2022-09-27T16:09:24.7437447Z test_tanh (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tanh test_mkldnn.py line 1157 2022-09-27T16:09:24.7437921Z due to: 2022-09-27T16:09:24.7438247Z Traceback (most recent call last): 2022-09-27T16:09:24.7438826Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.7439275Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.7442653Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.7444599Z 2022-09-27T16:09:24.7444885Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.7445603Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.7446349Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.7447103Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.7447877Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.7448586Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.7449237Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7449896Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7450569Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.7451500Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.7452390Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7453097Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7453801Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7454490Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7455229Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7455912Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7456606Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7457292Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7458049Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7458742Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7459438Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7460151Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7460857Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7461603Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7462343Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7463116Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7463803Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.7464450Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.7465126Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.7465869Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.7466669Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.7467395Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.7468096Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.7468828Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.7469575Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.7470339Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.7471154Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.7471553Z 2022-09-27T16:09:24.7471559Z 2022-09-27T16:09:24.7471787Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.7472062Z 2022-09-27T16:09:24.7472215Z Traceback (most recent call last): 2022-09-27T16:09:24.7472799Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.7473503Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.7474088Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.7474370Z 2022-09-27T16:09:24.7474585Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.7474862Z 2022-09-27T16:09:24.7475011Z Traceback (most recent call last): 2022-09-27T16:09:24.7475687Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.7476186Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.7476561Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.7476797Z 2022-09-27T16:09:24.7476914Z from user code: 2022-09-27T16:09:24.7477252Z File "test_mkldnn.py", line 1159, in test_tanh 2022-09-27T16:09:24.7477579Z mkldnn_x = x.to_mkldnn() 2022-09-27T16:09:24.7477767Z 2022-09-27T16:09:24.7477986Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.7478346Z ========== 2022-09-27T16:09:24.7478593Z ok (0.016s) 2022-09-27T16:09:24.7623827Z test_transpose (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transpose test_mkldnn.py line 1054 2022-09-27T16:09:24.7624354Z due to: 2022-09-27T16:09:24.7624659Z Traceback (most recent call last): 2022-09-27T16:09:24.7625280Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.7625726Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.7629135Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.7631107Z 2022-09-27T16:09:24.7631398Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.7632130Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.7632885Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.7633756Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.7634539Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.7635257Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.7636122Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7636784Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.7637457Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.7638202Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.7638969Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7639740Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7640454Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7641169Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7641872Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7642558Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7643255Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7643959Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7644658Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7645340Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7646039Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7646739Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7647464Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7648190Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7648928Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7649682Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.7650379Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.7651038Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.7651727Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.7652481Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.7653312Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.7654056Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.7654772Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.7655600Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.7656355Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.7657118Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.7657957Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.7658408Z 2022-09-27T16:09:24.7658415Z 2022-09-27T16:09:24.7658648Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.7658931Z 2022-09-27T16:09:24.7659083Z Traceback (most recent call last): 2022-09-27T16:09:24.7659704Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.7660261Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.7660785Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.7661068Z 2022-09-27T16:09:24.7661300Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.7661559Z 2022-09-27T16:09:24.7661714Z Traceback (most recent call last): 2022-09-27T16:09:24.7662391Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.7662902Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.7663287Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.7663524Z 2022-09-27T16:09:24.7663641Z from user code: 2022-09-27T16:09:24.7663994Z File "test_mkldnn.py", line 1060, in test_transpose 2022-09-27T16:09:24.7664386Z x.to_mkldnn().transpose(dim1, dim2).to_dense(), 2022-09-27T16:09:24.7664622Z 2022-09-27T16:09:24.7664839Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.7665218Z ========== 2022-09-27T16:09:24.7665492Z ok (0.020s) 2022-09-27T16:09:24.8249642Z test_unsupported (__main__.TestMkldnn) ... ok (0.059s) 2022-09-27T16:09:24.8392391Z test_view (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view test_mkldnn.py line 986 2022-09-27T16:09:24.8392880Z due to: 2022-09-27T16:09:24.8393344Z Traceback (most recent call last): 2022-09-27T16:09:24.8393931Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.8394385Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.8397817Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.8399763Z 2022-09-27T16:09:24.8400049Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.8400765Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.8401778Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.8402515Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.8403293Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.8404003Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.8404672Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.8405403Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.8406071Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.8406815Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.8407575Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8408269Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8408969Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8409675Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8410382Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8411072Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8411765Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8412462Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8413160Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8413832Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8414527Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8415225Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8415959Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8416677Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8417481Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8418232Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8418927Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.8419578Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.8420268Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.8421075Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.8421889Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.8422615Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.8423327Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.8424150Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.8424901Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.8425668Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.8426435Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.8426827Z 2022-09-27T16:09:24.8426833Z 2022-09-27T16:09:24.8427067Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.8427343Z 2022-09-27T16:09:24.8427493Z Traceback (most recent call last): 2022-09-27T16:09:24.8428081Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.8428627Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.8429149Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.8429436Z 2022-09-27T16:09:24.8429652Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.8429961Z 2022-09-27T16:09:24.8430112Z Traceback (most recent call last): 2022-09-27T16:09:24.8430774Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.8431269Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.8431642Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.8431880Z 2022-09-27T16:09:24.8431996Z from user code: 2022-09-27T16:09:24.8432334Z File "test_mkldnn.py", line 987, in test_view 2022-09-27T16:09:24.8432742Z x = torch.randn(3, 4, 5, dtype=torch.float32).to_mkldnn() 2022-09-27T16:09:24.8432967Z 2022-09-27T16:09:24.8433182Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.8433654Z ========== 2022-09-27T16:09:24.8434194Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_mkldnn.py line 990 2022-09-27T16:09:24.8434585Z due to: 2022-09-27T16:09:24.8434892Z Traceback (most recent call last): 2022-09-27T16:09:24.8435548Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:09:24.8436115Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:09:24.8436696Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:09:24.8437041Z 2022-09-27T16:09:24.8437265Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.8437540Z 2022-09-27T16:09:24.8437692Z Traceback (most recent call last): 2022-09-27T16:09:24.8438348Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:09:24.8438798Z ) from e 2022-09-27T16:09:24.8439361Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:09:24.8439794Z 2022-09-27T16:09:24.8439996Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.8440363Z ========== 2022-09-27T16:09:24.8449032Z ok (0.019s) 2022-09-27T16:09:24.8601525Z test_zero_ (__main__.TestMkldnn) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_zero_ test_mkldnn.py line 1197 2022-09-27T16:09:24.8601991Z due to: 2022-09-27T16:09:24.8602347Z Traceback (most recent call last): 2022-09-27T16:09:24.8602941Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:09:24.8603390Z return self._op(*args, **kwargs or {}) 2022-09-27T16:09:24.8606755Z NotImplementedError: Could not run 'aten::to_mkldnn' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_mkldnn' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:09:24.8608805Z 2022-09-27T16:09:24.8609090Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:09:24.8609797Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:09:24.8610552Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:09:24.8611302Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:09:24.8612082Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:09:24.8612773Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:09:24.8613440Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.8614100Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:09:24.8614767Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:09:24.8615489Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:09:24.8616244Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8616953Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8617712Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8618397Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8619093Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8619790Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8620486Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8621212Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8621896Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8622581Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8623275Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8623951Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8624718Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8625460Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8626194Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8626923Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp:15633 [autograd kernel] 2022-09-27T16:09:24.8627614Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp:16484 [kernel] 2022-09-27T16:09:24.8628272Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:09:24.8628967Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:09:24.8629700Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:09:24.8630507Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:09:24.8631247Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:09:24.8631949Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:09:24.8632678Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:09:24.8633565Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:09:24.8634347Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:09:24.8635113Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:09:24.8635491Z 2022-09-27T16:09:24.8635520Z 2022-09-27T16:09:24.8635735Z During handling of the above exception, another exception occurred: 2022-09-27T16:09:24.8636010Z 2022-09-27T16:09:24.8636163Z Traceback (most recent call last): 2022-09-27T16:09:24.8636757Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:09:24.8637300Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:09:24.8637801Z NotImplementedError: Cannot access storage of OpaqueTensorImpl 2022-09-27T16:09:24.8638078Z 2022-09-27T16:09:24.8638307Z The above exception was the direct cause of the following exception: 2022-09-27T16:09:24.8638582Z 2022-09-27T16:09:24.8638736Z Traceback (most recent call last): 2022-09-27T16:09:24.8639386Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:09:24.8639881Z raise TorchRuntimeError() from e 2022-09-27T16:09:24.8640271Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:09:24.8640589Z 2022-09-27T16:09:24.8640707Z from user code: 2022-09-27T16:09:24.8641035Z File "test_mkldnn.py", line 1199, in test_zero_ 2022-09-27T16:09:24.8641385Z x2 = x1.clone().to_mkldnn() 2022-09-27T16:09:24.8641579Z 2022-09-27T16:09:24.8641801Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:24.8642151Z ========== 2022-09-27T16:09:24.8642425Z ok (0.015s) 2022-09-27T16:09:24.8642592Z 2022-09-27T16:09:24.8642926Z ---------------------------------------------------------------------- 2022-09-27T16:09:24.8643307Z Ran 67 tests in 49.874s 2022-09-27T16:09:24.8643544Z 2022-09-27T16:09:24.8643643Z OK 2022-09-27T16:09:24.8643792Z 2022-09-27T16:09:24.8643933Z Generating XML reports... 2022-09-27T16:09:24.8691214Z Generated XML report: test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927160834.xml 2022-09-27T16:09:25.3466082Z Running test_functional_autograd_benchmark ... [2022-09-27 16:09:25.346182] 2022-09-27T16:09:25.3466684Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_autograd_benchmark.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:09:25.346267] 2022-09-27T16:09:26.6253826Z Test results will be stored in test-reports/python-unittest/test_functional_autograd_benchmark 2022-09-27T16:09:26.6265154Z 2022-09-27T16:09:26.6265695Z Running tests... 2022-09-27T16:09:26.6266265Z ---------------------------------------------------------------------- 2022-09-27T16:09:32.4131038Z test_fast_tasks (__main__.TestFunctionalAutogradBenchmark) ... Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:09:35.5126024Z Results for model resnet18 on task vjp: nans (var: nan) 2022-09-27T16:09:39.8556447Z Results for model resnet18 on task vjp using Functorch: nans (var: nan) 2022-09-27T16:09:41.3136397Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:09:41.4924212Z Results for model ppl_simple_reg on task vjp: nans (var: nan) 2022-09-27T16:09:41.4949316Z Results for model ppl_simple_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:09:42.7686737Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:09:42.9474860Z Results for model ppl_robust_reg on task vjp: nans (var: nan) 2022-09-27T16:09:42.9540675Z Results for model ppl_robust_reg on task vjp using Functorch: nans (var: nan) 2022-09-27T16:09:44.2242427Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:09:44.9211771Z Results for model wav2letter on task vjp: nans (var: nan) 2022-09-27T16:09:46.2109666Z Results for model wav2letter on task vjp using Functorch: nans (var: nan) 2022-09-27T16:09:47.5927581Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:09:50.7054873Z Results for model transformer on task vjp: nans (var: nan) 2022-09-27T16:09:54.9668814Z Results for model transformer on task vjp using Functorch: nans (var: nan) 2022-09-27T16:09:56.4635454Z Found functorch: 1.13.0a0+git52424e2 2022-09-27T16:09:56.6539856Z Results for model multiheadattn on task vjp: nans (var: nan) 2022-09-27T16:09:56.6696034Z Results for model multiheadattn on task vjp using Functorch: nans (var: nan) 2022-09-27T16:09:57.0318734Z ok (30.345s) 2022-09-27T16:09:57.0342003Z test_slow_tasks (__main__.TestFunctionalAutogradBenchmark) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77260 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-09-27T16:09:57.0342739Z 2022-09-27T16:09:57.0342987Z ---------------------------------------------------------------------- 2022-09-27T16:09:57.0343347Z Ran 2 tests in 30.408s 2022-09-27T16:09:57.0343889Z 2022-09-27T16:09:57.0344166Z OK (skipped=1) 2022-09-27T16:09:57.0344409Z 2022-09-27T16:09:57.0344568Z Generating XML reports... 2022-09-27T16:09:57.0422956Z Generated XML report: test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927160926.xml 2022-09-27T16:09:57.4481347Z Running test_serialization ... [2022-09-27 16:09:57.447603] 2022-09-27T16:09:57.4481922Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:09:57.447683] 2022-09-27T16:09:58.9842000Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-09-27T16:09:58.9857037Z 2022-09-27T16:09:58.9857151Z Running tests... 2022-09-27T16:09:58.9857862Z ---------------------------------------------------------------------- 2022-09-27T16:09:59.2212041Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (0.176s) 2022-09-27T16:09:59.2241701Z test_load_error_msg (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_load_error_msg test_serialization.py line 595 2022-09-27T16:09:59.2242267Z due to: 2022-09-27T16:09:59.2242601Z Traceback (most recent call last): 2022-09-27T16:09:59.2243316Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:09:59.2243882Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:09:59.2244295Z BytesWarning: str() on a bytes instance 2022-09-27T16:09:59.2244523Z 2022-09-27T16:09:59.2244752Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:59.2245128Z ========== 2022-09-27T16:09:59.2282343Z ok (0.006s) 2022-09-27T16:09:59.2305129Z test_load_nonexistent_device (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_load_nonexistent_device test_serialization.py line 465 2022-09-27T16:09:59.2305745Z due to: 2022-09-27T16:09:59.2306071Z Traceback (most recent call last): 2022-09-27T16:09:59.2306730Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:09:59.2307283Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:09:59.2307696Z BytesWarning: str() on a bytes instance 2022-09-27T16:09:59.2307927Z 2022-09-27T16:09:59.2308133Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:09:59.2308496Z ========== 2022-09-27T16:09:59.2310646Z ok (0.002s) 2022-09-27T16:10:00.1492655Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.917s) 2022-09-27T16:10:00.1525160Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization.py line 587 2022-09-27T16:10:00.1525529Z due to: 2022-09-27T16:10:00.1525716Z Traceback (most recent call last): 2022-09-27T16:10:00.1526110Z File "/opt/conda/lib/python3.7/site-packages/torch/serialization.py", line 981, in _legacy_load 2022-09-27T16:10:00.1526374Z result = unpickler.load() 2022-09-27T16:10:00.1526801Z UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1105: ordinal not in range(128) 2022-09-27T16:10:00.1527106Z 2022-09-27T16:10:00.1527179Z from user code: 2022-09-27T16:10:00.1527396Z File "test_serialization.py", line 587, in 2022-09-27T16:10:00.1527784Z self.assertRaises(UnicodeDecodeError, lambda: torch.load(path, encoding='ascii')) 2022-09-27T16:10:00.1528017Z 2022-09-27T16:10:00.1528151Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.1528366Z ========== 2022-09-27T16:10:00.1528515Z ok (0.003s) 2022-09-27T16:10:00.1571948Z test_save_different_dtype_error (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_save_different_dtype_error test_serialization.py line 632 2022-09-27T16:10:00.1572301Z due to: 2022-09-27T16:10:00.1572483Z Traceback (most recent call last): 2022-09-27T16:10:00.1572873Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.1573322Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.1574036Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:10:00.1574243Z 2022-09-27T16:10:00.1574300Z from user code: 2022-09-27T16:10:00.1574539Z File "test_serialization.py", line 636, in test_save_different_dtype_error 2022-09-27T16:10:00.1574793Z if torch.cuda.is_available(): 2022-09-27T16:10:00.1574916Z 2022-09-27T16:10:00.1575048Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.1575252Z ========== 2022-09-27T16:10:00.1721679Z ok (0.019s) 2022-09-27T16:10:00.1757540Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_save_different_dtype_unallocated test_serialization.py line 606 2022-09-27T16:10:00.1758215Z due to: 2022-09-27T16:10:00.1758400Z Traceback (most recent call last): 2022-09-27T16:10:00.1758955Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.1759595Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.1760427Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:10:00.1760641Z 2022-09-27T16:10:00.1760711Z from user code: 2022-09-27T16:10:00.1760970Z File "test_serialization.py", line 608, in test_save_different_dtype_unallocated 2022-09-27T16:10:00.1761274Z if torch.cuda.is_available(): 2022-09-27T16:10:00.1761468Z 2022-09-27T16:10:00.1761632Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.1761852Z ========== 2022-09-27T16:10:00.3209996Z ok (0.148s) 2022-09-27T16:10:00.3357124Z test_serialization (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization test_serialization.py line 151 2022-09-27T16:10:00.3357461Z due to: 2022-09-27T16:10:00.3357718Z Traceback (most recent call last): 2022-09-27T16:10:00.3358433Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.3358886Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.3359371Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.3359556Z 2022-09-27T16:10:00.3359625Z from user code: 2022-09-27T16:10:00.3359853Z File "test_serialization.py", line 153, in test_serialization 2022-09-27T16:10:00.3360086Z b = self._test_serialization_data() 2022-09-27T16:10:00.3360218Z 2022-09-27T16:10:00.3360356Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.3360569Z ========== 2022-09-27T16:10:00.3460999Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_serialization_data test_serialization.py line 82 2022-09-27T16:10:00.3461428Z due to: 2022-09-27T16:10:00.3461627Z Traceback (most recent call last): 2022-09-27T16:10:00.3462032Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.3462463Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.3462871Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.3463051Z 2022-09-27T16:10:00.3463121Z from user code: 2022-09-27T16:10:00.3463341Z File "test_serialization.py", line 85, in _test_serialization_data 2022-09-27T16:10:00.3463575Z b += [a[0].storage()] # 4 2022-09-27T16:10:00.3463689Z 2022-09-27T16:10:00.3463823Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.3464039Z ========== 2022-09-27T16:10:00.5519037Z ok (0.230s) 2022-09-27T16:10:00.5673746Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_backwards_compat test_serialization.py line 361 2022-09-27T16:10:00.5674433Z due to: 2022-09-27T16:10:00.5675108Z Traceback (most recent call last): 2022-09-27T16:10:00.5675827Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.5676674Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.5677319Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.5677503Z 2022-09-27T16:10:00.5677573Z from user code: 2022-09-27T16:10:00.5677810Z File "test_serialization.py", line 364, in test_serialization_backwards_compat 2022-09-27T16:10:00.5678138Z b += [a[0].storage()] 2022-09-27T16:10:00.5678249Z 2022-09-27T16:10:00.5678379Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.5678582Z ========== 2022-09-27T16:10:00.5970567Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __reduce__ test_serialization.py line 393 2022-09-27T16:10:00.5971024Z due to: 2022-09-27T16:10:00.5971366Z Traceback (most recent call last): 2022-09-27T16:10:00.5971910Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.5972362Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.5972774Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.5972955Z 2022-09-27T16:10:00.5973026Z from user code: 2022-09-27T16:10:00.5973230Z File "test_serialization.py", line 394, in __reduce__ 2022-09-27T16:10:00.5973481Z return (torch.Tensor, (), self.__getstate__()) 2022-09-27T16:10:00.5973619Z 2022-09-27T16:10:00.5973746Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.5973950Z ========== 2022-09-27T16:10:00.5985714Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __getstate__ test_serialization.py line 386 2022-09-27T16:10:00.5986156Z due to: 2022-09-27T16:10:00.5986470Z Traceback (most recent call last): 2022-09-27T16:10:00.5987197Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.5988027Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.5988525Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.5988707Z 2022-09-27T16:10:00.5988766Z from user code: 2022-09-27T16:10:00.5988987Z File "test_serialization.py", line 387, in __getstate__ 2022-09-27T16:10:00.5989224Z return (self.new_tensor.storage(), 2022-09-27T16:10:00.5989360Z 2022-09-27T16:10:00.5989478Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.5989694Z ========== 2022-09-27T16:10:00.6033948Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __reduce__ test_serialization.py line 397 2022-09-27T16:10:00.6034372Z due to: 2022-09-27T16:10:00.6034706Z Traceback (most recent call last): 2022-09-27T16:10:00.6035328Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.6035784Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.6036182Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.6036362Z 2022-09-27T16:10:00.6036432Z from user code: 2022-09-27T16:10:00.6036648Z File "test_serialization.py", line 398, in __reduce__ 2022-09-27T16:10:00.6036897Z return (_rebuild_tensor, self.__getstate__()) 2022-09-27T16:10:00.6037027Z 2022-09-27T16:10:00.6037157Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.6037371Z ========== 2022-09-27T16:10:00.6057748Z ok (0.053s) 2022-09-27T16:10:00.6261108Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.020s) 2022-09-27T16:10:00.6379379Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.011s) 2022-09-27T16:10:00.6396037Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:10:00.6406162Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:10:00.8263631Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.185s) 2022-09-27T16:10:00.8386347Z test_serialization_filelike (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_filelike test_serialization.py line 189 2022-09-27T16:10:00.8387321Z due to: 2022-09-27T16:10:00.8387659Z Traceback (most recent call last): 2022-09-27T16:10:00.8388176Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:00.8388635Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:00.8389055Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:00.8389237Z 2022-09-27T16:10:00.8389308Z from user code: 2022-09-27T16:10:00.8389532Z File "test_serialization.py", line 191, in test_serialization_filelike 2022-09-27T16:10:00.8389790Z b = self._test_serialization_data() 2022-09-27T16:10:00.8389920Z 2022-09-27T16:10:00.8390051Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.8390260Z ========== 2022-09-27T16:10:00.8544799Z ok (0.028s) 2022-09-27T16:10:00.8570685Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_filelike_api_requirements test_serialization.py line 488 2022-09-27T16:10:00.8571365Z due to: 2022-09-27T16:10:00.8571550Z Traceback (most recent call last): 2022-09-27T16:10:00.8571953Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:10:00.8572290Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:10:00.8572523Z BytesWarning: str() on a bytes instance 2022-09-27T16:10:00.8572655Z 2022-09-27T16:10:00.8572785Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.8573006Z ========== 2022-09-27T16:10:00.8578056Z ok (0.003s) 2022-09-27T16:10:00.8628049Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_filelike_missing_attrs test_serialization.py line 515 2022-09-27T16:10:00.8628787Z due to: 2022-09-27T16:10:00.8629153Z Traceback (most recent call last): 2022-09-27T16:10:00.8629558Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:10:00.8629899Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:10:00.8630150Z BytesWarning: str() on a bytes instance 2022-09-27T16:10:00.8630282Z 2022-09-27T16:10:00.8630356Z from user code: 2022-09-27T16:10:00.8630601Z File "test_serialization.py", line 528, in test_serialization_filelike_missing_attrs 2022-09-27T16:10:00.8630908Z self._test_serialization_filelike(to_serialize, mock, desc) 2022-09-27T16:10:00.8631062Z 2022-09-27T16:10:00.8631197Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.8631406Z ========== 2022-09-27T16:10:00.8641775Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_serialization_filelike test_serialization.py line 504 2022-09-27T16:10:00.8642299Z due to: 2022-09-27T16:10:00.8642658Z Traceback (most recent call last): 2022-09-27T16:10:00.8643057Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:10:00.8643389Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:10:00.8643635Z BytesWarning: str() on a bytes instance 2022-09-27T16:10:00.8643766Z 2022-09-27T16:10:00.8644120Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.8644341Z ========== 2022-09-27T16:10:00.8654469Z ok (0.007s) 2022-09-27T16:10:00.8697819Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_filelike_stress test_serialization.py line 530 2022-09-27T16:10:00.8698444Z due to: 2022-09-27T16:10:00.8698804Z Traceback (most recent call last): 2022-09-27T16:10:00.8699553Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:10:00.8700221Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:10:00.8700474Z BytesWarning: str() on a bytes instance 2022-09-27T16:10:00.8700609Z 2022-09-27T16:10:00.8700682Z from user code: 2022-09-27T16:10:00.8700930Z File "test_serialization.py", line 536, in test_serialization_filelike_stress 2022-09-27T16:10:00.8701204Z 'read() stress test') 2022-09-27T16:10:00.8701320Z 2022-09-27T16:10:00.8701459Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:00.8701678Z ========== 2022-09-27T16:10:01.2197187Z ok (0.353s) 2022-09-27T16:10:01.2647876Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.044s) 2022-09-27T16:10:01.2774562Z test_serialization_gzip (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_gzip test_serialization.py line 220 2022-09-27T16:10:01.2775167Z due to: 2022-09-27T16:10:01.2775466Z Traceback (most recent call last): 2022-09-27T16:10:01.2776177Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:01.2776948Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:01.2777717Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:01.2778012Z 2022-09-27T16:10:01.2778131Z from user code: 2022-09-27T16:10:01.2778533Z File "test_serialization.py", line 222, in test_serialization_gzip 2022-09-27T16:10:01.2778952Z b = self._test_serialization_data() 2022-09-27T16:10:01.2779169Z 2022-09-27T16:10:01.2779373Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:01.2779737Z ========== 2022-09-27T16:10:01.2982667Z ok (0.033s) 2022-09-27T16:10:01.3006256Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 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-09-27T16:10:08.3023108Z test_serialization_offset (__main__.TestOldSerialization) ... ok (7.001s) 2022-09-27T16:10:15.4610744Z test_serialization_offset_filelike (__main__.TestOldSerialization) ... ok (7.158s) 2022-09-27T16:10:15.4978221Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.036s) 2022-09-27T16:10:15.5579611Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.059s) 2022-09-27T16:10:15.5903270Z test_serialization_sparse (__main__.TestOldSerialization) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:77: 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:56.) 2022-09-27T16:10:15.5904448Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:15.5910028Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_serialization test_serialization.py line 283 2022-09-27T16:10:15.5910480Z due to: 2022-09-27T16:10:15.5910751Z Traceback (most recent call last): 2022-09-27T16:10:15.5911617Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:15.5912041Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:15.5915433Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:10:15.5917468Z 2022-09-27T16:10:15.5917737Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:10:15.5918334Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:10:15.5918982Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:10:15.5919700Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:10:15.5920403Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:10:15.5921198Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:10:15.5921960Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:10:15.5922645Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:10:15.5923296Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:15.5923886Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:15.5924532Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:10:15.5925262Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:10:15.5925988Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5926665Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5927357Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5928096Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5928852Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5929591Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5930342Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5931280Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5932032Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5932777Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5933532Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5934383Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5935150Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5935956Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5936757Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5937677Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.5938433Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:10:15.5939134Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:10:15.5939879Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:10:15.5940687Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:10:15.5941545Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:10:15.5942347Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:10:15.5943109Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:10:15.5943902Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:10:15.5944699Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:10:15.5945536Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:10:15.5946363Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:10:15.5946794Z 2022-09-27T16:10:15.5946802Z 2022-09-27T16:10:15.5947048Z During handling of the above exception, another exception occurred: 2022-09-27T16:10:15.5947343Z 2022-09-27T16:10:15.5947503Z Traceback (most recent call last): 2022-09-27T16:10:15.5948183Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:10:15.5948768Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:10:15.5949333Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:10:15.5949652Z 2022-09-27T16:10:15.5949882Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:15.5950178Z 2022-09-27T16:10:15.5950341Z Traceback (most recent call last): 2022-09-27T16:10:15.5951071Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:15.5951711Z raise TorchRuntimeError() from e 2022-09-27T16:10:15.5952123Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:15.5952377Z 2022-09-27T16:10:15.5952498Z from user code: 2022-09-27T16:10:15.5952896Z File "test_serialization.py", line 286, in _test_serialization 2022-09-27T16:10:15.5953423Z x = conversion(x) 2022-09-27T16:10:15.5953620Z 2022-09-27T16:10:15.5953853Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.5954240Z ========== 2022-09-27T16:10:15.6016548Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization.py line 293 2022-09-27T16:10:15.6017206Z due to: 2022-09-27T16:10:15.6017593Z Traceback (most recent call last): 2022-09-27T16:10:15.6018144Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:15.6018543Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:15.6021639Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:10:15.6023699Z 2022-09-27T16:10:15.6024000Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:10:15.6024576Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:10:15.6025197Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:10:15.6025957Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:10:15.6026611Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:10:15.6027304Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:10:15.6027996Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:10:15.6028681Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:10:15.6029251Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:15.6029837Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:15.6030455Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:10:15.6031123Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:10:15.6031775Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6032353Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6033139Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6033998Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6034613Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6035213Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6035958Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6036551Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6037157Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6037790Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6038471Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6039087Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6039745Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6040493Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6041271Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6042095Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6042841Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:10:15.6043493Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:10:15.6044104Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:10:15.6044772Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:10:15.6045483Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:10:15.6046259Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:10:15.6047031Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:10:15.6047834Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:10:15.6048643Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:10:15.6049464Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:10:15.6050301Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:10:15.6050727Z 2022-09-27T16:10:15.6050735Z 2022-09-27T16:10:15.6050989Z During handling of the above exception, another exception occurred: 2022-09-27T16:10:15.6051288Z 2022-09-27T16:10:15.6051605Z Traceback (most recent call last): 2022-09-27T16:10:15.6052297Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:10:15.6052881Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:10:15.6053449Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:10:15.6053763Z 2022-09-27T16:10:15.6053994Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:15.6054289Z 2022-09-27T16:10:15.6054452Z Traceback (most recent call last): 2022-09-27T16:10:15.6055228Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:15.6055763Z raise TorchRuntimeError() from e 2022-09-27T16:10:15.6056167Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:15.6056422Z 2022-09-27T16:10:15.6056546Z from user code: 2022-09-27T16:10:15.6056921Z File "test_serialization.py", line 293, in 2022-09-27T16:10:15.6057452Z _test_serialization(lambda x: x.to_sparse_csr()) 2022-09-27T16:10:15.6057716Z 2022-09-27T16:10:15.6057951Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.6058338Z ========== 2022-09-27T16:10:15.6058620Z ok (0.045s) 2022-09-27T16:10:15.6182378Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_sparse_csr_invalid test_serialization.py line 324 2022-09-27T16:10:15.6183029Z due to: 2022-09-27T16:10:15.6183385Z Traceback (most recent call last): 2022-09-27T16:10:15.6183994Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:15.6184431Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:15.6188008Z NotImplementedError: Could not run 'aten::to_sparse_csr' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::to_sparse_csr' is only available for these backends: [CPU, SparseCPU, SparseCsrCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:10:15.6190085Z 2022-09-27T16:10:15.6190357Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:10:15.6190994Z SparseCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCPU.cpp:1261 [kernel] 2022-09-27T16:10:15.6191669Z SparseCsrCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterSparseCsrCPU.cpp:1030 [kernel] 2022-09-27T16:10:15.6192435Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:10:15.6193180Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:10:15.6194091Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:10:15.6194878Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:10:15.6195598Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:10:15.6196558Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:15.6197222Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:15.6197897Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:10:15.6198636Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:10:15.6199374Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6200161Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6200864Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6201575Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6202270Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6202975Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6203670Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6204361Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6205046Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6205743Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6221788Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6222515Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6223274Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6224033Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6224790Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6225542Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp:15361 [autograd kernel] 2022-09-27T16:10:15.6226226Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp:12947 [kernel] 2022-09-27T16:10:15.6226893Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:10:15.6227590Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:10:15.6228324Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:10:15.6229138Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:10:15.6229886Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:10:15.6230726Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:10:15.6231468Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:10:15.6232231Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:10:15.6233013Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:10:15.6233923Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:10:15.6234423Z 2022-09-27T16:10:15.6234431Z 2022-09-27T16:10:15.6234664Z During handling of the above exception, another exception occurred: 2022-09-27T16:10:15.6234930Z 2022-09-27T16:10:15.6235087Z Traceback (most recent call last): 2022-09-27T16:10:15.6235777Z File "/opt/conda/lib/python3.7/site-packages/torch/_tensor.py", line 256, in storage 2022-09-27T16:10:15.6236328Z return torch.TypedStorage(wrap_storage=self._storage(), dtype=self.dtype) 2022-09-27T16:10:15.6236841Z NotImplementedError: Cannot access storage of SparseCsrTensorImpl 2022-09-27T16:10:15.6237137Z 2022-09-27T16:10:15.6237372Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:15.6237652Z 2022-09-27T16:10:15.6237809Z Traceback (most recent call last): 2022-09-27T16:10:15.6238483Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:15.6238977Z raise TorchRuntimeError() from e 2022-09-27T16:10:15.6239373Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:15.6239612Z 2022-09-27T16:10:15.6239729Z from user code: 2022-09-27T16:10:15.6240137Z File "test_serialization.py", line 327, in test_serialization_sparse_csr_invalid 2022-09-27T16:10:15.6240554Z x = x.to_sparse_csr() 2022-09-27T16:10:15.6240742Z 2022-09-27T16:10:15.6240961Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.6241311Z ========== 2022-09-27T16:10:15.6241911Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ test_serialization.py line 330 2022-09-27T16:10:15.6242328Z due to: 2022-09-27T16:10:15.6242641Z Traceback (most recent call last): 2022-09-27T16:10:15.6243288Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:10:15.6243864Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:10:15.6244461Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:10:15.6244812Z 2022-09-27T16:10:15.6245042Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:15.6245301Z 2022-09-27T16:10:15.6245454Z Traceback (most recent call last): 2022-09-27T16:10:15.6246134Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:15.6246587Z ) from e 2022-09-27T16:10:15.6247130Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:15.6247568Z 2022-09-27T16:10:15.6247785Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.6248151Z ========== 2022-09-27T16:10:15.6248718Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __reduce_ex__ test_serialization.py line 333 2022-09-27T16:10:15.6249130Z due to: 2022-09-27T16:10:15.6249436Z Traceback (most recent call last): 2022-09-27T16:10:15.6250091Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:10:15.6250652Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:10:15.6251236Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:10:15.6251579Z 2022-09-27T16:10:15.6251882Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:15.6252194Z 2022-09-27T16:10:15.6252351Z Traceback (most recent call last): 2022-09-27T16:10:15.6253005Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:15.6253459Z ) from e 2022-09-27T16:10:15.6254020Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:15.6254453Z 2022-09-27T16:10:15.6254554Z from user code: 2022-09-27T16:10:15.6254983Z File "test_serialization.py", line 334, in __reduce_ex__ 2022-09-27T16:10:15.6255430Z invalid_crow_indices = self.tensor.crow_indices().clone() 2022-09-27T16:10:15.6255683Z 2022-09-27T16:10:15.6255896Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.6256250Z ========== 2022-09-27T16:10:15.6256511Z ok (0.018s) 2022-09-27T16:10:15.6491648Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.026s) 2022-09-27T16:10:15.6516227Z test_serialization_storage_slice (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization_storage_slice test_serialization.py line 554 2022-09-27T16:10:15.6516970Z due to: 2022-09-27T16:10:15.6517407Z Traceback (most recent call last): 2022-09-27T16:10:15.6518224Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 306, in step 2022-09-27T16:10:15.6518882Z log.debug(f"TRACE {inst.opname} {inst.argval} {self.stack}") 2022-09-27T16:10:15.6519311Z BytesWarning: str() on a bytes instance 2022-09-27T16:10:15.6519667Z 2022-09-27T16:10:15.6519893Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.6520371Z ========== 2022-09-27T16:10:15.6520752Z ok (0.002s) 2022-09-27T16:10:15.6678292Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_serialization.py line 129 2022-09-27T16:10:15.6678859Z due to: 2022-09-27T16:10:15.6679154Z Traceback (most recent call last): 2022-09-27T16:10:15.6679833Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:15.6680596Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:15.6681438Z AssertionError: torch.* op returned non-Tensor _open_zipfile_writer_file call_function 2022-09-27T16:10:15.6681830Z 2022-09-27T16:10:15.6681954Z from user code: 2022-09-27T16:10:15.6682301Z File "test_serialization.py", line 130, in test 2022-09-27T16:10:15.6682778Z with torch.serialization._open_zipfile_writer(name_or_buffer) as zip_file: 2022-09-27T16:10:15.6683071Z 2022-09-27T16:10:15.6683275Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:15.6683636Z ========== 2022-09-27T16:10:15.6727685Z ok (0.020s) 2022-09-27T16:10:15.6785287Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.005s) 2022-09-27T16:10:15.6803785Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:10:15.6823627Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:10:15.6871984Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.004s) 2022-09-27T16:10:15.6888346Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:10:15.7052919Z test_meta_serialization (__main__.TestSerialization) ... ok (0.016s) 2022-09-27T16:10:15.7271138Z test_pathlike_serialization (__main__.TestSerialization) ... ok (0.021s) 2022-09-27T16:10:15.7302635Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:10:15.8765371Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.146s) 2022-09-27T16:10:15.9903610Z test_serialization (__main__.TestSerialization) ... ok (0.113s) 2022-09-27T16:10:23.2866502Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (7.296s) 2022-09-27T16:10:23.2998407Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.013s) 2022-09-27T16:10:23.3011182Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-09-27T16:10:23.3021697Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-09-27T16:10:23.3048186Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:10:23.3226527Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.017s) 2022-09-27T16:10:23.3246590Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:10:23.3270118Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:10:23.7923363Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (0.465s) 2022-09-27T16:10:23.8099862Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.017s) 2022-09-27T16:10:23.8286360Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.018s) 2022-09-27T16:10:23.8516643Z test_serialization_map_location (__main__.TestSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization.py line 420 2022-09-27T16:10:23.8517273Z due to: 2022-09-27T16:10:23.8517581Z Traceback (most recent call last): 2022-09-27T16:10:23.8518303Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:23.8519052Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:23.8519864Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:10:23.8520238Z 2022-09-27T16:10:23.8520355Z from user code: 2022-09-27T16:10:23.8520793Z File "test_serialization.py", line 444, in 2022-09-27T16:10:23.8521356Z 'cuda:{}'.format(torch.cuda.device_count() - 1), 2022-09-27T16:10:23.8521597Z 2022-09-27T16:10:23.8521817Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:23.8522182Z ========== 2022-09-27T16:10:23.8678066Z ok (0.039s) 2022-09-27T16:10:23.8754967Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.007s) 2022-09-27T16:10:23.8774551Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:10:23.8897311Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.012s) 2022-09-27T16:10:23.8925099Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.002s) 2022-09-27T16:10:23.9062536Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.013s) 2022-09-27T16:10:23.9081905Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:10:23.9790762Z test_serialization_zipfile (__main__.TestSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialization.py line 806 2022-09-27T16:10:23.9791350Z due to: 2022-09-27T16:10:23.9791647Z Traceback (most recent call last): 2022-09-27T16:10:23.9791998Z File "", line 1, in 2022-09-27T16:10:23.9792433Z NameError: name 'Storage' is not defined 2022-09-27T16:10:23.9792643Z 2022-09-27T16:10:23.9792773Z from user code: 2022-09-27T16:10:23.9793160Z File "test_serialization.py", line 809, in 2022-09-27T16:10:23.9793793Z result = torch.load(name_or_buffer) 2022-09-27T16:10:23.9794010Z 2022-09-27T16:10:23.9794213Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:23.9794582Z ========== 2022-09-27T16:10:24.0108346Z ok (0.102s) 2022-09-27T16:10:24.0227188Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/serialization.py:760: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-09-27T16:10:24.0228048Z " silence this warning)", UserWarning) 2022-09-27T16:10:24.0274204Z ok (0.016s) 2022-09-27T16:10:24.0333671Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.005s) 2022-09-27T16:10:24.0350305Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-09-27T16:10:24.0384792Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cloned_deepcopy test_serialization.py line 955 2022-09-27T16:10:24.0385404Z due to: 2022-09-27T16:10:24.0385732Z Traceback (most recent call last): 2022-09-27T16:10:24.0386393Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:10:24.0386847Z assert device.type != "meta" 2022-09-27T16:10:24.0387164Z AssertionError 2022-09-27T16:10:24.0387345Z 2022-09-27T16:10:24.0387460Z from user code: 2022-09-27T16:10:24.0387829Z File "test_serialization.py", line 957, in test_cloned_deepcopy 2022-09-27T16:10:24.0388412Z my_tensor = torch.rand(2, requires_grad=requires_grad, device='meta') 2022-09-27T16:10:24.0388685Z 2022-09-27T16:10:24.0388908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:24.0389278Z ========== 2022-09-27T16:10:24.0389534Z ok (0.003s) 2022-09-27T16:10:24.0404050Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-09-27T16:10:24.0584675Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.017s) 2022-09-27T16:10:24.0684863Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_serialization.py line 863 2022-09-27T16:10:24.0685449Z due to: 2022-09-27T16:10:24.0685758Z Traceback (most recent call last): 2022-09-27T16:10:24.0686403Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:10:24.0686870Z assert device.type != "meta" 2022-09-27T16:10:24.0687192Z AssertionError 2022-09-27T16:10:24.0687359Z 2022-09-27T16:10:24.0687472Z from user code: 2022-09-27T16:10:24.0687826Z File "test_serialization.py", line 868, in __new__ 2022-09-27T16:10:24.0688410Z r = torch.Tensor._make_subclass(cls, elem.to('meta'), elem.requires_grad) 2022-09-27T16:10:24.0688706Z 2022-09-27T16:10:24.0688914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:24.0689279Z ========== 2022-09-27T16:10:24.1079043Z ok (0.049s) 2022-09-27T16:10:24.1183068Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __new__ test_serialization.py line 881 2022-09-27T16:10:24.1183431Z due to: 2022-09-27T16:10:24.1183620Z Traceback (most recent call last): 2022-09-27T16:10:24.1184008Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 477, in __init__ 2022-09-27T16:10:24.1184273Z assert device.type != "meta" 2022-09-27T16:10:24.1184466Z AssertionError 2022-09-27T16:10:24.1184576Z 2022-09-27T16:10:24.1184646Z from user code: 2022-09-27T16:10:24.1184848Z File "test_serialization.py", line 886, in __new__ 2022-09-27T16:10:24.1185190Z r = torch.Tensor._make_subclass(cls, elem.to('meta'), elem.requires_grad) 2022-09-27T16:10:24.1185363Z 2022-09-27T16:10:24.1185495Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:24.1185715Z ========== 2022-09-27T16:10:24.1349840Z ok (0.026s) 2022-09-27T16:10:24.1553707Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.020s) 2022-09-27T16:10:24.1553990Z 2022-09-27T16:10:24.1554731Z ---------------------------------------------------------------------- 2022-09-27T16:10:24.1555117Z Ran 68 tests in 25.170s 2022-09-27T16:10:24.1555222Z 2022-09-27T16:10:24.1555300Z OK (skipped=5) 2022-09-27T16:10:24.1555408Z 2022-09-27T16:10:24.1555494Z Generating XML reports... 2022-09-27T16:10:24.1582974Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927160958.xml 2022-09-27T16:10:24.1607286Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927160958.xml 2022-09-27T16:10:24.1631927Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927160958.xml 2022-09-27T16:10:24.1637960Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927160958.xml 2022-09-27T16:10:24.5419743Z Running test_tensorboard ... [2022-09-27 16:10:24.541628] 2022-09-27T16:10:24.5420279Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:10:24.541706] 2022-09-27T16:10:25.9516180Z /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-09-27T16:10:25.9516662Z warnings.warn("Caffe2 support is not fully enabled in this PyTorch build. " 2022-09-27T16:10:25.9541120Z /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-09-27T16:10:25.9541644Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:10:25.9545712Z /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-09-27T16:10:25.9546215Z warnings.warn('Caffe2 support is not enabled in this PyTorch build. ' 2022-09-27T16:10:26.2448973Z Test results will be stored in test-reports/python-unittest/test_tensorboard 2022-09-27T16:10:26.2468318Z 2022-09-27T16:10:26.2468462Z Running tests... 2022-09-27T16:10:26.2468908Z ---------------------------------------------------------------------- 2022-09-27T16:10:26.4264927Z test_embedding (__main__.TestTensorBoardEmbedding) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorboard.py line 62 2022-09-27T16:10:26.4265588Z due to: 2022-09-27T16:10:26.4265781Z Traceback (most recent call last): 2022-09-27T16:10:26.4266188Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:26.4266644Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:26.4267169Z AssertionError: torch.* op returned non-Tensor SummaryWriter call_function 2022-09-27T16:10:26.4267434Z 2022-09-27T16:10:26.4267506Z from user code: 2022-09-27T16:10:26.4267758Z File "test_tensorboard.py", line 64, in 2022-09-27T16:10:26.4268026Z return SummaryWriter(temp_dir) 2022-09-27T16:10:26.4268142Z 2022-09-27T16:10:26.4268277Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:26.4268500Z ========== 2022-09-27T16:10:26.5301518Z warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:10:26.5370648Z ok (0.228s) 2022-09-27T16:10:26.5669599Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... warning: Embedding dir exists, did you set global_step for add_embedding()? 2022-09-27T16:10:26.5744690Z ok (0.037s) 2022-09-27T16:10:26.5764648Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:10:26.5780680Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-09-27T16:10:26.5788535Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:10:26.5796352Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.000s) 2022-09-27T16:10:26.5812118Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-09-27T16:10:26.5832520Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-09-27T16:10:26.5882644Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... ok (0.004s) 2022-09-27T16:10:26.5912466Z test_scalar (__main__.TestTensorBoardNumpy) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_scalar test_tensorboard.py line 767 2022-09-27T16:10:26.5913012Z due to: 2022-09-27T16:10:26.5913502Z Traceback (most recent call last): 2022-09-27T16:10:26.5914056Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:26.5914525Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:26.5914967Z AssertionError: torch.* op returned non-Tensor ndarray call_function 2022-09-27T16:10:26.5915168Z 2022-09-27T16:10:26.5915238Z from user code: 2022-09-27T16:10:26.5915458Z File "test_tensorboard.py", line 768, in test_scalar 2022-09-27T16:10:26.5915663Z res = make_np(1.1) 2022-09-27T16:10:26.5915773Z 2022-09-27T16:10:26.5915903Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:26.5916126Z ========== 2022-09-27T16:10:26.5916272Z ok (0.003s) 2022-09-27T16:10:26.5970526Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytorch_autograd_np test_tensorboard.py line 107 2022-09-27T16:10:26.5971158Z due to: 2022-09-27T16:10:26.5971499Z Traceback (most recent call last): 2022-09-27T16:10:26.5971920Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/_convert_np.py", line 32, in _prepare_pytorch 2022-09-27T16:10:26.5972214Z x = x.detach().cpu().numpy() 2022-09-27T16:10:26.5972461Z RuntimeError: .numpy() is not supported for tensor subclasses. 2022-09-27T16:10:26.5972618Z 2022-09-27T16:10:26.5972754Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:26.5972905Z 2022-09-27T16:10:26.5972996Z Traceback (most recent call last): 2022-09-27T16:10:26.5973387Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:26.5973690Z raise TorchRuntimeError() from e 2022-09-27T16:10:26.5973910Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:26.5974052Z 2022-09-27T16:10:26.5974123Z from user code: 2022-09-27T16:10:26.5974353Z File "test_tensorboard.py", line 109, in test_pytorch_autograd_np 2022-09-27T16:10:26.5974622Z self.assertIsInstance(make_np(x), np.ndarray) 2022-09-27T16:10:26.5974758Z 2022-09-27T16:10:26.5974887Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:26.5975103Z ========== 2022-09-27T16:10:26.5975259Z ok (0.005s) 2022-09-27T16:10:26.6074749Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.010s) 2022-09-27T16:10:26.6282003Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.020s) 2022-09-27T16:10:26.6357929Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_pytorch_np test_tensorboard.py line 86 2022-09-27T16:10:26.6358582Z due to: 2022-09-27T16:10:26.6358837Z Traceback (most recent call last): 2022-09-27T16:10:26.6359278Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/_convert_np.py", line 32, in _prepare_pytorch 2022-09-27T16:10:26.6359599Z x = x.detach().cpu().numpy() 2022-09-27T16:10:26.6359890Z RuntimeError: .numpy() is not supported for tensor subclasses. 2022-09-27T16:10:26.6360115Z 2022-09-27T16:10:26.6360509Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:26.6360683Z 2022-09-27T16:10:26.6360777Z Traceback (most recent call last): 2022-09-27T16:10:26.6361194Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:26.6361482Z raise TorchRuntimeError() from e 2022-09-27T16:10:26.6361716Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:26.6361861Z 2022-09-27T16:10:26.6361932Z from user code: 2022-09-27T16:10:26.6362139Z File "test_tensorboard.py", line 90, in test_pytorch_np 2022-09-27T16:10:26.6362466Z self.assertIsInstance(make_np(tensor), np.ndarray) 2022-09-27T16:10:26.6362617Z 2022-09-27T16:10:26.6362747Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:26.6362961Z ========== 2022-09-27T16:10:26.6363111Z ok (0.007s) 2022-09-27T16:10:26.6431583Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... ok (0.006s) 2022-09-27T16:10:26.7265089Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.082s) 2022-09-27T16:10:26.8280697Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... ok (0.101s) 2022-09-27T16:10:26.8691339Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... ok (0.040s) 2022-09-27T16:10:26.9105705Z 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-09-27T16:10:26.9106843Z Error occurs, No graph saved 2022-09-27T16:10:26.9208182Z ok (0.051s) 2022-09-27T16:10:45.9395230Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT __init__ /var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py line 144 2022-09-27T16:10:45.9395910Z due to: 2022-09-27T16:10:45.9396205Z Traceback (most recent call last): 2022-09-27T16:10:45.9396927Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:45.9397494Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:45.9397886Z AssertionError: type 2022-09-27T16:10:45.9398097Z 2022-09-27T16:10:45.9398206Z from user code: 2022-09-27T16:10:45.9398811Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchvision/ops/misc.py", line 171, in __init__ 2022-09-27T16:10:45.9399259Z torch.nn.Conv2d, 2022-09-27T16:10:45.9399442Z 2022-09-27T16:10:45.9399664Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:45.9400013Z ========== 2022-09-27T16:10:47.3574113Z ok (20.436s) 2022-09-27T16:10:47.3731367Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... mat1 and mat2 shapes cannot be multiplied (1x9 and 3x5) 2022-09-27T16:10:47.3731912Z Error occurs, No graph saved 2022-09-27T16:10:47.3735147Z ok (0.015s) 2022-09-27T16:10:47.3764260Z test_audio (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_audio test_tensorboard.py line 404 2022-09-27T16:10:47.3764782Z due to: 2022-09-27T16:10:47.3765096Z Traceback (most recent call last): 2022-09-27T16:10:47.3765823Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.3766386Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.3766775Z AssertionError: type 2022-09-27T16:10:47.3767614Z 2022-09-27T16:10:47.3767748Z from user code: 2022-09-27T16:10:47.3768110Z File "test_tensorboard.py", line 405, in test_audio 2022-09-27T16:10:47.3768940Z self.assertTrue(compare_proto(summary.audio('dummy', tensor_N(shape=(42,))), self)) 2022-09-27T16:10:47.3769253Z 2022-09-27T16:10:47.3769478Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.3769843Z ========== 2022-09-27T16:10:47.3770184Z warning: audio amplitude out of range, auto clipped. 2022-09-27T16:10:47.3953374Z ok (0.021s) 2022-09-27T16:10:47.3998480Z test_custom_scalars (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_custom_scalars test_tensorboard.py line 419 2022-09-27T16:10:47.3999038Z due to: 2022-09-27T16:10:47.3999327Z Traceback (most recent call last): 2022-09-27T16:10:47.4000295Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.4001071Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.4001847Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.4012520Z 2022-09-27T16:10:47.4012673Z from user code: 2022-09-27T16:10:47.4013522Z File "test_tensorboard.py", line 429, in test_custom_scalars 2022-09-27T16:10:47.4014181Z summary.custom_scalars(layout) # only smoke test. Because protobuf in python2/3 serialize dictionary differently. 2022-09-27T16:10:47.4014548Z 2022-09-27T16:10:47.4014788Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4015175Z ========== 2022-09-27T16:10:47.4015475Z ok (0.004s) 2022-09-27T16:10:47.4069967Z test_empty_input (__main__.TestTensorBoardSummary) ... ok (0.006s) 2022-09-27T16:10:47.4086019Z test_float32_image (__main__.TestTensorBoardSummary) 2022-09-27T16:10:47.4209419Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... ok (0.013s) 2022-09-27T16:10:47.4231309Z test_histogram_auto (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_histogram_auto test_tensorboard.py line 410 2022-09-27T16:10:47.4231885Z due to: 2022-09-27T16:10:47.4232168Z Traceback (most recent call last): 2022-09-27T16:10:47.4233037Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4233966Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4234406Z AssertionError: type 2022-09-27T16:10:47.4234622Z 2022-09-27T16:10:47.4234762Z from user code: 2022-09-27T16:10:47.4235197Z File "test_tensorboard.py", line 411, in test_histogram_auto 2022-09-27T16:10:47.4238506Z self.assertTrue(compare_proto(summary.histogram('dummy', tensor_N(shape=(1024,)), bins='auto', max_bins=5), self)) 2022-09-27T16:10:47.4239186Z 2022-09-27T16:10:47.4239424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4239802Z ========== 2022-09-27T16:10:47.4252166Z ok (0.004s) 2022-09-27T16:10:47.4281289Z test_histogram_doane (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_histogram_doane test_tensorboard.py line 416 2022-09-27T16:10:47.4281889Z due to: 2022-09-27T16:10:47.4282091Z Traceback (most recent call last): 2022-09-27T16:10:47.4282504Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4282844Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4283074Z AssertionError: type 2022-09-27T16:10:47.4283192Z 2022-09-27T16:10:47.4291016Z from user code: 2022-09-27T16:10:47.4291411Z File "test_tensorboard.py", line 417, in test_histogram_doane 2022-09-27T16:10:47.4292180Z self.assertTrue(compare_proto(summary.histogram('dummy', tensor_N(shape=(1024,)), bins='doane', max_bins=5), self)) 2022-09-27T16:10:47.4292391Z 2022-09-27T16:10:47.4292528Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4292739Z ========== 2022-09-27T16:10:47.4298600Z ok (0.004s) 2022-09-27T16:10:47.4324490Z test_histogram_fd (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_histogram_fd test_tensorboard.py line 413 2022-09-27T16:10:47.4325078Z due to: 2022-09-27T16:10:47.4325432Z Traceback (most recent call last): 2022-09-27T16:10:47.4326169Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4326805Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4327066Z AssertionError: type 2022-09-27T16:10:47.4327183Z 2022-09-27T16:10:47.4327253Z from user code: 2022-09-27T16:10:47.4327537Z File "test_tensorboard.py", line 414, in test_histogram_fd 2022-09-27T16:10:47.4327956Z self.assertTrue(compare_proto(summary.histogram('dummy', tensor_N(shape=(1024,)), bins='fd', max_bins=5), self)) 2022-09-27T16:10:47.4328160Z 2022-09-27T16:10:47.4328293Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4328497Z ========== 2022-09-27T16:10:47.4335244Z ok (0.003s) 2022-09-27T16:10:47.4407671Z test_hparams_bool (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_hparams_bool test_tensorboard.py line 460 2022-09-27T16:10:47.4408197Z due to: 2022-09-27T16:10:47.4408563Z Traceback (most recent call last): 2022-09-27T16:10:47.4409104Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.4409568Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.4409996Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.4410196Z 2022-09-27T16:10:47.4410268Z from user code: 2022-09-27T16:10:47.4410496Z File "test_tensorboard.py", line 463, in test_hparams_bool 2022-09-27T16:10:47.4410777Z self.assertTrue(compare_proto(summary.hparams(hp, mt), self)) 2022-09-27T16:10:47.4410926Z 2022-09-27T16:10:47.4411064Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4411287Z ========== 2022-09-27T16:10:47.4417130Z ok (0.008s) 2022-09-27T16:10:47.4519043Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... ok (0.010s) 2022-09-27T16:10:47.4546786Z test_hparams_number (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_hparams_number test_tensorboard.py line 455 2022-09-27T16:10:47.4547401Z due to: 2022-09-27T16:10:47.4547708Z Traceback (most recent call last): 2022-09-27T16:10:47.4548108Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.4548569Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.4549008Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.4549203Z 2022-09-27T16:10:47.4549273Z from user code: 2022-09-27T16:10:47.4549492Z File "test_tensorboard.py", line 458, in test_hparams_number 2022-09-27T16:10:47.4549776Z self.assertTrue(compare_proto(summary.hparams(hp, mt), self)) 2022-09-27T16:10:47.4549940Z 2022-09-27T16:10:47.4550075Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4550281Z ========== 2022-09-27T16:10:47.4554495Z ok (0.003s) 2022-09-27T16:10:47.4583238Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_hparams_smoke test_tensorboard.py line 431 2022-09-27T16:10:47.4583763Z due to: 2022-09-27T16:10:47.4584126Z Traceback (most recent call last): 2022-09-27T16:10:47.4584902Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.4585468Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.4585893Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.4586312Z 2022-09-27T16:10:47.4586385Z from user code: 2022-09-27T16:10:47.4586616Z File "test_tensorboard.py", line 434, in test_hparams_smoke 2022-09-27T16:10:47.4587018Z summary.hparams(hp, mt) # only smoke test. Because protobuf in python2/3 serialize dictionary differently. 2022-09-27T16:10:47.4587238Z 2022-09-27T16:10:47.4587433Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4587754Z ========== 2022-09-27T16:10:47.4588225Z ok (0.003s) 2022-09-27T16:10:47.4615410Z test_hparams_string (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_hparams_string test_tensorboard.py line 465 2022-09-27T16:10:47.4616233Z due to: 2022-09-27T16:10:47.4616544Z Traceback (most recent call last): 2022-09-27T16:10:47.4617107Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.4618032Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.4618475Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.4618672Z 2022-09-27T16:10:47.4618745Z from user code: 2022-09-27T16:10:47.4618978Z File "test_tensorboard.py", line 468, in test_hparams_string 2022-09-27T16:10:47.4619252Z self.assertTrue(compare_proto(summary.hparams(hp, mt), self)) 2022-09-27T16:10:47.4619417Z 2022-09-27T16:10:47.4619551Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4619772Z ========== 2022-09-27T16:10:47.4622601Z ok (0.003s) 2022-09-27T16:10:47.4713588Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... WARNING:torch.utils.tensorboard.summary:parameter: hparam_dict should be a dictionary, nothing logged. 2022-09-27T16:10:47.4714230Z WARNING:torch.utils.tensorboard.summary:parameter: metric_dict should be a dictionary, nothing logged. 2022-09-27T16:10:47.4734311Z ok (0.011s) 2022-09-27T16:10:47.4759447Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_image_with_3_channel_batched test_tensorboard.py line 381 2022-09-27T16:10:47.4760138Z due to: 2022-09-27T16:10:47.4760335Z Traceback (most recent call last): 2022-09-27T16:10:47.4760761Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4761086Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4761316Z AssertionError: type 2022-09-27T16:10:47.4761440Z 2022-09-27T16:10:47.4761511Z from user code: 2022-09-27T16:10:47.4761740Z File "test_tensorboard.py", line 384, in test_image_with_3_channel_batched 2022-09-27T16:10:47.4761985Z tensor_N(shape=(2, 3, 8, 8)), 2022-09-27T16:10:47.4762103Z 2022-09-27T16:10:47.4762235Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4762453Z ========== 2022-09-27T16:10:47.4815971Z ok (0.007s) 2022-09-27T16:10:47.4839105Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_image_with_boxes test_tensorboard.py line 361 2022-09-27T16:10:47.4839445Z due to: 2022-09-27T16:10:47.4839631Z Traceback (most recent call last): 2022-09-27T16:10:47.4840044Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4840385Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4840614Z AssertionError: type 2022-09-27T16:10:47.4840724Z 2022-09-27T16:10:47.4840794Z from user code: 2022-09-27T16:10:47.4841021Z File "test_tensorboard.py", line 363, in test_image_with_boxes 2022-09-27T16:10:47.4841253Z tensor_N(shape=(3, 32, 32)), 2022-09-27T16:10:47.4841358Z 2022-09-27T16:10:47.4841491Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4841708Z ========== 2022-09-27T16:10:47.4866676Z ok (0.005s) 2022-09-27T16:10:47.4890059Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_image_with_one_channel test_tensorboard.py line 367 2022-09-27T16:10:47.4890570Z due to: 2022-09-27T16:10:47.4890769Z Traceback (most recent call last): 2022-09-27T16:10:47.4891196Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4891519Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4891743Z AssertionError: type 2022-09-27T16:10:47.4891929Z 2022-09-27T16:10:47.4891999Z from user code: 2022-09-27T16:10:47.4892218Z File "test_tensorboard.py", line 370, in test_image_with_one_channel 2022-09-27T16:10:47.4892456Z tensor_N(shape=(1, 8, 8)), 2022-09-27T16:10:47.4892575Z 2022-09-27T16:10:47.4892708Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4892927Z ========== 2022-09-27T16:10:47.4903965Z ok (0.003s) 2022-09-27T16:10:47.4928426Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_image_with_one_channel_batched test_tensorboard.py line 374 2022-09-27T16:10:47.4929033Z due to: 2022-09-27T16:10:47.4929402Z Traceback (most recent call last): 2022-09-27T16:10:47.4930160Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4930758Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4930990Z AssertionError: type 2022-09-27T16:10:47.4931095Z 2022-09-27T16:10:47.4931166Z from user code: 2022-09-27T16:10:47.4931409Z File "test_tensorboard.py", line 377, in test_image_with_one_channel_batched 2022-09-27T16:10:47.4931656Z tensor_N(shape=(2, 1, 8, 8)), 2022-09-27T16:10:47.4931772Z 2022-09-27T16:10:47.4931891Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4932109Z ========== 2022-09-27T16:10:47.4940368Z ok (0.003s) 2022-09-27T16:10:47.4962741Z test_image_without_channel (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_image_without_channel test_tensorboard.py line 388 2022-09-27T16:10:47.4963318Z due to: 2022-09-27T16:10:47.4963549Z Traceback (most recent call last): 2022-09-27T16:10:47.4963963Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:10:47.4964287Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:10:47.4964520Z AssertionError: type 2022-09-27T16:10:47.4964640Z 2022-09-27T16:10:47.4964709Z from user code: 2022-09-27T16:10:47.4964940Z File "test_tensorboard.py", line 391, in test_image_without_channel 2022-09-27T16:10:47.4965160Z tensor_N(shape=(8, 8)), 2022-09-27T16:10:47.4965276Z 2022-09-27T16:10:47.4965408Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.4965629Z ========== 2022-09-27T16:10:47.4974519Z ok (0.003s) 2022-09-27T16:10:47.5024360Z test_list_input (__main__.TestTensorBoardSummary) ... ok (0.004s) 2022-09-27T16:10:47.6276648Z test_mesh (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorboard.py line 490 2022-09-27T16:10:47.6277240Z due to: 2022-09-27T16:10:47.6277597Z Traceback (most recent call last): 2022-09-27T16:10:47.6278071Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:10:47.6278423Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:10:47.6278740Z NotImplementedError: GetAttrVariable(UserDefinedClassVariable(), __module__) is not a constant 2022-09-27T16:10:47.6278951Z 2022-09-27T16:10:47.6279022Z from user code: 2022-09-27T16:10:47.6279256Z File "test_tensorboard.py", line 491, in 2022-09-27T16:10:47.6279522Z self.assertTrue(compare_proto(mesh, self)) 2022-09-27T16:10:47.6279837Z 2022-09-27T16:10:47.6279973Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.6280194Z ========== 2022-09-27T16:10:47.6290463Z ok (0.126s) 2022-09-27T16:10:47.6318447Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_scalar_new_style test_tensorboard.py line 493 2022-09-27T16:10:47.6318924Z due to: 2022-09-27T16:10:47.6319248Z Traceback (most recent call last): 2022-09-27T16:10:47.6319758Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.6320740Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.6321220Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.6321422Z 2022-09-27T16:10:47.6321495Z from user code: 2022-09-27T16:10:47.6321713Z File "test_tensorboard.py", line 494, in test_scalar_new_style 2022-09-27T16:10:47.6322040Z scalar = summary.scalar('test_scalar', 1.0, new_style=True) 2022-09-27T16:10:47.6322195Z 2022-09-27T16:10:47.6322327Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.6322960Z ========== 2022-09-27T16:10:47.6326505Z ok (0.003s) 2022-09-27T16:10:47.6350196Z test_text (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_text test_tensorboard.py line 407 2022-09-27T16:10:47.6350731Z due to: 2022-09-27T16:10:47.6351092Z Traceback (most recent call last): 2022-09-27T16:10:47.6351565Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:47.6352017Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:47.6352461Z AssertionError: torch.* op returned non-Tensor Summary call_function 2022-09-27T16:10:47.6352661Z 2022-09-27T16:10:47.6352718Z from user code: 2022-09-27T16:10:47.6352932Z File "test_tensorboard.py", line 408, in test_text 2022-09-27T16:10:47.6353447Z self.assertTrue(compare_proto(summary.text('dummy', 'text 123'), self)) 2022-09-27T16:10:47.6353618Z 2022-09-27T16:10:47.6353754Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.6353962Z ========== 2022-09-27T16:10:47.6357017Z ok (0.002s) 2022-09-27T16:10:47.6365954Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-09-27T16:10:47.6471290Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... ok (0.011s) 2022-09-27T16:10:47.6494362Z test_video (__main__.TestTensorBoardSummary) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_video test_tensorboard.py line 395 2022-09-27T16:10:47.6494909Z due to: 2022-09-27T16:10:47.6495277Z Traceback (most recent call last): 2022-09-27T16:10:47.6496017Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 504, in IMPORT_NAME 2022-09-27T16:10:47.6496541Z globals=self.f_globals, 2022-09-27T16:10:47.6496819Z ModuleNotFoundError: No module named 'moviepy' 2022-09-27T16:10:47.6496970Z 2022-09-27T16:10:47.6497026Z from user code: 2022-09-27T16:10:47.6497241Z File "test_tensorboard.py", line 397, in test_video 2022-09-27T16:10:47.6497543Z import moviepy # noqa: F401 2022-09-27T16:10:47.6497669Z 2022-09-27T16:10:47.6497803Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:47.6498009Z ========== 2022-09-27T16:10:48.7542658Z ok (1.106s) 2022-09-27T16:10:48.7746656Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... ok (0.020s) 2022-09-27T16:10:48.7772900Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-09-27T16:10:48.7801064Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... ok (0.002s) 2022-09-27T16:10:48.7854357Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_convert_to_HWC_dtype_remains_same test_tensorboard.py line 175 2022-09-27T16:10:48.7855054Z due to: 2022-09-27T16:10:48.7855382Z Traceback (most recent call last): 2022-09-27T16:10:48.7856161Z File "/opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/_convert_np.py", line 32, in _prepare_pytorch 2022-09-27T16:10:48.7856466Z x = x.detach().cpu().numpy() 2022-09-27T16:10:48.7856794Z RuntimeError: .numpy() is not supported for tensor subclasses. 2022-09-27T16:10:48.7857023Z 2022-09-27T16:10:48.7857160Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:48.7857504Z 2022-09-27T16:10:48.7857601Z Traceback (most recent call last): 2022-09-27T16:10:48.7857988Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:48.7858286Z raise TorchRuntimeError() from e 2022-09-27T16:10:48.7858526Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:48.7858674Z 2022-09-27T16:10:48.7858732Z from user code: 2022-09-27T16:10:48.7858981Z File "test_tensorboard.py", line 179, in test_convert_to_HWC_dtype_remains_same 2022-09-27T16:10:48.7859235Z tensor = make_np(test_image) 2022-09-27T16:10:48.7859356Z 2022-09-27T16:10:48.7859487Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:48.7859695Z ========== 2022-09-27T16:10:48.7859858Z ok (0.005s) 2022-09-27T16:10:48.8212248Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... ok (0.035s) 2022-09-27T16:10:48.9231471Z test_prepare_video (__main__.TestTensorBoardUtils) ... ok (0.101s) 2022-09-27T16:10:48.9672619Z test_to_HWC (__main__.TestTensorBoardUtils) ... ok (0.043s) 2022-09-27T16:10:49.0114823Z test_writer (__main__.TestTensorBoardWriter) ... add_video needs package moviepy 2022-09-27T16:10:49.0162227Z ok (0.048s) 2022-09-27T16:10:49.0162440Z 2022-09-27T16:10:49.0162887Z ---------------------------------------------------------------------- 2022-09-27T16:10:49.0163293Z Ran 53 tests in 22.769s 2022-09-27T16:10:49.0163486Z 2022-09-27T16:10:49.0163615Z OK (skipped=6) 2022-09-27T16:10:49.0163778Z 2022-09-27T16:10:49.0163898Z Generating XML reports... 2022-09-27T16:10:49.0170625Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927161026.xml 2022-09-27T16:10:49.0178159Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927161026.xml 2022-09-27T16:10:49.0184513Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927161026.xml 2022-09-27T16:10:49.0194483Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927161026.xml 2022-09-27T16:10:49.0213731Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927161026.xml 2022-09-27T16:10:49.0218682Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927161026.xml 2022-09-27T16:10:49.0225419Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927161026.xml 2022-09-27T16:10:49.0228532Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927161026.xml 2022-09-27T16:10:49.0232953Z Generated XML report: test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927161026.xml 2022-09-27T16:10:49.6658044Z Running test_view_ops ... [2022-09-27 16:10:49.665403] 2022-09-27T16:10:49.6658610Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:10:49.665485] 2022-09-27T16:10:51.2244935Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-09-27T16:10:51.2275479Z 2022-09-27T16:10:51.2275604Z Running tests... 2022-09-27T16:10:51.2276203Z ---------------------------------------------------------------------- 2022-09-27T16:10:51.3856416Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1296: 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:3235.) 2022-09-27T16:10:51.3857130Z def test_T(self, device): 2022-09-27T16:10:51.4089543Z ok (0.119s) 2022-09-27T16:10:51.8720212Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.462s) 2022-09-27T16:10:52.1336597Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.261s) 2022-09-27T16:10:52.3650298Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.231s) 2022-09-27T16:10:52.6598144Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.294s) 2022-09-27T16:10:52.8845948Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.224s) 2022-09-27T16:10:53.0127519Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.127s) 2022-09-27T16:10:53.1406917Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.127s) 2022-09-27T16:10:53.2591089Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.118s) 2022-09-27T16:10:53.3551913Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.095s) 2022-09-27T16:10:53.4518919Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.096s) 2022-09-27T16:10:54.4340751Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.982s) 2022-09-27T16:10:54.4635417Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-09-27T16:10:54.5316315Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.067s) 2022-09-27T16:10:54.5578873Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-09-27T16:10:54.5641016Z 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-09-27T16:10:54.5642369Z return torch.as_tensor(tensor_like) 2022-09-27T16:10:54.5960099Z ok (0.037s) 2022-09-27T16:10:54.6324493Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.036s) 2022-09-27T16:10:54.6689668Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.036s) 2022-09-27T16:10:54.7041276Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.034s) 2022-09-27T16:10:54.7395940Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-09-27T16:10:54.7748911Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.035s) 2022-09-27T16:10:54.8080356Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-09-27T16:10:54.8414336Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.033s) 2022-09-27T16:10:54.8741324Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:10:54.9070847Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:10:54.9398391Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.032s) 2022-09-27T16:10:54.9562488Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:10:54.9622957Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1818 2022-09-27T16:10:54.9623551Z due to: 2022-09-27T16:10:54.9624147Z Traceback (most recent call last): 2022-09-27T16:10:54.9624907Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:10:54.9625532Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:10:54.9626165Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:10:54.9626543Z 2022-09-27T16:10:54.9626770Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9627067Z 2022-09-27T16:10:54.9627230Z Traceback (most recent call last): 2022-09-27T16:10:54.9628036Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:54.9628515Z ) from e 2022-09-27T16:10:54.9629101Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:54.9629571Z 2022-09-27T16:10:54.9629821Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9630119Z 2022-09-27T16:10:54.9630281Z Traceback (most recent call last): 2022-09-27T16:10:54.9630984Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:54.9631504Z raise TorchRuntimeError() from e 2022-09-27T16:10:54.9631922Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:54.9632182Z 2022-09-27T16:10:54.9632302Z from user code: 2022-09-27T16:10:54.9632645Z File "test_view_ops.py", line 1818, in 2022-09-27T16:10:54.9633432Z self.assertRaisesRegex(RuntimeError, "has conjugate bit set", lambda: torch.tensor([1 + 2j]).conj().numpy()) 2022-09-27T16:10:54.9633809Z 2022-09-27T16:10:54.9634044Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:54.9634422Z ========== 2022-09-27T16:10:54.9657587Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1819 2022-09-27T16:10:54.9658089Z due to: 2022-09-27T16:10:54.9658420Z Traceback (most recent call last): 2022-09-27T16:10:54.9659121Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:10:54.9659742Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:10:54.9660376Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:10:54.9660752Z 2022-09-27T16:10:54.9660997Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9661285Z 2022-09-27T16:10:54.9661452Z Traceback (most recent call last): 2022-09-27T16:10:54.9662176Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:54.9662654Z ) from e 2022-09-27T16:10:54.9663237Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:54.9663708Z 2022-09-27T16:10:54.9663957Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9664250Z 2022-09-27T16:10:54.9664410Z Traceback (most recent call last): 2022-09-27T16:10:54.9665123Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:54.9665642Z raise TorchRuntimeError() from e 2022-09-27T16:10:54.9666062Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:54.9666321Z 2022-09-27T16:10:54.9666442Z from user code: 2022-09-27T16:10:54.9666781Z File "test_view_ops.py", line 1819, in 2022-09-27T16:10:54.9667356Z self.assertRaisesRegex(RuntimeError, "has negative bit set", lambda: torch.tensor([1 + 2j]).conj().imag.numpy()) 2022-09-27T16:10:54.9667739Z 2022-09-27T16:10:54.9667973Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:54.9668357Z ========== 2022-09-27T16:10:54.9692218Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1821 2022-09-27T16:10:54.9692719Z due to: 2022-09-27T16:10:54.9693043Z Traceback (most recent call last): 2022-09-27T16:10:54.9693743Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:10:54.9694360Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:10:54.9694990Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:10:54.9695368Z 2022-09-27T16:10:54.9695609Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9696046Z 2022-09-27T16:10:54.9696193Z Traceback (most recent call last): 2022-09-27T16:10:54.9696916Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:54.9697385Z ) from e 2022-09-27T16:10:54.9698077Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:54.9698539Z 2022-09-27T16:10:54.9698783Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9699073Z 2022-09-27T16:10:54.9699234Z Traceback (most recent call last): 2022-09-27T16:10:54.9699952Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:54.9700469Z raise TorchRuntimeError() from e 2022-09-27T16:10:54.9700886Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:54.9701143Z 2022-09-27T16:10:54.9701263Z from user code: 2022-09-27T16:10:54.9701613Z File "test_view_ops.py", line 1821, in 2022-09-27T16:10:54.9702057Z lambda: torch.tensor([1 + 2j]).conj().view(torch.float64)) 2022-09-27T16:10:54.9702322Z 2022-09-27T16:10:54.9702556Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:54.9702947Z ========== 2022-09-27T16:10:54.9760742Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1823 2022-09-27T16:10:54.9761228Z due to: 2022-09-27T16:10:54.9761579Z Traceback (most recent call last): 2022-09-27T16:10:54.9762284Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:10:54.9762910Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:10:54.9763549Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:10:54.9763927Z 2022-09-27T16:10:54.9764170Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9764470Z 2022-09-27T16:10:54.9764615Z Traceback (most recent call last): 2022-09-27T16:10:54.9765355Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:54.9765824Z ) from e 2022-09-27T16:10:54.9766420Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:54.9766884Z 2022-09-27T16:10:54.9767128Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:54.9767422Z 2022-09-27T16:10:54.9767583Z Traceback (most recent call last): 2022-09-27T16:10:54.9768278Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:54.9768816Z raise TorchRuntimeError() from e 2022-09-27T16:10:54.9769233Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:54.9769489Z 2022-09-27T16:10:54.9769597Z from user code: 2022-09-27T16:10:54.9769965Z File "test_view_ops.py", line 1823, in 2022-09-27T16:10:54.9770413Z lambda: torch.tensor([1 + 2j]).conj().imag.view(torch.int32)) 2022-09-27T16:10:54.9770683Z 2022-09-27T16:10:54.9770915Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:54.9771290Z ========== 2022-09-27T16:10:54.9811337Z ok (0.024s) 2022-09-27T16:10:54.9910696Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1672 2022-09-27T16:10:54.9911238Z due to: 2022-09-27T16:10:54.9911532Z Traceback (most recent call last): 2022-09-27T16:10:54.9912184Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:54.9912933Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:54.9913841Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:10:54.9914278Z 2022-09-27T16:10:54.9914400Z from user code: 2022-09-27T16:10:54.9914815Z File "test_view_ops.py", line 1676, in 2022-09-27T16:10:54.9915239Z x.set_(x.storage(), 0, x.size(), stride) 2022-09-27T16:10:54.9915472Z 2022-09-27T16:10:54.9915713Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:54.9916117Z ========== 2022-09-27T16:10:54.9916417Z ok (0.010s) 2022-09-27T16:10:55.0108824Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_crow_col_indices test_view_ops.py line 1825 2022-09-27T16:10:55.0109376Z due to: 2022-09-27T16:10:55.0109647Z Traceback (most recent call last): 2022-09-27T16:10:55.0110184Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:55.0110605Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:55.0114150Z NotImplementedError: Could not run 'aten::_validate_compressed_sparse_indices' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_validate_compressed_sparse_indices' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:10:55.0116658Z 2022-09-27T16:10:55.0116983Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:10:55.0117730Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:10:55.0118419Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:10:55.0119112Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:10:55.0119797Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:10:55.0120524Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:10:55.0121238Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:55.0121956Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:55.0122681Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:10:55.0123719Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:10:55.0124541Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0125308Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0126064Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0126807Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0127535Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0128227Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0128949Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0129713Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0130420Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0131092Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0131762Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0132446Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0133149Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0133820Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0134468Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0135146Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp:15227 [autograd kernel] 2022-09-27T16:10:55.0135843Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp:15644 [kernel] 2022-09-27T16:10:55.0136540Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:10:55.0137276Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:10:55.0138181Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:10:55.0138965Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:10:55.0139642Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:10:55.0140292Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:10:55.0140977Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:10:55.0141625Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:10:55.0142352Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:10:55.0143220Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:10:55.0143644Z 2022-09-27T16:10:55.0143653Z 2022-09-27T16:10:55.0143903Z During handling of the above exception, another exception occurred: 2022-09-27T16:10:55.0144206Z 2022-09-27T16:10:55.0144348Z Traceback (most recent call last): 2022-09-27T16:10:55.0144961Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:55.0145417Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:55.0145984Z RuntimeError: `crow_indices[..., -1] == nnz` is not satisfied. 2022-09-27T16:10:55.0146222Z 2022-09-27T16:10:55.0146439Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.0146701Z 2022-09-27T16:10:55.0146857Z Traceback (most recent call last): 2022-09-27T16:10:55.0147482Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.0147939Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.0148314Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.0148554Z 2022-09-27T16:10:55.0148669Z from user code: 2022-09-27T16:10:55.0149008Z File "test_view_ops.py", line 1830, in test_crow_col_indices 2022-09-27T16:10:55.0149479Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:10:55.0149770Z 2022-09-27T16:10:55.0149984Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.0150361Z ========== 2022-09-27T16:10:55.0151129Z 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:56.) 2022-09-27T16:10:55.0152010Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-09-27T16:10:55.0152373Z ok (0.019s) 2022-09-27T16:10:55.0236160Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1024 2022-09-27T16:10:55.0236815Z due to: 2022-09-27T16:10:55.0237161Z Traceback (most recent call last): 2022-09-27T16:10:55.0237908Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:55.0238452Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:55.0238856Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:10:55.0239028Z 2022-09-27T16:10:55.0239101Z from user code: 2022-09-27T16:10:55.0239342Z File "test_view_ops.py", line 1026, in 2022-09-27T16:10:55.0239616Z self.assertEqual(x.data_ptr(), x.reshape(1, 0, 6, 1, 1).data_ptr()) 2022-09-27T16:10:55.0239779Z 2022-09-27T16:10:55.0239914Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.0240132Z ========== 2022-09-27T16:10:55.0279939Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1029 2022-09-27T16:10:55.0280570Z due to: 2022-09-27T16:10:55.0280918Z Traceback (most recent call last): 2022-09-27T16:10:55.0281415Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:10:55.0281741Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:55.0282216Z RuntimeError: cannot reshape tensor of 0 elements into shape [0, -1] because the unspecified dimension size -1 can be any value and is ambiguous 2022-09-27T16:10:55.0282450Z 2022-09-27T16:10:55.0282589Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.0282754Z 2022-09-27T16:10:55.0282846Z Traceback (most recent call last): 2022-09-27T16:10:55.0283406Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.0283706Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.0283944Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.0284088Z 2022-09-27T16:10:55.0284146Z from user code: 2022-09-27T16:10:55.0284353Z File "test_view_ops.py", line 1029, in 2022-09-27T16:10:55.0284677Z self.assertRaises(RuntimeError, lambda: x.reshape(0, -1)) 2022-09-27T16:10:55.0284840Z 2022-09-27T16:10:55.0284974Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.0285242Z ========== 2022-09-27T16:10:55.0306379Z ok (0.019s) 2022-09-27T16:10:55.0351560Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:10:55.1714779Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1117 2022-09-27T16:10:55.1715412Z due to: 2022-09-27T16:10:55.1715708Z Traceback (most recent call last): 2022-09-27T16:10:55.1716284Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:55.1716728Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:55.1720584Z NotImplementedError: Could not run 'aten::_empty_affine_quantized' with arguments from the 'QuantizedMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_empty_affine_quantized' is only available for these backends: [CPU, QuantizedCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:10:55.1722347Z 2022-09-27T16:10:55.1722509Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:10:55.1722903Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterQuantizedCPU.cpp:929 [kernel] 2022-09-27T16:10:55.1723322Z BackendSelect: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterBackendSelect.cpp:726 [kernel] 2022-09-27T16:10:55.1723742Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:10:55.1724176Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:10:55.1724639Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:10:55.1725057Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:10:55.1725445Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:55.1725823Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:55.1726216Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:10:55.1726649Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:10:55.1727323Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1727731Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1728146Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1728558Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1728971Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1729428Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1729824Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1730248Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1730650Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1731045Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1731459Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1731875Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1732299Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1732727Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1733155Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1733586Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.1733993Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T16:10:55.1734368Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:10:55.1734778Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:10:55.1735216Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:10:55.1735697Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:10:55.1736119Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:10:55.1736536Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:10:55.1736968Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:10:55.1737412Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:10:55.1737963Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:10:55.1738457Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:10:55.1738692Z 2022-09-27T16:10:55.1738697Z 2022-09-27T16:10:55.1738836Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.1739003Z 2022-09-27T16:10:55.1739095Z Traceback (most recent call last): 2022-09-27T16:10:55.1739500Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.1739803Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.1740041Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.1740225Z 2022-09-27T16:10:55.1740297Z from user code: 2022-09-27T16:10:55.1740513Z File "test_view_ops.py", line 1125, in 2022-09-27T16:10:55.1740739Z device=device)] 2022-09-27T16:10:55.1740847Z 2022-09-27T16:10:55.1740984Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.1741187Z ========== 2022-09-27T16:10:55.1846655Z ok (0.149s) 2022-09-27T16:10:55.1902742Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_format_resize_ test_view_ops.py line 1363 2022-09-27T16:10:55.1903386Z due to: 2022-09-27T16:10:55.1903682Z Traceback (most recent call last): 2022-09-27T16:10:55.1904533Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:10:55.1905089Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:10:55.1905514Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:10:55.1905782Z 2022-09-27T16:10:55.1905900Z from user code: 2022-09-27T16:10:55.1906280Z File "test_view_ops.py", line 1369, in test_memory_format_resize_ 2022-09-27T16:10:55.1906712Z test_helper((10, 3, 32, 32), 10 * 3 * 32 * 32, torch.channels_last, device) 2022-09-27T16:10:55.1906965Z 2022-09-27T16:10:55.1907182Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.1907550Z ========== 2022-09-27T16:10:55.1931071Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_helper test_view_ops.py line 1364 2022-09-27T16:10:55.1931475Z due to: 2022-09-27T16:10:55.1931792Z Traceback (most recent call last): 2022-09-27T16:10:55.1932476Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:10:55.1933008Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:10:55.1933447Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:10:55.1933710Z 2022-09-27T16:10:55.1933828Z from user code: 2022-09-27T16:10:55.1934170Z File "test_view_ops.py", line 1367, in test_helper 2022-09-27T16:10:55.1934604Z self.assertTrue(flat.is_contiguous(memory_format=memory_format)) 2022-09-27T16:10:55.1934884Z 2022-09-27T16:10:55.1935099Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.1935463Z ========== 2022-09-27T16:10:55.1942276Z ok (0.009s) 2022-09-27T16:10:55.2011946Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_memory_format_resize_as test_view_ops.py line 1353 2022-09-27T16:10:55.2012499Z due to: 2022-09-27T16:10:55.2012820Z Traceback (most recent call last): 2022-09-27T16:10:55.2013499Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:10:55.2014038Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:10:55.2014478Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:10:55.2014740Z 2022-09-27T16:10:55.2014841Z from user code: 2022-09-27T16:10:55.2015220Z File "test_view_ops.py", line 1360, in test_memory_format_resize_as 2022-09-27T16:10:55.2015658Z test_helper((10, 3, 32, 32), torch.channels_last, device) 2022-09-27T16:10:55.2015894Z 2022-09-27T16:10:55.2016112Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.2016458Z ========== 2022-09-27T16:10:55.2057340Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_helper test_view_ops.py line 1354 2022-09-27T16:10:55.2057853Z due to: 2022-09-27T16:10:55.2058145Z Traceback (most recent call last): 2022-09-27T16:10:55.2058834Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 439, in call_method 2022-09-27T16:10:55.2059371Z assert not kwargs, f"Tensor.{name}() unhandled kwargs" 2022-09-27T16:10:55.2059816Z AssertionError: Tensor.is_contiguous() unhandled kwargs 2022-09-27T16:10:55.2060063Z 2022-09-27T16:10:55.2060256Z from user code: 2022-09-27T16:10:55.2060603Z File "test_view_ops.py", line 1358, in test_helper 2022-09-27T16:10:55.2061055Z self.assertTrue(flat.is_contiguous(memory_format=memory_format)) 2022-09-27T16:10:55.2061333Z 2022-09-27T16:10:55.2061538Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.2061903Z ========== 2022-09-27T16:10:55.2077737Z ok (0.013s) 2022-09-27T16:10:55.3039790Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.095s) 2022-09-27T16:10:55.3321049Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.027s) 2022-09-27T16:10:55.3766982Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.044s) 2022-09-27T16:10:55.5656268Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 985 2022-09-27T16:10:55.5656779Z due to: 2022-09-27T16:10:55.5657081Z Traceback (most recent call last): 2022-09-27T16:10:55.5657844Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:10:55.5658365Z return self._op(*args, **kwargs or {}) 2022-09-27T16:10:55.5660451Z NotImplementedError: Could not run 'aten::_empty_affine_quantized' with arguments from the 'QuantizedMeta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::_empty_affine_quantized' is only available for these backends: [CPU, QuantizedCPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:10:55.5661792Z 2022-09-27T16:10:55.5661962Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:10:55.5662350Z QuantizedCPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterQuantizedCPU.cpp:929 [kernel] 2022-09-27T16:10:55.5662761Z BackendSelect: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterBackendSelect.cpp:726 [kernel] 2022-09-27T16:10:55.5663164Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:10:55.5663604Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:10:55.5664062Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:10:55.5664478Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:10:55.5664856Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:55.5665447Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:10:55.5665841Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:10:55.5666265Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:10:55.5666710Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5667122Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5667599Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5667994Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5668402Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5668800Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5669198Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5669585Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5669985Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5670383Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5670812Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5671327Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5671903Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5672659Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5673657Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5674448Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp:16552 [autograd kernel] 2022-09-27T16:10:55.5674877Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp:14484 [kernel] 2022-09-27T16:10:55.5675271Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:10:55.5675676Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:10:55.5676107Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:10:55.5676584Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:10:55.5677029Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:10:55.5677484Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:10:55.5678349Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:10:55.5679091Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:10:55.5679859Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:10:55.5680631Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:10:55.5681024Z 2022-09-27T16:10:55.5681031Z 2022-09-27T16:10:55.5681330Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.5681597Z 2022-09-27T16:10:55.5681748Z Traceback (most recent call last): 2022-09-27T16:10:55.5682459Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.5682949Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.5683326Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.5683565Z 2022-09-27T16:10:55.5683677Z from user code: 2022-09-27T16:10:55.5684050Z File "test_view_ops.py", line 996, in 2022-09-27T16:10:55.5684444Z device=device)] 2022-09-27T16:10:55.5684608Z 2022-09-27T16:10:55.5684829Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5685260Z ========== 2022-09-27T16:10:55.5685794Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_ravel test_view_ops.py line 951 2022-09-27T16:10:55.5686190Z due to: 2022-09-27T16:10:55.5686491Z Traceback (most recent call last): 2022-09-27T16:10:55.5687151Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:10:55.5687730Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:10:55.5688356Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:10:55.5688718Z 2022-09-27T16:10:55.5688946Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.5689218Z 2022-09-27T16:10:55.5689371Z Traceback (most recent call last): 2022-09-27T16:10:55.5690019Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:10:55.5690460Z ) from e 2022-09-27T16:10:55.5691029Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:10:55.5691477Z 2022-09-27T16:10:55.5691696Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5692043Z ========== 2022-09-27T16:10:55.5698776Z ok (0.193s) 2022-09-27T16:10:55.5764275Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape test_view_ops.py line 1071 2022-09-27T16:10:55.5764771Z due to: 2022-09-27T16:10:55.5765084Z Traceback (most recent call last): 2022-09-27T16:10:55.5765765Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:10:55.5766524Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:10:55.5767170Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:10:55.5767453Z 2022-09-27T16:10:55.5767569Z from user code: 2022-09-27T16:10:55.5767914Z File "test_view_ops.py", line 1074, in test_reshape 2022-09-27T16:10:55.5768426Z self.assertEqual(x.data_ptr(), x.reshape(-1).data_ptr()) 2022-09-27T16:10:55.5768685Z 2022-09-27T16:10:55.5768902Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5769264Z ========== 2022-09-27T16:10:55.5780903Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1077 2022-09-27T16:10:55.5781303Z due to: 2022-09-27T16:10:55.5781604Z Traceback (most recent call last): 2022-09-27T16:10:55.5782520Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:10:55.5783065Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:55.5783501Z RuntimeError: only one dimension can be inferred 2022-09-27T16:10:55.5783737Z 2022-09-27T16:10:55.5783967Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.5784240Z 2022-09-27T16:10:55.5784389Z Traceback (most recent call last): 2022-09-27T16:10:55.5785052Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.5785615Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.5786003Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.5786248Z 2022-09-27T16:10:55.5786349Z from user code: 2022-09-27T16:10:55.5786683Z File "test_view_ops.py", line 1077, in 2022-09-27T16:10:55.5787217Z self.assertRaises(RuntimeError, lambda: x.reshape(-1, -1)) 2022-09-27T16:10:55.5787487Z 2022-09-27T16:10:55.5787702Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5788049Z ========== 2022-09-27T16:10:55.5807984Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1089 2022-09-27T16:10:55.5808397Z due to: 2022-09-27T16:10:55.5808691Z Traceback (most recent call last): 2022-09-27T16:10:55.5809370Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:10:55.5809918Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:55.5810461Z RuntimeError: shape '[2]' is invalid for input of size 1 2022-09-27T16:10:55.5810705Z 2022-09-27T16:10:55.5810929Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.5811204Z 2022-09-27T16:10:55.5811353Z Traceback (most recent call last): 2022-09-27T16:10:55.5812018Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.5812499Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.5812893Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.5813129Z 2022-09-27T16:10:55.5813243Z from user code: 2022-09-27T16:10:55.5813579Z File "test_view_ops.py", line 1089, in 2022-09-27T16:10:55.5813991Z self.assertRaises(RuntimeError, lambda: s.reshape(2)) 2022-09-27T16:10:55.5814248Z 2022-09-27T16:10:55.5814465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5814832Z ========== 2022-09-27T16:10:55.5825211Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1097 2022-09-27T16:10:55.5825690Z due to: 2022-09-27T16:10:55.5826019Z Traceback (most recent call last): 2022-09-27T16:10:55.5826703Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:10:55.5827243Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:55.5827843Z RuntimeError: shape '[1]' is invalid for input of size 0 2022-09-27T16:10:55.5828097Z 2022-09-27T16:10:55.5828335Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.5828617Z 2022-09-27T16:10:55.5828758Z Traceback (most recent call last): 2022-09-27T16:10:55.5829434Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.5829948Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.5830344Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.5830577Z 2022-09-27T16:10:55.5830690Z from user code: 2022-09-27T16:10:55.5830991Z File "test_view_ops.py", line 1097, in 2022-09-27T16:10:55.5831411Z self.assertRaises(RuntimeError, lambda: empty.reshape(1)) 2022-09-27T16:10:55.5831669Z 2022-09-27T16:10:55.5831861Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5832220Z ========== 2022-09-27T16:10:55.5850692Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1102 2022-09-27T16:10:55.5851756Z due to: 2022-09-27T16:10:55.5852072Z Traceback (most recent call last): 2022-09-27T16:10:55.5852784Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:10:55.5853333Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:10:55.5853818Z RuntimeError: shape '[10]' is invalid for input of size 9 2022-09-27T16:10:55.5854082Z 2022-09-27T16:10:55.5854299Z The above exception was the direct cause of the following exception: 2022-09-27T16:10:55.5854723Z 2022-09-27T16:10:55.5854883Z Traceback (most recent call last): 2022-09-27T16:10:55.5855587Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:10:55.5856119Z raise TorchRuntimeError() from e 2022-09-27T16:10:55.5856547Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:10:55.5856808Z 2022-09-27T16:10:55.5856938Z from user code: 2022-09-27T16:10:55.5857290Z File "test_view_ops.py", line 1102, in 2022-09-27T16:10:55.5857945Z self.assertRaises(RuntimeError, lambda: x.reshape_as(torch.rand(10, device=device))) 2022-09-27T16:10:55.5858229Z 2022-09-27T16:10:55.5858424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:10:55.5858740Z ========== 2022-09-27T16:10:55.5858979Z ok (0.015s) 2022-09-27T16:10:55.5895313Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:10:55.5917352Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.5938949Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.5960271Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.5981086Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6001394Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6021826Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6042000Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6062051Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6082232Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6101724Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6121393Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:10:55.6175548Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:10:55.6227707Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-09-27T16:10:55.6308903Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:10:55.6469216Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-09-27T16:10:55.6616306Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:10:55.7595079Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.097s) 2022-09-27T16:10:55.8083644Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.048s) 2022-09-27T16:10:56.0142026Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.205s) 2022-09-27T16:10:56.2341666Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.219s) 2022-09-27T16:10:56.4577076Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.223s) 2022-09-27T16:10:56.6623292Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.204s) 2022-09-27T16:10:56.8655299Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.202s) 2022-09-27T16:10:57.0619115Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.195s) 2022-09-27T16:10:57.2323142Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.170s) 2022-09-27T16:10:57.4016574Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.168s) 2022-09-27T16:10:57.5650642Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.162s) 2022-09-27T16:10:57.7345370Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.169s) 2022-09-27T16:10:57.9054441Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.170s) 2022-09-27T16:10:58.5307148Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.624s) 2022-09-27T16:10:59.2447580Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.712s) 2022-09-27T16:10:59.9766933Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.731s) 2022-09-27T16:11:00.6708951Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.694s) 2022-09-27T16:11:01.3671155Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.694s) 2022-09-27T16:11:02.0394849Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.667s) 2022-09-27T16:11:02.6295928Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.585s) 2022-09-27T16:11:03.2183078Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.587s) 2022-09-27T16:11:03.7850487Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.565s) 2022-09-27T16:11:04.3699343Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.584s) 2022-09-27T16:11:04.9525888Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.581s) 2022-09-27T16:11:04.9981724Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.044s) 2022-09-27T16:11:05.0288019Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.030s) 2022-09-27T16:11:05.0588744Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.029s) 2022-09-27T16:11:05.1297445Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.070s) 2022-09-27T16:11:05.1549942Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-09-27T16:11:05.1686467Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:11:05.1754215Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-09-27T16:11:05.1785742Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.1832301Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:05.1878453Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:05.1918684Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.1958958Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.1997451Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.2028205Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.2058189Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.2086768Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:05.2116258Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.2146028Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:05.2315713Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.016s) 2022-09-27T16:11:05.2455600Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-09-27T16:11:05.2600779Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.2745850Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.2890180Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3034498Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3179205Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3322148Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3465251Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3607840Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3753388Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3896123Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:05.3915421Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:11:05.3964486Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:05.7906915Z test_view_cpu (__main__.TestOldViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1606 2022-09-27T16:11:05.7907428Z due to: 2022-09-27T16:11:05.7907615Z Traceback (most recent call last): 2022-09-27T16:11:05.7907987Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.7908279Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.7908566Z RuntimeError: shape '[15, 0]' is invalid for input of size 15 2022-09-27T16:11:05.7908718Z 2022-09-27T16:11:05.7908855Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.7909025Z 2022-09-27T16:11:05.7909116Z Traceback (most recent call last): 2022-09-27T16:11:05.7909514Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.7909926Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.7910185Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.7910328Z 2022-09-27T16:11:05.7910399Z from user code: 2022-09-27T16:11:05.7910592Z File "test_view_ops.py", line 1606, in 2022-09-27T16:11:05.7910856Z self.assertRaises(RuntimeError, lambda: tensor.view(15, 0)) 2022-09-27T16:11:05.7911019Z 2022-09-27T16:11:05.7911150Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.7911359Z ========== 2022-09-27T16:11:05.7921633Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1607 2022-09-27T16:11:05.7922057Z due to: 2022-09-27T16:11:05.7922370Z Traceback (most recent call last): 2022-09-27T16:11:05.7922992Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.7923487Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.7924037Z RuntimeError: shape '[7, -1]' is invalid for input of size 15 2022-09-27T16:11:05.7924296Z 2022-09-27T16:11:05.7924550Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.7924862Z 2022-09-27T16:11:05.7925034Z Traceback (most recent call last): 2022-09-27T16:11:05.7925451Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.7925749Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.7925970Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.7926109Z 2022-09-27T16:11:05.7926179Z from user code: 2022-09-27T16:11:05.7926382Z File "test_view_ops.py", line 1607, in 2022-09-27T16:11:05.7926688Z self.assertRaises(RuntimeError, lambda: tensor.view(7, -1)) 2022-09-27T16:11:05.7926852Z 2022-09-27T16:11:05.7927212Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.7927434Z ========== 2022-09-27T16:11:05.7936311Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1608 2022-09-27T16:11:05.7936766Z due to: 2022-09-27T16:11:05.7937197Z Traceback (most recent call last): 2022-09-27T16:11:05.7938344Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.7938828Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.7939263Z RuntimeError: only one dimension can be inferred 2022-09-27T16:11:05.7939619Z 2022-09-27T16:11:05.7939757Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.7939921Z 2022-09-27T16:11:05.7939999Z Traceback (most recent call last): 2022-09-27T16:11:05.7940398Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.7940697Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.7940936Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.7941067Z 2022-09-27T16:11:05.7941136Z from user code: 2022-09-27T16:11:05.7941342Z File "test_view_ops.py", line 1608, in 2022-09-27T16:11:05.7941669Z self.assertRaises(RuntimeError, lambda: tensor.view(15, -1, -1)) 2022-09-27T16:11:05.7941837Z 2022-09-27T16:11:05.7941958Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.7942179Z ========== 2022-09-27T16:11:05.8032806Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1637 2022-09-27T16:11:05.8033375Z due to: 2022-09-27T16:11:05.8033649Z Traceback (most recent call last): 2022-09-27T16:11:05.8034350Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.8034679Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.8045354Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-09-27T16:11:05.8045732Z 2022-09-27T16:11:05.8045920Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.8046076Z 2022-09-27T16:11:05.8046171Z Traceback (most recent call last): 2022-09-27T16:11:05.8046582Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.8046886Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.8047108Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.8047249Z 2022-09-27T16:11:05.8047324Z from user code: 2022-09-27T16:11:05.8047527Z File "test_view_ops.py", line 1637, in 2022-09-27T16:11:05.8047845Z self.assertRaises(RuntimeError, lambda: tensor.view(-1)) 2022-09-27T16:11:05.8047992Z 2022-09-27T16:11:05.8048122Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.8048339Z ========== 2022-09-27T16:11:05.8159033Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1639 2022-09-27T16:11:05.8159453Z due to: 2022-09-27T16:11:05.8159826Z Traceback (most recent call last): 2022-09-27T16:11:05.8160323Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.8160601Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.8161061Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-09-27T16:11:05.8161317Z 2022-09-27T16:11:05.8161454Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.8161623Z 2022-09-27T16:11:05.8161714Z Traceback (most recent call last): 2022-09-27T16:11:05.8162091Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.8162389Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.8162620Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.8162989Z 2022-09-27T16:11:05.8163061Z from user code: 2022-09-27T16:11:05.8163254Z File "test_view_ops.py", line 1639, in 2022-09-27T16:11:05.8163524Z self.assertRaises(RuntimeError, lambda: tensor.view(24, 9, 6, 2, 1, 5)) 2022-09-27T16:11:05.8163692Z 2022-09-27T16:11:05.8163823Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.8164028Z ========== 2022-09-27T16:11:05.8285993Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1641 2022-09-27T16:11:05.8286482Z due to: 2022-09-27T16:11:05.8287068Z Traceback (most recent call last): 2022-09-27T16:11:05.8287727Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.8288129Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.8288609Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-09-27T16:11:05.8288862Z 2022-09-27T16:11:05.8288992Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.8289161Z 2022-09-27T16:11:05.8289252Z Traceback (most recent call last): 2022-09-27T16:11:05.8289641Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.8289939Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.8290161Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.8290301Z 2022-09-27T16:11:05.8290370Z from user code: 2022-09-27T16:11:05.8290572Z File "test_view_ops.py", line 1641, in 2022-09-27T16:11:05.8290833Z self.assertRaises(RuntimeError, lambda: tensor.view(8, 3, 9, 6, 10)) 2022-09-27T16:11:05.8290997Z 2022-09-27T16:11:05.8291127Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.8291343Z ========== 2022-09-27T16:11:05.8411687Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 1643 2022-09-27T16:11:05.8412148Z due to: 2022-09-27T16:11:05.8412532Z Traceback (most recent call last): 2022-09-27T16:11:05.8413163Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:05.8413608Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:05.8414088Z RuntimeError: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Use .reshape(...) instead. 2022-09-27T16:11:05.8414340Z 2022-09-27T16:11:05.8414476Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:05.8414645Z 2022-09-27T16:11:05.8414736Z Traceback (most recent call last): 2022-09-27T16:11:05.8415113Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:05.8415413Z raise TorchRuntimeError() from e 2022-09-27T16:11:05.8415646Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:05.8415786Z 2022-09-27T16:11:05.8415843Z from user code: 2022-09-27T16:11:05.8416049Z File "test_view_ops.py", line 1643, in 2022-09-27T16:11:05.8416315Z self.assertRaises(RuntimeError, lambda: tensor.view(8, 3, 54, 2, 1, 5)) 2022-09-27T16:11:05.8416482Z 2022-09-27T16:11:05.8416613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.8416824Z ========== 2022-09-27T16:11:05.8464463Z ok (0.450s) 2022-09-27T16:11:05.8547219Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.008s) 2022-09-27T16:11:05.8659559Z test_T_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT is_view_of test_view_ops.py line 96 2022-09-27T16:11:05.8660051Z due to: 2022-09-27T16:11:05.8660313Z Traceback (most recent call last): 2022-09-27T16:11:05.8660754Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:05.8661226Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:05.8661910Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:05.8662088Z 2022-09-27T16:11:05.8662160Z from user code: 2022-09-27T16:11:05.8662425Z File "test_view_ops.py", line 97, in is_view_of 2022-09-27T16:11:05.8662630Z if (not other._is_view() or 2022-09-27T16:11:05.8662751Z 2022-09-27T16:11:05.8662883Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.8663155Z ========== 2022-09-27T16:11:05.8668668Z ok (0.012s) 2022-09-27T16:11:05.8778994Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:05.8855200Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_advanced_indexing_nonview test_view_ops.py line 850 2022-09-27T16:11:05.8855680Z due to: 2022-09-27T16:11:05.8855868Z Traceback (most recent call last): 2022-09-27T16:11:05.8856278Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:05.8856729Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:05.8857114Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:05.8857284Z 2022-09-27T16:11:05.8857354Z from user code: 2022-09-27T16:11:05.8857662Z File "test_view_ops.py", line 855, in test_advanced_indexing_nonview 2022-09-27T16:11:05.8857930Z self.assertTrue(not self.is_view_of(t, nv)) 2022-09-27T16:11:05.8858055Z 2022-09-27T16:11:05.8858192Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.8858410Z ========== 2022-09-27T16:11:05.8860654Z ok (0.008s) 2022-09-27T16:11:05.9025331Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_as_strided_gradients test_view_ops.py line 657 2022-09-27T16:11:05.9025791Z due to: 2022-09-27T16:11:05.9025993Z Traceback (most recent call last): 2022-09-27T16:11:05.9026478Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:05.9026919Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:05.9027387Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:11:05.9027569Z 2022-09-27T16:11:05.9027641Z from user code: 2022-09-27T16:11:05.9027906Z File "test_view_ops.py", line 678, in test_as_strided_gradients 2022-09-27T16:11:05.9028180Z test(torch.arange(0, 25), lambda x: x.view(5, 5), [3, 3], [6, 2], 2) 2022-09-27T16:11:05.9028326Z 2022-09-27T16:11:05.9028457Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.9028728Z ========== 2022-09-27T16:11:05.9104998Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test test_view_ops.py line 658 2022-09-27T16:11:05.9105401Z due to: 2022-09-27T16:11:05.9105761Z Traceback (most recent call last): 2022-09-27T16:11:05.9106251Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:05.9106698Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:05.9107098Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:11:05.9107274Z 2022-09-27T16:11:05.9107343Z from user code: 2022-09-27T16:11:05.9107529Z File "test_view_ops.py", line 667, in test 2022-09-27T16:11:05.9107780Z assert max_offset < len(y.storage()), "test case resizes storage" 2022-09-27T16:11:05.9107936Z 2022-09-27T16:11:05.9108067Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:05.9108272Z ========== 2022-09-27T16:11:06.0021935Z ok (0.116s) 2022-09-27T16:11:06.0086381Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_as_strided_inplace_view test_view_ops.py line 649 2022-09-27T16:11:06.0087214Z due to: 2022-09-27T16:11:06.0087563Z Traceback (most recent call last): 2022-09-27T16:11:06.0088310Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.0089138Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.0089820Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.0089980Z 2022-09-27T16:11:06.0090051Z from user code: 2022-09-27T16:11:06.0090355Z File "test_view_ops.py", line 653, in test_as_strided_inplace_view 2022-09-27T16:11:06.0090665Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.0090912Z 2022-09-27T16:11:06.0091145Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.0091502Z ========== 2022-09-27T16:11:06.0091666Z ok (0.006s) 2022-09-27T16:11:06.0146844Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_as_strided_view test_view_ops.py line 641 2022-09-27T16:11:06.0147398Z due to: 2022-09-27T16:11:06.0147723Z Traceback (most recent call last): 2022-09-27T16:11:06.0148122Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.0148557Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.0148943Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.0149117Z 2022-09-27T16:11:06.0149186Z from user code: 2022-09-27T16:11:06.0149402Z File "test_view_ops.py", line 644, in test_as_strided_view 2022-09-27T16:11:06.0149631Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.0149764Z 2022-09-27T16:11:06.0149894Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.0150107Z ========== 2022-09-27T16:11:06.0151180Z ok (0.006s) 2022-09-27T16:11:06.0203572Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic_indexing_ellipses_view test_view_ops.py line 834 2022-09-27T16:11:06.0204184Z due to: 2022-09-27T16:11:06.0204533Z Traceback (most recent call last): 2022-09-27T16:11:06.0204925Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.0205374Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.0205770Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.0205938Z 2022-09-27T16:11:06.0205995Z from user code: 2022-09-27T16:11:06.0206231Z File "test_view_ops.py", line 837, in test_basic_indexing_ellipses_view 2022-09-27T16:11:06.0206488Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.0206624Z 2022-09-27T16:11:06.0206755Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.0206964Z ========== 2022-09-27T16:11:06.0208050Z ok (0.005s) 2022-09-27T16:11:06.0266278Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic_indexing_newaxis_view test_view_ops.py line 842 2022-09-27T16:11:06.0266814Z due to: 2022-09-27T16:11:06.0267076Z Traceback (most recent call last): 2022-09-27T16:11:06.0267705Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.0268401Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.0269037Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.0269311Z 2022-09-27T16:11:06.0269420Z from user code: 2022-09-27T16:11:06.0269934Z File "test_view_ops.py", line 845, in test_basic_indexing_newaxis_view 2022-09-27T16:11:06.0270354Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.0270853Z 2022-09-27T16:11:06.0271087Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.0271431Z ========== 2022-09-27T16:11:06.0271678Z ok (0.006s) 2022-09-27T16:11:06.0327019Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_basic_indexing_slice_view test_view_ops.py line 826 2022-09-27T16:11:06.0327519Z due to: 2022-09-27T16:11:06.0327780Z Traceback (most recent call last): 2022-09-27T16:11:06.0328446Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.0329474Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.0330090Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.0330354Z 2022-09-27T16:11:06.0330448Z from user code: 2022-09-27T16:11:06.0330821Z File "test_view_ops.py", line 829, in test_basic_indexing_slice_view 2022-09-27T16:11:06.0331250Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.0331476Z 2022-09-27T16:11:06.0331670Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.0332001Z ========== 2022-09-27T16:11:06.0332270Z ok (0.005s) 2022-09-27T16:11:06.0343215Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:11:06.0609981Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 414 2022-09-27T16:11:06.0610538Z due to: 2022-09-27T16:11:06.0610731Z Traceback (most recent call last): 2022-09-27T16:11:06.0611163Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.0611608Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.0612010Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.0612180Z 2022-09-27T16:11:06.0612250Z from user code: 2022-09-27T16:11:06.0612472Z File "test_view_ops.py", line 416, in 2022-09-27T16:11:06.0612733Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.0612870Z 2022-09-27T16:11:06.0613000Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.0613216Z ========== 2022-09-27T16:11:06.0615838Z ok (0.027s) 2022-09-27T16:11:06.0780204Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.016s) 2022-09-27T16:11:06.0836113Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:11:06.0849855Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0863163Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0875645Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0887522Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0902301Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0914605Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0926370Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.0938495Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:06.1097604Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 431 2022-09-27T16:11:06.1098038Z due to: 2022-09-27T16:11:06.1098239Z Traceback (most recent call last): 2022-09-27T16:11:06.1098706Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:11:06.1099311Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:11:06.1099724Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:11:06.1099935Z 2022-09-27T16:11:06.1100073Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:06.1100300Z 2022-09-27T16:11:06.1100393Z Traceback (most recent call last): 2022-09-27T16:11:06.1100779Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:06.1101105Z ) from e 2022-09-27T16:11:06.1101510Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:06.1101834Z 2022-09-27T16:11:06.1102016Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1102355Z ========== 2022-09-27T16:11:06.1102581Z ok (0.016s) 2022-09-27T16:11:06.1164363Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_contiguous_nonview test_view_ops.py line 725 2022-09-27T16:11:06.1164667Z due to: 2022-09-27T16:11:06.1164862Z Traceback (most recent call last): 2022-09-27T16:11:06.1165257Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1165698Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1166089Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1166266Z 2022-09-27T16:11:06.1166335Z from user code: 2022-09-27T16:11:06.1166557Z File "test_view_ops.py", line 731, in test_contiguous_nonview 2022-09-27T16:11:06.1166799Z self.assertTrue(not self.is_view_of(t, nv)) 2022-09-27T16:11:06.1166935Z 2022-09-27T16:11:06.1167066Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1167281Z ========== 2022-09-27T16:11:06.1168716Z ok (0.006s) 2022-09-27T16:11:06.1223685Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-09-27T16:11:06.1282057Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_diagonal_view test_view_ops.py line 455 2022-09-27T16:11:06.1282397Z due to: 2022-09-27T16:11:06.1282587Z Traceback (most recent call last): 2022-09-27T16:11:06.1282997Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1283444Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1283844Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1284014Z 2022-09-27T16:11:06.1284084Z from user code: 2022-09-27T16:11:06.1284290Z File "test_view_ops.py", line 458, in test_diagonal_view 2022-09-27T16:11:06.1284534Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.1284672Z 2022-09-27T16:11:06.1284805Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1285025Z ========== 2022-09-27T16:11:06.1287606Z ok (0.006s) 2022-09-27T16:11:06.1349395Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expand_as_view test_view_ops.py line 521 2022-09-27T16:11:06.1349778Z due to: 2022-09-27T16:11:06.1349952Z Traceback (most recent call last): 2022-09-27T16:11:06.1350388Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1350896Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1351361Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1351522Z 2022-09-27T16:11:06.1351595Z from user code: 2022-09-27T16:11:06.1351873Z File "test_view_ops.py", line 525, in test_expand_as_view 2022-09-27T16:11:06.1352525Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.1352684Z 2022-09-27T16:11:06.1352806Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1353077Z ========== 2022-09-27T16:11:06.1353420Z ok (0.006s) 2022-09-27T16:11:06.1405702Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_expand_view test_view_ops.py line 512 2022-09-27T16:11:06.1406023Z due to: 2022-09-27T16:11:06.1406226Z Traceback (most recent call last): 2022-09-27T16:11:06.1406628Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1407258Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1407653Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1407828Z 2022-09-27T16:11:06.1407899Z from user code: 2022-09-27T16:11:06.1408122Z File "test_view_ops.py", line 516, in test_expand_view 2022-09-27T16:11:06.1408354Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.1408487Z 2022-09-27T16:11:06.1408664Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1408987Z ========== 2022-09-27T16:11:06.1409308Z ok (0.005s) 2022-09-27T16:11:06.1479337Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_nonview test_view_ops.py line 804 2022-09-27T16:11:06.1479753Z due to: 2022-09-27T16:11:06.1479955Z Traceback (most recent call last): 2022-09-27T16:11:06.1480346Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1480794Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1481185Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1481354Z 2022-09-27T16:11:06.1481415Z from user code: 2022-09-27T16:11:06.1481634Z File "test_view_ops.py", line 815, in test_flatten_nonview 2022-09-27T16:11:06.1481857Z assert_is_nonview(t, nv) 2022-09-27T16:11:06.1481974Z 2022-09-27T16:11:06.1482104Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1482310Z ========== 2022-09-27T16:11:06.1505420Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT assert_is_nonview test_view_ops.py line 806 2022-09-27T16:11:06.1505910Z due to: 2022-09-27T16:11:06.1506179Z Traceback (most recent call last): 2022-09-27T16:11:06.1506583Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1507036Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1507429Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1507588Z 2022-09-27T16:11:06.1507660Z from user code: 2022-09-27T16:11:06.1507880Z File "test_view_ops.py", line 809, in assert_is_nonview 2022-09-27T16:11:06.1508110Z self.assertTrue(not nv._is_view()) 2022-09-27T16:11:06.1508239Z 2022-09-27T16:11:06.1508358Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1508604Z ========== 2022-09-27T16:11:06.1512485Z ok (0.010s) 2022-09-27T16:11:06.1581158Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_flatten_view test_view_ops.py line 766 2022-09-27T16:11:06.1581701Z due to: 2022-09-27T16:11:06.1581898Z Traceback (most recent call last): 2022-09-27T16:11:06.1582303Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1582740Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1583133Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1583301Z 2022-09-27T16:11:06.1583635Z from user code: 2022-09-27T16:11:06.1583855Z File "test_view_ops.py", line 776, in test_flatten_view 2022-09-27T16:11:06.1584084Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.1584219Z 2022-09-27T16:11:06.1584352Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1584569Z ========== 2022-09-27T16:11:06.1876819Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT is_view_of_same_base test_view_ops.py line 111 2022-09-27T16:11:06.1877349Z due to: 2022-09-27T16:11:06.1877585Z Traceback (most recent call last): 2022-09-27T16:11:06.1878152Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.1878592Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.1878986Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.1879155Z 2022-09-27T16:11:06.1879225Z from user code: 2022-09-27T16:11:06.1879435Z File "test_view_ops.py", line 112, in is_view_of_same_base 2022-09-27T16:11:06.1879663Z if (not v1._is_view() or v1 is v2): 2022-09-27T16:11:06.1879802Z 2022-09-27T16:11:06.1879934Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.1880151Z ========== 2022-09-27T16:11:06.2038266Z ok (0.052s) 2022-09-27T16:11:06.2154016Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-09-27T16:11:06.2252569Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-09-27T16:11:06.2355790Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:06.2455397Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-09-27T16:11:06.2557094Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:06.2658717Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:06.2761483Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:06.2863483Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:06.2901834Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-09-27T16:11:06.3052759Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 892 2022-09-27T16:11:06.3053120Z due to: 2022-09-27T16:11:06.3053320Z Traceback (most recent call last): 2022-09-27T16:11:06.3053722Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.3054176Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.3054572Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.3054744Z 2022-09-27T16:11:06.3054802Z from user code: 2022-09-27T16:11:06.3055039Z File "test_view_ops.py", line 894, in 2022-09-27T16:11:06.3055289Z self.assertTrue(self.is_view_of(t, out)) 2022-09-27T16:11:06.3055425Z 2022-09-27T16:11:06.3055557Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.3055761Z ========== 2022-09-27T16:11:06.3071637Z ok (0.017s) 2022-09-27T16:11:06.3124460Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_narrow_view test_view_ops.py line 530 2022-09-27T16:11:06.3125050Z due to: 2022-09-27T16:11:06.3125316Z Traceback (most recent call last): 2022-09-27T16:11:06.3125715Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.3126168Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.3126546Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.3126916Z 2022-09-27T16:11:06.3126992Z from user code: 2022-09-27T16:11:06.3127208Z File "test_view_ops.py", line 533, in test_narrow_view 2022-09-27T16:11:06.3127436Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.3127572Z 2022-09-27T16:11:06.3127704Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.3127986Z ========== 2022-09-27T16:11:06.3128371Z ok (0.005s) 2022-09-27T16:11:06.3181005Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_permute_view test_view_ops.py line 538 2022-09-27T16:11:06.3181586Z due to: 2022-09-27T16:11:06.3181770Z Traceback (most recent call last): 2022-09-27T16:11:06.3182158Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.3182612Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.3183006Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.3183175Z 2022-09-27T16:11:06.3183245Z from user code: 2022-09-27T16:11:06.3183462Z File "test_view_ops.py", line 541, in test_permute_view 2022-09-27T16:11:06.3183796Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.3184002Z 2022-09-27T16:11:06.3184198Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.3184406Z ========== 2022-09-27T16:11:06.3184699Z ok (0.005s) 2022-09-27T16:11:06.3534855Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 391 2022-09-27T16:11:06.3535441Z due to: 2022-09-27T16:11:06.3535612Z Traceback (most recent call last): 2022-09-27T16:11:06.3536010Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.3536466Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.3536860Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.3537018Z 2022-09-27T16:11:06.3537087Z from user code: 2022-09-27T16:11:06.3537321Z File "test_view_ops.py", line 395, in 2022-09-27T16:11:06.3537653Z self.assertTrue(self.is_view_of(t, re)) 2022-09-27T16:11:06.3537790Z 2022-09-27T16:11:06.3537911Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.3538129Z ========== 2022-09-27T16:11:06.4110276Z ok (0.092s) 2022-09-27T16:11:06.4715319Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.060s) 2022-09-27T16:11:06.4776736Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_as_view test_view_ops.py line 744 2022-09-27T16:11:06.4777295Z due to: 2022-09-27T16:11:06.4777728Z Traceback (most recent call last): 2022-09-27T16:11:06.4778490Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.4779178Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.4779573Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.4779745Z 2022-09-27T16:11:06.4779815Z from user code: 2022-09-27T16:11:06.4780020Z File "test_view_ops.py", line 748, in test_reshape_as_view 2022-09-27T16:11:06.4780266Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.4780454Z 2022-09-27T16:11:06.4780627Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.4780880Z ========== 2022-09-27T16:11:06.4781142Z ok (0.006s) 2022-09-27T16:11:06.4841477Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_nonview test_view_ops.py line 753 2022-09-27T16:11:06.4842052Z due to: 2022-09-27T16:11:06.4842752Z Traceback (most recent call last): 2022-09-27T16:11:06.4843497Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.4844021Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.4844415Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.4844585Z 2022-09-27T16:11:06.4844643Z from user code: 2022-09-27T16:11:06.4844862Z File "test_view_ops.py", line 759, in test_reshape_nonview 2022-09-27T16:11:06.4845190Z self.assertTrue(not self.is_view_of(t, nv)) 2022-09-27T16:11:06.4845327Z 2022-09-27T16:11:06.4845447Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.4845718Z ========== 2022-09-27T16:11:06.4846113Z ok (0.006s) 2022-09-27T16:11:06.4897799Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_reshape_view test_view_ops.py line 736 2022-09-27T16:11:06.4898324Z due to: 2022-09-27T16:11:06.4898687Z Traceback (most recent call last): 2022-09-27T16:11:06.4899158Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.4899605Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.4899988Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.4900158Z 2022-09-27T16:11:06.4900227Z from user code: 2022-09-27T16:11:06.4900444Z File "test_view_ops.py", line 739, in test_reshape_view 2022-09-27T16:11:06.4900673Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.4900806Z 2022-09-27T16:11:06.4900938Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.4901153Z ========== 2022-09-27T16:11:06.4901764Z ok (0.005s) 2022-09-27T16:11:06.4953021Z test_select_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_select_view test_view_ops.py line 470 2022-09-27T16:11:06.4953767Z due to: 2022-09-27T16:11:06.4954028Z Traceback (most recent call last): 2022-09-27T16:11:06.4954416Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.4954862Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.4955252Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.4955421Z 2022-09-27T16:11:06.4955497Z from user code: 2022-09-27T16:11:06.4955697Z File "test_view_ops.py", line 473, in test_select_view 2022-09-27T16:11:06.4955936Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.4956069Z 2022-09-27T16:11:06.4956234Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.4956514Z ========== 2022-09-27T16:11:06.4956800Z ok (0.005s) 2022-09-27T16:11:06.5346324Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.038s) 2022-09-27T16:11:06.5906199Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.055s) 2022-09-27T16:11:06.6244355Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.033s) 2022-09-27T16:11:06.6524594Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.027s) 2022-09-27T16:11:06.6743208Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.021s) 2022-09-27T16:11:06.6938467Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.019s) 2022-09-27T16:11:06.7213707Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.027s) 2022-09-27T16:11:06.7684978Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.047s) 2022-09-27T16:11:06.7804675Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-09-27T16:11:06.7922762Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-09-27T16:11:06.8040565Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.011s) 2022-09-27T16:11:06.8149474Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-09-27T16:11:06.8239690Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-09-27T16:11:06.8262470Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8338223Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.007s) 2022-09-27T16:11:06.8361313Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8382291Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8403329Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8423278Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8444125Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8464831Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8485390Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8506148Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8526865Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-09-27T16:11:06.8536904Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:11:06.8599960Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_squeeze_inplace_view test_view_ops.py line 617 2022-09-27T16:11:06.8600542Z due to: 2022-09-27T16:11:06.8600807Z Traceback (most recent call last): 2022-09-27T16:11:06.8601218Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.8601661Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.8602062Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.8602234Z 2022-09-27T16:11:06.8602308Z from user code: 2022-09-27T16:11:06.8602537Z File "test_view_ops.py", line 621, in test_squeeze_inplace_view 2022-09-27T16:11:06.8602785Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.8602924Z 2022-09-27T16:11:06.8603060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.8603361Z ========== 2022-09-27T16:11:06.8603900Z ok (0.006s) 2022-09-27T16:11:06.8656262Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_squeeze_view test_view_ops.py line 610 2022-09-27T16:11:06.8656746Z due to: 2022-09-27T16:11:06.8657029Z Traceback (most recent call last): 2022-09-27T16:11:06.8657771Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.8658498Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.8659166Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.8659453Z 2022-09-27T16:11:06.8659569Z from user code: 2022-09-27T16:11:06.8659927Z File "test_view_ops.py", line 613, in test_squeeze_view 2022-09-27T16:11:06.8660343Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.8660561Z 2022-09-27T16:11:06.8660777Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.8661158Z ========== 2022-09-27T16:11:06.8661418Z ok (0.005s) 2022-09-27T16:11:06.8721798Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_t_inplace_view test_view_ops.py line 585 2022-09-27T16:11:06.8722573Z due to: 2022-09-27T16:11:06.8722888Z Traceback (most recent call last): 2022-09-27T16:11:06.8723564Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.8724316Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.8724971Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.8725422Z 2022-09-27T16:11:06.8725538Z from user code: 2022-09-27T16:11:06.8725897Z File "test_view_ops.py", line 589, in test_t_inplace_view 2022-09-27T16:11:06.8726303Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.8726521Z 2022-09-27T16:11:06.8726724Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.8727113Z ========== 2022-09-27T16:11:06.8727398Z ok (0.006s) 2022-09-27T16:11:06.8775965Z test_t_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_t_view test_view_ops.py line 577 2022-09-27T16:11:06.8776407Z due to: 2022-09-27T16:11:06.8776679Z Traceback (most recent call last): 2022-09-27T16:11:06.8777335Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.8778139Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.8778789Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.8779078Z 2022-09-27T16:11:06.8779190Z from user code: 2022-09-27T16:11:06.8779539Z File "test_view_ops.py", line 580, in test_t_view 2022-09-27T16:11:06.8779933Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.8780161Z 2022-09-27T16:11:06.8780372Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.8780742Z ========== 2022-09-27T16:11:06.8781003Z ok (0.005s) 2022-09-27T16:11:06.8852756Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transpose_inplace_view test_view_ops.py line 555 2022-09-27T16:11:06.8853273Z due to: 2022-09-27T16:11:06.8853540Z Traceback (most recent call last): 2022-09-27T16:11:06.8854174Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.8854902Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.8855605Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.8855888Z 2022-09-27T16:11:06.8855984Z from user code: 2022-09-27T16:11:06.8856344Z File "test_view_ops.py", line 559, in test_transpose_inplace_view 2022-09-27T16:11:06.8856736Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.8856946Z 2022-09-27T16:11:06.8857169Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.8857624Z ========== 2022-09-27T16:11:06.8861865Z ok (0.008s) 2022-09-27T16:11:06.8918572Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_transpose_view test_view_ops.py line 546 2022-09-27T16:11:06.8919047Z due to: 2022-09-27T16:11:06.8919342Z Traceback (most recent call last): 2022-09-27T16:11:06.8919976Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.8920802Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.8921476Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.8921746Z 2022-09-27T16:11:06.8921858Z from user code: 2022-09-27T16:11:06.8922205Z File "test_view_ops.py", line 550, in test_transpose_view 2022-09-27T16:11:06.8922579Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.8923107Z 2022-09-27T16:11:06.8923342Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.8923703Z ========== 2022-09-27T16:11:06.8926931Z ok (0.006s) 2022-09-27T16:11:06.9203810Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.027s) 2022-09-27T16:11:06.9275539Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unbind_view test_view_ops.py line 479 2022-09-27T16:11:06.9276089Z due to: 2022-09-27T16:11:06.9276424Z Traceback (most recent call last): 2022-09-27T16:11:06.9277473Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.9277938Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.9278343Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.9278519Z 2022-09-27T16:11:06.9278577Z from user code: 2022-09-27T16:11:06.9278802Z File "test_view_ops.py", line 485, in test_unbind_view 2022-09-27T16:11:06.9279044Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.9279181Z 2022-09-27T16:11:06.9279305Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.9279525Z ========== 2022-09-27T16:11:06.9285088Z ok (0.008s) 2022-09-27T16:11:06.9337450Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unfold_view test_view_ops.py line 602 2022-09-27T16:11:06.9337957Z due to: 2022-09-27T16:11:06.9338200Z Traceback (most recent call last): 2022-09-27T16:11:06.9338607Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.9339051Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.9339445Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.9339615Z 2022-09-27T16:11:06.9339694Z from user code: 2022-09-27T16:11:06.9339911Z File "test_view_ops.py", line 605, in test_unfold_view 2022-09-27T16:11:06.9340165Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.9340372Z 2022-09-27T16:11:06.9340507Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.9340780Z ========== 2022-09-27T16:11:06.9341300Z ok (0.005s) 2022-09-27T16:11:06.9400854Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unsqueeze_inplace_view test_view_ops.py line 633 2022-09-27T16:11:06.9401488Z due to: 2022-09-27T16:11:06.9401812Z Traceback (most recent call last): 2022-09-27T16:11:06.9402207Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.9402663Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.9403067Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.9403268Z 2022-09-27T16:11:06.9403372Z from user code: 2022-09-27T16:11:06.9403590Z File "test_view_ops.py", line 637, in test_unsqueeze_inplace_view 2022-09-27T16:11:06.9403897Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.9404105Z 2022-09-27T16:11:06.9404274Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.9404497Z ========== 2022-09-27T16:11:06.9404721Z ok (0.006s) 2022-09-27T16:11:06.9455582Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unsqueeze_view test_view_ops.py line 625 2022-09-27T16:11:06.9456135Z due to: 2022-09-27T16:11:06.9456509Z Traceback (most recent call last): 2022-09-27T16:11:06.9457114Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.9457854Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.9458241Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.9458474Z 2022-09-27T16:11:06.9458553Z from user code: 2022-09-27T16:11:06.9458777Z File "test_view_ops.py", line 628, in test_unsqueeze_view 2022-09-27T16:11:06.9459062Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:06.9459270Z 2022-09-27T16:11:06.9459469Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.9459801Z ========== 2022-09-27T16:11:06.9460112Z ok (0.005s) 2022-09-27T16:11:06.9812690Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 269 2022-09-27T16:11:06.9813311Z due to: 2022-09-27T16:11:06.9813535Z Traceback (most recent call last): 2022-09-27T16:11:06.9813944Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:06.9814396Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:06.9814794Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:06.9814966Z 2022-09-27T16:11:06.9815039Z from user code: 2022-09-27T16:11:06.9815252Z File "test_view_ops.py", line 270, in 2022-09-27T16:11:06.9815503Z self.assertTrue(self.is_view_of(t, res)) 2022-09-27T16:11:06.9815642Z 2022-09-27T16:11:06.9815773Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:06.9815987Z ========== 2022-09-27T16:11:07.0473648Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 259 2022-09-27T16:11:07.0474123Z due to: 2022-09-27T16:11:07.0474477Z Traceback (most recent call last): 2022-09-27T16:11:07.0474915Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:07.0475193Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:07.0475458Z RuntimeError: Tensor must have a last dimension of size 2 2022-09-27T16:11:07.0475613Z 2022-09-27T16:11:07.0475755Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:07.0475909Z 2022-09-27T16:11:07.0476002Z Traceback (most recent call last): 2022-09-27T16:11:07.0476394Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:07.0476695Z raise TorchRuntimeError() from e 2022-09-27T16:11:07.0476920Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:07.0477063Z 2022-09-27T16:11:07.0477138Z from user code: 2022-09-27T16:11:07.0477341Z File "test_view_ops.py", line 259, in 2022-09-27T16:11:07.0477561Z lambda: torch.view_as_complex(input)) 2022-09-27T16:11:07.0477694Z 2022-09-27T16:11:07.0477828Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.0478047Z ========== 2022-09-27T16:11:07.0901717Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 265 2022-09-27T16:11:07.0902211Z due to: 2022-09-27T16:11:07.0902571Z Traceback (most recent call last): 2022-09-27T16:11:07.0903173Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:07.0903441Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:07.0903780Z RuntimeError: Tensor must have a last dimension with stride 1 2022-09-27T16:11:07.0903941Z 2022-09-27T16:11:07.0904082Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:07.0904247Z 2022-09-27T16:11:07.0904358Z Traceback (most recent call last): 2022-09-27T16:11:07.0904792Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:07.0905093Z raise TorchRuntimeError() from e 2022-09-27T16:11:07.0905393Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:07.0905536Z 2022-09-27T16:11:07.0905593Z from user code: 2022-09-27T16:11:07.0906037Z File "test_view_ops.py", line 265, in 2022-09-27T16:11:07.0906277Z lambda: torch.view_as_complex(input)) 2022-09-27T16:11:07.0906411Z 2022-09-27T16:11:07.0906551Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.0906820Z ========== 2022-09-27T16:11:07.1156894Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 285 2022-09-27T16:11:07.1157351Z due to: 2022-09-27T16:11:07.1157672Z Traceback (most recent call last): 2022-09-27T16:11:07.1158287Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:07.1158748Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:07.1159025Z RuntimeError: Tensor must have a stride divisible by 2 for all but last dimension 2022-09-27T16:11:07.1159187Z 2022-09-27T16:11:07.1159324Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:07.1159491Z 2022-09-27T16:11:07.1159584Z Traceback (most recent call last): 2022-09-27T16:11:07.1159986Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:07.1160273Z raise TorchRuntimeError() from e 2022-09-27T16:11:07.1160511Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:07.1160655Z 2022-09-27T16:11:07.1160727Z from user code: 2022-09-27T16:11:07.1160920Z File "test_view_ops.py", line 285, in 2022-09-27T16:11:07.1161145Z lambda: torch.view_as_complex(t)) 2022-09-27T16:11:07.1161273Z 2022-09-27T16:11:07.1161404Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.1161628Z ========== 2022-09-27T16:11:07.1392950Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 291 2022-09-27T16:11:07.1393595Z due to: 2022-09-27T16:11:07.1393963Z Traceback (most recent call last): 2022-09-27T16:11:07.1394606Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:07.1395079Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:07.1395530Z RuntimeError: Tensor must have a last dimension of size 2 2022-09-27T16:11:07.1395800Z 2022-09-27T16:11:07.1396045Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:07.1396344Z 2022-09-27T16:11:07.1396492Z Traceback (most recent call last): 2022-09-27T16:11:07.1397221Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:07.1397770Z raise TorchRuntimeError() from e 2022-09-27T16:11:07.1398188Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:07.1398440Z 2022-09-27T16:11:07.1398562Z from user code: 2022-09-27T16:11:07.1398921Z File "test_view_ops.py", line 291, in 2022-09-27T16:11:07.1399311Z lambda: torch.view_as_complex(x)) 2022-09-27T16:11:07.1399528Z 2022-09-27T16:11:07.1399771Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.1400167Z ========== 2022-09-27T16:11:07.1625506Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 297 2022-09-27T16:11:07.1626001Z due to: 2022-09-27T16:11:07.1626330Z Traceback (most recent call last): 2022-09-27T16:11:07.1627003Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:07.1627489Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:07.1627913Z RuntimeError: Input tensor must have one or more dimensions 2022-09-27T16:11:07.1628193Z 2022-09-27T16:11:07.1628436Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:07.1628735Z 2022-09-27T16:11:07.1628908Z Traceback (most recent call last): 2022-09-27T16:11:07.1629615Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:07.1630148Z raise TorchRuntimeError() from e 2022-09-27T16:11:07.1630567Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:07.1630825Z 2022-09-27T16:11:07.1630946Z from user code: 2022-09-27T16:11:07.1631597Z File "test_view_ops.py", line 297, in 2022-09-27T16:11:07.1632002Z lambda: torch.view_as_complex(z)) 2022-09-27T16:11:07.1632234Z 2022-09-27T16:11:07.1632472Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.1632848Z ========== 2022-09-27T16:11:07.1720745Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 297 2022-09-27T16:11:07.1721214Z due to: 2022-09-27T16:11:07.1721484Z Traceback (most recent call last): 2022-09-27T16:11:07.1722123Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:07.1723125Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:07.1723724Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:07.1723985Z 2022-09-27T16:11:07.1724075Z from user code: 2022-09-27T16:11:07.1724438Z File "test_view_ops.py", line 301, in 2022-09-27T16:11:07.1724852Z self.assertTrue(self.is_view_of(x, res)) 2022-09-27T16:11:07.1725071Z 2022-09-27T16:11:07.1725294Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.1725623Z ========== 2022-09-27T16:11:07.1725869Z ok (0.226s) 2022-09-27T16:11:07.2058197Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 312 2022-09-27T16:11:07.2058789Z due to: 2022-09-27T16:11:07.2059109Z Traceback (most recent call last): 2022-09-27T16:11:07.2059888Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:07.2060721Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:07.2061424Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:07.2061713Z 2022-09-27T16:11:07.2061834Z from user code: 2022-09-27T16:11:07.2062194Z File "test_view_ops.py", line 313, in 2022-09-27T16:11:07.2062598Z self.assertTrue(self.is_view_of(t, res)) 2022-09-27T16:11:07.2062812Z 2022-09-27T16:11:07.2063026Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.2063400Z ========== 2022-09-27T16:11:07.2358043Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 316 2022-09-27T16:11:07.2358484Z due to: 2022-09-27T16:11:07.2358768Z Traceback (most recent call last): 2022-09-27T16:11:07.2359462Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:07.2360205Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:07.2360825Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:07.2361126Z 2022-09-27T16:11:07.2361246Z from user code: 2022-09-27T16:11:07.2361594Z File "test_view_ops.py", line 321, in 2022-09-27T16:11:07.2362030Z self.assertTrue(self.is_view_of(x, res)) 2022-09-27T16:11:07.2362271Z 2022-09-27T16:11:07.2362489Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.2362883Z ========== 2022-09-27T16:11:07.2363155Z ok (0.063s) 2022-09-27T16:11:07.2401479Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: 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-09-27T16:11:07.2402144Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:11:07.2760308Z ok (0.039s) 2022-09-27T16:11:07.3165891Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.040s) 2022-09-27T16:11:07.3227753Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_as_view test_view_ops.py line 711 2022-09-27T16:11:07.3228098Z due to: 2022-09-27T16:11:07.3228285Z Traceback (most recent call last): 2022-09-27T16:11:07.3228696Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:07.3229156Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:07.3229545Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:07.3229918Z 2022-09-27T16:11:07.3229992Z from user code: 2022-09-27T16:11:07.3230197Z File "test_view_ops.py", line 715, in test_view_as_view 2022-09-27T16:11:07.3230436Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:07.3230570Z 2022-09-27T16:11:07.3230752Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.3230959Z ========== 2022-09-27T16:11:07.3231122Z ok (0.006s) 2022-09-27T16:11:07.3314594Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_copy test_view_ops.py line 912 2022-09-27T16:11:07.3314995Z due to: 2022-09-27T16:11:07.3315165Z Traceback (most recent call last): 2022-09-27T16:11:07.3315579Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:07.3316032Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:07.3316418Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:07.3316593Z 2022-09-27T16:11:07.3316664Z from user code: 2022-09-27T16:11:07.3316875Z File "test_view_ops.py", line 919, in test_view_copy 2022-09-27T16:11:07.3317121Z self.assertTrue(self.is_view_of(a_ref, a_view)) 2022-09-27T16:11:07.3317249Z 2022-09-27T16:11:07.3317382Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:07.3317604Z ========== 2022-09-27T16:11:07.3322241Z ok (0.009s) 2022-09-27T16:11:07.3694394Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.037s) 2022-09-27T16:11:07.3739761Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.3784843Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.3828804Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.3872649Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.3916328Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.3960015Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.4003233Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.4046394Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.4090078Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.4133307Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.4176210Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:07.5007407Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.083s) 2022-09-27T16:11:07.6185161Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.117s) 2022-09-27T16:11:07.6276567Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.009s) 2022-09-27T16:11:07.6486404Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.020s) 2022-09-27T16:11:07.7314078Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.082s) 2022-09-27T16:11:07.7896666Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.058s) 2022-09-27T16:11:07.8111219Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.021s) 2022-09-27T16:11:07.8925152Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.081s) 2022-09-27T16:11:07.9437098Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.050s) 2022-09-27T16:11:07.9583042Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.014s) 2022-09-27T16:11:08.0697111Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.111s) 2022-09-27T16:11:08.1844724Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.114s) 2022-09-27T16:11:08.1948144Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 364 2022-09-27T16:11:08.1948508Z due to: 2022-09-27T16:11:08.1948696Z Traceback (most recent call last): 2022-09-27T16:11:08.1949104Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:08.1949546Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:08.1949950Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:08.1950122Z 2022-09-27T16:11:08.1950194Z from user code: 2022-09-27T16:11:08.1950425Z File "test_view_ops.py", line 367, in 2022-09-27T16:11:08.1950711Z self.assertTrue(self.is_view_of(t, t_dsplit_tensor)) 2022-09-27T16:11:08.1950866Z 2022-09-27T16:11:08.1951000Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:08.1951243Z ========== 2022-09-27T16:11:08.1952421Z ok (0.010s) 2022-09-27T16:11:08.1997183Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2040955Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2085124Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2127026Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2168838Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2210372Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2252686Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2270866Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2287696Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2304271Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2320745Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2413217Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 344 2022-09-27T16:11:08.2413569Z due to: 2022-09-27T16:11:08.2413770Z Traceback (most recent call last): 2022-09-27T16:11:08.2414161Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:08.2414611Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:08.2415218Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:08.2415391Z 2022-09-27T16:11:08.2415464Z from user code: 2022-09-27T16:11:08.2415755Z File "test_view_ops.py", line 347, in 2022-09-27T16:11:08.2416081Z self.assertTrue(self.is_view_of(t, t_hsplit_tensor)) 2022-09-27T16:11:08.2416234Z 2022-09-27T16:11:08.2416364Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:08.2416566Z ========== 2022-09-27T16:11:08.2417011Z ok (0.009s) 2022-09-27T16:11:08.2458347Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2500666Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2544175Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2585871Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2627410Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2669565Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2711855Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.2730284Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2747013Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2763744Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2780502Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2850012Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-09-27T16:11:08.2866615Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2884401Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2902419Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2919825Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2936983Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2954376Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2971721Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.2987933Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3003967Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3020233Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3036223Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3137740Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 354 2022-09-27T16:11:08.3138366Z due to: 2022-09-27T16:11:08.3138706Z Traceback (most recent call last): 2022-09-27T16:11:08.3139119Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:08.3139559Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:08.3140032Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:08.3140247Z 2022-09-27T16:11:08.3140343Z from user code: 2022-09-27T16:11:08.3140616Z File "test_view_ops.py", line 357, in 2022-09-27T16:11:08.3141096Z self.assertTrue(self.is_view_of(t, t_vsplit_tensor)) 2022-09-27T16:11:08.3141367Z 2022-09-27T16:11:08.3141611Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:08.3142046Z ========== 2022-09-27T16:11:08.3142202Z ok (0.010s) 2022-09-27T16:11:08.3186021Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3231050Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3277535Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3320796Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3364045Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3406931Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3450555Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-09-27T16:11:08.3469182Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3486035Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3502692Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3519420Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-09-27T16:11:08.3571388Z test_view_view_cpu (__main__.TestViewOpsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_view test_view_ops.py line 703 2022-09-27T16:11:08.3571953Z due to: 2022-09-27T16:11:08.3572313Z Traceback (most recent call last): 2022-09-27T16:11:08.3573013Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:08.3573485Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:08.3573930Z AssertionError: torch.* op returned non-Tensor bool call_method _is_view 2022-09-27T16:11:08.3574190Z 2022-09-27T16:11:08.3574263Z from user code: 2022-09-27T16:11:08.3574469Z File "test_view_ops.py", line 706, in test_view_view 2022-09-27T16:11:08.3574773Z self.assertTrue(self.is_view_of(t, v)) 2022-09-27T16:11:08.3574909Z 2022-09-27T16:11:08.3575092Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:08.3575348Z ========== 2022-09-27T16:11:08.3575512Z ok (0.005s) 2022-09-27T16:11:08.4435998Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.079s) 2022-09-27T16:11:08.4488636Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_advanced_indexing_assignment test_view_ops.py line 860 2022-09-27T16:11:08.4489213Z due to: 2022-09-27T16:11:08.4489526Z Traceback (most recent call last): 2022-09-27T16:11:08.4490248Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:11:08.4490883Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:11:08.4491510Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:11:08.4491901Z 2022-09-27T16:11:08.4492156Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:08.4492435Z 2022-09-27T16:11:08.4492528Z Traceback (most recent call last): 2022-09-27T16:11:08.4492910Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:08.4493177Z ) from e 2022-09-27T16:11:08.4493507Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:08.4493764Z 2022-09-27T16:11:08.4493901Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:08.4494065Z 2022-09-27T16:11:08.4494144Z Traceback (most recent call last): 2022-09-27T16:11:08.4494531Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:08.4494829Z raise TorchRuntimeError() from e 2022-09-27T16:11:08.4495254Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:08.4495399Z 2022-09-27T16:11:08.4495470Z from user code: 2022-09-27T16:11:08.4495716Z File "test_view_ops.py", line 862, in test_advanced_indexing_assignment 2022-09-27T16:11:08.4495981Z rows = torch.tensor([[0, 0], [2, 2]], device=device) 2022-09-27T16:11:08.4496116Z 2022-09-27T16:11:08.4496233Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:08.4496452Z ========== 2022-09-27T16:11:08.4502366Z ok (0.006s) 2022-09-27T16:11:08.4550828Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.4943808Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.039s) 2022-09-27T16:11:08.5000765Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.5048900Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.5098876Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.5157045Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.5214475Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.5224733Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:11:08.5240921Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5256105Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5317649Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:11:08.5329604Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5341804Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5353848Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5365932Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5377934Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5389864Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5402014Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5414145Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-09-27T16:11:08.5428232Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5440838Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5499360Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.5588399Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.008s) 2022-09-27T16:11:08.5639878Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.5653371Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5670657Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5693884Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.5705983Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5718055Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5730271Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5742036Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5754543Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5766076Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5777996Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5790054Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.5802274Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.6908717Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.110s) 2022-09-27T16:11:08.6964162Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.7289395Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.032s) 2022-09-27T16:11:08.7313512Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.7333181Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.7381912Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.7395578Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7712870Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.031s) 2022-09-27T16:11:08.7761567Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.7781430Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7798379Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7815160Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7831793Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7848642Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7865238Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7882029Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7898901Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7915678Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7932936Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7949835Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7966925Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.7983704Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8000479Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8016883Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8033678Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8050352Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8067074Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8083901Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8103020Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.8119779Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8136319Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8152991Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8169693Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.8179127Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-09-27T16:11:08.8227218Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.8272593Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.8324565Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.8371110Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.8754224Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.038s) 2022-09-27T16:11:08.9126870Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.037s) 2022-09-27T16:11:08.9203044Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-09-27T16:11:08.9219041Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:08.9263584Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.004s) 2022-09-27T16:11:08.9321463Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.9374622Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-09-27T16:11:08.9401980Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.9423784Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.9444243Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.9463593Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:08.9483844Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:11:08.9549845Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-09-27T16:11:08.9760782Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_view_ops.py line 942 2022-09-27T16:11:08.9761320Z due to: 2022-09-27T16:11:08.9761945Z Traceback (most recent call last): 2022-09-27T16:11:08.9762709Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:11:08.9763346Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:11:08.9763947Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:11:08.9764237Z 2022-09-27T16:11:08.9764374Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:08.9764538Z 2022-09-27T16:11:08.9764706Z Traceback (most recent call last): 2022-09-27T16:11:08.9765095Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:08.9765372Z ) from e 2022-09-27T16:11:08.9765707Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:08.9765959Z 2022-09-27T16:11:08.9766095Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:08.9766302Z ========== 2022-09-27T16:11:08.9767072Z ok (0.021s) 2022-09-27T16:11:08.9813870Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:08.9859006Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:08.9903365Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:08.9947325Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:08.9991363Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0035912Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0079782Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0123878Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0167995Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0212162Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0256186Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: TorchDynamo fails with unknown reason (0.004s) 2022-09-27T16:11:09.0276534Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:09.0296496Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0316497Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:09.0336073Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0355860Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0375670Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0395553Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0415034Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0438411Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-09-27T16:11:09.0457749Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0477451Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0496812Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0511977Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0527208Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0542301Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0557552Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0572755Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0587689Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0603050Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0618156Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0633038Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0648209Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0663183Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0678345Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0693315Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0708395Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0723566Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0738805Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0753979Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0768953Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0784178Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0799543Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0814854Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0830109Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0845679Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0860858Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0877958Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0892939Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0908155Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0923206Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0938195Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0953612Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0967521Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0981468Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.0995621Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1009582Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1023746Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1037879Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1052513Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1066704Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1081086Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1095266Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1109588Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1123992Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1138161Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1152489Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1166828Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1181188Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1195595Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1209743Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-09-27T16:11:09.1231487Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.002s) 2022-09-27T16:11:09.1231732Z 2022-09-27T16:11:09.1232014Z ---------------------------------------------------------------------- 2022-09-27T16:11:09.1232301Z Ran 439 tests in 17.896s 2022-09-27T16:11:09.1232435Z 2022-09-27T16:11:09.1232516Z OK (skipped=136) 2022-09-27T16:11:09.1232629Z 2022-09-27T16:11:09.1232712Z Generating XML reports... 2022-09-27T16:11:09.1353600Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927161051.xml 2022-09-27T16:11:09.1474742Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927161051.xml 2022-09-27T16:11:09.1712183Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927161051.xml 2022-09-27T16:11:09.6143139Z Running test_ao_sparsity ... [2022-09-27 16:11:09.613911] 2022-09-27T16:11:09.6143727Z Executing ['/opt/conda/bin/python', '-bb', 'test_ao_sparsity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:11:09.613994] 2022-09-27T16:11:11.0678460Z Test results will be stored in test-reports/python-unittest/test_ao_sparsity 2022-09-27T16:11:11.0701397Z 2022-09-27T16:11:11.0701716Z Running tests... 2022-09-27T16:11:11.0702381Z ---------------------------------------------------------------------- 2022-09-27T16:11:11.1997261Z test_activation_sparsifier (ao.sparsity.test_activation_sparsifier.TestActivationSparsifier) 2022-09-27T16:11:16.8805304Z Simulates the workflow of the activation sparsifier, starting from object creation ... skip: TorchDynamo fails with unknown reason (5.687s) 2022-09-27T16:11:16.8817442Z test_constructor (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) 2022-09-27T16:11:16.9480727Z Checks if the warning is thrown if the scheduler step is called ... ok (0.067s) 2022-09-27T16:11:17.8128295Z test_order_of_steps (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.864s) 2022-09-27T16:11:17.8288472Z test_state_dict (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_data_scheduler.py line 64 2022-09-27T16:11:17.8289339Z due to: 2022-09-27T16:11:17.8289649Z Traceback (most recent call last): 2022-09-27T16:11:17.8290357Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:11:17.8290929Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:11:17.8291476Z NotImplementedError: UserDefinedObjectVariable(_VariadicGenericAlias) is not a constant 2022-09-27T16:11:17.8291842Z 2022-09-27T16:11:17.8291963Z from user code: 2022-09-27T16:11:17.8292456Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_data_scheduler.py", line 65, in 2022-09-27T16:11:17.8292947Z if isinstance(some_data, Tuple): 2022-09-27T16:11:17.8293163Z 2022-09-27T16:11:17.8293385Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:17.8293754Z ========== 2022-09-27T16:11:17.8390280Z ok (0.025s) 2022-09-27T16:11:17.8483330Z test_step (ao.sparsity.test_data_scheduler.TestBaseDataScheduler) ... ok (0.009s) 2022-09-27T16:11:17.9215843Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _get_name_data_config /var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py line 49 2022-09-27T16:11:17.9216648Z due to: 2022-09-27T16:11:17.9216962Z Traceback (most recent call last): 2022-09-27T16:11:17.9218805Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 144, in as_python_constant 2022-09-27T16:11:17.9219435Z raise NotImplementedError(f"{self} is not a constant") 2022-09-27T16:11:17.9220013Z NotImplementedError: UserDefinedObjectVariable(_VariadicGenericAlias) is not a constant 2022-09-27T16:11:17.9220389Z 2022-09-27T16:11:17.9220795Z from user code: 2022-09-27T16:11:17.9221309Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py", line 51, in _get_name_data_config 2022-09-27T16:11:17.9221815Z if isinstance(some_data, Tuple): 2022-09-27T16:11:17.9222038Z 2022-09-27T16:11:17.9222268Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:17.9222641Z ========== 2022-09-27T16:11:18.0277628Z /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-09-27T16:11:18.0278959Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:18.0492679Z /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-09-27T16:11:18.0493258Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:18.0524849Z /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-09-27T16:11:18.0525441Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:18.1252501Z ok (0.276s) 2022-09-27T16:11:18.2275733Z test_nn_parameters (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-09-27T16:11:18.2276870Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:18.3134310Z ok (0.187s) 2022-09-27T16:11:18.3910650Z test_tensors (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-09-27T16:11:18.3911811Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:18.4593160Z ok (0.145s) 2022-09-27T16:11:18.5664073Z test_constructor (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.106s) 2022-09-27T16:11:18.9165317Z test_prepare_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.349s) 2022-09-27T16:11:19.0310407Z test_prepare_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.114s) 2022-09-27T16:11:19.4096140Z test_squash_mask_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.378s) 2022-09-27T16:11:19.5278747Z test_squash_mask_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.118s) 2022-09-27T16:11:19.5295217Z test_step_conv2d (ao.sparsity.test_pruner.TestBasePruner) ... skip: TorchDynamo fails with unknown reason (0.001s) 2022-09-27T16:11:20.0576863Z test_step_linear (ao.sparsity.test_pruner.TestBasePruner) ... ok (0.527s) 2022-09-27T16:11:20.1463903Z test_constructor (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.088s) 2022-09-27T16:11:20.1992676Z test_mask_squash (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.052s) 2022-09-27T16:11:20.3635926Z test_mask_squash_with_params1 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.164s) 2022-09-27T16:11:20.4342501Z test_mask_squash_with_params2 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.070s) 2022-09-27T16:11:20.5062716Z test_mask_squash_with_params3 (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.071s) 2022-09-27T16:11:20.5095450Z test_prepare_config (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.003s) 2022-09-27T16:11:20.9989918Z test_state_dict (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.489s) 2022-09-27T16:11:21.0400682Z test_step (ao.sparsity.test_sparsifier.TestBaseSparsifier) ... ok (0.040s) 2022-09-27T16:11:21.0443973Z test_convert_without_squash_mask (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_convert_without_squash_mask /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 129 2022-09-27T16:11:21.0444645Z due to: 2022-09-27T16:11:21.0444850Z Traceback (most recent call last): 2022-09-27T16:11:21.0445258Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:21.0445813Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:21.0446265Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:21.0446470Z 2022-09-27T16:11:21.0446540Z from user code: 2022-09-27T16:11:21.0446822Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 134, in test_convert_without_squash_mask 2022-09-27T16:11:21.0447182Z ) = _get_model_and_sparsifier_and_sparse_config(tq.get_default_qconfig("fbgemm")) 2022-09-27T16:11:21.0447355Z 2022-09-27T16:11:21.0447486Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.0447703Z ========== 2022-09-27T16:11:21.0974672Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:21.0975146Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:21.3119967Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _calculate_sparsity /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 59 2022-09-27T16:11:21.3120518Z due to: 2022-09-27T16:11:21.3120819Z Traceback (most recent call last): 2022-09-27T16:11:21.3121490Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:21.3122269Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:21.3122891Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:21.3123255Z 2022-09-27T16:11:21.3123481Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:21.3123759Z 2022-09-27T16:11:21.3123908Z Traceback (most recent call last): 2022-09-27T16:11:21.3124802Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:21.3125259Z ) from e 2022-09-27T16:11:21.3125828Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:21.3126278Z 2022-09-27T16:11:21.3126493Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.3126840Z ========== 2022-09-27T16:11:21.3127100Z ok (0.272s) 2022-09-27T16:11:21.3178375Z test_fusion_before_s_prep (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fusion_before_s_prep /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 196 2022-09-27T16:11:21.3179149Z due to: 2022-09-27T16:11:21.3179458Z Traceback (most recent call last): 2022-09-27T16:11:21.3180164Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:21.3181241Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:21.3182025Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:21.3182378Z 2022-09-27T16:11:21.3182500Z from user code: 2022-09-27T16:11:21.3183215Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 201, in test_fusion_before_s_prep 2022-09-27T16:11:21.3183798Z ) = _get_model_and_sparsifier_and_sparse_config(tq.get_default_qconfig("fbgemm")) 2022-09-27T16:11:21.3184094Z 2022-09-27T16:11:21.3184314Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.3184679Z ========== 2022-09-27T16:11:21.3192751Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:21.3193764Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:21.5191337Z ok (0.206s) 2022-09-27T16:11:21.5230824Z test_q_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_q_prep_before_s_prep /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 69 2022-09-27T16:11:21.5231549Z due to: 2022-09-27T16:11:21.5231845Z Traceback (most recent call last): 2022-09-27T16:11:21.5232538Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:21.5233428Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:21.5234217Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:21.5234573Z 2022-09-27T16:11:21.5234676Z from user code: 2022-09-27T16:11:21.5235168Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 74, in test_q_prep_before_s_prep 2022-09-27T16:11:21.5235763Z ) = _get_model_and_sparsifier_and_sparse_config(tq.get_default_qconfig("fbgemm")) 2022-09-27T16:11:21.5236061Z 2022-09-27T16:11:21.5236280Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.5236633Z ========== 2022-09-27T16:11:21.5240432Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:21.5241207Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:21.7429445Z ok (0.223s) 2022-09-27T16:11:21.7479808Z test_qat_prep_before_s_prep (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_qat_prep_before_s_prep /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 277 2022-09-27T16:11:21.7480614Z due to: 2022-09-27T16:11:21.7480917Z Traceback (most recent call last): 2022-09-27T16:11:21.7481567Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:21.7482312Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:21.7483023Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:21.7483368Z 2022-09-27T16:11:21.7483486Z from user code: 2022-09-27T16:11:21.7483958Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 279, in test_qat_prep_before_s_prep 2022-09-27T16:11:21.7484671Z tq.get_default_qat_qconfig("fbgemm") 2022-09-27T16:11:21.7484897Z 2022-09-27T16:11:21.7485118Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.7485481Z ========== 2022-09-27T16:11:21.7486444Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:21.7487250Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:21.7623682Z ok (0.019s) 2022-09-27T16:11:21.7663137Z test_s_prep_before_fusion (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_s_prep_before_fusion /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 167 2022-09-27T16:11:21.7663870Z due to: 2022-09-27T16:11:21.7664180Z Traceback (most recent call last): 2022-09-27T16:11:21.7664913Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:21.7665666Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:21.7666529Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:21.7666883Z 2022-09-27T16:11:21.7667001Z from user code: 2022-09-27T16:11:21.7667439Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 172, in test_s_prep_before_fusion 2022-09-27T16:11:21.7667981Z ) = _get_model_and_sparsifier_and_sparse_config(tq.get_default_qconfig("fbgemm")) 2022-09-27T16:11:21.7668269Z 2022-09-27T16:11:21.7668493Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.7668844Z ========== 2022-09-27T16:11:21.7678163Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:21.7678986Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:21.9650529Z ok (0.202s) 2022-09-27T16:11:21.9691085Z test_s_prep_before_q_prep (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_s_prep_before_q_prep /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 98 2022-09-27T16:11:21.9691824Z due to: 2022-09-27T16:11:21.9692131Z Traceback (most recent call last): 2022-09-27T16:11:21.9692842Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:21.9693620Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:21.9694528Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:21.9694886Z 2022-09-27T16:11:21.9695011Z from user code: 2022-09-27T16:11:21.9695477Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 103, in test_s_prep_before_q_prep 2022-09-27T16:11:21.9696074Z ) = _get_model_and_sparsifier_and_sparse_config(tq.get_default_qconfig("fbgemm")) 2022-09-27T16:11:21.9696370Z 2022-09-27T16:11:21.9696595Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:21.9696949Z ========== 2022-09-27T16:11:21.9704795Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:21.9705579Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:22.1668039Z ok (0.201s) 2022-09-27T16:11:22.1711209Z test_s_prep_before_qat_prep (ao.sparsity.test_composability.TestComposability) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_s_prep_before_qat_prep /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 248 2022-09-27T16:11:22.1711933Z due to: 2022-09-27T16:11:22.1712250Z Traceback (most recent call last): 2022-09-27T16:11:22.1712938Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:22.1713911Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:22.1714663Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:22.1715359Z 2022-09-27T16:11:22.1715479Z from user code: 2022-09-27T16:11:22.1715934Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 254, in test_s_prep_before_qat_prep 2022-09-27T16:11:22.1716407Z tq.get_default_qat_qconfig("fbgemm") 2022-09-27T16:11:22.1716597Z 2022-09-27T16:11:22.1716815Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:22.1717163Z ========== 2022-09-27T16:11:22.1725921Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:22.1726930Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:22.1878477Z ok (0.020s) 2022-09-27T16:11:22.3542673Z test_jit_trace (ao.sparsity.test_parametrization.TestFakeSparsity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_parametrization.py line 145 2022-09-27T16:11:22.3554465Z due to: 2022-09-27T16:11:22.3554834Z Traceback (most recent call last): 2022-09-27T16:11:22.3555487Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:11:22.3556111Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:11:22.3556701Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:11:22.3556985Z 2022-09-27T16:11:22.3557101Z from user code: 2022-09-27T16:11:22.3557592Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_parametrization.py", line 149, in 2022-09-27T16:11:22.3558077Z y_hat = model_trace(x) 2022-09-27T16:11:22.3558267Z 2022-09-27T16:11:22.3558483Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:22.3558835Z ========== 2022-09-27T16:11:22.3695468Z ok (0.181s) 2022-09-27T16:11:22.4097776Z test_masking_logic (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.040s) 2022-09-27T16:11:22.9320050Z test_state_dict_preserved (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.522s) 2022-09-27T16:11:23.0440791Z test_weights_parametrized (ao.sparsity.test_parametrization.TestFakeSparsity) ... ok (0.111s) 2022-09-27T16:11:23.0461288Z test_q_prep_fx_before_s_prep (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:11:23.0584331Z This test checks that the ordering of prepare_fx -> sparse prepare -> convert_fx ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 340 2022-09-27T16:11:23.0585095Z due to: 2022-09-27T16:11:23.0585430Z Traceback (most recent call last): 2022-09-27T16:11:23.0586179Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:23.0586936Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:23.0587397Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:23.0587607Z 2022-09-27T16:11:23.0587675Z from user code: 2022-09-27T16:11:23.0587976Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 343, in 2022-09-27T16:11:23.0588282Z qconfig = tq.get_default_qconfig("fbgemm") 2022-09-27T16:11:23.0588415Z 2022-09-27T16:11:23.0588548Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.0588763Z ========== 2022-09-27T16:11:23.0759128Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:23.0759819Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:23.2152108Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:23.2152884Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:23.3550804Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward .140 line 4 2022-09-27T16:11:23.3551236Z due to: 2022-09-27T16:11:23.3551898Z Traceback (most recent call last): 2022-09-27T16:11:23.3552550Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:23.3553023Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:23.3557138Z NotImplementedError: Could not run 'aten::quantize_per_tensor.tensor_qparams' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor.tensor_qparams' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:11:23.3559814Z 2022-09-27T16:11:23.3560109Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:11:23.3560840Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:11:23.3561605Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:11:23.3562419Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:11:23.3563098Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:11:23.3563721Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:11:23.3564509Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:23.3565296Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:23.3565973Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:11:23.3566697Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:11:23.3567392Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3568064Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3568787Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3569557Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3570510Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3571247Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3571917Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3572530Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3573139Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3573864Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3574590Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3575343Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3576111Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3576914Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3577829Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3578641Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.3579374Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:11:23.3580092Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:11:23.3580822Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:11:23.3581631Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:11:23.3582501Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:11:23.3583317Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:11:23.3584091Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:11:23.3584893Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:11:23.3585688Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:11:23.3586537Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:11:23.3587373Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:11:23.3587800Z 2022-09-27T16:11:23.3587808Z 2022-09-27T16:11:23.3588054Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:23.3588341Z 2022-09-27T16:11:23.3588505Z Traceback (most recent call last): 2022-09-27T16:11:23.3589290Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:23.3589937Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:23.3590697Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:23.3591092Z 2022-09-27T16:11:23.3591334Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:23.3591630Z 2022-09-27T16:11:23.3591792Z Traceback (most recent call last): 2022-09-27T16:11:23.3592526Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:23.3592991Z ) from e 2022-09-27T16:11:23.3593749Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:23.3594355Z 2022-09-27T16:11:23.3594634Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:23.3594930Z 2022-09-27T16:11:23.3595090Z Traceback (most recent call last): 2022-09-27T16:11:23.3595795Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:23.3596335Z raise TorchRuntimeError() from e 2022-09-27T16:11:23.3596757Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:23.3597017Z 2022-09-27T16:11:23.3597125Z from user code: 2022-09-27T16:11:23.3597478Z File ".140", line 10, in forward 2022-09-27T16:11:23.3598063Z quantize_per_tensor = torch.quantize_per_tensor(_2, _5_input_scale_0, _5_input_zero_point_0, torch.quint8); _2 = _5_input_scale_0 = _5_input_zero_point_0 = None 2022-09-27T16:11:23.3598402Z 2022-09-27T16:11:23.3598613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.3598940Z ========== 2022-09-27T16:11:23.3599168Z ok (0.312s) 2022-09-27T16:11:23.3600208Z test_q_prep_fx_s_prep_ref_conv (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:11:23.3740008Z This checks that the ordering: prepare_fx -> sparse prepare -> convert_to_reference_fx ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 399 2022-09-27T16:11:23.3740844Z due to: 2022-09-27T16:11:23.3741138Z Traceback (most recent call last): 2022-09-27T16:11:23.3741820Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:23.3742583Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:23.3743352Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:23.3743772Z 2022-09-27T16:11:23.3743890Z from user code: 2022-09-27T16:11:23.3744406Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 402, in 2022-09-27T16:11:23.3744948Z qconfig = tq.get_default_qconfig("fbgemm") 2022-09-27T16:11:23.3745172Z 2022-09-27T16:11:23.3745377Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.3745740Z ========== 2022-09-27T16:11:23.3898069Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:23.3898860Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:23.5277074Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:23.6545750Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:23.6546539Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward .149 line 4 2022-09-27T16:11:23.6546944Z due to: 2022-09-27T16:11:23.6547253Z Traceback (most recent call last): 2022-09-27T16:11:23.6548161Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:23.6548596Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:23.6552199Z NotImplementedError: Could not run 'aten::quantize_per_tensor.tensor_qparams' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor.tensor_qparams' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:11:23.6554708Z 2022-09-27T16:11:23.6554998Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:11:23.6555719Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:11:23.6556474Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:11:23.6557223Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:11:23.6557982Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:11:23.6558689Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:11:23.6559356Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:23.6560013Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:23.6560663Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:11:23.6561392Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:11:23.6562142Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6562831Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6563537Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6564230Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6564923Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6565602Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6566291Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6566975Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6567659Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6568413Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6569107Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6569801Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6570524Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6571312Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6572047Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6572791Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.6573476Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:11:23.6574122Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:11:23.6574803Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:11:23.6575556Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:11:23.6576367Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:11:23.6577102Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:11:23.6577857Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:11:23.6578598Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:11:23.6579347Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:11:23.6580106Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:11:23.6580872Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:11:23.6581266Z 2022-09-27T16:11:23.6581273Z 2022-09-27T16:11:23.6581500Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:23.6581774Z 2022-09-27T16:11:23.6581931Z Traceback (most recent call last): 2022-09-27T16:11:23.6582592Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:23.6583179Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:23.6583800Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:23.6584157Z 2022-09-27T16:11:23.6584384Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:23.6584658Z 2022-09-27T16:11:23.6584797Z Traceback (most recent call last): 2022-09-27T16:11:23.6585468Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:23.6585913Z ) from e 2022-09-27T16:11:23.6586487Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:23.6586920Z 2022-09-27T16:11:23.6587209Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:23.6587482Z 2022-09-27T16:11:23.6587632Z Traceback (most recent call last): 2022-09-27T16:11:23.6588300Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:23.6588782Z raise TorchRuntimeError() from e 2022-09-27T16:11:23.6589174Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:23.6589412Z 2022-09-27T16:11:23.6589531Z from user code: 2022-09-27T16:11:23.6589858Z File ".149", line 10, in forward 2022-09-27T16:11:23.6590465Z quantize_per_tensor = torch.quantize_per_tensor(_2, _5_input_scale_0, _5_input_zero_point_0, torch.quint8); _2 = _5_input_scale_0 = _5_input_zero_point_0 = None 2022-09-27T16:11:23.6590849Z 2022-09-27T16:11:23.6591067Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.6591428Z ========== 2022-09-27T16:11:23.6591685Z ok (0.298s) 2022-09-27T16:11:23.6592129Z test_s_prep_before_q_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:11:23.6800183Z This test checks that the ordering of sparse prepare -> prepare_fx -> convert_fx ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 459 2022-09-27T16:11:23.6801036Z due to: 2022-09-27T16:11:23.6801375Z Traceback (most recent call last): 2022-09-27T16:11:23.6802198Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:23.6803069Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:23.6804020Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:23.6804381Z 2022-09-27T16:11:23.6804497Z from user code: 2022-09-27T16:11:23.6804987Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 462, in 2022-09-27T16:11:23.6805395Z qconfig = tq.get_default_qconfig("fbgemm") 2022-09-27T16:11:23.6805569Z 2022-09-27T16:11:23.6805722Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.6806028Z ========== 2022-09-27T16:11:23.6967823Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:23.6968718Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:23.8346148Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:23.8347021Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:23.9695650Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward .160 line 4 2022-09-27T16:11:23.9696034Z due to: 2022-09-27T16:11:23.9696305Z Traceback (most recent call last): 2022-09-27T16:11:23.9696868Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:23.9697371Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:23.9701553Z NotImplementedError: Could not run 'aten::quantize_per_tensor.tensor_qparams' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor.tensor_qparams' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:11:23.9704369Z 2022-09-27T16:11:23.9704655Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:11:23.9705531Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:11:23.9706300Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:11:23.9707182Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:11:23.9707874Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:11:23.9708503Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:11:23.9709325Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:23.9710032Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:23.9710697Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:11:23.9711368Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:11:23.9712086Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9712757Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9713669Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9714445Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9715217Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9715949Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9716623Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9717241Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9717857Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9718474Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9719182Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9719972Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9720755Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9721748Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9722561Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9723372Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:23.9724118Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:11:23.9724896Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:11:23.9725632Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:11:23.9726447Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:11:23.9727322Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:11:23.9728116Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:11:23.9728884Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:11:23.9729685Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:11:23.9730499Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:11:23.9731327Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:11:23.9732164Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:11:23.9732593Z 2022-09-27T16:11:23.9732602Z 2022-09-27T16:11:23.9732849Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:23.9733149Z 2022-09-27T16:11:23.9733317Z Traceback (most recent call last): 2022-09-27T16:11:23.9734096Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:23.9734744Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:23.9735419Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:23.9735811Z 2022-09-27T16:11:23.9736055Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:23.9736338Z 2022-09-27T16:11:23.9736500Z Traceback (most recent call last): 2022-09-27T16:11:23.9737238Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:23.9737812Z ) from e 2022-09-27T16:11:23.9738425Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:23.9738918Z 2022-09-27T16:11:23.9739163Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:23.9739460Z 2022-09-27T16:11:23.9739624Z Traceback (most recent call last): 2022-09-27T16:11:23.9740313Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:23.9740750Z raise TorchRuntimeError() from e 2022-09-27T16:11:23.9741107Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:23.9741316Z 2022-09-27T16:11:23.9741415Z from user code: 2022-09-27T16:11:23.9741717Z File ".160", line 10, in forward 2022-09-27T16:11:23.9742460Z quantize_per_tensor = torch.quantize_per_tensor(_2, _5_input_scale_0, _5_input_zero_point_0, torch.quint8); _2 = _5_input_scale_0 = _5_input_zero_point_0 = None 2022-09-27T16:11:23.9742886Z 2022-09-27T16:11:23.9743132Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.9743516Z ========== 2022-09-27T16:11:23.9743801Z ok (0.315s) 2022-09-27T16:11:23.9744210Z test_s_prep_before_qat_prep_fx (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:11:23.9988988Z This test checks that the ordering of sparse prepare -> prepare_qat_fx -> convert_fx ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 504 2022-09-27T16:11:23.9990199Z due to: 2022-09-27T16:11:23.9990537Z Traceback (most recent call last): 2022-09-27T16:11:23.9991327Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:23.9992234Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:23.9993134Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:23.9993669Z 2022-09-27T16:11:23.9993769Z from user code: 2022-09-27T16:11:23.9994166Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 507, in 2022-09-27T16:11:23.9994582Z qconfig = tq.get_default_qat_qconfig("fbgemm") 2022-09-27T16:11:23.9994793Z 2022-09-27T16:11:23.9994960Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:23.9995284Z ========== 2022-09-27T16:11:24.0151001Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:24.0151851Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:24.0634242Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:24.1065670Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:24.1066360Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward .169 line 4 2022-09-27T16:11:24.1066767Z due to: 2022-09-27T16:11:24.1067133Z Traceback (most recent call last): 2022-09-27T16:11:24.1067712Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:24.1068167Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:24.1071688Z NotImplementedError: Could not run 'aten::quantize_per_tensor.tensor_qparams' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor.tensor_qparams' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:11:24.1074132Z 2022-09-27T16:11:24.1074406Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:11:24.1075419Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:11:24.1076188Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:11:24.1076938Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:11:24.1077703Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:11:24.1078489Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:11:24.1079162Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:24.1079830Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:24.1080490Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:11:24.1081227Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:11:24.1081987Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1082701Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1083394Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1084093Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1084802Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1085501Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1086181Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1086870Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1087567Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1088269Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1088960Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1089672Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1090399Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1091150Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1091871Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1092624Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.1093307Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:11:24.1094022Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:11:24.1094696Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:11:24.1095450Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:11:24.1096265Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:11:24.1097016Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:11:24.1097827Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:11:24.1098579Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:11:24.1099337Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:11:24.1100124Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:11:24.1100880Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:11:24.1101270Z 2022-09-27T16:11:24.1101276Z 2022-09-27T16:11:24.1101515Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:24.1101799Z 2022-09-27T16:11:24.1101951Z Traceback (most recent call last): 2022-09-27T16:11:24.1102645Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:24.1103229Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:24.1103858Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:24.1104218Z 2022-09-27T16:11:24.1104449Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:24.1104728Z 2022-09-27T16:11:24.1104883Z Traceback (most recent call last): 2022-09-27T16:11:24.1105548Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:24.1105999Z ) from e 2022-09-27T16:11:24.1106583Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:24.1107035Z 2022-09-27T16:11:24.1107250Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:24.1107529Z 2022-09-27T16:11:24.1107683Z Traceback (most recent call last): 2022-09-27T16:11:24.1108352Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:24.1108854Z raise TorchRuntimeError() from e 2022-09-27T16:11:24.1109231Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:24.1109468Z 2022-09-27T16:11:24.1109583Z from user code: 2022-09-27T16:11:24.1109911Z File ".169", line 10, in forward 2022-09-27T16:11:24.1110471Z quantize_per_tensor = torch.quantize_per_tensor(_2, _5_input_scale_0, _5_input_zero_point_0, torch.quint8); _2 = _5_input_scale_0 = _5_input_zero_point_0 = None 2022-09-27T16:11:24.1110860Z 2022-09-27T16:11:24.1111080Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.1111447Z ========== 2022-09-27T16:11:24.1111722Z ok (0.136s) 2022-09-27T16:11:24.1112153Z test_s_prep_q_prep_fx_ref (ao.sparsity.test_composability.TestFxComposability) 2022-09-27T16:11:24.1330434Z This checks that the ordering: sparse prepare -> prepare_fx -> convert_to_reference_fx ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py line 550 2022-09-27T16:11:24.1331164Z due to: 2022-09-27T16:11:24.1331487Z Traceback (most recent call last): 2022-09-27T16:11:24.1332147Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:24.1332915Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:24.1333695Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:11:24.1334047Z 2022-09-27T16:11:24.1334233Z from user code: 2022-09-27T16:11:24.1334722Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_composability.py", line 553, in 2022-09-27T16:11:24.1335251Z qconfig = tq.get_default_qconfig("fbgemm") 2022-09-27T16:11:24.1335479Z 2022-09-27T16:11:24.1335698Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.1336051Z ========== 2022-09-27T16:11:24.1503018Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:24.1503824Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:24.2897927Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:24.2898751Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:24.4152440Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward .178 line 4 2022-09-27T16:11:24.4152881Z due to: 2022-09-27T16:11:24.4153325Z Traceback (most recent call last): 2022-09-27T16:11:24.4153962Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:11:24.4154415Z return self._op(*args, **kwargs or {}) 2022-09-27T16:11:24.4157958Z NotImplementedError: Could not run 'aten::quantize_per_tensor.tensor_qparams' with arguments from the 'Meta' backend. This could be because the operator doesn't exist for this backend, or was omitted during the selective/custom build process (if using custom build). If you are a Facebook employee using PyTorch on mobile, please visit https://fburl.com/ptmfixes for possible resolutions. 'aten::quantize_per_tensor.tensor_qparams' is only available for these backends: [CPU, BackendSelect, Python, FuncTorchDynamicLayerBackMode, Functionalize, Named, Conjugate, Negative, ZeroTensor, ADInplaceOrView, AutogradOther, AutogradCPU, AutogradCUDA, AutogradHIP, AutogradXLA, AutogradMPS, AutogradIPU, AutogradXPU, AutogradHPU, AutogradVE, AutogradLazy, AutogradMeta, AutogradPrivateUse1, AutogradPrivateUse2, AutogradPrivateUse3, AutogradNestedTensor, Tracer, AutocastCPU, AutocastCUDA, FuncTorchBatched, FuncTorchVmapMode, Batched, VmapMode, FuncTorchGradWrapper, PythonTLSSnapshot, FuncTorchDynamicLayerFrontMode, PythonDispatcher]. 2022-09-27T16:11:24.4160257Z 2022-09-27T16:11:24.4160529Z CPU: registered at /var/lib/jenkins/workspace/build/aten/src/ATen/RegisterCPU.cpp:30837 [kernel] 2022-09-27T16:11:24.4161252Z BackendSelect: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/BackendSelectFallbackKernel.cpp:3 [backend fallback] 2022-09-27T16:11:24.4162007Z Python: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:140 [backend fallback] 2022-09-27T16:11:24.4162751Z FuncTorchDynamicLayerBackMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:461 [backend fallback] 2022-09-27T16:11:24.4163870Z Functionalize: registered at /var/lib/jenkins/workspace/aten/src/ATen/FunctionalizeFallbackKernel.cpp:291 [backend fallback] 2022-09-27T16:11:24.4164830Z Named: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/NamedRegistrations.cpp:7 [backend fallback] 2022-09-27T16:11:24.4165504Z Conjugate: registered at /var/lib/jenkins/workspace/aten/src/ATen/ConjugateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:24.4166172Z Negative: registered at /var/lib/jenkins/workspace/aten/src/ATen/native/NegateFallback.cpp:18 [backend fallback] 2022-09-27T16:11:24.4166832Z ZeroTensor: registered at /var/lib/jenkins/workspace/aten/src/ATen/ZeroTensorFallback.cpp:86 [backend fallback] 2022-09-27T16:11:24.4167568Z ADInplaceOrView: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/core/VariableFallbackKernel.cpp:64 [backend fallback] 2022-09-27T16:11:24.4168398Z AutogradOther: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4169103Z AutogradCPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4169790Z AutogradCUDA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4236299Z AutogradHIP: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4237010Z AutogradXLA: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4237714Z AutogradMPS: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4238451Z AutogradIPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4239145Z AutogradXPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4239826Z AutogradHPU: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4240528Z AutogradVE: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4241232Z AutogradLazy: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4241933Z AutogradMeta: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4242644Z AutogradPrivateUse1: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4243392Z AutogradPrivateUse2: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4244132Z AutogradPrivateUse3: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4244878Z AutogradNestedTensor: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp:17656 [autograd kernel] 2022-09-27T16:11:24.4245549Z Tracer: registered at /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp:16889 [kernel] 2022-09-27T16:11:24.4246207Z AutocastCPU: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:482 [backend fallback] 2022-09-27T16:11:24.4246898Z AutocastCUDA: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/autocast_mode.cpp:324 [backend fallback] 2022-09-27T16:11:24.4247647Z FuncTorchBatched: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp:743 [backend fallback] 2022-09-27T16:11:24.4248446Z FuncTorchVmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/VmapModeRegistrations.cpp:28 [backend fallback] 2022-09-27T16:11:24.4249189Z Batched: registered at /var/lib/jenkins/workspace/aten/src/ATen/BatchingRegistrations.cpp:1063 [backend fallback] 2022-09-27T16:11:24.4250048Z VmapMode: fallthrough registered at /var/lib/jenkins/workspace/aten/src/ATen/VmapModeRegistrations.cpp:33 [backend fallback] 2022-09-27T16:11:24.4250799Z FuncTorchGradWrapper: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/TensorWrapper.cpp:187 [backend fallback] 2022-09-27T16:11:24.4251533Z PythonTLSSnapshot: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:148 [backend fallback] 2022-09-27T16:11:24.4252310Z FuncTorchDynamicLayerFrontMode: registered at /var/lib/jenkins/workspace/aten/src/ATen/functorch/DynamicLayer.cpp:457 [backend fallback] 2022-09-27T16:11:24.4253176Z PythonDispatcher: registered at /var/lib/jenkins/workspace/aten/src/ATen/core/PythonFallbackKernel.cpp:144 [backend fallback] 2022-09-27T16:11:24.4253566Z 2022-09-27T16:11:24.4253573Z 2022-09-27T16:11:24.4253807Z During handling of the above exception, another exception occurred: 2022-09-27T16:11:24.4254082Z 2022-09-27T16:11:24.4254219Z Traceback (most recent call last): 2022-09-27T16:11:24.4254976Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:24.4255567Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:24.4256187Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:24.4256548Z 2022-09-27T16:11:24.4256764Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:24.4257042Z 2022-09-27T16:11:24.4257192Z Traceback (most recent call last): 2022-09-27T16:11:24.4257957Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:24.4258408Z ) from e 2022-09-27T16:11:24.4258967Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:24.4259415Z 2022-09-27T16:11:24.4259649Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:24.4259930Z 2022-09-27T16:11:24.4260084Z Traceback (most recent call last): 2022-09-27T16:11:24.4260737Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:11:24.4261238Z raise TorchRuntimeError() from e 2022-09-27T16:11:24.4261629Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:11:24.4261866Z 2022-09-27T16:11:24.4261981Z from user code: 2022-09-27T16:11:24.4262296Z File ".178", line 10, in forward 2022-09-27T16:11:24.4262877Z quantize_per_tensor = torch.quantize_per_tensor(_2, _5_input_scale_0, _5_input_zero_point_0, torch.quint8); _2 = _5_input_scale_0 = _5_input_zero_point_0 = None 2022-09-27T16:11:24.4263266Z 2022-09-27T16:11:24.4263486Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.4263834Z ========== 2022-09-27T16:11:24.4264091Z ok (0.308s) 2022-09-27T16:11:24.4265121Z test_constructor (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 352 2022-09-27T16:11:24.4265900Z due to: 2022-09-27T16:11:24.4266190Z Traceback (most recent call last): 2022-09-27T16:11:24.4266848Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:24.4267594Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:24.4268649Z AssertionError: torch.* op returned non-Tensor NearlyDiagonalSparsifier call_function 2022-09-27T16:11:24.4269199Z 2022-09-27T16:11:24.4269299Z from user code: 2022-09-27T16:11:24.4269782Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 353, in 2022-09-27T16:11:24.4270400Z sparsifier = NearlyDiagonalSparsifier(nearliness=1) 2022-09-27T16:11:24.4270674Z 2022-09-27T16:11:24.4270888Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.4271239Z ========== 2022-09-27T16:11:24.4271503Z ok (0.007s) 2022-09-27T16:11:24.4319850Z test_mask_squash (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 404 2022-09-27T16:11:24.4320587Z due to: 2022-09-27T16:11:24.4321178Z Traceback (most recent call last): 2022-09-27T16:11:24.4321897Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:24.4322686Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:24.4323749Z AssertionError: torch.* op returned non-Tensor NearlyDiagonalSparsifier call_function 2022-09-27T16:11:24.4324276Z 2022-09-27T16:11:24.4324392Z from user code: 2022-09-27T16:11:24.4324893Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 405, in 2022-09-27T16:11:24.4325462Z sparsifier = NearlyDiagonalSparsifier(nearliness=1) 2022-09-27T16:11:24.4325719Z 2022-09-27T16:11:24.4325950Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.4326322Z ========== 2022-09-27T16:11:24.4333579Z ok (0.009s) 2022-09-27T16:11:24.4403158Z test_prepare (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 392 2022-09-27T16:11:24.4403869Z due to: 2022-09-27T16:11:24.4404182Z Traceback (most recent call last): 2022-09-27T16:11:24.4404889Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:24.4405668Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:24.4406749Z AssertionError: torch.* op returned non-Tensor NearlyDiagonalSparsifier call_function 2022-09-27T16:11:24.4407337Z 2022-09-27T16:11:24.4407473Z from user code: 2022-09-27T16:11:24.4407974Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 393, in 2022-09-27T16:11:24.4408532Z sparsifier = NearlyDiagonalSparsifier(nearliness=1) 2022-09-27T16:11:24.4408819Z 2022-09-27T16:11:24.4409050Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.4409427Z ========== 2022-09-27T16:11:24.4412497Z ok (0.007s) 2022-09-27T16:11:24.5471315Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 421 2022-09-27T16:11:24.5472409Z due to: 2022-09-27T16:11:24.5472712Z Traceback (most recent call last): 2022-09-27T16:11:24.5473598Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:24.5474312Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:24.5475343Z AssertionError: torch.* op returned non-Tensor NearlyDiagonalSparsifier call_function 2022-09-27T16:11:24.5475876Z 2022-09-27T16:11:24.5475995Z from user code: 2022-09-27T16:11:24.5476487Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 423, in 2022-09-27T16:11:24.5477320Z sparsifier = NearlyDiagonalSparsifier(nearliness=1) 2022-09-27T16:11:24.5477594Z 2022-09-27T16:11:24.5477841Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:24.5478236Z ========== 2022-09-27T16:11:25.0953091Z ok (0.653s) 2022-09-27T16:11:25.1093845Z test_step (ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 361 2022-09-27T16:11:25.1094563Z due to: 2022-09-27T16:11:25.1094849Z Traceback (most recent call last): 2022-09-27T16:11:25.1095784Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:25.1096474Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:25.1097481Z AssertionError: torch.* op returned non-Tensor NearlyDiagonalSparsifier call_function 2022-09-27T16:11:25.1098144Z 2022-09-27T16:11:25.1098235Z from user code: 2022-09-27T16:11:25.1098653Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 362, in 2022-09-27T16:11:25.1099154Z sparsifier = NearlyDiagonalSparsifier(nearliness=1) 2022-09-27T16:11:25.1099422Z 2022-09-27T16:11:25.1099621Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:25.1100082Z ========== 2022-09-27T16:11:25.2453112Z ok (0.149s) 2022-09-27T16:11:25.3973454Z test_nn_embeddings (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... /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-09-27T16:11:25.3974550Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:25.4892369Z /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-09-27T16:11:25.4893422Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:25.7356145Z /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-09-27T16:11:25.7357102Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:25.7726110Z /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-09-27T16:11:25.7727061Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:25.8865446Z ok (0.640s) 2022-09-27T16:11:25.9547103Z test_nn_parameters (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py line 66 2022-09-27T16:11:25.9547868Z due to: 2022-09-27T16:11:25.9548159Z Traceback (most recent call last): 2022-09-27T16:11:25.9548924Z File "/opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py", line 93, in add_data 2022-09-27T16:11:25.9549517Z "specified data type not supported at the moment" 2022-09-27T16:11:25.9549962Z AssertionError: specified data type not supported at the moment 2022-09-27T16:11:25.9550234Z 2022-09-27T16:11:25.9550348Z from user code: 2022-09-27T16:11:25.9550833Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py", line 69, in 2022-09-27T16:11:25.9551601Z sparsifier = sparsifier_type(**kwargs) 2022-09-27T16:11:25.9551828Z 2022-09-27T16:11:25.9552045Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:25.9552408Z ========== 2022-09-27T16:11:26.0155105Z /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-09-27T16:11:26.0156001Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.1008015Z /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-09-27T16:11:26.1009063Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.1789392Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py line 238 2022-09-27T16:11:26.1790023Z due to: 2022-09-27T16:11:26.1790342Z Traceback (most recent call last): 2022-09-27T16:11:26.1791174Z File "/opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py", line 93, in add_data 2022-09-27T16:11:26.1791818Z "specified data type not supported at the moment" 2022-09-27T16:11:26.1792301Z AssertionError: specified data type not supported at the moment 2022-09-27T16:11:26.1792598Z 2022-09-27T16:11:26.1792734Z from user code: 2022-09-27T16:11:26.1793532Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py", line 239, in 2022-09-27T16:11:26.1794194Z self.check_sparsity_level(data_list, data_with_config, defaults, norm_type=norm_type) 2022-09-27T16:11:26.1794516Z 2022-09-27T16:11:26.1794758Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:26.1795164Z ========== 2022-09-27T16:11:26.1871336Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT check_sparsity_level /var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py line 331 2022-09-27T16:11:26.1871923Z due to: 2022-09-27T16:11:26.1872222Z Traceback (most recent call last): 2022-09-27T16:11:26.1873028Z File "/opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py", line 93, in add_data 2022-09-27T16:11:26.1873810Z "specified data type not supported at the moment" 2022-09-27T16:11:26.1874285Z AssertionError: specified data type not supported at the moment 2022-09-27T16:11:26.1874561Z 2022-09-27T16:11:26.1874668Z from user code: 2022-09-27T16:11:26.1875146Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_data_sparsifier.py", line 335, in check_sparsity_level 2022-09-27T16:11:26.1875714Z sparsifier = DataNormSparsifier(data_list=data_list, norm=norm_type) 2022-09-27T16:11:26.1875997Z 2022-09-27T16:11:26.1876227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:26.1876602Z ========== 2022-09-27T16:11:26.2679591Z /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-09-27T16:11:26.2680521Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.3067033Z /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-09-27T16:11:26.3067958Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.4070448Z ok (0.520s) 2022-09-27T16:11:26.5016191Z test_tensors (ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers) ... /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-09-27T16:11:26.5017306Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.5716471Z /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-09-27T16:11:26.5717362Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.7067731Z /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-09-27T16:11:26.7068672Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.7381430Z /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-09-27T16:11:26.7382456Z warnings.warn("Replacing existing data of the same name. - Did you mean a different name?") 2022-09-27T16:11:26.8351327Z ok (0.427s) 2022-09-27T16:11:26.8374092Z test_ptq_quantize_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:11:26.8638430Z The expectation is post_training_sparse_quantize function ... ok (0.028s) 2022-09-27T16:11:26.8657046Z test_ptq_sparsify_first (ao.sparsity.test_data_sparsifier.TestQuantizationUtils) 2022-09-27T16:11:26.8839483Z The expectation is post_training_sparse_quantize function ... ok (0.019s) 2022-09-27T16:11:27.0308398Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseKernels) ... 2022-09-27 16:11:27,030 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:11:27.0700286Z 2022-09-27 16:11:27,069 - root - INFO - static sparse qlinear is only available in fbgemm 2022-09-27T16:11:27.0799060Z 2022-09-27 16:11:27,079 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:11:27.0808239Z 2022-09-27 16:11:27,080 - root - INFO - dynamic sparse qlinear is only available in qnnpack 2022-09-27T16:11:27.0815897Z ok (0.197s) 2022-09-27T16:11:27.0970697Z test_sparse_qlinear (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py line 261 2022-09-27T16:11:27.0971431Z due to: 2022-09-27T16:11:27.0971757Z Traceback (most recent call last): 2022-09-27T16:11:27.0972433Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.0973194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.0974090Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:11:27.0974497Z 2022-09-27T16:11:27.0974611Z from user code: 2022-09-27T16:11:27.0975102Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py", line 262, in 2022-09-27T16:11:27.0975662Z sparse_mapping = tq.get_default_dynamic_sparse_quant_module_mappings() 2022-09-27T16:11:27.0975950Z 2022-09-27T16:11:27.0976170Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.0976545Z ========== 2022-09-27T16:11:27.1891163Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:11:27.1891832Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:11:27.1931773Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:11:27.2411953Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py line 257 2022-09-27T16:11:27.2412651Z due to: 2022-09-27T16:11:27.2413653Z Traceback (most recent call last): 2022-09-27T16:11:27.2414485Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.2415387Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.2416761Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:11:27.2417181Z 2022-09-27T16:11:27.2417280Z from user code: 2022-09-27T16:11:27.2417954Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py", line 258, in 2022-09-27T16:11:27.2418664Z sparse_mapping = tq.get_default_static_sparse_quant_module_mappings() 2022-09-27T16:11:27.2419073Z 2022-09-27T16:11:27.2419298Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.2419785Z ========== 2022-09-27T16:11:27.2509860Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:27.2511018Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:27.2527366Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:11:27.2535304Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:11:27.2536342Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:1206: UserWarning: must run observer before calling calculate_qparams. Returning default scale and zero point 2022-09-27T16:11:27.2536994Z Returning default scale and zero point " 2022-09-27T16:11:27.2555680Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward /var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py line 242 2022-09-27T16:11:27.2556308Z due to: 2022-09-27T16:11:27.2556642Z Traceback (most recent call last): 2022-09-27T16:11:27.2557566Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 203, in from_real_tensor 2022-09-27T16:11:27.2558311Z raise UnsupportedFakeTensorException("quantized nyi in meta tensors") 2022-09-27T16:11:27.2559031Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: quantized nyi in meta tensors 2022-09-27T16:11:27.2559391Z 2022-09-27T16:11:27.2559623Z The above exception was the direct cause of the following exception: 2022-09-27T16:11:27.2559905Z 2022-09-27T16:11:27.2560064Z Traceback (most recent call last): 2022-09-27T16:11:27.2560742Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:11:27.2561192Z ) from e 2022-09-27T16:11:27.2561781Z torchdynamo.exc.FakeTensorError: Unsupported: quantized nyi in meta tensors with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:11:27.2562232Z 2022-09-27T16:11:27.2562462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.2562820Z ========== 2022-09-27T16:11:27.2564413Z ok (0.174s) 2022-09-27T16:11:27.2671763Z test_sparse_qlinear_serdes (ao.sparsity.test_kernels.TestQuantizedSparseLayers) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py line 293 2022-09-27T16:11:27.2672584Z due to: 2022-09-27T16:11:27.2672909Z Traceback (most recent call last): 2022-09-27T16:11:27.2674263Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.2675155Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.2676241Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:11:27.2676748Z 2022-09-27T16:11:27.2676875Z from user code: 2022-09-27T16:11:27.2677453Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py", line 294, in 2022-09-27T16:11:27.2678409Z sparse_mapping = tq.get_default_dynamic_sparse_quant_module_mappings() 2022-09-27T16:11:27.2678678Z 2022-09-27T16:11:27.2678893Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.2679213Z ========== 2022-09-27T16:11:27.2693247Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:288: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:11:27.2694112Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:11:27.2917549Z [W qlinear_dynamic.cpp:239] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function apply_dynamic_impl) 2022-09-27T16:11:27.3354189Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py line 289 2022-09-27T16:11:27.3354769Z due to: 2022-09-27T16:11:27.3355103Z Traceback (most recent call last): 2022-09-27T16:11:27.3355764Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.3356543Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.3357439Z AssertionError: torch.* op returned non-Tensor dict call_function 2022-09-27T16:11:27.3357847Z 2022-09-27T16:11:27.3357964Z from user code: 2022-09-27T16:11:27.3358444Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_kernels.py", line 290, in 2022-09-27T16:11:27.3359041Z sparse_mapping = tq.get_default_static_sparse_quant_module_mappings() 2022-09-27T16:11:27.3359326Z 2022-09-27T16:11:27.3359549Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.3359904Z ========== 2022-09-27T16:11:27.3361006Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py:216: 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-09-27T16:11:27.3361800Z reduce_range will be deprecated in a future release of PyTorch." 2022-09-27T16:11:27.3392907Z /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py:280: UserWarning: must run observer before calling calculate_qparams. Returning default values. 2022-09-27T16:11:27.3393529Z "must run observer before calling calculate_qparams. " + 2022-09-27T16:11:27.3646229Z ok (0.107s) 2022-09-27T16:11:27.3788875Z test_constructor (ao.sparsity.test_scheduler.TestScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py line 24 2022-09-27T16:11:27.3789600Z due to: 2022-09-27T16:11:27.3789949Z Traceback (most recent call last): 2022-09-27T16:11:27.3790761Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.3791573Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.3792420Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.3792745Z 2022-09-27T16:11:27.3792820Z from user code: 2022-09-27T16:11:27.3793119Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py", line 26, in 2022-09-27T16:11:27.3793571Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.3793702Z 2022-09-27T16:11:27.3793838Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.3794062Z ========== 2022-09-27T16:11:27.3814001Z ok (0.016s) 2022-09-27T16:11:27.3959278Z test_lambda_scheduler (ao.sparsity.test_scheduler.TestScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py line 76 2022-09-27T16:11:27.3960098Z due to: 2022-09-27T16:11:27.3960293Z Traceback (most recent call last): 2022-09-27T16:11:27.3960733Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.3961203Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.3961791Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.3962103Z 2022-09-27T16:11:27.3962175Z from user code: 2022-09-27T16:11:27.3962474Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py", line 78, in 2022-09-27T16:11:27.3962777Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.3962923Z 2022-09-27T16:11:27.3963056Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.3963280Z ========== 2022-09-27T16:11:27.3966995Z /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-09-27T16:11:27.3967793Z "calls to the scheduer.step().", UserWarning) 2022-09-27T16:11:27.3968004Z ok (0.015s) 2022-09-27T16:11:27.3984929Z test_order_of_steps (ao.sparsity.test_scheduler.TestScheduler) 2022-09-27T16:11:27.4155164Z Checks if the warning is thrown if the scheduler step is called ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py line 39 2022-09-27T16:11:27.4155842Z due to: 2022-09-27T16:11:27.4156209Z Traceback (most recent call last): 2022-09-27T16:11:27.4156811Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.4157269Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.4157862Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.4158177Z 2022-09-27T16:11:27.4158250Z from user code: 2022-09-27T16:11:27.4158544Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py", line 41, in 2022-09-27T16:11:27.4158856Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.4158985Z 2022-09-27T16:11:27.4159122Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.4159345Z ========== 2022-09-27T16:11:27.4197009Z ok (0.022s) 2022-09-27T16:11:27.4340559Z test_step (ao.sparsity.test_scheduler.TestScheduler) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py line 62 2022-09-27T16:11:27.4341261Z due to: 2022-09-27T16:11:27.4341624Z Traceback (most recent call last): 2022-09-27T16:11:27.4342473Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.4342927Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.4343534Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.4343846Z 2022-09-27T16:11:27.4343920Z from user code: 2022-09-27T16:11:27.4344207Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_scheduler.py", line 64, in 2022-09-27T16:11:27.4344564Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.4344706Z 2022-09-27T16:11:27.4344842Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.4345069Z ========== 2022-09-27T16:11:27.4349271Z ok (0.014s) 2022-09-27T16:11:27.4365022Z test_fqn_to_module (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.4534943Z Tests that fqn_to_module operates as inverse ... ok (0.018s) 2022-09-27T16:11:27.4544164Z test_fqn_to_module_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.4586113Z Tests that fqn_to_module returns None when it tries to ... ok (0.005s) 2022-09-27T16:11:27.4597435Z test_fqn_to_module_for_tensors (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.4791167Z Tests that fqn_to_module works for tensors, actually all parameters ... ok (0.020s) 2022-09-27T16:11:27.4804045Z test_get_arg_info_from_tensor_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.5036750Z Tests that get_arg_info_from_tensor_fqn works for all parameters of the model. ... ok (0.024s) 2022-09-27T16:11:27.5047532Z test_get_arg_info_from_tensor_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.5105240Z Tests that get_arg_info_from_tensor_fqn works as expected for invalid tensor_fqn ... ok (0.006s) 2022-09-27T16:11:27.5114882Z test_module_to_fqn (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.5244898Z Tests that module_to_fqn works as expected when compared to known good ... ok (0.013s) 2022-09-27T16:11:27.5253447Z test_module_to_fqn_fail (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.5298884Z Tests that module_to_fqn returns None when an fqn that doesn't ... ok (0.005s) 2022-09-27T16:11:27.5307266Z test_module_to_fqn_root (ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions) 2022-09-27T16:11:27.5351896Z Tests that module_to_fqn returns '' when model and target module are the same ... ok (0.005s) 2022-09-27T16:11:27.5412787Z test_constructor (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 220 2022-09-27T16:11:27.5413502Z due to: 2022-09-27T16:11:27.5413834Z Traceback (most recent call last): 2022-09-27T16:11:27.5414506Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.5415276Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.5416294Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.5416814Z 2022-09-27T16:11:27.5416929Z from user code: 2022-09-27T16:11:27.5417398Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 221, in 2022-09-27T16:11:27.5417951Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.5418184Z 2022-09-27T16:11:27.5418400Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.5418774Z ========== 2022-09-27T16:11:27.5421201Z ok (0.006s) 2022-09-27T16:11:27.5485038Z test_mask_squash (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 286 2022-09-27T16:11:27.5485793Z due to: 2022-09-27T16:11:27.5486126Z Traceback (most recent call last): 2022-09-27T16:11:27.5486808Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.5487554Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.5488566Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.5489172Z 2022-09-27T16:11:27.5489290Z from user code: 2022-09-27T16:11:27.5489775Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 287, in 2022-09-27T16:11:27.5490274Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.5490511Z 2022-09-27T16:11:27.5490724Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.5491092Z ========== 2022-09-27T16:11:27.5491537Z ok (0.007s) 2022-09-27T16:11:27.5558852Z test_prepare (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 274 2022-09-27T16:11:27.5559616Z due to: 2022-09-27T16:11:27.5559926Z Traceback (most recent call last): 2022-09-27T16:11:27.5560593Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.5561368Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.5562390Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.5562917Z 2022-09-27T16:11:27.5563034Z from user code: 2022-09-27T16:11:27.5563496Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 275, in 2022-09-27T16:11:27.5564017Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.5564252Z 2022-09-27T16:11:27.5564475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.5564830Z ========== 2022-09-27T16:11:27.5567241Z ok (0.007s) 2022-09-27T16:11:27.5943277Z test_sparsity_levels (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 304 2022-09-27T16:11:27.5944028Z due to: 2022-09-27T16:11:27.5944321Z Traceback (most recent call last): 2022-09-27T16:11:27.5944991Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.5945752Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.5946760Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.5947279Z 2022-09-27T16:11:27.5947381Z from user code: 2022-09-27T16:11:27.5947870Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 305, in 2022-09-27T16:11:27.5948389Z sparsifier = WeightNormSparsifier() 2022-09-27T16:11:27.5948622Z 2022-09-27T16:11:27.5948845Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.5949193Z ========== 2022-09-27T16:11:27.6248774Z ok (0.067s) 2022-09-27T16:11:27.6367910Z test_step (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 229 2022-09-27T16:11:27.6368604Z due to: 2022-09-27T16:11:27.6368928Z Traceback (most recent call last): 2022-09-27T16:11:27.6369579Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.6370335Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.6371318Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.6371927Z 2022-09-27T16:11:27.6372045Z from user code: 2022-09-27T16:11:27.6372511Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 230, in 2022-09-27T16:11:27.6373050Z sparsifier = WeightNormSparsifier(sparsity_level=0.5) 2022-09-27T16:11:27.6373297Z 2022-09-27T16:11:27.6373520Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.6373890Z ========== 2022-09-27T16:11:27.8054092Z ok (0.180s) 2022-09-27T16:11:27.8338701Z test_step_2_of_4 (ao.sparsity.test_sparsifier.TestWeightNormSparsifier) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py line 254 2022-09-27T16:11:27.8339410Z due to: 2022-09-27T16:11:27.8339742Z Traceback (most recent call last): 2022-09-27T16:11:27.8340411Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:27.8341208Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:27.8342216Z AssertionError: torch.* op returned non-Tensor WeightNormSparsifier call_function 2022-09-27T16:11:27.8342740Z 2022-09-27T16:11:27.8342856Z from user code: 2022-09-27T16:11:27.8343345Z File "/var/lib/jenkins/workspace/test/ao/sparsity/test_sparsifier.py", line 257, in 2022-09-27T16:11:27.8343811Z zeros_per_block=2) 2022-09-27T16:11:27.8344001Z 2022-09-27T16:11:27.8344227Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:27.8344593Z ========== 2022-09-27T16:11:27.8364570Z ok (0.030s) 2022-09-27T16:11:27.8365743Z 2022-09-27T16:11:27.8366123Z ---------------------------------------------------------------------- 2022-09-27T16:11:27.8366544Z Ran 70 tests in 16.766s 2022-09-27T16:11:27.8366731Z 2022-09-27T16:11:27.8366859Z OK (skipped=2) 2022-09-27T16:11:27.8367015Z 2022-09-27T16:11:27.8367158Z Generating XML reports... 2022-09-27T16:11:27.8399926Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927161111.xml 2022-09-27T16:11:27.8406010Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927161111.xml 2022-09-27T16:11:27.8413783Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927161111.xml 2022-09-27T16:11:27.8423123Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927161111.xml 2022-09-27T16:11:27.8431933Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927161111.xml 2022-09-27T16:11:27.8437194Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927161111.xml 2022-09-27T16:11:27.8445298Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927161111.xml 2022-09-27T16:11:27.8452409Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927161111.xml 2022-09-27T16:11:27.8458111Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927161111.xml 2022-09-27T16:11:27.8462175Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927161111.xml 2022-09-27T16:11:27.8464797Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927161111.xml 2022-09-27T16:11:27.8469261Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927161111.xml 2022-09-27T16:11:27.8474336Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927161111.xml 2022-09-27T16:11:27.8484168Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927161111.xml 2022-09-27T16:11:27.8490371Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927161111.xml 2022-09-27T16:11:27.8493548Z Generated XML report: test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927161111.xml 2022-09-27T16:11:28.3708346Z Running test_xnnpack_integration ... [2022-09-27 16:11:28.370482] 2022-09-27T16:11:28.3708879Z Executing ['/opt/conda/bin/python', '-bb', 'test_xnnpack_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:11:28.370566] 2022-09-27T16:11:29.6643065Z Test results will be stored in test-reports/python-unittest/test_xnnpack_integration 2022-09-27T16:11:29.6656448Z 2022-09-27T16:11:29.6656559Z Running tests... 2022-09-27T16:11:29.6657128Z ---------------------------------------------------------------------- 2022-09-27T16:11:29.7295447Z test_conv1d_basic (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.004s) 2022-09-27T16:11:29.7322793Z test_conv1d_with_relu_fc (__main__.TestXNNPACKConv1dTransformPass) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-09-27T16:11:33.9173864Z test_conv2d (__main__.TestXNNPACKOps) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv2d test_xnnpack_integration.py line 57 2022-09-27T16:11:33.9174513Z due to: 2022-09-27T16:11:33.9174865Z Traceback (most recent call last): 2022-09-27T16:11:33.9175666Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:33.9176403Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:33.9177021Z AssertionError: torch.* op returned non-Tensor ScriptObject call_function prepacked.conv2d_clamp_prepack 2022-09-27T16:11:33.9177297Z 2022-09-27T16:11:33.9177399Z from user code: 2022-09-27T16:11:33.9177783Z File "test_xnnpack_integration.py", line 110, in test_conv2d 2022-09-27T16:11:33.9178105Z strides, paddings, dilations, groups) 2022-09-27T16:11:33.9178286Z 2022-09-27T16:11:33.9178464Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:33.9178760Z ========== 2022-09-27T16:11:34.8125175Z ok (5.079s) 2022-09-27T16:11:34.8489662Z test_conv2d_transpose (__main__.TestXNNPACKOps) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_conv2d_transpose test_xnnpack_integration.py line 114 2022-09-27T16:11:34.8490246Z due to: 2022-09-27T16:11:34.8490553Z Traceback (most recent call last): 2022-09-27T16:11:34.8491202Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:34.8491963Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:34.8493224Z AssertionError: torch.* op returned non-Tensor ScriptObject call_function prepacked.conv2d_transpose_clamp_prepack 2022-09-27T16:11:34.8493739Z 2022-09-27T16:11:34.8553724Z from user code: 2022-09-27T16:11:34.8554117Z File "test_xnnpack_integration.py", line 177, in test_conv2d_transpose 2022-09-27T16:11:34.8554511Z groups) 2022-09-27T16:11:34.8554674Z 2022-09-27T16:11:34.8555381Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:34.8555924Z ========== 2022-09-27T16:11:36.3773407Z ok (1.564s) 2022-09-27T16:11:36.3788148Z test_linear (__main__.TestXNNPACKOps) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.001s) 2022-09-27T16:11:36.3962218Z test_linear_1d_input (__main__.TestXNNPACKOps) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_linear_1d_input test_xnnpack_integration.py line 42 2022-09-27T16:11:36.3962798Z due to: 2022-09-27T16:11:36.3963123Z Traceback (most recent call last): 2022-09-27T16:11:36.3963812Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:36.3964568Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:36.3965346Z AssertionError: torch.* op returned non-Tensor ScriptObject call_function prepacked.linear_clamp_prepack 2022-09-27T16:11:36.3965702Z 2022-09-27T16:11:36.3965831Z from user code: 2022-09-27T16:11:36.3966224Z File "test_xnnpack_integration.py", line 53, in test_linear_1d_input 2022-09-27T16:11:36.3966743Z packed_weight_bias = torch.ops.prepacked.linear_clamp_prepack(weight, bias) 2022-09-27T16:11:36.3967071Z 2022-09-27T16:11:36.3967289Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:36.3967656Z ========== 2022-09-27T16:11:36.5792872Z ok (0.200s) 2022-09-27T16:11:36.7184009Z test_decomposed_linear (__main__.TestXNNPACKRewritePass) ... ok (0.138s) 2022-09-27T16:11:37.0028918Z test_linear (__main__.TestXNNPACKRewritePass) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT M test_xnnpack_integration.py line 721 2022-09-27T16:11:37.0029472Z due to: 2022-09-27T16:11:37.0029777Z Traceback (most recent call last): 2022-09-27T16:11:37.0030421Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:11:37.0030887Z raise Unsupported(msg) 2022-09-27T16:11:37.0031278Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:11:37.0031535Z 2022-09-27T16:11:37.0031650Z from user code: 2022-09-27T16:11:37.0031989Z File "test_xnnpack_integration.py", line 721, in M 2022-09-27T16:11:37.0032376Z class M(torch.nn.Module): 2022-09-27T16:11:37.0032574Z 2022-09-27T16:11:37.0032796Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:37.0033146Z ========== 2022-09-27T16:11:38.2835742Z ok (1.564s) 2022-09-27T16:11:38.2909555Z test_combined_model (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.006s) 2022-09-27T16:11:40.4215356Z test_conv2d (__main__.TestXNNPACKSerDes) ... ok (2.130s) 2022-09-27T16:11:43.0046322Z test_conv2d_transpose (__main__.TestXNNPACKSerDes) ... ok (2.582s) 2022-09-27T16:11:43.0074870Z test_linear (__main__.TestXNNPACKSerDes) ... skip: Fails on some platforms, see https://github.com/pytorch/pytorch/issues/73488 (0.002s) 2022-09-27T16:11:43.0075309Z 2022-09-27T16:11:43.0075786Z ---------------------------------------------------------------------- 2022-09-27T16:11:43.0076196Z Ran 12 tests in 13.342s 2022-09-27T16:11:43.0076386Z 2022-09-27T16:11:43.0076527Z OK (skipped=5) 2022-09-27T16:11:43.0076689Z 2022-09-27T16:11:43.0076835Z Generating XML reports... 2022-09-27T16:11:43.0108165Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927161129.xml 2022-09-27T16:11:43.0111856Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927161129.xml 2022-09-27T16:11:43.0117712Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927161129.xml 2022-09-27T16:11:43.0121945Z Generated XML report: test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927161129.xml 2022-09-27T16:11:43.4236683Z Running test_jit_autocast ... [2022-09-27 16:11:43.423247] 2022-09-27T16:11:43.4237245Z Executing ['/opt/conda/bin/python', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:11:43.423348] 2022-09-27T16:11:46.3513095Z CUDA not available, skipping tests 2022-09-27T16:11:46.3751079Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-09-27T16:11:46.4554502Z Test results will be stored in test-reports/python-unittest/test_jit_autocast 2022-09-27T16:11:46.4569759Z 2022-09-27T16:11:46.4569876Z Running tests... 2022-09-27T16:11:46.4570443Z ---------------------------------------------------------------------- 2022-09-27T16:11:46.5269650Z test_autocast_api (__main__.TestAutocast) ... skip: No cuda (0.006s) 2022-09-27T16:11:46.5283099Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.001s) 2022-09-27T16:11:46.5301773Z test_autocast_autodiff (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5311035Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-09-27T16:11:46.5319861Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:11:46.5333279Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5344220Z test_callees (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5357745Z test_callees_with_autocast_off (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5367804Z test_callees_with_autocast_on (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5377523Z test_conditional_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5389982Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.001s) 2022-09-27T16:11:46.5401322Z test_divergent_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5413303Z test_divergent_types (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5423233Z test_duplicate_inputs (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5433453Z test_eager_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5445751Z test_explicit_casts (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5454296Z test_fp32_policy (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:11:46.5463134Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:11:46.5476896Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5490313Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:46.5541800Z test_ignore_amp (__main__.TestAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT setUp test_jit_autocast.py line 17 2022-09-27T16:11:46.5542276Z due to: 2022-09-27T16:11:46.5542615Z Traceback (most recent call last): 2022-09-27T16:11:46.5543356Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:46.5544195Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:46.5544729Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:11:46.5544969Z 2022-09-27T16:11:46.5545038Z from user code: 2022-09-27T16:11:46.5545474Z File "test_jit_autocast.py", line 28, in setUp 2022-09-27T16:11:46.5545732Z self.old_value = torch._C._jit_set_autocast_mode(True) 2022-09-27T16:11:46.5545882Z 2022-09-27T16:11:46.5546001Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:46.5546221Z ========== 2022-09-27T16:11:46.5706732Z Exception ignored in: .extract_files.. at 0x7f2f69479250> 2022-09-27T16:11:46.5707271Z Traceback (most recent call last): 2022-09-27T16:11:46.5708059Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T16:11:46.5708802Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T16:11:46.5709153Z SystemError: error return without exception set 2022-09-27T16:11:46.5709495Z Exception ignored in: .extract_files.. at 0x7f2f69479150> 2022-09-27T16:11:46.5709813Z Traceback (most recent call last): 2022-09-27T16:11:46.5710220Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T16:11:46.5710550Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T16:11:46.5710802Z SystemError: error return without exception set 2022-09-27T16:11:46.8020785Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 746 2022-09-27T16:11:46.8021094Z due to: 2022-09-27T16:11:46.8021270Z Traceback (most recent call last): 2022-09-27T16:11:46.8021704Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:46.8022159Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:46.8022637Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T16:11:46.8022850Z 2022-09-27T16:11:46.8022926Z from user code: 2022-09-27T16:11:46.8023164Z File "test_jit_autocast.py", line 747, in 2022-09-27T16:11:46.8023424Z with torch.cpu.amp.autocast(): 2022-09-27T16:11:46.8023556Z 2022-09-27T16:11:46.8023675Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:46.8023894Z ========== 2022-09-27T16:11:47.3799735Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_jit_autocast.py line 31 2022-09-27T16:11:47.3800267Z due to: 2022-09-27T16:11:47.3800601Z Traceback (most recent call last): 2022-09-27T16:11:47.3801377Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:47.3802194Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:47.3803144Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:11:47.3803598Z 2022-09-27T16:11:47.3803721Z from user code: 2022-09-27T16:11:47.3804094Z File "test_jit_autocast.py", line 32, in tearDown 2022-09-27T16:11:47.3804515Z torch._C._jit_set_autocast_mode(self.old_value) 2022-09-27T16:11:47.3804769Z 2022-09-27T16:11:47.3805005Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:47.3805380Z ========== 2022-09-27T16:11:47.3813999Z ok (0.832s) 2022-09-27T16:11:47.3826125Z test_implicitly_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.3839334Z test_inplace (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4726910Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... ok (0.088s) 2022-09-27T16:11:47.4739336Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4757151Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4774643Z test_jit_executor_under_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4790197Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4805299Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4816422Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-09-27T16:11:47.4827061Z test_minimal (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4837015Z test_minimal_cpu (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4846802Z test_minimal_off (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:11:47.4860011Z test_nested_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4871467Z test_promote_policy (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4881804Z test_promote_policy_fp64 (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4894979Z test_reused_autocast (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4908130Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.001s) 2022-09-27T16:11:47.4917920Z test_runtime_autocast_state (__main__.TestAutocast) ... skip: No cuda (0.000s) 2022-09-27T16:11:47.4928063Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4939263Z test_script_and_tracing (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4951446Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-09-27T16:11:47.4965547Z test_script_module (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4976515Z test_tracing_and_script (__main__.TestAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:47.4988238Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-09-27T16:11:47.5082027Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 765 2022-09-27T16:11:47.5082678Z due to: 2022-09-27T16:11:47.5083019Z Traceback (most recent call last): 2022-09-27T16:11:47.5083722Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:47.5084486Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:47.5085244Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:11:47.5085567Z 2022-09-27T16:11:47.5085685Z from user code: 2022-09-27T16:11:47.5086044Z File "test_jit_autocast.py", line 766, in 2022-09-27T16:11:47.5086511Z self.previous_default_dtype = torch.get_default_dtype() 2022-09-27T16:11:47.5086768Z 2022-09-27T16:11:47.5086975Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:47.5087331Z ========== 2022-09-27T16:11:47.6011892Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 783 2022-09-27T16:11:47.6012478Z due to: 2022-09-27T16:11:47.6012816Z Traceback (most recent call last): 2022-09-27T16:11:47.6013557Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:47.6014419Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:47.6015302Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T16:11:47.6015718Z 2022-09-27T16:11:47.6015841Z from user code: 2022-09-27T16:11:47.6016537Z File "test_jit_autocast.py", line 784, in 2022-09-27T16:11:47.6017039Z with torch.cpu.amp.autocast(cache_enabled=False), torch.no_grad(): 2022-09-27T16:11:47.6017294Z 2022-09-27T16:11:47.6017613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:47.6017969Z ========== 2022-09-27T16:11:50.4133124Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_jit_autocast.py line 776 2022-09-27T16:11:50.4133606Z due to: 2022-09-27T16:11:50.4133938Z Traceback (most recent call last): 2022-09-27T16:11:50.4134603Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:50.4135608Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:50.4136492Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:11:50.4136901Z 2022-09-27T16:11:50.4137026Z from user code: 2022-09-27T16:11:50.4137367Z File "test_jit_autocast.py", line 777, in tearDown 2022-09-27T16:11:50.4137898Z torch._C._jit_set_autocast_mode(self.previous_jit_autocast_pass) 2022-09-27T16:11:50.4138171Z 2022-09-27T16:11:50.4138390Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:50.4138751Z ========== 2022-09-27T16:11:50.4196160Z ok (2.920s) 2022-09-27T16:11:50.4968219Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 792 2022-09-27T16:11:50.4968932Z due to: 2022-09-27T16:11:50.4969249Z Traceback (most recent call last): 2022-09-27T16:11:50.4970001Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:50.4970837Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:50.4971740Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T16:11:50.4972139Z 2022-09-27T16:11:50.4972267Z from user code: 2022-09-27T16:11:50.4972683Z File "test_jit_autocast.py", line 793, in 2022-09-27T16:11:50.4973148Z with torch.cpu.amp.autocast(cache_enabled=False), torch.no_grad(): 2022-09-27T16:11:50.4973415Z 2022-09-27T16:11:50.4973620Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:50.4973970Z ========== 2022-09-27T16:11:50.6060847Z /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-09-27T16:11:50.6061838Z warnings.warn(msg, FutureWarning) 2022-09-27T16:11:52.5335276Z /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-09-27T16:11:52.5336115Z warnings.warn(msg, FutureWarning) 2022-09-27T16:11:54.3747381Z /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-09-27T16:11:54.3748209Z warnings.warn(msg, FutureWarning) 2022-09-27T16:11:54.3974252Z ok (3.975s) 2022-09-27T16:11:54.4898445Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 807 2022-09-27T16:11:54.4899438Z due to: 2022-09-27T16:11:54.4899768Z Traceback (most recent call last): 2022-09-27T16:11:54.4900531Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:54.4901375Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:54.4902272Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T16:11:54.4902687Z 2022-09-27T16:11:54.4902882Z from user code: 2022-09-27T16:11:54.4903268Z File "test_jit_autocast.py", line 808, in 2022-09-27T16:11:54.4903733Z with torch.cpu.amp.autocast(cache_enabled=False), torch.no_grad(): 2022-09-27T16:11:54.4903992Z 2022-09-27T16:11:54.4904198Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:54.4904542Z ========== 2022-09-27T16:11:54.5971208Z /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-09-27T16:11:54.5972191Z warnings.warn(msg, FutureWarning) 2022-09-27T16:11:56.3846887Z /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-09-27T16:11:56.3847947Z warnings.warn(msg, FutureWarning) 2022-09-27T16:11:58.2624400Z /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-09-27T16:11:58.2625218Z warnings.warn(msg, FutureWarning) 2022-09-27T16:11:58.2872267Z ok (3.881s) 2022-09-27T16:11:58.3658518Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 829 2022-09-27T16:11:58.3659234Z due to: 2022-09-27T16:11:58.3659575Z Traceback (most recent call last): 2022-09-27T16:11:58.3660339Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:58.3661183Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:58.3662081Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T16:11:58.3662494Z 2022-09-27T16:11:58.3662621Z from user code: 2022-09-27T16:11:58.3663052Z File "test_jit_autocast.py", line 832, in 2022-09-27T16:11:58.3663449Z with torch.cpu.amp.autocast(): 2022-09-27T16:11:58.3663618Z 2022-09-27T16:11:58.3663794Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:58.3664093Z ========== 2022-09-27T16:11:58.3683987Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_jit_autocast.py line 823 2022-09-27T16:11:58.3684432Z due to: 2022-09-27T16:11:58.3684724Z Traceback (most recent call last): 2022-09-27T16:11:58.3685431Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:58.3686219Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:58.3686995Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:11:58.3687342Z 2022-09-27T16:11:58.3687441Z from user code: 2022-09-27T16:11:58.3688089Z File "test_jit_autocast.py", line 824, in fn 2022-09-27T16:11:58.3688463Z if torch.is_autocast_cpu_enabled(): 2022-09-27T16:11:58.3688682Z 2022-09-27T16:11:58.3688890Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:58.3689258Z ========== 2022-09-27T16:11:58.3701314Z ok (0.082s) 2022-09-27T16:11:58.3717266Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... skip: No cuda (0.001s) 2022-09-27T16:11:58.4693956Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 907 2022-09-27T16:11:58.4694997Z due to: 2022-09-27T16:11:58.4695340Z Traceback (most recent call last): 2022-09-27T16:11:58.4695939Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:58.4696386Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:58.4696864Z AssertionError: torch.* op returned non-Tensor autocast call_function 2022-09-27T16:11:58.4697089Z 2022-09-27T16:11:58.4697159Z from user code: 2022-09-27T16:11:58.4697421Z File "test_jit_autocast.py", line 909, in 2022-09-27T16:11:58.4697770Z with torch.cpu.amp.autocast(enabled=False): 2022-09-27T16:11:58.4697917Z 2022-09-27T16:11:58.4698049Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:58.4698275Z ========== 2022-09-27T16:11:58.4710883Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT fn test_jit_autocast.py line 886 2022-09-27T16:11:58.4711306Z due to: 2022-09-27T16:11:58.4711669Z Traceback (most recent call last): 2022-09-27T16:11:58.4712237Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:11:58.4712680Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:11:58.4713133Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:11:58.4713521Z 2022-09-27T16:11:58.4713593Z from user code: 2022-09-27T16:11:58.4713786Z File "test_jit_autocast.py", line 887, in fn 2022-09-27T16:11:58.4714013Z b1 = torch.is_autocast_cpu_enabled() 2022-09-27T16:11:58.4714142Z 2022-09-27T16:11:58.4714272Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:58.4714477Z ========== 2022-09-27T16:11:58.5333450Z ok (0.161s) 2022-09-27T16:11:58.6190048Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_jit_autocast.py line 871 2022-09-27T16:11:58.6190707Z due to: 2022-09-27T16:11:58.6191009Z Traceback (most recent call last): 2022-09-27T16:11:58.6191470Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 82, in __init__ 2022-09-27T16:11:58.6191876Z ), f"expected FunctionType found {typestr(fn)} {fn}" 2022-09-27T16:11:58.6192405Z AssertionError: expected FunctionType found builtin_function_or_method 2022-09-27T16:11:58.6192621Z 2022-09-27T16:11:58.6192691Z from user code: 2022-09-27T16:11:58.6192970Z File "test_jit_autocast.py", line 872, in 2022-09-27T16:11:58.6193375Z graph = fn_s.graph 2022-09-27T16:11:58.6193540Z 2022-09-27T16:11:58.6193669Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:11:58.6193969Z ========== 2022-09-27T16:11:58.6194211Z ok (0.085s) 2022-09-27T16:11:58.6194485Z 2022-09-27T16:11:58.6194781Z ---------------------------------------------------------------------- 2022-09-27T16:11:58.6195123Z Ran 52 tests in 12.162s 2022-09-27T16:11:58.6195253Z 2022-09-27T16:11:58.6195366Z OK (skipped=44) 2022-09-27T16:11:58.6195485Z 2022-09-27T16:11:58.6195793Z Generating XML reports... 2022-09-27T16:11:58.6263227Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927161146.xml 2022-09-27T16:11:58.6277669Z Generated XML report: test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927161146.xml 2022-09-27T16:11:59.2008233Z Running test_mkldnn_fusion ... [2022-09-27 16:11:59.200435] 2022-09-27T16:11:59.2008765Z Executing ['/opt/conda/bin/python', '-bb', 'test_mkldnn_fusion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:11:59.200523] 2022-09-27T16:12:00.5258891Z Test results will be stored in test-reports/python-unittest/test_mkldnn_fusion 2022-09-27T16:12:00.5269273Z 2022-09-27T16:12:00.5269396Z Running tests... 2022-09-27T16:12:00.5269830Z ---------------------------------------------------------------------- 2022-09-27T16:12:04.7527652Z test_conv_eltwise (__main__.TestMkldnnFusion) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _check_model test_mkldnn_fusion.py line 22 2022-09-27T16:12:04.7528172Z due to: 2022-09-27T16:12:04.7528450Z Traceback (most recent call last): 2022-09-27T16:12:04.7529147Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:04.7529909Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:04.7530865Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:04.7531268Z 2022-09-27T16:12:04.7531365Z from user code: 2022-09-27T16:12:04.7531705Z File "test_mkldnn_fusion.py", line 23, in _check_model 2022-09-27T16:12:04.7532165Z old_fusion_inlining = torch._C._debug_get_fusion_group_inlining() 2022-09-27T16:12:04.7532442Z 2022-09-27T16:12:04.7532673Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:04.7533049Z ========== 2022-09-27T16:12:04.7696319Z Exception ignored in: .extract_files.. at 0x7fe977d347d0> 2022-09-27T16:12:04.7696919Z Traceback (most recent call last): 2022-09-27T16:12:04.7697785Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T16:12:04.7698330Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T16:12:04.7698781Z SystemError: error return without exception set 2022-09-27T16:12:04.7699414Z Exception ignored in: .extract_files.. at 0x7fe977d34750> 2022-09-27T16:12:04.7699935Z Traceback (most recent call last): 2022-09-27T16:12:04.7700658Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T16:12:04.7701230Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T16:12:04.7701628Z SystemError: error return without exception set 2022-09-27T16:12:04.7776257Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT warmup_and_run_forward /var/lib/jenkins/workspace/test/test_tensorexpr.py line 29 2022-09-27T16:12:04.7776853Z due to: 2022-09-27T16:12:04.7777098Z Traceback (most recent call last): 2022-09-27T16:12:04.7777597Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:04.7778065Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:04.7778603Z AssertionError: torch.* op returned non-Tensor int call_function 2022-09-27T16:12:04.7778848Z 2022-09-27T16:12:04.7778919Z from user code: 2022-09-27T16:12:04.7779207Z File "/var/lib/jenkins/workspace/test/test_tensorexpr.py", line 30, in warmup_and_run_forward 2022-09-27T16:12:04.7779722Z for _ in range(torch._C._jit_get_num_profiled_runs() + 1): 2022-09-27T16:12:04.7779875Z 2022-09-27T16:12:04.7780007Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:04.7780212Z ========== 2022-09-27T16:12:05.4774998Z ok (4.890s) 2022-09-27T16:12:06.8138320Z test_single_conv (__main__.TestMkldnnFusion) ... ok (1.336s) 2022-09-27T16:12:15.1868421Z test_unsupported_conv (__main__.TestMkldnnFusion) ... ok (8.372s) 2022-09-27T16:12:15.1869102Z 2022-09-27T16:12:15.1869880Z ---------------------------------------------------------------------- 2022-09-27T16:12:15.1870317Z Ran 3 tests in 14.660s 2022-09-27T16:12:15.1870846Z 2022-09-27T16:12:15.1870946Z OK 2022-09-27T16:12:15.1871098Z 2022-09-27T16:12:15.1871242Z Generating XML reports... 2022-09-27T16:12:15.1903906Z Generated XML report: test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927161200.xml 2022-09-27T16:12:15.5928969Z Running test_openmp ... [2022-09-27 16:12:15.592519] 2022-09-27T16:12:15.5929497Z Executing ['/opt/conda/bin/python', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:15.592605] 2022-09-27T16:12:16.8636768Z Test results will be stored in test-reports/python-unittest/test_openmp 2022-09-27T16:12:16.8648423Z 2022-09-27T16:12:16.8648523Z Running tests... 2022-09-27T16:12:16.8649003Z ---------------------------------------------------------------------- 2022-09-27T16:12:17.0285861Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:12:22.7479159Z Make sure there is no memory leak with many threads ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT callback /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 230 2022-09-27T16:12:22.7479851Z due to: 2022-09-27T16:12:22.7480158Z Traceback (most recent call last): 2022-09-27T16:12:22.7480908Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:12:22.7481461Z return super().call_method(tx, args, kwargs) 2022-09-27T16:12:22.7482094Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:12:22.7482390Z 2022-09-27T16:12:22.7482487Z from user code: 2022-09-27T16:12:22.7483069Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 235, in callback 2022-09-27T16:12:22.7483513Z test_info.test_finished() 2022-09-27T16:12:22.7483717Z 2022-09-27T16:12:22.7483938Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.7484296Z ========== 2022-09-27T16:12:22.7505924Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_finished /opt/conda/lib/python3.7/site-packages/xmlrunner/result.py line 176 2022-09-27T16:12:22.7506451Z due to: 2022-09-27T16:12:22.7506741Z Traceback (most recent call last): 2022-09-27T16:12:22.7507381Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/user_defined.py", line 77, in call_method 2022-09-27T16:12:22.7507943Z return super().call_method(tx, args, kwargs) 2022-09-27T16:12:22.7508557Z TypeError: call_method() missing 1 required positional argument: 'kwargs' 2022-09-27T16:12:22.7508857Z 2022-09-27T16:12:22.7508985Z from user code: 2022-09-27T16:12:22.7509608Z File "/opt/conda/lib/python3.7/site-packages/xmlrunner/result.py", line 181, in test_finished 2022-09-27T16:12:22.7510219Z timestamp = datetime.datetime.fromtimestamp(self.test_result.stop_time) 2022-09-27T16:12:22.7510539Z 2022-09-27T16:12:22.7510731Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:22.7523073Z ========== 2022-09-27T16:12:22.7523370Z ok (5.743s) 2022-09-27T16:12:22.7554336Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-09-27T16:12:25.6856048Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (2.932s) 2022-09-27T16:12:25.6856394Z 2022-09-27T16:12:25.6856758Z ---------------------------------------------------------------------- 2022-09-27T16:12:25.6857195Z Ran 2 tests in 8.821s 2022-09-27T16:12:25.6857400Z 2022-09-27T16:12:25.6857590Z OK 2022-09-27T16:12:25.6858091Z 2022-09-27T16:12:25.6858248Z Generating XML reports... 2022-09-27T16:12:25.6884798Z Generated XML report: test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927161216.xml 2022-09-27T16:12:26.0605826Z Running test_sort_and_select ... [2022-09-27 16:12:26.060207] 2022-09-27T16:12:26.0606359Z Executing ['/opt/conda/bin/python', '-bb', 'test_sort_and_select.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:26.060290] 2022-09-27T16:12:27.5986107Z Test results will be stored in test-reports/python-unittest/test_sort_and_select 2022-09-27T16:12:27.6001922Z 2022-09-27T16:12:27.6002375Z Running tests... 2022-09-27T16:12:27.6002851Z ---------------------------------------------------------------------- 2022-09-27T16:12:29.6772222Z test_isin_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (2.013s) 2022-09-27T16:12:29.8714205Z test_isin_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.194s) 2022-09-27T16:12:30.0647634Z test_isin_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.193s) 2022-09-27T16:12:30.2585705Z test_isin_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.193s) 2022-09-27T16:12:30.4521497Z test_isin_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.193s) 2022-09-27T16:12:30.6463397Z test_isin_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.193s) 2022-09-27T16:12:30.8394784Z test_isin_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.192s) 2022-09-27T16:12:30.8426364Z test_isin_different_devices_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:12:30.8444161Z test_isin_different_devices_cpu_float64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:30.8460802Z test_isin_different_devices_cpu_int16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:30.8476994Z test_isin_different_devices_cpu_int32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:30.8492857Z test_isin_different_devices_cpu_int64 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:30.8508769Z test_isin_different_devices_cpu_int8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:30.8524499Z test_isin_different_devices_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:30.9070699Z test_isin_different_dtypes_cpu (__main__.TestSortAndSelectCPU) ... ok (0.054s) 2022-09-27T16:12:31.5755290Z test_kthvalue_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.668s) 2022-09-27T16:12:31.5970418Z test_kthvalue_scalar_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-09-27T16:12:31.7820034Z test_msort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.184s) 2022-09-27T16:12:31.8393685Z test_msort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.057s) 2022-09-27T16:12:31.8442883Z test_msort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:12:31.8492263Z test_msort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:12:31.8531410Z test_msort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:31.8569465Z test_msort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:31.8605731Z test_msort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:31.8643105Z test_msort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:31.8680224Z test_msort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:31.8767001Z test_sort_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:31.8767827Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:31.8834835Z :11: UserWarning: An output with one or more elements was resized since it had shape [3], which does not match the required output shape [6]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:31.8900603Z ok (0.022s) 2022-09-27T16:12:33.6610491Z test_sort_cpu (__main__.TestSortAndSelectCPU) ... ok (1.770s) 2022-09-27T16:12:33.6624870Z test_sort_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:33.6637439Z test_sort_discontiguous_slow_cpu_float32 (__main__.TestSortAndSelectCPU) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-09-27T16:12:33.6654225Z test_sort_large_cpu_uint8 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:33.6670527Z test_sort_large_slice_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:33.6745239Z test_sort_restride_cpu_float32 (__main__.TestSortAndSelectCPU) ... /var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py:75: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:33.6746020Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:33.6801898Z :9: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [3]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Resize.cpp:24.) 2022-09-27T16:12:33.6940927Z ok (0.027s) 2022-09-27T16:12:33.7491547Z test_stable_sort_against_numpy_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.054s) 2022-09-27T16:12:33.7640107Z test_stable_sort_against_numpy_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.014s) 2022-09-27T16:12:33.7776329Z test_stable_sort_against_numpy_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:12:33.7914437Z test_stable_sort_against_numpy_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:12:33.8044963Z test_stable_sort_against_numpy_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-09-27T16:12:33.8171836Z test_stable_sort_against_numpy_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-09-27T16:12:33.8301513Z test_stable_sort_against_numpy_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-09-27T16:12:33.8428969Z test_stable_sort_against_numpy_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.012s) 2022-09-27T16:12:33.8522903Z test_stable_sort_against_numpy_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:33.8655881Z test_stable_sort_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:12:33.8698932Z test_stable_sort_cpu_float16 (__main__.TestSortAndSelectCPU) ... ok (0.004s) 2022-09-27T16:12:33.8734997Z test_stable_sort_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.8770428Z test_stable_sort_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.8801920Z test_stable_sort_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.8832756Z test_stable_sort_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.8864593Z test_stable_sort_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.8895448Z test_stable_sort_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.8926809Z test_stable_sort_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:33.9062033Z test_topk_1d_output_discontiguous_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.013s) 2022-09-27T16:12:33.9263346Z test_topk_4d_cpu (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-09-27T16:12:33.9343707Z test_topk_arguments_cpu (__main__.TestSortAndSelectCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_sort_and_select.py line 417 2022-09-27T16:12:33.9344239Z due to: 2022-09-27T16:12:33.9344550Z Traceback (most recent call last): 2022-09-27T16:12:33.9345240Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 77, in run_proxy 2022-09-27T16:12:33.9345803Z return getattr(args[0], proxy.node.target)(*args[1:], **kwargs) 2022-09-27T16:12:33.9346383Z TypeError: topk(): argument 'dim' (position 2) must be int, not bool 2022-09-27T16:12:33.9346641Z 2022-09-27T16:12:33.9346766Z from user code: 2022-09-27T16:12:33.9347119Z File "test_sort_and_select.py", line 417, in 2022-09-27T16:12:33.9347553Z self.assertRaises(TypeError, lambda: q.topk(4, True)) 2022-09-27T16:12:33.9347805Z 2022-09-27T16:12:33.9348010Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:33.9348376Z ========== 2022-09-27T16:12:33.9353872Z ok (0.009s) 2022-09-27T16:12:33.9368174Z test_topk_bfloat16_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:33.9455220Z test_topk_cpu (__main__.TestSortAndSelectCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_topk test_sort_and_select.py line 360 2022-09-27T16:12:33.9455762Z due to: 2022-09-27T16:12:33.9456102Z Traceback (most recent call last): 2022-09-27T16:12:33.9456782Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:33.9457306Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:33.9458158Z TypeError: rand() received an invalid combination of arguments - got (FakeTensor, FakeTensor, FakeTensor, device=str), but expected one of: 2022-09-27T16:12:33.9458966Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:33.9459798Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:33.9460568Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:33.9461305Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:33.9461699Z 2022-09-27T16:12:33.9461709Z 2022-09-27T16:12:33.9461828Z from user code: 2022-09-27T16:12:33.9462174Z File "test_sort_and_select.py", line 385, in test_topk 2022-09-27T16:12:33.9462577Z random.randint(1, SIZE), device=device) 2022-09-27T16:12:33.9462802Z 2022-09-27T16:12:33.9463022Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:33.9463390Z ========== 2022-09-27T16:12:34.1783737Z ok (0.241s) 2022-09-27T16:12:34.2356221Z test_topk_integral_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.057s) 2022-09-27T16:12:34.2882619Z test_topk_integral_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.052s) 2022-09-27T16:12:34.3243434Z test_topk_integral_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.035s) 2022-09-27T16:12:34.3275201Z test_topk_integral_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:34.3306814Z test_topk_integral_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.003s) 2022-09-27T16:12:34.3323829Z test_topk_noncontiguous_gpu_cpu (__main__.TestSortAndSelectCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:34.3693130Z test_topk_nonfinite_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.036s) 2022-09-27T16:12:34.3907646Z test_topk_nonfinite_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.021s) 2022-09-27T16:12:34.4118171Z test_topk_nonfinite_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.020s) 2022-09-27T16:12:34.4282137Z test_topk_zero_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.016s) 2022-09-27T16:12:34.4375641Z test_topk_zero_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:34.4471556Z test_topk_zero_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:34.4565244Z test_topk_zero_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:34.4658650Z test_topk_zero_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:34.4755849Z test_topk_zero_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:34.4849503Z test_topk_zero_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.009s) 2022-09-27T16:12:34.6316548Z test_unique_consecutive_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.146s) 2022-09-27T16:12:34.7282164Z test_unique_consecutive_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.096s) 2022-09-27T16:12:34.8241767Z test_unique_consecutive_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.095s) 2022-09-27T16:12:34.9155166Z test_unique_consecutive_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.091s) 2022-09-27T16:12:34.9623580Z test_unique_consecutive_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.046s) 2022-09-27T16:12:35.0088436Z test_unique_consecutive_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.046s) 2022-09-27T16:12:35.0549982Z test_unique_consecutive_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.046s) 2022-09-27T16:12:35.1018277Z test_unique_consecutive_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.046s) 2022-09-27T16:12:35.1086445Z test_unique_consecutive_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.006s) 2022-09-27T16:12:35.2257641Z test_unique_cpu_bfloat16 (__main__.TestSortAndSelectCPU) ... ok (0.116s) 2022-09-27T16:12:35.3231666Z test_unique_cpu_bool (__main__.TestSortAndSelectCPU) ... ok (0.097s) 2022-09-27T16:12:35.3975052Z test_unique_cpu_float32 (__main__.TestSortAndSelectCPU) ... ok (0.074s) 2022-09-27T16:12:35.4706352Z test_unique_cpu_float64 (__main__.TestSortAndSelectCPU) ... ok (0.073s) 2022-09-27T16:12:35.5432135Z test_unique_cpu_int16 (__main__.TestSortAndSelectCPU) ... ok (0.072s) 2022-09-27T16:12:35.6148400Z test_unique_cpu_int32 (__main__.TestSortAndSelectCPU) ... ok (0.071s) 2022-09-27T16:12:35.7720205Z test_unique_cpu_int64 (__main__.TestSortAndSelectCPU) ... ok (0.156s) 2022-09-27T16:12:35.8437214Z test_unique_cpu_int8 (__main__.TestSortAndSelectCPU) ... ok (0.071s) 2022-09-27T16:12:35.8629456Z test_unique_cpu_uint8 (__main__.TestSortAndSelectCPU) ... ok (0.019s) 2022-09-27T16:12:36.2581374Z test_unique_dim_cpu (__main__.TestSortAndSelectCPU) ... ok (0.394s) 2022-09-27T16:12:36.2581729Z 2022-09-27T16:12:36.2582096Z ---------------------------------------------------------------------- 2022-09-27T16:12:36.2583233Z Ran 91 tests in 8.658s 2022-09-27T16:12:36.2583405Z 2022-09-27T16:12:36.2583480Z OK (skipped=13) 2022-09-27T16:12:36.2583600Z 2022-09-27T16:12:36.2583689Z Generating XML reports... 2022-09-27T16:12:36.2675714Z Generated XML report: test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927161227.xml 2022-09-27T16:12:36.6764296Z Running test_multiprocessing ... [2022-09-27 16:12:36.676051] 2022-09-27T16:12:36.6764822Z Executing ['/opt/conda/bin/python', '-bb', 'test_multiprocessing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:36.676132] 2022-09-27T16:12:37.9469222Z Test results will be stored in test-reports/python-unittest/test_multiprocessing 2022-09-27T16:12:37.9487449Z 2022-09-27T16:12:37.9487565Z Running tests... 2022-09-27T16:12:37.9488301Z ---------------------------------------------------------------------- 2022-09-27T16:12:42.1869767Z test_autograd_errors (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_multiprocessing.py line 385 2022-09-27T16:12:42.1870262Z due to: 2022-09-27T16:12:42.1870452Z Traceback (most recent call last): 2022-09-27T16:12:42.1870927Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:42.1871740Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:42.1872203Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:42.1872409Z 2022-09-27T16:12:42.1872480Z from user code: 2022-09-27T16:12:42.1872737Z File "test_multiprocessing.py", line 387, in 2022-09-27T16:12:42.1873047Z if torch.cuda.is_available() or torch.backends.mps.is_available(): 2022-09-27T16:12:42.1873470Z 2022-09-27T16:12:42.1873607Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:42.1873828Z ========== 2022-09-27T16:12:42.3103767Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT tearDown test_multiprocessing.py line 241 2022-09-27T16:12:42.3104179Z due to: 2022-09-27T16:12:42.3104406Z Traceback (most recent call last): 2022-09-27T16:12:42.3105044Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:42.3105732Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:42.3106489Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:42.3106698Z 2022-09-27T16:12:42.3106770Z from user code: 2022-09-27T16:12:42.3106997Z File "test_multiprocessing.py", line 243, in tearDown 2022-09-27T16:12:42.3107269Z if torch.cuda.is_available(): 2022-09-27T16:12:42.3107403Z 2022-09-27T16:12:42.3107535Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:42.3107758Z ========== 2022-09-27T16:12:42.3146477Z ok (4.305s) 2022-09-27T16:12:43.4192060Z test_autograd_fine_with_spawn (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:12:43.4192871Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:12:43.4289189Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:12:43.4289729Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:12:43.4303508Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:12:43.4303993Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:12:43.4602561Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:12:43.4603168Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:12:43.4698112Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:12:43.4699091Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:12:43.4715175Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:12:43.4715859Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:12:43.6699576Z ok (1.354s) 2022-09-27T16:12:43.6723535Z test_cuda_bad_call (__main__.TestMultiprocessing) ... skip: CUDA not available (0.002s) 2022-09-27T16:12:43.6737826Z test_cuda_ipc_deadlock (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.6749196Z test_cuda_memory_allocation (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.6757627Z test_cuda_parameter_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:12:43.6773475Z test_cuda_send_many (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.6781274Z test_cuda_simple (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:12:43.6797471Z test_cuda_small_tensors (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.6805914Z test_cuda_variable_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:12:43.6862966Z test_empty_shared (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_empty_shared test_multiprocessing.py line 871 2022-09-27T16:12:43.6863505Z due to: 2022-09-27T16:12:43.6863697Z Traceback (most recent call last): 2022-09-27T16:12:43.6864087Z File "/opt/conda/lib/python3.7/site-packages/torch/storage.py", line 210, in share_memory_ 2022-09-27T16:12:43.6864369Z self._share_fd_cpu_() 2022-09-27T16:12:43.6864737Z RuntimeError: _share_fd_: only available on CPU 2022-09-27T16:12:43.6864905Z 2022-09-27T16:12:43.6865051Z The above exception was the direct cause of the following exception: 2022-09-27T16:12:43.6865305Z 2022-09-27T16:12:43.6865444Z Traceback (most recent call last): 2022-09-27T16:12:43.6866094Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:12:43.6866632Z raise TorchRuntimeError() from e 2022-09-27T16:12:43.6867027Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:12:43.6867276Z 2022-09-27T16:12:43.6867426Z from user code: 2022-09-27T16:12:43.6867744Z File "test_multiprocessing.py", line 873, in test_empty_shared 2022-09-27T16:12:43.6867971Z t.share_memory_() 2022-09-27T16:12:43.6868082Z 2022-09-27T16:12:43.6868205Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:43.6868422Z ========== 2022-09-27T16:12:43.6868579Z ok (0.006s) 2022-09-27T16:12:43.7198614Z test_empty_tensor_sharing (__main__.TestMultiprocessing) ... ok (0.033s) 2022-09-27T16:12:43.7208088Z test_empty_tensor_sharing_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:12:43.7222224Z test_event (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.7234588Z test_event_handle_exporter (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.7247386Z test_event_handle_importer (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.7259664Z test_event_handle_multi_gpu (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.7272111Z test_event_multiprocess (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:43.7281550Z test_fd_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69660 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-09-27T16:12:43.7358711Z test_fd_preserve_sharing (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT do_test test_multiprocessing.py line 292 2022-09-27T16:12:43.7359373Z due to: 2022-09-27T16:12:43.7359607Z Traceback (most recent call last): 2022-09-27T16:12:43.7360098Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:43.7360687Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:43.7361234Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:43.7361553Z 2022-09-27T16:12:43.7361614Z from user code: 2022-09-27T16:12:43.7361919Z File "test_multiprocessing.py", line 294, in do_test 2022-09-27T16:12:43.7362251Z data = [x.storage(), x, x[2], x[:, 1]] 2022-09-27T16:12:43.7362425Z 2022-09-27T16:12:43.7362590Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:43.7362929Z ========== 2022-09-27T16:12:43.8599219Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT __exit__ test_multiprocessing.py line 194 2022-09-27T16:12:43.8599570Z due to: 2022-09-27T16:12:43.8599759Z Traceback (most recent call last): 2022-09-27T16:12:43.8600188Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:43.8600635Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:43.8601096Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:43.8601307Z 2022-09-27T16:12:43.8601378Z from user code: 2022-09-27T16:12:43.8601604Z File "test_multiprocessing.py", line 195, in __exit__ 2022-09-27T16:12:43.8601822Z if torch.cuda.is_available(): 2022-09-27T16:12:43.8601946Z 2022-09-27T16:12:43.8602078Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:43.8602296Z ========== 2022-09-27T16:12:43.9486723Z ok (0.220s) 2022-09-27T16:12:43.9497555Z test_fd_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68831 for platform(s) win, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:12:43.9509025Z test_fs (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76866 for platform(s) asan, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:12:43.9552429Z test_fs_is_shared (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT _test_is_shared test_multiprocessing.py line 875 2022-09-27T16:12:43.9553064Z due to: 2022-09-27T16:12:43.9553525Z Traceback (most recent call last): 2022-09-27T16:12:43.9553947Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:43.9554408Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:43.9554810Z AssertionError: torch.* op returned non-Tensor bool call_method is_shared 2022-09-27T16:12:43.9554971Z 2022-09-27T16:12:43.9555048Z from user code: 2022-09-27T16:12:43.9555280Z File "test_multiprocessing.py", line 877, in _test_is_shared 2022-09-27T16:12:43.9555531Z self.assertFalse(t.is_shared()) 2022-09-27T16:12:43.9555661Z 2022-09-27T16:12:43.9555782Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:43.9556005Z ========== 2022-09-27T16:12:44.1935821Z ok (0.242s) 2022-09-27T16:12:44.1954944Z test_fs_pool (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/69659 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:12:44.3578762Z test_fs_preserve_sharing (__main__.TestMultiprocessing) ... ok (0.162s) 2022-09-27T16:12:44.3589425Z test_fs_sharing (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/67002 for platform(s) windows, mac, linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:12:44.3600575Z test_inherit_tensor (__main__.TestMultiprocessing) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/79776 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-09-27T16:12:45.4418236Z test_integer_parameter_serialization_cpu (__main__.TestMultiprocessing) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:123: UserWarning: loaded 45 slow tests 2022-09-27T16:12:45.4418694Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-09-27T16:12:45.4798477Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:127: UserWarning: loaded 261 disabled tests 2022-09-27T16:12:45.4798879Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-09-27T16:12:45.9123106Z ok (1.552s) 2022-09-27T16:12:45.9134948Z test_integer_parameter_serialization_cuda (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.000s) 2022-09-27T16:12:45.9161876Z test_is_shared (__main__.TestMultiprocessing) ... ok (0.002s) 2022-09-27T16:12:45.9169264Z test_is_shared_cuda (__main__.TestMultiprocessing) ... skip: CUDA not available (0.000s) 2022-09-27T16:12:45.9205388Z test_leaf_variable_sharing (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_leaf_variable_sharing test_multiprocessing.py line 788 2022-09-27T16:12:45.9206017Z due to: 2022-09-27T16:12:45.9206351Z Traceback (most recent call last): 2022-09-27T16:12:45.9207085Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:45.9207911Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:45.9208758Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:45.9209127Z 2022-09-27T16:12:45.9209263Z from user code: 2022-09-27T16:12:45.9209692Z File "test_multiprocessing.py", line 792, in test_leaf_variable_sharing 2022-09-27T16:12:45.9210239Z if torch.cuda.is_available() and not NO_MULTIPROCESSING_SPAWN and TEST_CUDA_IPC: 2022-09-27T16:12:45.9210529Z 2022-09-27T16:12:45.9210735Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:45.9211128Z ========== 2022-09-27T16:12:45.9510165Z ok (0.033s) 2022-09-27T16:12:45.9533250Z test_mixed_types_cuda_sharing (__main__.TestMultiprocessing) ... skip: CUDA IPC not available (0.001s) 2022-09-27T16:12:45.9573708Z test_non_leaf_variable_sharing (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_non_leaf_variable_sharing test_multiprocessing.py line 809 2022-09-27T16:12:45.9574347Z due to: 2022-09-27T16:12:45.9574536Z Traceback (most recent call last): 2022-09-27T16:12:45.9574956Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:45.9575418Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:45.9576111Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:12:45.9576322Z 2022-09-27T16:12:45.9576381Z from user code: 2022-09-27T16:12:45.9576631Z File "test_multiprocessing.py", line 810, in test_non_leaf_variable_sharing 2022-09-27T16:12:45.9576997Z devices = ['cpu'] if not torch.cuda.is_available() else ['cpu', 'cuda'] 2022-09-27T16:12:45.9577161Z 2022-09-27T16:12:45.9577299Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:45.9577581Z ========== 2022-09-27T16:12:45.9612341Z ok (0.007s) 2022-09-27T16:12:45.9662615Z test_parameter_sharing (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_parameter_sharing test_multiprocessing.py line 833 2022-09-27T16:12:45.9663352Z due to: 2022-09-27T16:12:45.9663563Z Traceback (most recent call last): 2022-09-27T16:12:45.9663997Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:12:45.9664344Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:12:45.9664564Z AssertionError: module 2022-09-27T16:12:45.9664686Z 2022-09-27T16:12:45.9664758Z from user code: 2022-09-27T16:12:45.9664998Z File "test_multiprocessing.py", line 835, in test_parameter_sharing 2022-09-27T16:12:45.9665268Z self._test_autograd_sharing(param, is_parameter=True) 2022-09-27T16:12:45.9665418Z 2022-09-27T16:12:45.9665551Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:45.9665772Z ========== 2022-09-27T16:12:46.0667990Z /opt/conda/lib/python3.7/site-packages/torch/utils/hooks.py:61: UserWarning: backward hook .hook at 0x7fee4a2ec830> on tensor will not be serialized. If this is expected, you can decorate the function with @torch.utils.hooks.unserializable_hook to suppress this warning 2022-09-27T16:12:46.0668678Z "to suppress this warning".format(repr(hook))) 2022-09-27T16:12:46.1994577Z ok (0.237s) 2022-09-27T16:12:46.2046644Z test_variable_sharing (__main__.TestMultiprocessing) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_variable_sharing test_multiprocessing.py line 782 2022-09-27T16:12:46.2047244Z due to: 2022-09-27T16:12:46.2047622Z Traceback (most recent call last): 2022-09-27T16:12:46.2048173Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:12:46.2048517Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:12:46.2048751Z AssertionError: module 2022-09-27T16:12:46.2048881Z 2022-09-27T16:12:46.2048938Z from user code: 2022-09-27T16:12:46.2049175Z File "test_multiprocessing.py", line 785, in test_variable_sharing 2022-09-27T16:12:46.2049424Z self._test_autograd_sharing(var) 2022-09-27T16:12:46.2049553Z 2022-09-27T16:12:46.2049672Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:46.2049898Z ========== 2022-09-27T16:12:46.4464719Z ok (0.246s) 2022-09-27T16:12:46.4481007Z test_wrong_cuda_fork (__main__.TestMultiprocessing) ... skip: CUDA not available (0.001s) 2022-09-27T16:12:46.4481652Z 2022-09-27T16:12:46.4482178Z ---------------------------------------------------------------------- 2022-09-27T16:12:46.4482416Z Ran 37 tests in 8.499s 2022-09-27T16:12:46.4482532Z 2022-09-27T16:12:46.4482612Z OK (skipped=24) 2022-09-27T16:12:46.4482723Z 2022-09-27T16:12:46.4482809Z Generating XML reports... 2022-09-27T16:12:46.4542721Z Generated XML report: test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927161237.xml 2022-09-27T16:12:46.8562986Z Running test_indexing ... [2022-09-27 16:12:46.855905] 2022-09-27T16:12:46.8563735Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:46.855985] 2022-09-27T16:12:48.3905842Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-09-27T16:12:48.3920749Z 2022-09-27T16:12:48.3920884Z Running tests... 2022-09-27T16:12:48.3921750Z ---------------------------------------------------------------------- 2022-09-27T16:12:48.5942930Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.142s) 2022-09-27T16:12:48.6153839Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.020s) 2022-09-27T16:12:48.6350132Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.019s) 2022-09-27T16:12:48.7039350Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.068s) 2022-09-27T16:12:48.7453330Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1484 2022-09-27T16:12:48.7454260Z due to: 2022-09-27T16:12:48.7454600Z Traceback (most recent call last): 2022-09-27T16:12:48.7455251Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:48.7455723Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:48.7456263Z IndexError: shape mismatch: indexing tensors could not be broadcast together with shapes [0], [2] 2022-09-27T16:12:48.7456618Z 2022-09-27T16:12:48.7456744Z from user code: 2022-09-27T16:12:48.7457115Z File "test_indexing.py", line 1484, in 2022-09-27T16:12:48.7457652Z self.assertRaises(IndexError, lambda: a[False, [0, 1], ...]) 2022-09-27T16:12:48.7457938Z 2022-09-27T16:12:48.7458177Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:48.7458568Z ========== 2022-09-27T16:12:48.7549118Z ok (0.050s) 2022-09-27T16:12:48.8011143Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.045s) 2022-09-27T16:12:48.8678209Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.066s) 2022-09-27T16:12:48.9164060Z 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-09-27T16:12:48.9165349Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-09-27T16:12:48.9297197Z 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-09-27T16:12:48.9298386Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-09-27T16:12:48.9312653Z ok (0.063s) 2022-09-27T16:12:48.9462142Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.014s) 2022-09-27T16:12:48.9742206Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.027s) 2022-09-27T16:12:49.0021625Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1383 2022-09-27T16:12:49.0022196Z due to: 2022-09-27T16:12:49.0022529Z Traceback (most recent call last): 2022-09-27T16:12:49.0023185Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:49.0023960Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:49.0024797Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:49.0025090Z 2022-09-27T16:12:49.0025208Z from user code: 2022-09-27T16:12:49.0025609Z File "test_indexing.py", line 1385, in 2022-09-27T16:12:49.0027539Z self.assertEqual(a[...].data_ptr(), a.data_ptr()) 2022-09-27T16:12:49.0027782Z 2022-09-27T16:12:49.0028005Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.0028376Z ========== 2022-09-27T16:12:49.0028623Z ok (0.028s) 2022-09-27T16:12:49.1137718Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1376 2022-09-27T16:12:49.1138254Z due to: 2022-09-27T16:12:49.1138552Z Traceback (most recent call last): 2022-09-27T16:12:49.1139131Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:12:49.1139585Z return self._op(*args, **kwargs or {}) 2022-09-27T16:12:49.1140029Z IndexError: tensors used as indices must be long, byte or bool tensors 2022-09-27T16:12:49.1140293Z 2022-09-27T16:12:49.1140407Z from user code: 2022-09-27T16:12:49.1140747Z File "test_indexing.py", line 1376, in 2022-09-27T16:12:49.1141239Z self.assertRaises(IndexError, lambda: a[b]) 2022-09-27T16:12:49.1141482Z 2022-09-27T16:12:49.1141685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.1142053Z ========== 2022-09-27T16:12:49.1191202Z ok (0.116s) 2022-09-27T16:12:49.1289887Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1364 2022-09-27T16:12:49.1290561Z due to: 2022-09-27T16:12:49.1290872Z Traceback (most recent call last): 2022-09-27T16:12:49.1291598Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:49.1292362Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:49.1293040Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:49.1293327Z 2022-09-27T16:12:49.1293449Z from user code: 2022-09-27T16:12:49.1293867Z File "test_indexing.py", line 1365, in 2022-09-27T16:12:49.1294318Z self.assertEqual(a[()].data_ptr(), a.data_ptr()) 2022-09-27T16:12:49.1294555Z 2022-09-27T16:12:49.1294786Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.1295157Z ========== 2022-09-27T16:12:49.1295406Z ok (0.009s) 2022-09-27T16:12:49.1469408Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.017s) 2022-09-27T16:12:49.1588657Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-09-27T16:12:49.1729702Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1333 2022-09-27T16:12:49.1730248Z due to: 2022-09-27T16:12:49.1730478Z Traceback (most recent call last): 2022-09-27T16:12:49.1730884Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.1731198Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.1731516Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.1731720Z 2022-09-27T16:12:49.1731791Z from user code: 2022-09-27T16:12:49.1731998Z File "test_indexing.py", line 1333, in 2022-09-27T16:12:49.1732235Z self.assertRaises(IndexError, lambda: a[0.0]) 2022-09-27T16:12:49.1732384Z 2022-09-27T16:12:49.1732518Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.1732736Z ========== 2022-09-27T16:12:49.1852819Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1334 2022-09-27T16:12:49.1853307Z due to: 2022-09-27T16:12:49.1853682Z Traceback (most recent call last): 2022-09-27T16:12:49.1854186Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.1854485Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.1854810Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.1855013Z 2022-09-27T16:12:49.1855083Z from user code: 2022-09-27T16:12:49.1855277Z File "test_indexing.py", line 1334, in 2022-09-27T16:12:49.1855527Z self.assertRaises(IndexError, lambda: a[0, 0.0]) 2022-09-27T16:12:49.1855674Z 2022-09-27T16:12:49.1856040Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.1856265Z ========== 2022-09-27T16:12:49.1969535Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1335 2022-09-27T16:12:49.1970040Z due to: 2022-09-27T16:12:49.1970370Z Traceback (most recent call last): 2022-09-27T16:12:49.1970770Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.1971082Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.1971395Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.1971767Z 2022-09-27T16:12:49.1971839Z from user code: 2022-09-27T16:12:49.1972034Z File "test_indexing.py", line 1335, in 2022-09-27T16:12:49.1972286Z self.assertRaises(IndexError, lambda: a[0.0, 0]) 2022-09-27T16:12:49.1972434Z 2022-09-27T16:12:49.1972571Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.1972780Z ========== 2022-09-27T16:12:49.2086008Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1336 2022-09-27T16:12:49.2086479Z due to: 2022-09-27T16:12:49.2086773Z Traceback (most recent call last): 2022-09-27T16:12:49.2087161Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2087471Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2087784Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2087990Z 2022-09-27T16:12:49.2088046Z from user code: 2022-09-27T16:12:49.2088252Z File "test_indexing.py", line 1336, in 2022-09-27T16:12:49.2088500Z self.assertRaises(IndexError, lambda: a[0.0, :]) 2022-09-27T16:12:49.2088646Z 2022-09-27T16:12:49.2088779Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2088987Z ========== 2022-09-27T16:12:49.2205827Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1337 2022-09-27T16:12:49.2206172Z due to: 2022-09-27T16:12:49.2206361Z Traceback (most recent call last): 2022-09-27T16:12:49.2206793Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2207115Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2207463Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2207676Z 2022-09-27T16:12:49.2207747Z from user code: 2022-09-27T16:12:49.2208008Z File "test_indexing.py", line 1337, in 2022-09-27T16:12:49.2208261Z self.assertRaises(IndexError, lambda: a[:, 0.0]) 2022-09-27T16:12:49.2208394Z 2022-09-27T16:12:49.2208525Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2208803Z ========== 2022-09-27T16:12:49.2324812Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1338 2022-09-27T16:12:49.2325293Z due to: 2022-09-27T16:12:49.2325617Z Traceback (most recent call last): 2022-09-27T16:12:49.2326045Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2326354Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2326656Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2326863Z 2022-09-27T16:12:49.2326933Z from user code: 2022-09-27T16:12:49.2327139Z File "test_indexing.py", line 1338, in 2022-09-27T16:12:49.2327376Z self.assertRaises(IndexError, lambda: a[:, 0.0, :]) 2022-09-27T16:12:49.2327524Z 2022-09-27T16:12:49.2327656Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2327874Z ========== 2022-09-27T16:12:49.2441365Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1339 2022-09-27T16:12:49.2441642Z due to: 2022-09-27T16:12:49.2441887Z Traceback (most recent call last): 2022-09-27T16:12:49.2442289Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2442664Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2442979Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2443184Z 2022-09-27T16:12:49.2443273Z from user code: 2022-09-27T16:12:49.2443575Z File "test_indexing.py", line 1339, in 2022-09-27T16:12:49.2443811Z self.assertRaises(IndexError, lambda: a[0.0, :, :]) 2022-09-27T16:12:49.2443959Z 2022-09-27T16:12:49.2444147Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2444369Z ========== 2022-09-27T16:12:49.2560887Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1340 2022-09-27T16:12:49.2561312Z due to: 2022-09-27T16:12:49.2561717Z Traceback (most recent call last): 2022-09-27T16:12:49.2562229Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2562525Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2562841Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2563046Z 2022-09-27T16:12:49.2563116Z from user code: 2022-09-27T16:12:49.2563315Z File "test_indexing.py", line 1340, in 2022-09-27T16:12:49.2563564Z self.assertRaises(IndexError, lambda: a[0, 0, 0.0]) 2022-09-27T16:12:49.2563711Z 2022-09-27T16:12:49.2563842Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2564059Z ========== 2022-09-27T16:12:49.2674701Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1341 2022-09-27T16:12:49.2675169Z due to: 2022-09-27T16:12:49.2675411Z Traceback (most recent call last): 2022-09-27T16:12:49.2675796Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2676112Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2676431Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2676632Z 2022-09-27T16:12:49.2676703Z from user code: 2022-09-27T16:12:49.2676893Z File "test_indexing.py", line 1341, in 2022-09-27T16:12:49.2677147Z self.assertRaises(IndexError, lambda: a[0.0, 0, 0]) 2022-09-27T16:12:49.2677293Z 2022-09-27T16:12:49.2677424Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2677629Z ========== 2022-09-27T16:12:49.2793136Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1342 2022-09-27T16:12:49.2793797Z due to: 2022-09-27T16:12:49.2794134Z Traceback (most recent call last): 2022-09-27T16:12:49.2794545Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2794854Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2795169Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2795373Z 2022-09-27T16:12:49.2795430Z from user code: 2022-09-27T16:12:49.2795638Z File "test_indexing.py", line 1342, in 2022-09-27T16:12:49.2795895Z self.assertRaises(IndexError, lambda: a[0, 0.0, 0]) 2022-09-27T16:12:49.2796043Z 2022-09-27T16:12:49.2796161Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2796377Z ========== 2022-09-27T16:12:49.2908169Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1343 2022-09-27T16:12:49.2908634Z due to: 2022-09-27T16:12:49.2908882Z Traceback (most recent call last): 2022-09-27T16:12:49.2909485Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.2909799Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.2910098Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.2910302Z 2022-09-27T16:12:49.2910374Z from user code: 2022-09-27T16:12:49.2910580Z File "test_indexing.py", line 1343, in 2022-09-27T16:12:49.2910881Z self.assertRaises(IndexError, lambda: a[-1.4]) 2022-09-27T16:12:49.2911079Z 2022-09-27T16:12:49.2911214Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.2911432Z ========== 2022-09-27T16:12:49.3029645Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1344 2022-09-27T16:12:49.3030169Z due to: 2022-09-27T16:12:49.3030377Z Traceback (most recent call last): 2022-09-27T16:12:49.3030787Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3031103Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3031405Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3031612Z 2022-09-27T16:12:49.3031683Z from user code: 2022-09-27T16:12:49.3031888Z File "test_indexing.py", line 1344, in 2022-09-27T16:12:49.3032181Z self.assertRaises(IndexError, lambda: a[0, -1.4]) 2022-09-27T16:12:49.3032329Z 2022-09-27T16:12:49.3032467Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3032687Z ========== 2022-09-27T16:12:49.3149088Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1345 2022-09-27T16:12:49.3149514Z due to: 2022-09-27T16:12:49.3149882Z Traceback (most recent call last): 2022-09-27T16:12:49.3150339Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3150636Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3150949Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3151150Z 2022-09-27T16:12:49.3151222Z from user code: 2022-09-27T16:12:49.3151429Z File "test_indexing.py", line 1345, in 2022-09-27T16:12:49.3151715Z self.assertRaises(IndexError, lambda: a[-1.4, 0]) 2022-09-27T16:12:49.3151863Z 2022-09-27T16:12:49.3151995Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3152222Z ========== 2022-09-27T16:12:49.3269476Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1346 2022-09-27T16:12:49.3269933Z due to: 2022-09-27T16:12:49.3270285Z Traceback (most recent call last): 2022-09-27T16:12:49.3270762Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3271063Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3271377Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3271581Z 2022-09-27T16:12:49.3271651Z from user code: 2022-09-27T16:12:49.3271840Z File "test_indexing.py", line 1346, in 2022-09-27T16:12:49.3272137Z self.assertRaises(IndexError, lambda: a[-1.4, :]) 2022-09-27T16:12:49.3272284Z 2022-09-27T16:12:49.3272414Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3272636Z ========== 2022-09-27T16:12:49.3392612Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1347 2022-09-27T16:12:49.3393091Z due to: 2022-09-27T16:12:49.3393536Z Traceback (most recent call last): 2022-09-27T16:12:49.3393926Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3394460Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3394783Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3394987Z 2022-09-27T16:12:49.3395060Z from user code: 2022-09-27T16:12:49.3395254Z File "test_indexing.py", line 1347, in 2022-09-27T16:12:49.3395559Z self.assertRaises(IndexError, lambda: a[:, -1.4]) 2022-09-27T16:12:49.3395708Z 2022-09-27T16:12:49.3395844Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3396048Z ========== 2022-09-27T16:12:49.3517833Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1348 2022-09-27T16:12:49.3518304Z due to: 2022-09-27T16:12:49.3518655Z Traceback (most recent call last): 2022-09-27T16:12:49.3519051Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3519356Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3519673Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3519875Z 2022-09-27T16:12:49.3519933Z from user code: 2022-09-27T16:12:49.3520135Z File "test_indexing.py", line 1348, in 2022-09-27T16:12:49.3520438Z self.assertRaises(IndexError, lambda: a[:, -1.4, :]) 2022-09-27T16:12:49.3520586Z 2022-09-27T16:12:49.3520717Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3520918Z ========== 2022-09-27T16:12:49.3638260Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1349 2022-09-27T16:12:49.3638745Z due to: 2022-09-27T16:12:49.3638976Z Traceback (most recent call last): 2022-09-27T16:12:49.3639385Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3639695Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3640002Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3640205Z 2022-09-27T16:12:49.3640275Z from user code: 2022-09-27T16:12:49.3640481Z File "test_indexing.py", line 1349, in 2022-09-27T16:12:49.3640786Z self.assertRaises(IndexError, lambda: a[-1.4, :, :]) 2022-09-27T16:12:49.3640933Z 2022-09-27T16:12:49.3641051Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3641270Z ========== 2022-09-27T16:12:49.3760038Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1350 2022-09-27T16:12:49.3760500Z due to: 2022-09-27T16:12:49.3760799Z Traceback (most recent call last): 2022-09-27T16:12:49.3761200Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3761511Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3761816Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3762019Z 2022-09-27T16:12:49.3762090Z from user code: 2022-09-27T16:12:49.3762299Z File "test_indexing.py", line 1350, in 2022-09-27T16:12:49.3762589Z self.assertRaises(IndexError, lambda: a[0, 0, -1.4]) 2022-09-27T16:12:49.3762737Z 2022-09-27T16:12:49.3762867Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3763079Z ========== 2022-09-27T16:12:49.3876554Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1351 2022-09-27T16:12:49.3876837Z due to: 2022-09-27T16:12:49.3877047Z Traceback (most recent call last): 2022-09-27T16:12:49.3877455Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3877759Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3878309Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3878519Z 2022-09-27T16:12:49.3878592Z from user code: 2022-09-27T16:12:49.3878801Z File "test_indexing.py", line 1351, in 2022-09-27T16:12:49.3879100Z self.assertRaises(IndexError, lambda: a[-1.4, 0, 0]) 2022-09-27T16:12:49.3879250Z 2022-09-27T16:12:49.3879382Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.3879601Z ========== 2022-09-27T16:12:49.3996974Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1352 2022-09-27T16:12:49.3997425Z due to: 2022-09-27T16:12:49.3997758Z Traceback (most recent call last): 2022-09-27T16:12:49.3998184Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:49.3998488Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:49.3998810Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:49.3999015Z 2022-09-27T16:12:49.3999089Z from user code: 2022-09-27T16:12:49.3999287Z File "test_indexing.py", line 1352, in 2022-09-27T16:12:49.3999595Z self.assertRaises(IndexError, lambda: a[0, -1.4, 0]) 2022-09-27T16:12:49.3999741Z 2022-09-27T16:12:49.3999873Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:49.4000087Z ========== 2022-09-27T16:12:49.4013356Z ok (0.242s) 2022-09-27T16:12:49.4083492Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.006s) 2022-09-27T16:12:49.4250655Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.016s) 2022-09-27T16:12:49.4499353Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.024s) 2022-09-27T16:12:49.5000538Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.050s) 2022-09-27T16:12:49.5103914Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.010s) 2022-09-27T16:12:50.0582111Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.547s) 2022-09-27T16:12:50.4974077Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 187 2022-09-27T16:12:50.4974479Z due to: 2022-09-27T16:12:50.4974672Z Traceback (most recent call last): 2022-09-27T16:12:50.4975079Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:50.4975528Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:50.4975949Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:12:50.4976133Z 2022-09-27T16:12:50.4976205Z from user code: 2022-09-27T16:12:50.4976436Z File "test_indexing.py", line 193, in 2022-09-27T16:12:50.4976717Z strided.set_(reference.storage(), storage_offset=0, 2022-09-27T16:12:50.4976868Z 2022-09-27T16:12:50.4977003Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:50.4977219Z ========== 2022-09-27T16:12:50.5839802Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 437 2022-09-27T16:12:50.5840177Z due to: 2022-09-27T16:12:50.5840448Z Traceback (most recent call last): 2022-09-27T16:12:50.5841034Z File "/opt/conda/lib/python3.7/site-packages/torch/fx/proxy.py", line 165, in create_arg 2022-09-27T16:12:50.5841602Z raise NotImplementedError(f"argument of type: {type(a)}") 2022-09-27T16:12:50.5841963Z NotImplementedError: argument of type: 2022-09-27T16:12:50.5842136Z 2022-09-27T16:12:50.5842205Z from user code: 2022-09-27T16:12:50.5842428Z File "test_indexing.py", line 440, in 2022-09-27T16:12:50.5842703Z return torch.tensor(npt[idxs], dtype=dtype, device=device) 2022-09-27T16:12:50.5842853Z 2022-09-27T16:12:50.5842985Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:50.5843408Z ========== 2022-09-27T16:12:51.0306040Z ok (0.972s) 2022-09-27T16:12:51.0773669Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.046s) 2022-09-27T16:12:51.0977215Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.020s) 2022-09-27T16:12:52.4266129Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (1.328s) 2022-09-27T16:12:52.4441268Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.017s) 2022-09-27T16:12:52.5072134Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.063s) 2022-09-27T16:12:52.5710697Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.063s) 2022-09-27T16:12:52.6375004Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.066s) 2022-09-27T16:12:52.6405331Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.003s) 2022-09-27T16:12:52.6704539Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.029s) 2022-09-27T16:12:52.6968361Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.026s) 2022-09-27T16:12:52.7064858Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 992 2022-09-27T16:12:52.7065284Z due to: 2022-09-27T16:12:52.7065473Z Traceback (most recent call last): 2022-09-27T16:12:52.7065903Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.7066219Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.7066467Z IndexError: too many indices for tensor of dimension 1 2022-09-27T16:12:52.7066616Z 2022-09-27T16:12:52.7066686Z from user code: 2022-09-27T16:12:52.7066892Z File "test_indexing.py", line 992, in 2022-09-27T16:12:52.7067178Z self.assertRaises(IndexError, lambda: x[torch.empty(0, 2, dtype=torch.uint8, device=device)]) 2022-09-27T16:12:52.7067369Z 2022-09-27T16:12:52.7067503Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.7067729Z ========== 2022-09-27T16:12:52.7084744Z ok (0.011s) 2022-09-27T16:12:52.7672180Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.058s) 2022-09-27T16:12:52.7888459Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-09-27T16:12:52.7908028Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:52.8972946Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1075 2022-09-27T16:12:52.8973508Z due to: 2022-09-27T16:12:52.8973866Z Traceback (most recent call last): 2022-09-27T16:12:52.8974394Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:52.8974854Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:52.8975259Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:52.8975422Z 2022-09-27T16:12:52.8975492Z from user code: 2022-09-27T16:12:52.8975736Z File "test_indexing.py", line 1078, in 2022-09-27T16:12:52.8976030Z self.assertEqual(a[0, 1].data_ptr(), a[zero, one].data_ptr()) 2022-09-27T16:12:52.8976185Z 2022-09-27T16:12:52.8976304Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.8976524Z ========== 2022-09-27T16:12:52.9033822Z ok (0.112s) 2022-09-27T16:12:52.9192624Z test_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_index test_indexing.py line 21 2022-09-27T16:12:52.9193187Z due to: 2022-09-27T16:12:52.9193683Z Traceback (most recent call last): 2022-09-27T16:12:52.9194455Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9194993Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9195354Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not FakeTensor 2022-09-27T16:12:52.9195533Z 2022-09-27T16:12:52.9195606Z from user code: 2022-09-27T16:12:52.9195816Z File "test_indexing.py", line 28, in test_index 2022-09-27T16:12:52.9196036Z reference = consec((3, 3, 3)).to(device) 2022-09-27T16:12:52.9196166Z 2022-09-27T16:12:52.9196299Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9196519Z ========== 2022-09-27T16:12:52.9224132Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT consec test_indexing.py line 23 2022-09-27T16:12:52.9224768Z due to: 2022-09-27T16:12:52.9225085Z Traceback (most recent call last): 2022-09-27T16:12:52.9225502Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9225815Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9226167Z TypeError: ones(): argument 'size' (position 1) must be tuple of ints, not FakeTensor 2022-09-27T16:12:52.9226345Z 2022-09-27T16:12:52.9226415Z from user code: 2022-09-27T16:12:52.9226606Z File "test_indexing.py", line 24, in consec 2022-09-27T16:12:52.9226856Z sequence = torch.ones(torch.tensor(size).prod(0)).cumsum(0) 2022-09-27T16:12:52.9227009Z 2022-09-27T16:12:52.9227140Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9227345Z ========== 2022-09-27T16:12:52.9394290Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 112 2022-09-27T16:12:52.9394639Z due to: 2022-09-27T16:12:52.9394972Z Traceback (most recent call last): 2022-09-27T16:12:52.9395663Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9396044Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9396270Z ValueError: slice step cannot be zero 2022-09-27T16:12:52.9396401Z 2022-09-27T16:12:52.9396465Z from user code: 2022-09-27T16:12:52.9396744Z File "test_indexing.py", line 112, in 2022-09-27T16:12:52.9397006Z self.assertRaises(ValueError, lambda: reference[1:9:0]) 2022-09-27T16:12:52.9397158Z 2022-09-27T16:12:52.9397314Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9397561Z ========== 2022-09-27T16:12:52.9417181Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 113 2022-09-27T16:12:52.9417603Z due to: 2022-09-27T16:12:52.9417950Z Traceback (most recent call last): 2022-09-27T16:12:52.9418669Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9419247Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9419659Z ValueError: step must be greater than zero 2022-09-27T16:12:52.9419832Z 2022-09-27T16:12:52.9419906Z from user code: 2022-09-27T16:12:52.9420113Z File "test_indexing.py", line 113, in 2022-09-27T16:12:52.9420433Z self.assertRaises(ValueError, lambda: reference[1:9:-1]) 2022-09-27T16:12:52.9420578Z 2022-09-27T16:12:52.9420709Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9420927Z ========== 2022-09-27T16:12:52.9450649Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 115 2022-09-27T16:12:52.9451074Z due to: 2022-09-27T16:12:52.9451428Z Traceback (most recent call last): 2022-09-27T16:12:52.9452155Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9452723Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9453007Z IndexError: too many indices for tensor of dimension 3 2022-09-27T16:12:52.9453156Z 2022-09-27T16:12:52.9453224Z from user code: 2022-09-27T16:12:52.9453429Z File "test_indexing.py", line 115, in 2022-09-27T16:12:52.9453672Z self.assertRaises(IndexError, lambda: reference[1, 1, 1, 1]) 2022-09-27T16:12:52.9453829Z 2022-09-27T16:12:52.9454159Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9454378Z ========== 2022-09-27T16:12:52.9484365Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 116 2022-09-27T16:12:52.9484809Z due to: 2022-09-27T16:12:52.9485173Z Traceback (most recent call last): 2022-09-27T16:12:52.9485756Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9486057Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9486311Z IndexError: too many indices for tensor of dimension 3 2022-09-27T16:12:52.9486588Z 2022-09-27T16:12:52.9486658Z from user code: 2022-09-27T16:12:52.9486853Z File "test_indexing.py", line 116, in 2022-09-27T16:12:52.9487112Z self.assertRaises(IndexError, lambda: reference[1, 1, 1, 1:1]) 2022-09-27T16:12:52.9487273Z 2022-09-27T16:12:52.9487405Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9487625Z ========== 2022-09-27T16:12:52.9518807Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 117 2022-09-27T16:12:52.9519213Z due to: 2022-09-27T16:12:52.9519568Z Traceback (most recent call last): 2022-09-27T16:12:52.9520304Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9520870Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9521279Z IndexError: too many indices for tensor of dimension 3 2022-09-27T16:12:52.9521428Z 2022-09-27T16:12:52.9521502Z from user code: 2022-09-27T16:12:52.9521693Z File "test_indexing.py", line 117, in 2022-09-27T16:12:52.9521956Z self.assertRaises(IndexError, lambda: reference[3, 3, 3, 3, 3, 3, 3, 3]) 2022-09-27T16:12:52.9522119Z 2022-09-27T16:12:52.9522250Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9522452Z ========== 2022-09-27T16:12:52.9540735Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 119 2022-09-27T16:12:52.9541177Z due to: 2022-09-27T16:12:52.9541518Z Traceback (most recent call last): 2022-09-27T16:12:52.9542007Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9542313Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9542624Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:52.9542825Z 2022-09-27T16:12:52.9542881Z from user code: 2022-09-27T16:12:52.9543089Z File "test_indexing.py", line 119, in 2022-09-27T16:12:52.9543342Z self.assertRaises(IndexError, lambda: reference[0.0]) 2022-09-27T16:12:52.9543494Z 2022-09-27T16:12:52.9543613Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9543826Z ========== 2022-09-27T16:12:52.9552070Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 120 2022-09-27T16:12:52.9552499Z due to: 2022-09-27T16:12:52.9552832Z Traceback (most recent call last): 2022-09-27T16:12:52.9553582Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9553895Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9554162Z TypeError: slice indices must be integers or None or have an __index__ method 2022-09-27T16:12:52.9554336Z 2022-09-27T16:12:52.9554407Z from user code: 2022-09-27T16:12:52.9554614Z File "test_indexing.py", line 120, in 2022-09-27T16:12:52.9554876Z self.assertRaises(TypeError, lambda: reference[0.0:2.0]) 2022-09-27T16:12:52.9555020Z 2022-09-27T16:12:52.9555151Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9555377Z ========== 2022-09-27T16:12:52.9564241Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 121 2022-09-27T16:12:52.9564615Z due to: 2022-09-27T16:12:52.9565178Z Traceback (most recent call last): 2022-09-27T16:12:52.9565910Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9566499Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9566836Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:52.9567041Z 2022-09-27T16:12:52.9567110Z from user code: 2022-09-27T16:12:52.9567313Z File "test_indexing.py", line 121, in 2022-09-27T16:12:52.9567564Z self.assertRaises(IndexError, lambda: reference[0.0, 0.0:2.0]) 2022-09-27T16:12:52.9567827Z 2022-09-27T16:12:52.9567957Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9568175Z ========== 2022-09-27T16:12:52.9577334Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 122 2022-09-27T16:12:52.9577724Z due to: 2022-09-27T16:12:52.9578066Z Traceback (most recent call last): 2022-09-27T16:12:52.9578812Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9579364Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9579927Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:52.9580134Z 2022-09-27T16:12:52.9580204Z from user code: 2022-09-27T16:12:52.9580410Z File "test_indexing.py", line 122, in 2022-09-27T16:12:52.9580660Z self.assertRaises(IndexError, lambda: reference[0.0, :, 0.0:2.0]) 2022-09-27T16:12:52.9580821Z 2022-09-27T16:12:52.9580952Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9581166Z ========== 2022-09-27T16:12:52.9589747Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 123 2022-09-27T16:12:52.9590157Z due to: 2022-09-27T16:12:52.9590512Z Traceback (most recent call last): 2022-09-27T16:12:52.9591131Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9591432Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9591742Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:52.9591945Z 2022-09-27T16:12:52.9592014Z from user code: 2022-09-27T16:12:52.9592205Z File "test_indexing.py", line 123, in 2022-09-27T16:12:52.9592468Z self.assertRaises(IndexError, lambda: reference[0.0, ..., 0.0:2.0]) 2022-09-27T16:12:52.9592632Z 2022-09-27T16:12:52.9592764Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9592981Z ========== 2022-09-27T16:12:52.9602379Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 124 2022-09-27T16:12:52.9602828Z due to: 2022-09-27T16:12:52.9603197Z Traceback (most recent call last): 2022-09-27T16:12:52.9603626Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9603935Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9604253Z IndexError: only integers, slices (`:`), ellipsis (`...`), None and long or byte Variables are valid indices (got float) 2022-09-27T16:12:52.9604455Z 2022-09-27T16:12:52.9604527Z from user code: 2022-09-27T16:12:52.9604720Z File "test_indexing.py", line 124, in 2022-09-27T16:12:52.9604986Z self.assertRaises(IndexError, lambda: reference[0.0, :, 0.0]) 2022-09-27T16:12:52.9605145Z 2022-09-27T16:12:52.9605288Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9605496Z ========== 2022-09-27T16:12:52.9619962Z ok (0.058s) 2022-09-27T16:12:52.9697880Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_index_getitem_copy_bools_slices test_indexing.py line 1003 2022-09-27T16:12:52.9698428Z due to: 2022-09-27T16:12:52.9698979Z Traceback (most recent call last): 2022-09-27T16:12:52.9699654Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:12:52.9700399Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:12:52.9701009Z AssertionError: torch.* op returned non-Tensor int call_method data_ptr 2022-09-27T16:12:52.9701241Z 2022-09-27T16:12:52.9701337Z from user code: 2022-09-27T16:12:52.9701673Z File "test_indexing.py", line 1010, in test_index_getitem_copy_bools_slices 2022-09-27T16:12:52.9702229Z self.assertNotEqual(a.data_ptr(), a[True].data_ptr()) 2022-09-27T16:12:52.9702463Z 2022-09-27T16:12:52.9702678Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9703045Z ========== 2022-09-27T16:12:52.9714932Z ok (0.009s) 2022-09-27T16:12:52.9856163Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_index_put_accumulate_duplicate_indices test_indexing.py line 864 2022-09-27T16:12:52.9856769Z due to: 2022-09-27T16:12:52.9857037Z Traceback (most recent call last): 2022-09-27T16:12:52.9857757Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:52.9858208Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:52.9858845Z TypeError: randn() received an invalid combination of arguments - got (FakeTensor, device=str), but expected one of: 2022-09-27T16:12:52.9859544Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:52.9860352Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:52.9861073Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:52.9861754Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:52.9862125Z 2022-09-27T16:12:52.9862132Z 2022-09-27T16:12:52.9862247Z from user code: 2022-09-27T16:12:52.9862665Z File "test_indexing.py", line 872, in test_index_put_accumulate_duplicate_indices 2022-09-27T16:12:52.9863156Z input = torch.randn(indices.abs().max() + 1, device=device) 2022-09-27T16:12:52.9863395Z 2022-09-27T16:12:52.9863599Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:52.9863944Z ========== 2022-09-27T16:12:53.1002801Z ok (0.128s) 2022-09-27T16:12:53.1877624Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.087s) 2022-09-27T16:12:54.6493890Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... ok (1.461s) 2022-09-27T16:12:54.6514172Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:12:54.6533633Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:54.6656038Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.012s) 2022-09-27T16:12:54.6749862Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:12:54.6845532Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:12:54.6939224Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:12:54.7031690Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:12:54.7127875Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:12:54.7928186Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.079s) 2022-09-27T16:12:54.8136250Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.020s) 2022-09-27T16:12:54.8327454Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.018s) 2022-09-27T16:12:54.8467635Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.014s) 2022-09-27T16:12:54.8612602Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.014s) 2022-09-27T16:12:54.8758833Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.014s) 2022-09-27T16:12:54.9041376Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.028s) 2022-09-27T16:12:54.9203335Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.016s) 2022-09-27T16:12:54.9376578Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.017s) 2022-09-27T16:12:54.9615516Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.023s) 2022-09-27T16:12:54.9630929Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:12:54.9723221Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1170 2022-09-27T16:12:54.9723573Z due to: 2022-09-27T16:12:54.9723746Z Traceback (most recent call last): 2022-09-27T16:12:54.9724155Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:54.9724469Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:54.9724739Z TypeError: slice indices must be integers or None or have an __index__ method 2022-09-27T16:12:54.9724909Z 2022-09-27T16:12:54.9724981Z from user code: 2022-09-27T16:12:54.9725187Z File "test_indexing.py", line 1170, in 2022-09-27T16:12:54.9725527Z self.assertRaisesRegex(TypeError, 'slice indices', lambda: x["0":"1"]) 2022-09-27T16:12:54.9725686Z 2022-09-27T16:12:54.9725825Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:54.9726042Z ========== 2022-09-27T16:12:54.9731950Z ok (0.010s) 2022-09-27T16:12:55.0848275Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.111s) 2022-09-27T16:12:55.1002433Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.015s) 2022-09-27T16:12:55.1633522Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.062s) 2022-09-27T16:12:55.1784032Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.014s) 2022-09-27T16:12:55.2067800Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.028s) 2022-09-27T16:12:55.2184110Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1174 2022-09-27T16:12:55.2184716Z due to: 2022-09-27T16:12:55.2185044Z Traceback (most recent call last): 2022-09-27T16:12:55.2185755Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:55.2186332Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:55.2186799Z IndexError: index 5 is out of bounds for dimension 1 with size 5 2022-09-27T16:12:55.2187081Z 2022-09-27T16:12:55.2187200Z from user code: 2022-09-27T16:12:55.2187550Z File "test_indexing.py", line 1174, in 2022-09-27T16:12:55.2188272Z self.assertRaisesRegex(IndexError, 'index 5 is out of bounds for dimension 1 with size 5', lambda: x[0, 5]) 2022-09-27T16:12:55.2188641Z 2022-09-27T16:12:55.2188879Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:55.2189258Z ========== 2022-09-27T16:12:55.2281727Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1175 2022-09-27T16:12:55.2282220Z due to: 2022-09-27T16:12:55.2282538Z Traceback (most recent call last): 2022-09-27T16:12:55.2283309Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:55.2284202Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:55.2284670Z IndexError: index 4 is out of bounds for dimension 0 with size 2 2022-09-27T16:12:55.2284952Z 2022-09-27T16:12:55.2285058Z from user code: 2022-09-27T16:12:55.2285420Z File "test_indexing.py", line 1175, in 2022-09-27T16:12:55.2286145Z self.assertRaisesRegex(IndexError, 'index 4 is out of bounds for dimension 0 with size 2', lambda: x[4, 5]) 2022-09-27T16:12:55.2286512Z 2022-09-27T16:12:55.2286747Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:55.2287119Z ========== 2022-09-27T16:12:55.2385182Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1177 2022-09-27T16:12:55.2385694Z due to: 2022-09-27T16:12:55.2386003Z Traceback (most recent call last): 2022-09-27T16:12:55.2386738Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:55.2387299Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:55.2387772Z IndexError: index 15 is out of bounds for dimension 2 with size 10 2022-09-27T16:12:55.2388056Z 2022-09-27T16:12:55.2388174Z from user code: 2022-09-27T16:12:55.2388535Z File "test_indexing.py", line 1177, in 2022-09-27T16:12:55.2388895Z lambda: x[0, 1, 15]) 2022-09-27T16:12:55.2389075Z 2022-09-27T16:12:55.2389306Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:55.2389698Z ========== 2022-09-27T16:12:55.2487231Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_indexing.py line 1179 2022-09-27T16:12:55.2487712Z due to: 2022-09-27T16:12:55.2488040Z Traceback (most recent call last): 2022-09-27T16:12:55.2488786Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:55.2489355Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:55.2489803Z IndexError: index 12 is out of bounds for dimension 2 with size 10 2022-09-27T16:12:55.2490083Z 2022-09-27T16:12:55.2490215Z from user code: 2022-09-27T16:12:55.2490579Z File "test_indexing.py", line 1179, in 2022-09-27T16:12:55.2490924Z lambda: x[:, :, 12]) 2022-09-27T16:12:55.2491119Z 2022-09-27T16:12:55.2491354Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:55.2491748Z ========== 2022-09-27T16:12:55.2510621Z ok (0.044s) 2022-09-27T16:12:55.2565105Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_set_item_to_scalar_tensor test_indexing.py line 652 2022-09-27T16:12:55.2565500Z due to: 2022-09-27T16:12:55.2565706Z Traceback (most recent call last): 2022-09-27T16:12:55.2566099Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:55.2566413Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:55.2566833Z TypeError: randn() received an invalid combination of arguments - got (immutable_list, device=str), but expected one of: 2022-09-27T16:12:55.2567294Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:55.2567773Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:55.2568223Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:55.2568726Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-09-27T16:12:55.2568971Z 2022-09-27T16:12:55.2568977Z 2022-09-27T16:12:55.2569085Z from user code: 2022-09-27T16:12:55.2569309Z File "test_indexing.py", line 655, in test_set_item_to_scalar_tensor 2022-09-27T16:12:55.2569800Z z = torch.randn([m, n], device=device) 2022-09-27T16:12:55.2569971Z 2022-09-27T16:12:55.2570107Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:55.2570314Z ========== 2022-09-27T16:12:55.2570480Z ok (0.005s) 2022-09-27T16:12:55.2783601Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-09-27T16:12:55.3194646Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.040s) 2022-09-27T16:12:55.3268077Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.007s) 2022-09-27T16:12:55.3487457Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-09-27T16:12:55.4118789Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.063s) 2022-09-27T16:12:55.5605788Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.148s) 2022-09-27T16:12:55.5653751Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.004s) 2022-09-27T16:12:55.6060888Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.040s) 2022-09-27T16:12:55.6395851Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.033s) 2022-09-27T16:12:55.6491938Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.009s) 2022-09-27T16:12:55.6680667Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT runner test_indexing.py line 1185 2022-09-27T16:12:55.6681194Z due to: 2022-09-27T16:12:55.6681520Z Traceback (most recent call last): 2022-09-27T16:12:55.6682202Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:12:55.6682738Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:12:55.6683485Z IndexError: invalid index of a 0-dim tensor. Use `tensor.item()` in Python or `tensor.item()` in C++ to convert a 0-dim tensor to a number 2022-09-27T16:12:55.6683856Z 2022-09-27T16:12:55.6683972Z from user code: 2022-09-27T16:12:55.6684298Z File "test_indexing.py", line 1186, in runner 2022-09-27T16:12:55.6684642Z print(x[0]) 2022-09-27T16:12:55.6684813Z 2022-09-27T16:12:55.6685032Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:12:55.6685380Z ========== 2022-09-27T16:12:55.6702005Z ok (0.020s) 2022-09-27T16:12:55.6702309Z 2022-09-27T16:12:55.6702798Z ---------------------------------------------------------------------- 2022-09-27T16:12:55.6703187Z Ran 81 tests in 7.278s 2022-09-27T16:12:55.6703376Z 2022-09-27T16:12:55.6703497Z OK (skipped=5) 2022-09-27T16:12:55.6703667Z 2022-09-27T16:12:55.6703804Z Generating XML reports... 2022-09-27T16:12:55.6746552Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927161248.xml 2022-09-27T16:12:55.6792808Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927161248.xml 2022-09-27T16:12:56.1448109Z Running test_module_init ... [2022-09-27 16:12:56.144345] 2022-09-27T16:12:56.1448653Z Executing ['/opt/conda/bin/python', '-bb', 'test_module_init.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:12:56.144427] 2022-09-27T16:12:57.7943773Z /opt/conda/lib/python3.7/site-packages/torch/testing/_deprecated.py:35: FutureWarning: torch.testing.floating_types() is deprecated since 1.12 and will be removed in 1.14. This call can be replaced with (torch.float32, torch.float64). 2022-09-27T16:12:57.7944340Z warnings.warn(msg, FutureWarning) 2022-09-27T16:12:57.8079353Z Test results will be stored in test-reports/python-unittest/test_module_init 2022-09-27T16:12:57.8807281Z 2022-09-27T16:12:57.8807479Z Running tests... 2022-09-27T16:12:57.8808160Z ---------------------------------------------------------------------- 2022-09-27T16:12:58.1527400Z test_nn_AdaptiveAvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.198s) 2022-09-27T16:12:58.1705317Z test_nn_AdaptiveAvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-09-27T16:12:58.1861524Z test_nn_AdaptiveAvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-09-27T16:12:58.1957797Z test_nn_AdaptiveAvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-09-27T16:12:58.2112546Z test_nn_AdaptiveAvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.015s) 2022-09-27T16:12:58.2214705Z test_nn_AdaptiveAvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-09-27T16:12:58.3223728Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.100s) 2022-09-27T16:12:58.3455312Z test_nn_AdaptiveLogSoftmaxWithLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.023s) 2022-09-27T16:12:58.3558011Z test_nn_AdaptiveMaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-09-27T16:12:58.3593139Z test_nn_AdaptiveMaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.3689344Z test_nn_AdaptiveMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-09-27T16:12:58.3723172Z test_nn_AdaptiveMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.3818825Z test_nn_AdaptiveMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.009s) 2022-09-27T16:12:58.3854475Z test_nn_AdaptiveMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4035210Z test_nn_AlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-09-27T16:12:58.4140403Z test_nn_AlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.010s) 2022-09-27T16:12:58.4177398Z test_nn_AvgPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4214788Z test_nn_AvgPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4247696Z test_nn_AvgPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4281517Z test_nn_AvgPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4314799Z test_nn_AvgPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4348545Z test_nn_AvgPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4383028Z test_nn_BCELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4418446Z test_nn_BCELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4454154Z test_nn_BCEWithLogitsLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4490604Z test_nn_BCEWithLogitsLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4536830Z test_nn_BatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.4580598Z test_nn_BatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.4624423Z test_nn_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.4667967Z test_nn_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.4713903Z test_nn_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.4764910Z test_nn_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:58.4803805Z test_nn_Bilinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4841937Z test_nn_Bilinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4875440Z test_nn_CELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4907320Z test_nn_CELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4941055Z test_nn_CTCLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.4973375Z test_nn_CTCLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5009314Z test_nn_ChannelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5041990Z test_nn_ChannelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5075911Z test_nn_ConstantPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5108013Z test_nn_ConstantPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5141487Z test_nn_ConstantPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5173980Z test_nn_ConstantPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5207612Z test_nn_ConstantPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5240294Z test_nn_ConstantPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5284472Z test_nn_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5323952Z test_nn_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5364464Z test_nn_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5404341Z test_nn_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5443747Z test_nn_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5483757Z test_nn_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5529854Z test_nn_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5571973Z test_nn_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5612640Z test_nn_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5652708Z test_nn_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5692279Z test_nn_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5732647Z test_nn_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.5765606Z test_nn_CosineEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5799439Z test_nn_CosineEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5834821Z test_nn_CosineSimilarity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5869433Z test_nn_CosineSimilarity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5903643Z test_nn_CrossEntropyLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5938785Z test_nn_CrossEntropyLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.5972108Z test_nn_CrossMapLRN2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6006315Z test_nn_CrossMapLRN2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6039099Z test_nn_Dropout1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6073000Z test_nn_Dropout1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6108232Z test_nn_Dropout2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6142449Z test_nn_Dropout2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6175465Z test_nn_Dropout3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6207976Z test_nn_Dropout3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6241957Z test_nn_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6274622Z test_nn_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6308358Z test_nn_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6341118Z test_nn_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6389607Z test_nn_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.6429615Z test_nn_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6468832Z test_nn_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6508226Z test_nn_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6541621Z test_nn_FeatureAlphaDropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6575351Z test_nn_FeatureAlphaDropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6608203Z test_nn_Flatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6644123Z test_nn_Flatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6677293Z test_nn_Fold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6710493Z test_nn_Fold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6744593Z test_nn_FractionalMaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6779928Z test_nn_FractionalMaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6814649Z test_nn_FractionalMaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6848886Z test_nn_FractionalMaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6882788Z test_nn_GELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6915863Z test_nn_GELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6951781Z test_nn_GLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.6984369Z test_nn_GLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7027165Z test_nn_GRUCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7068958Z test_nn_GRUCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7112384Z test_nn_GRU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7160941Z test_nn_GRU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7193938Z test_nn_GaussianNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7228884Z test_nn_GaussianNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7266947Z test_nn_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7305580Z test_nn_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7338523Z test_nn_Hardshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7371511Z test_nn_Hardshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7403784Z test_nn_Hardsigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7437175Z test_nn_Hardsigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7469976Z test_nn_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7503346Z test_nn_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7536150Z test_nn_Hardtanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7568572Z test_nn_Hardtanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7602102Z test_nn_HingeEmbeddingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7634645Z test_nn_HingeEmbeddingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7668822Z test_nn_HuberLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7701346Z test_nn_HuberLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7734627Z test_nn_Identity_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7767019Z test_nn_Identity_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.7809266Z test_nn_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7850974Z test_nn_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7892225Z test_nn_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7939445Z test_nn_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.7980044Z test_nn_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8020457Z test_nn_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8053460Z test_nn_KLDivLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8087023Z test_nn_KLDivLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8119783Z test_nn_L1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8152417Z test_nn_L1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8186525Z test_nn_LPPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8218962Z test_nn_LPPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8252628Z test_nn_LPPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8285124Z test_nn_LPPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8328117Z test_nn_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8370308Z test_nn_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8412736Z test_nn_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8456094Z test_nn_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8495478Z test_nn_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8534069Z test_nn_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.8576111Z test_nn_LazyBatchNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:12:58.8576786Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:12:58.8581462Z /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-09-27T16:12:58.8582007Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:12:58.8587756Z ok (0.005s) 2022-09-27T16:12:58.8630015Z test_nn_LazyBatchNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-09-27T16:12:58.8630574Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-09-27T16:12:58.8638652Z ok (0.005s) 2022-09-27T16:12:58.8681137Z test_nn_LazyBatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8723986Z test_nn_LazyBatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8767308Z test_nn_LazyBatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8810007Z test_nn_LazyBatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8852154Z test_nn_LazyConv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8893653Z test_nn_LazyConv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.8945592Z test_nn_LazyConv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:58.8986230Z test_nn_LazyConv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9026992Z test_nn_LazyConv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9068313Z test_nn_LazyConv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9109394Z test_nn_LazyConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9150958Z test_nn_LazyConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9191962Z test_nn_LazyConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9232878Z test_nn_LazyConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9275149Z test_nn_LazyConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9325217Z test_nn_LazyConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:58.9367789Z test_nn_LazyInstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9410119Z test_nn_LazyInstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9452483Z test_nn_LazyInstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9495483Z test_nn_LazyInstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9538156Z test_nn_LazyInstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9581224Z test_nn_LazyInstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9632472Z test_nn_LazyLinear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:58.9672460Z test_nn_LazyLinear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:58.9705613Z test_nn_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9737808Z test_nn_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9777227Z test_nn_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9815370Z test_nn_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9848943Z test_nn_LocalResponseNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9881246Z test_nn_LocalResponseNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9914453Z test_nn_LogSigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9946812Z test_nn_LogSigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:58.9980493Z test_nn_LogSoftmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0012571Z test_nn_LogSoftmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0046271Z test_nn_MSELoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0078824Z test_nn_MSELoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0112058Z test_nn_MarginRankingLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0144658Z test_nn_MarginRankingLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0178538Z test_nn_MaxPool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0211090Z test_nn_MaxPool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0243776Z test_nn_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0277307Z test_nn_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0309958Z test_nn_MaxPool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0343596Z test_nn_MaxPool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0376413Z test_nn_MaxUnpool1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0415647Z test_nn_MaxUnpool1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0448487Z test_nn_MaxUnpool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0481923Z test_nn_MaxUnpool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0514854Z test_nn_MaxUnpool3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0547261Z test_nn_MaxUnpool3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0580937Z test_nn_Mish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0612978Z test_nn_Mish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0671664Z test_nn_ModuleDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:59.0704992Z test_nn_ModuleDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0737261Z test_nn_ModuleList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0769953Z test_nn_ModuleList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0803708Z test_nn_MultiLabelMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0836372Z test_nn_MultiLabelMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0871047Z test_nn_MultiLabelSoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0906054Z test_nn_MultiLabelSoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0940256Z test_nn_MultiMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.0975369Z test_nn_MultiMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1024983Z test_nn_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1074078Z test_nn_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1109412Z test_nn_NLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1143891Z test_nn_NLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1180702Z test_nn_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1222987Z test_nn_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1255739Z test_nn_PairwiseDistance_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1289422Z test_nn_PairwiseDistance_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1348681Z test_nn_ParameterDict_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:59.1381466Z test_nn_ParameterDict_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1440447Z test_nn_ParameterList_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:12:59.1473586Z test_nn_ParameterList_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1507413Z test_nn_PixelShuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1540276Z test_nn_PixelShuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1573758Z test_nn_PixelUnshuffle_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1606376Z test_nn_PixelUnshuffle_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1639318Z test_nn_PoissonNLLLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1673042Z test_nn_PoissonNLLLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.1717273Z test_nn_RNNBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1760334Z test_nn_RNNBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1802479Z test_nn_RNNCellBase_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1844419Z test_nn_RNNCellBase_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1885547Z test_nn_RNNCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1927511Z test_nn_RNNCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.1970993Z test_nn_RNN_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.2013090Z test_nn_RNN_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.2054189Z test_nn_RReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.2086954Z test_nn_RReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2120945Z test_nn_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2153732Z test_nn_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2187395Z test_nn_ReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2220651Z test_nn_ReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2254263Z test_nn_ReflectionPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2286617Z test_nn_ReflectionPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2320676Z test_nn_ReflectionPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2353046Z test_nn_ReflectionPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2388433Z test_nn_ReflectionPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2421002Z test_nn_ReflectionPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2454568Z test_nn_ReplicationPad1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2487432Z test_nn_ReplicationPad1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2521433Z test_nn_ReplicationPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2554514Z test_nn_ReplicationPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2588619Z test_nn_ReplicationPad3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2621530Z test_nn_ReplicationPad3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2655309Z test_nn_SELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2688226Z test_nn_SELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2721542Z test_nn_Sequential_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2755450Z test_nn_Sequential_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2788474Z test_nn_SiLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2821973Z test_nn_SiLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2854475Z test_nn_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2893067Z test_nn_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2926056Z test_nn_SmoothL1Loss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2959974Z test_nn_SmoothL1Loss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.2993670Z test_nn_SoftMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3025853Z test_nn_SoftMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3059537Z test_nn_Softmax2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3092262Z test_nn_Softmax2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3126637Z test_nn_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3159100Z test_nn_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3192747Z test_nn_Softmin_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3225512Z test_nn_Softmin_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3259600Z test_nn_Softplus_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3292027Z test_nn_Softplus_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3326172Z test_nn_Softshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3359113Z test_nn_Softshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3392489Z test_nn_Softsign_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3426338Z test_nn_Softsign_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3471457Z test_nn_SyncBatchNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.3515572Z test_nn_SyncBatchNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:12:59.3548115Z test_nn_Tanh_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3581873Z test_nn_Tanh_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3614398Z test_nn_Tanhshrink_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3647797Z test_nn_Tanhshrink_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3680595Z test_nn_Threshold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3713129Z test_nn_Threshold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:12:59.3791961Z test_nn_TransformerDecoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:12:59.3864262Z test_nn_TransformerDecoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:12:59.4040524Z test_nn_TransformerDecoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.017s) 2022-09-27T16:12:59.4122421Z test_nn_TransformerDecoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.008s) 2022-09-27T16:12:59.4185804Z test_nn_TransformerEncoderLayer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:12:59.4250358Z test_nn_TransformerEncoderLayer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:12:59.4376478Z test_nn_TransformerEncoder_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.012s) 2022-09-27T16:12:59.4447159Z test_nn_TransformerEncoder_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.007s) 2022-09-27T16:13:00.0273941Z test_nn_Transformer_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.582s) 2022-09-27T16:13:00.7694012Z test_nn_Transformer_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.741s) 2022-09-27T16:13:00.7731200Z test_nn_TripletMarginLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7767634Z test_nn_TripletMarginLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7803186Z test_nn_TripletMarginWithDistanceLoss_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7837360Z test_nn_TripletMarginWithDistanceLoss_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7871590Z test_nn_Unflatten_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7904674Z test_nn_Unflatten_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7939241Z test_nn_Unfold_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.7971995Z test_nn_Unfold_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8005717Z test_nn_Upsample_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8039222Z test_nn_Upsample_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8072050Z test_nn_UpsamplingBilinear2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8105898Z test_nn_UpsamplingBilinear2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8139360Z test_nn_UpsamplingNearest2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8173477Z test_nn_UpsamplingNearest2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8206784Z test_nn_ZeroPad2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8241109Z test_nn_ZeroPad2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.8289056Z test_qat_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8335388Z test_qat_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8385646Z test_qat_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:13:00.8431584Z test_qat_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8477914Z test_qat_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8524346Z test_qat_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8571823Z test_qat_EmbeddingBag_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8618225Z test_qat_EmbeddingBag_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8665274Z test_qat_Embedding_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8711801Z test_qat_Embedding_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8757611Z test_qat_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8802650Z test_qat_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8848456Z test_quantizable_LSTMCell_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.8893590Z test_quantizable_LSTMCell_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9036437Z test_quantizable_LSTM_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.014s) 2022-09-27T16:13:00.9085470Z test_quantizable_LSTM_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9142534Z test_quantizable_MultiheadAttention_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:13:00.9199245Z test_quantizable_MultiheadAttention_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.005s) 2022-09-27T16:13:00.9245746Z test_quantized_BatchNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9291981Z test_quantized_BatchNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9337956Z test_quantized_BatchNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9383928Z test_quantized_BatchNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9420875Z test_quantized_Conv1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9456905Z test_quantized_Conv1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9492212Z test_quantized_Conv2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9527926Z test_quantized_Conv2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9563116Z test_quantized_Conv3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9599007Z test_quantized_Conv3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9638493Z test_quantized_ConvTranspose1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9683889Z test_quantized_ConvTranspose1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:00.9720478Z test_quantized_ConvTranspose2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9756436Z test_quantized_ConvTranspose2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9793564Z test_quantized_ConvTranspose3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9830898Z test_quantized_ConvTranspose3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9866121Z test_quantized_DeQuantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9899278Z test_quantized_DeQuantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9934095Z test_quantized_Dropout_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:00.9967741Z test_quantized_Dropout_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0002011Z test_quantized_ELU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0035040Z test_quantized_ELU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0069234Z test_quantized_FXFloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0102391Z test_quantized_FXFloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0136806Z test_quantized_FloatFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0169649Z test_quantized_FloatFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0214306Z test_quantized_GroupNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0259117Z test_quantized_GroupNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0292277Z test_quantized_Hardswish_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0326443Z test_quantized_Hardswish_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0367724Z test_quantized_InstanceNorm1d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0410718Z test_quantized_InstanceNorm1d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0455432Z test_quantized_InstanceNorm2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0496475Z test_quantized_InstanceNorm2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0544864Z test_quantized_InstanceNorm3d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0587944Z test_quantized_InstanceNorm3d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0632528Z test_quantized_LayerNorm_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0678864Z test_quantized_LayerNorm_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.0718213Z test_quantized_LeakyReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0757915Z test_quantized_LeakyReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0793397Z test_quantized_Linear_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0829124Z test_quantized_Linear_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0862605Z test_quantized_MaxPool2d_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0896863Z test_quantized_MaxPool2d_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0933481Z test_quantized_PReLU_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.0969065Z test_quantized_PReLU_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1003105Z test_quantized_QFunctional_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1037769Z test_quantized_QFunctional_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1108580Z test_quantized_Quantize_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.006s) 2022-09-27T16:13:01.1146443Z test_quantized_Quantize_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1181967Z test_quantized_ReLU6_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1215353Z test_quantized_ReLU6_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1250170Z test_quantized_Sigmoid_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1282949Z test_quantized_Sigmoid_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1323943Z test_quantized_Softmax_cpu_float32 (__main__.TestModuleInitCPU) ... ok (0.004s) 2022-09-27T16:13:01.1357099Z test_quantized_Softmax_cpu_float64 (__main__.TestModuleInitCPU) ... ok (0.003s) 2022-09-27T16:13:01.1357640Z 2022-09-27T16:13:01.1358142Z ---------------------------------------------------------------------- 2022-09-27T16:13:01.1358604Z Ran 376 tests in 3.255s 2022-09-27T16:13:01.1358805Z 2022-09-27T16:13:01.1358904Z OK 2022-09-27T16:13:01.1359061Z 2022-09-27T16:13:01.1359208Z Generating XML reports... 2022-09-27T16:13:01.1647668Z Generated XML report: test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927161257.xml 2022-09-27T16:13:01.5774871Z Running test_model_dump ... [2022-09-27 16:13:01.577052] 2022-09-27T16:13:01.5775404Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:01.577132] 2022-09-27T16:13:02.8621040Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-09-27T16:13:02.8632188Z 2022-09-27T16:13:02.8632329Z Running tests... 2022-09-27T16:13:02.8632775Z ---------------------------------------------------------------------- 2022-09-27T16:13:07.0345571Z test_inline_skeleton (__main__.TestModelDump) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_model_dump.py line 92 2022-09-27T16:13:07.0345941Z due to: 2022-09-27T16:13:07.0346128Z Traceback (most recent call last): 2022-09-27T16:13:07.0346527Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:07.0346987Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:07.0347459Z AssertionError: torch.* op returned non-Tensor str call_function 2022-09-27T16:13:07.0347681Z 2022-09-27T16:13:07.0347752Z from user code: 2022-09-27T16:13:07.0347983Z File "test_model_dump.py", line 93, in 2022-09-27T16:13:07.0348271Z skel = torch.utils.model_dump.get_inline_skeleton() 2022-09-27T16:13:07.0348423Z 2022-09-27T16:13:07.0348556Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:07.0348762Z ========== 2022-09-27T16:13:07.0376085Z ok (4.115s) 2022-09-27T16:13:07.1000145Z test_invalid_json (__main__.TestModelDump) ... ok (0.062s) 2022-09-27T16:13:07.1448251Z test_main (__main__.TestModelDump) ... ok (0.044s) 2022-09-27T16:13:07.1478469Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.003s) 2022-09-27T16:13:07.1700809Z test_model_with_lists (__main__.TestModelDump) ... ok (0.022s) 2022-09-27T16:13:07.1942381Z test_optimized_quantized_model (__main__.TestModelDump) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_model_dump.py line 163 2022-09-27T16:13:07.1942912Z due to: 2022-09-27T16:13:07.1943172Z Traceback (most recent call last): 2022-09-27T16:13:07.1943584Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:07.1944037Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:07.1944727Z AssertionError: torch.* op returned non-Tensor _PartialWrapper call_function 2022-09-27T16:13:07.1944944Z 2022-09-27T16:13:07.1945016Z from user code: 2022-09-27T16:13:07.1945253Z File "test_model_dump.py", line 165, in 2022-09-27T16:13:07.1945565Z fmodel.qconfig = torch.ao.quantization.get_default_qconfig("qnnpack") 2022-09-27T16:13:07.1945728Z 2022-09-27T16:13:07.1945862Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:07.1946086Z ========== 2022-09-27T16:13:07.5137804Z ok (0.343s) 2022-09-27T16:13:07.6932319Z test_quantized_model (__main__.TestModelDump) ... ok (0.179s) 2022-09-27T16:13:07.7155213Z test_scripted_model (__main__.TestModelDump) ... ok (0.022s) 2022-09-27T16:13:07.7492009Z test_traced_model (__main__.TestModelDump) ... ok (0.033s) 2022-09-27T16:13:07.7492266Z 2022-09-27T16:13:07.7492741Z ---------------------------------------------------------------------- 2022-09-27T16:13:07.7493145Z Ran 9 tests in 4.886s 2022-09-27T16:13:07.7493348Z 2022-09-27T16:13:07.7493472Z OK (skipped=1) 2022-09-27T16:13:07.7493680Z 2022-09-27T16:13:07.7493802Z Generating XML reports... 2022-09-27T16:13:07.7525633Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927161302.xml 2022-09-27T16:13:08.1407368Z Running test_import_stats ... [2022-09-27 16:13:08.140336] 2022-09-27T16:13:08.1407878Z Executing ['/opt/conda/bin/python', '-bb', 'test_import_stats.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:08.140422] 2022-09-27T16:13:09.4219192Z Test results will be stored in test-reports/python-unittest/test_import_stats 2022-09-27T16:13:09.4229852Z 2022-09-27T16:13:09.4229928Z Running tests... 2022-09-27T16:13:09.4230624Z ---------------------------------------------------------------------- 2022-09-27T16:13:14.8746711Z test_time_cuda_device_count (__main__.TestImportTime) ... ok (5.392s) 2022-09-27T16:13:16.1469552Z test_time_import_torch (__main__.TestImportTime) ... ok (1.271s) 2022-09-27T16:13:16.1470242Z 2022-09-27T16:13:16.1470614Z ---------------------------------------------------------------------- 2022-09-27T16:13:16.1471072Z Ran 2 tests in 6.724s 2022-09-27T16:13:16.1471279Z 2022-09-27T16:13:16.1471360Z OK 2022-09-27T16:13:16.1471456Z 2022-09-27T16:13:16.1471545Z Generating XML reports... 2022-09-27T16:13:16.1508874Z Generated XML report: test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927161309.xml 2022-09-27T16:13:16.5410582Z Running lazy/test_step_closures ... [2022-09-27 16:13:16.540687] 2022-09-27T16:13:16.5411139Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_step_closures.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:16.540772] 2022-09-27T16:13:17.8394479Z Test results will be stored in test-reports/python-unittest/lazy.test_step_closures 2022-09-27T16:13:17.8407646Z 2022-09-27T16:13:17.8407801Z Running tests... 2022-09-27T16:13:17.8408441Z ---------------------------------------------------------------------- 2022-09-27T16:13:22.0107069Z test_asynchronous (__main__.ClosuresTest) ... ok (4.109s) 2022-09-27T16:13:23.0055973Z test_asynchronous_exception (__main__.ClosuresTest) ... ok (0.994s) 2022-09-27T16:13:24.0233841Z test_synchronous (__main__.ClosuresTest) ... ok (1.017s) 2022-09-27T16:13:24.0345475Z test_synchronous_exception (__main__.ClosuresTest) ... ok (0.011s) 2022-09-27T16:13:24.0345830Z 2022-09-27T16:13:24.0346338Z ---------------------------------------------------------------------- 2022-09-27T16:13:24.0346622Z Ran 4 tests in 6.194s 2022-09-27T16:13:24.0346750Z 2022-09-27T16:13:24.0346813Z OK 2022-09-27T16:13:24.0346904Z 2022-09-27T16:13:24.0346990Z Generating XML reports... 2022-09-27T16:13:24.0374666Z Generated XML report: test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927161317.xml 2022-09-27T16:13:24.4126442Z Running test_logging ... [2022-09-27 16:13:24.412277] 2022-09-27T16:13:24.4127156Z Executing ['/opt/conda/bin/python', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:24.412361] 2022-09-27T16:13:25.6798151Z Test results will be stored in test-reports/python-unittest/test_logging 2022-09-27T16:13:25.6809274Z 2022-09-27T16:13:25.6809366Z Running tests... 2022-09-27T16:13:25.6809812Z ---------------------------------------------------------------------- 2022-09-27T16:13:25.7439382Z testApiUsage (__main__.LoggingTest) 2022-09-27T16:13:31.4423668Z This test verifies that api usage logging is not triggered via static ... ok (5.702s) 2022-09-27T16:13:31.4424333Z 2022-09-27T16:13:31.4424781Z ---------------------------------------------------------------------- 2022-09-27T16:13:31.4425142Z Ran 1 test in 5.761s 2022-09-27T16:13:31.4425330Z 2022-09-27T16:13:31.4425440Z OK 2022-09-27T16:13:31.4425594Z 2022-09-27T16:13:31.4425737Z Generating XML reports... 2022-09-27T16:13:31.4468466Z Generated XML report: test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927161325.xml 2022-09-27T16:13:31.8395005Z Running test_functional_optim ... [2022-09-27 16:13:31.839074] 2022-09-27T16:13:31.8395718Z Executing ['/opt/conda/bin/python', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:31.839156] 2022-09-27T16:13:33.3036134Z Test results will be stored in test-reports/python-unittest/test_functional_optim 2022-09-27T16:13:33.3047402Z 2022-09-27T16:13:33.3047536Z Running tests... 2022-09-27T16:13:33.3047950Z ---------------------------------------------------------------------- 2022-09-27T16:13:37.7783999Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT /opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py line 49 2022-09-27T16:13:37.7784778Z due to: 2022-09-27T16:13:37.7785118Z Traceback (most recent call last): 2022-09-27T16:13:37.7785892Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/base.py", line 140, in python_type 2022-09-27T16:13:37.7786467Z raise NotImplementedError(f"{self} has no type") 2022-09-27T16:13:37.7786959Z NotImplementedError: ListIteratorVariable() has no type 2022-09-27T16:13:37.7787260Z 2022-09-27T16:13:37.7787385Z from user code: 2022-09-27T16:13:37.7788048Z File "/opt/conda/lib/python3.7/site-packages/torch/optim/optimizer.py", line 51, in 2022-09-27T16:13:37.7788595Z if isinstance(params, torch.Tensor): 2022-09-27T16:13:37.7788832Z 2022-09-27T16:13:37.7789075Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:37.7789473Z ========== 2022-09-27T16:13:38.1577423Z ok (4.791s) 2022-09-27T16:13:38.4365568Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.278s) 2022-09-27T16:13:38.4555543Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_functional_optim.py line 74 2022-09-27T16:13:38.4556303Z due to: 2022-09-27T16:13:38.4556605Z Traceback (most recent call last): 2022-09-27T16:13:38.4557403Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:38.4558023Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:38.4558464Z AssertionError: _RequiredParameter 2022-09-27T16:13:38.4558710Z 2022-09-27T16:13:38.4558837Z from user code: 2022-09-27T16:13:38.4559304Z File "test_functional_optim.py", line 77, in 2022-09-27T16:13:38.4559822Z optim = optim_cls(optim_params, *args, **kwargs) 2022-09-27T16:13:38.4560084Z 2022-09-27T16:13:38.4560317Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:38.4560683Z ========== 2022-09-27T16:13:38.5809279Z ok (0.144s) 2022-09-27T16:13:38.5889286Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.007s) 2022-09-27T16:13:38.5889703Z 2022-09-27T16:13:38.5890139Z ---------------------------------------------------------------------- 2022-09-27T16:13:38.5890546Z Ran 4 tests in 5.284s 2022-09-27T16:13:38.5890745Z 2022-09-27T16:13:38.5890853Z OK 2022-09-27T16:13:38.5890999Z 2022-09-27T16:13:38.5891168Z Generating XML reports... 2022-09-27T16:13:38.5919684Z Generated XML report: test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927161333.xml 2022-09-27T16:13:38.9559739Z Running test_bundled_inputs ... [2022-09-27 16:13:38.955589] 2022-09-27T16:13:38.9560560Z Executing ['/opt/conda/bin/python', '-bb', 'test_bundled_inputs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:38.955675] 2022-09-27T16:13:40.2294852Z Test results will be stored in test-reports/python-unittest/test_bundled_inputs 2022-09-27T16:13:40.2305974Z 2022-09-27T16:13:40.2306388Z Running tests... 2022-09-27T16:13:40.2306842Z ---------------------------------------------------------------------- 2022-09-27T16:13:44.3141334Z test_bad_inputs (__main__.TestBundledInputs) ... ok (4.024s) 2022-09-27T16:13:44.3233829Z test_dict_args (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MyModel test_bundled_inputs.py line 331 2022-09-27T16:13:44.3234427Z due to: 2022-09-27T16:13:44.3234623Z Traceback (most recent call last): 2022-09-27T16:13:44.3235030Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:13:44.3235319Z raise Unsupported(msg) 2022-09-27T16:13:44.3235564Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:13:44.3235722Z 2022-09-27T16:13:44.3235793Z from user code: 2022-09-27T16:13:44.3236008Z File "test_bundled_inputs.py", line 331, in MyModel 2022-09-27T16:13:44.3236233Z class MyModel(torch.nn.Module): 2022-09-27T16:13:44.3236365Z 2022-09-27T16:13:44.3236498Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:44.3236726Z ========== 2022-09-27T16:13:44.4490672Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT bundle_optional_dict_of_randn test_bundled_inputs.py line 365 2022-09-27T16:13:44.4491261Z due to: 2022-09-27T16:13:44.4491570Z Traceback (most recent call last): 2022-09-27T16:13:44.4492254Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:44.4493013Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:44.4493706Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:13:44.4494021Z 2022-09-27T16:13:44.4494137Z from user code: 2022-09-27T16:13:44.4494539Z File "test_bundled_inputs.py", line 370, in bundle_optional_dict_of_randn 2022-09-27T16:13:44.4494986Z else {k: condensed(v) for (k, v) in template.items()} 2022-09-27T16:13:44.4495227Z 2022-09-27T16:13:44.4495450Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:44.4495811Z ========== 2022-09-27T16:13:44.4534396Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT condensed test_bundled_inputs.py line 359 2022-09-27T16:13:44.4534837Z due to: 2022-09-27T16:13:44.4535159Z Traceback (most recent call last): 2022-09-27T16:13:44.4535827Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:44.4536582Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:44.4537280Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:13:44.4537652Z 2022-09-27T16:13:44.4537768Z from user code: 2022-09-27T16:13:44.4538109Z File "test_bundled_inputs.py", line 361, in condensed 2022-09-27T16:13:44.4538487Z assert ret.storage().size() == 1 2022-09-27T16:13:44.4538698Z 2022-09-27T16:13:44.4538909Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:44.4539547Z ========== 2022-09-27T16:13:44.4600807Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT bundle_optional_list_of_randn test_bundled_inputs.py line 384 2022-09-27T16:13:44.4601304Z due to: 2022-09-27T16:13:44.4601619Z Traceback (most recent call last): 2022-09-27T16:13:44.4602298Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:44.4603072Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:44.4603741Z AssertionError: torch.* op returned non-Tensor TypedStorage call_method storage 2022-09-27T16:13:44.4604337Z 2022-09-27T16:13:44.4604469Z from user code: 2022-09-27T16:13:44.4604897Z File "test_bundled_inputs.py", line 386, in bundle_optional_list_of_randn 2022-09-27T16:13:44.4605419Z value=(None if template is None else [condensed(v) for v in template]), 2022-09-27T16:13:44.4605702Z 2022-09-27T16:13:44.4605942Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:44.4606321Z ========== 2022-09-27T16:13:45.1001202Z ok (0.785s) 2022-09-27T16:13:45.1087876Z test_double_augment_fail (__main__.TestBundledInputs) ... ok (0.008s) 2022-09-27T16:13:45.1186116Z test_double_augment_non_mutator (__main__.TestBundledInputs) ... ok (0.009s) 2022-09-27T16:13:45.1307786Z test_double_augment_success (__main__.TestBundledInputs) ... ok (0.011s) 2022-09-27T16:13:45.1441797Z test_large_tensor_with_inflation (__main__.TestBundledInputs) ... ok (0.013s) 2022-09-27T16:13:45.1535147Z test_multiple_methods_with_inputs (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultipleMethodModel test_bundled_inputs.py line 143 2022-09-27T16:13:45.1535812Z due to: 2022-09-27T16:13:45.1536139Z Traceback (most recent call last): 2022-09-27T16:13:45.1536842Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:13:45.1537331Z raise Unsupported(msg) 2022-09-27T16:13:45.1537831Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:13:45.1538055Z 2022-09-27T16:13:45.1538158Z from user code: 2022-09-27T16:13:45.1538835Z File "test_bundled_inputs.py", line 143, in MultipleMethodModel 2022-09-27T16:13:45.1539263Z class MultipleMethodModel(torch.nn.Module): 2022-09-27T16:13:45.1539502Z 2022-09-27T16:13:45.1539706Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:45.1540022Z ========== 2022-09-27T16:13:45.1925033Z ok (0.048s) 2022-09-27T16:13:45.1973186Z test_multiple_methods_with_inputs_both_defined_failure (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultipleMethodModel test_bundled_inputs.py line 210 2022-09-27T16:13:45.1973832Z due to: 2022-09-27T16:13:45.1974149Z Traceback (most recent call last): 2022-09-27T16:13:45.1974803Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:13:45.1975273Z raise Unsupported(msg) 2022-09-27T16:13:45.1975675Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:13:45.1975935Z 2022-09-27T16:13:45.1976037Z from user code: 2022-09-27T16:13:45.1976516Z File "test_bundled_inputs.py", line 210, in MultipleMethodModel 2022-09-27T16:13:45.1976980Z class MultipleMethodModel(torch.nn.Module): 2022-09-27T16:13:45.1977226Z 2022-09-27T16:13:45.1977448Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:45.1977858Z ========== 2022-09-27T16:13:45.2004130Z ok (0.007s) 2022-09-27T16:13:45.2044939Z test_multiple_methods_with_inputs_neither_defined_failure (__main__.TestBundledInputs) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT MultipleMethodModel test_bundled_inputs.py line 237 2022-09-27T16:13:45.2045534Z due to: 2022-09-27T16:13:45.2045860Z Traceback (most recent call last): 2022-09-27T16:13:45.2046521Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/exc.py", line 77, in unimplemented 2022-09-27T16:13:45.2047258Z raise Unsupported(msg) 2022-09-27T16:13:45.2047640Z torchdynamo.exc.Unsupported: missing: LOAD_NAME 2022-09-27T16:13:45.2047897Z 2022-09-27T16:13:45.2048015Z from user code: 2022-09-27T16:13:45.2048444Z File "test_bundled_inputs.py", line 237, in MultipleMethodModel 2022-09-27T16:13:45.2048885Z class MultipleMethodModel(torch.nn.Module): 2022-09-27T16:13:45.2049130Z 2022-09-27T16:13:45.2049356Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:45.2049718Z ========== 2022-09-27T16:13:45.2071535Z ok (0.006s) 2022-09-27T16:13:45.2176826Z test_non_tensors (__main__.TestBundledInputs) ... ok (0.010s) 2022-09-27T16:13:45.2488628Z test_rejected_tensors (__main__.TestBundledInputs) ... ok (0.031s) 2022-09-27T16:13:45.2841137Z test_single_tensors (__main__.TestBundledInputs) ... ok (0.034s) 2022-09-27T16:13:45.2841471Z 2022-09-27T16:13:45.2841929Z ---------------------------------------------------------------------- 2022-09-27T16:13:45.2842314Z Ran 12 tests in 5.053s 2022-09-27T16:13:45.2842511Z 2022-09-27T16:13:45.2842612Z OK 2022-09-27T16:13:45.2842762Z 2022-09-27T16:13:45.2842902Z Generating XML reports... 2022-09-27T16:13:45.2878259Z Generated XML report: test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927161340.xml 2022-09-27T16:13:45.6578606Z Running test_native_functions ... [2022-09-27 16:13:45.657475] 2022-09-27T16:13:45.6579175Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:45.657557] 2022-09-27T16:13:46.9292834Z Test results will be stored in test-reports/python-unittest/test_native_functions 2022-09-27T16:13:46.9303595Z 2022-09-27T16:13:46.9303712Z Running tests... 2022-09-27T16:13:46.9304301Z ---------------------------------------------------------------------- 2022-09-27T16:13:51.2440163Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... ok (4.254s) 2022-09-27T16:13:51.3104838Z test_optional_floatlist (__main__.TestNativeFunctions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT do_test_optional_floatlist_with_module test_native_functions.py line 26 2022-09-27T16:13:51.3105375Z due to: 2022-09-27T16:13:51.3105584Z Traceback (most recent call last): 2022-09-27T16:13:51.3105955Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:13:51.3106311Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:13:51.3106669Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:13:51.3106848Z 2022-09-27T16:13:51.3106920Z from user code: 2022-09-27T16:13:51.3107175Z File "test_native_functions.py", line 29, in do_test_optional_floatlist_with_module 2022-09-27T16:13:51.3107425Z returned = module(values, None) 2022-09-27T16:13:51.3107551Z 2022-09-27T16:13:51.3107685Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.3107908Z ========== 2022-09-27T16:13:51.3430037Z ok (0.099s) 2022-09-27T16:13:51.3546194Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_native_functions.py line 11 2022-09-27T16:13:51.3546824Z due to: 2022-09-27T16:13:51.3547119Z Traceback (most recent call last): 2022-09-27T16:13:51.3547544Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:13:51.3547863Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:13:51.3548262Z TypeError: _test_optional_floatlist(): argument 'addends' (position 2) must be tuple of floats, not immutable_list 2022-09-27T16:13:51.3548475Z 2022-09-27T16:13:51.3548533Z from user code: 2022-09-27T16:13:51.3548751Z File "test_native_functions.py", line 12, in forward 2022-09-27T16:13:51.3549016Z return torch._C._nn._test_optional_floatlist(values, incr) 2022-09-27T16:13:51.3549171Z 2022-09-27T16:13:51.3549303Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.3549732Z ========== 2022-09-27T16:13:51.3602314Z ok (0.017s) 2022-09-27T16:13:51.4256041Z test_optional_intlist (__main__.TestNativeFunctions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT do_test_optional_intlist_with_module test_native_functions.py line 79 2022-09-27T16:13:51.4256678Z due to: 2022-09-27T16:13:51.4256998Z Traceback (most recent call last): 2022-09-27T16:13:51.4257748Z File "/opt/conda/lib/python3.7/site-packages/torch/jit/_script.py", line 326, in __get__ 2022-09-27T16:13:51.4258156Z return self.__getattr__("forward") # type: ignore[attr-defined] 2022-09-27T16:13:51.4258747Z AttributeError: '_CachedForward' object has no attribute '__getattr__' 2022-09-27T16:13:51.4258921Z 2022-09-27T16:13:51.4258993Z from user code: 2022-09-27T16:13:51.4259247Z File "test_native_functions.py", line 82, in do_test_optional_intlist_with_module 2022-09-27T16:13:51.4259500Z returned = module(values, None) 2022-09-27T16:13:51.4259628Z 2022-09-27T16:13:51.4259762Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.4259984Z ========== 2022-09-27T16:13:51.4579198Z ok (0.097s) 2022-09-27T16:13:51.4689739Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_native_functions.py line 16 2022-09-27T16:13:51.4690311Z due to: 2022-09-27T16:13:51.4690643Z Traceback (most recent call last): 2022-09-27T16:13:51.4691396Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:13:51.4691967Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:13:51.4692687Z TypeError: _test_optional_intlist(): argument 'addends' (position 2) must be tuple of ints, not immutable_list 2022-09-27T16:13:51.4693057Z 2022-09-27T16:13:51.4693181Z from user code: 2022-09-27T16:13:51.4693483Z File "test_native_functions.py", line 17, in forward 2022-09-27T16:13:51.4693868Z return torch._C._nn._test_optional_intlist(values, incr) 2022-09-27T16:13:51.4694096Z 2022-09-27T16:13:51.4694297Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:51.4694643Z ========== 2022-09-27T16:13:51.4741299Z ok (0.016s) 2022-09-27T16:13:51.4909393Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.016s) 2022-09-27T16:13:51.4909761Z 2022-09-27T16:13:51.4910296Z ---------------------------------------------------------------------- 2022-09-27T16:13:51.4910748Z Ran 6 tests in 4.560s 2022-09-27T16:13:51.4910963Z 2022-09-27T16:13:51.4911067Z OK 2022-09-27T16:13:51.4911171Z 2022-09-27T16:13:51.4911276Z Generating XML reports... 2022-09-27T16:13:51.4945791Z Generated XML report: test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927161346.xml 2022-09-27T16:13:51.8701348Z Running test_autocast ... [2022-09-27 16:13:51.869760] 2022-09-27T16:13:51.8701957Z Executing ['/opt/conda/bin/python', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:51.869845] 2022-09-27T16:13:53.1439351Z Test results will be stored in test-reports/python-unittest/test_autocast 2022-09-27T16:13:53.1450745Z 2022-09-27T16:13:53.1450859Z Running tests... 2022-09-27T16:13:53.1451450Z ---------------------------------------------------------------------- 2022-09-27T16:13:57.2848314Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_methods_expect_builtin_promote test_autocast.py line 97 2022-09-27T16:13:57.2849035Z due to: 2022-09-27T16:13:57.2849379Z Traceback (most recent call last): 2022-09-27T16:13:57.2850139Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.2850486Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.2850706Z AssertionError: module 2022-09-27T16:13:57.2850830Z 2022-09-27T16:13:57.2850899Z from user code: 2022-09-27T16:13:57.2851379Z File "test_autocast.py", line 99, in test_autocast_methods_expect_builtin_promote 2022-09-27T16:13:57.2851715Z self._run_autocast_outofplace(op, args, torch.float32, module=None, out_type=out_type) 2022-09-27T16:13:57.2851903Z 2022-09-27T16:13:57.2852024Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.2852245Z ========== 2022-09-27T16:13:57.2884526Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT _run_autocast_outofplace test_autocast.py line 17 2022-09-27T16:13:57.2885010Z due to: 2022-09-27T16:13:57.2885363Z Traceback (most recent call last): 2022-09-27T16:13:57.2885923Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:57.2886387Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:57.2886838Z AssertionError: torch.* op returned non-Tensor bool call_function 2022-09-27T16:13:57.2887051Z 2022-09-27T16:13:57.2887125Z from user code: 2022-09-27T16:13:57.2887357Z File "test_autocast.py", line 30, in _run_autocast_outofplace 2022-09-27T16:13:57.2887616Z self.assertFalse(torch.is_autocast_cpu_enabled()) 2022-09-27T16:13:57.2887767Z 2022-09-27T16:13:57.2887900Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.2888122Z ========== 2022-09-27T16:13:57.3543424Z ok (4.148s) 2022-09-27T16:13:57.3632255Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_nn_bf16 test_autocast.py line 106 2022-09-27T16:13:57.3632858Z due to: 2022-09-27T16:13:57.3633163Z Traceback (most recent call last): 2022-09-27T16:13:57.3633799Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.3634149Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.3634368Z AssertionError: module 2022-09-27T16:13:57.3634489Z 2022-09-27T16:13:57.3634569Z from user code: 2022-09-27T16:13:57.3634791Z File "test_autocast.py", line 109, in test_autocast_nn_bf16 2022-09-27T16:13:57.3635101Z self._run_autocast_outofplace(op, args, torch.bfloat16, module=torch._C._nn, add_kwargs=maybe_kwargs) 2022-09-27T16:13:57.3635297Z 2022-09-27T16:13:57.3635429Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.3635649Z ========== 2022-09-27T16:13:57.3692237Z ok (0.014s) 2022-09-27T16:13:57.3862670Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_nn_fp32 test_autocast.py line 116 2022-09-27T16:13:57.3863224Z due to: 2022-09-27T16:13:57.3863578Z Traceback (most recent call last): 2022-09-27T16:13:57.3864090Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.3864547Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.3864878Z AssertionError: module 2022-09-27T16:13:57.3865069Z 2022-09-27T16:13:57.3865164Z from user code: 2022-09-27T16:13:57.3865535Z File "test_autocast.py", line 119, in test_autocast_nn_fp32 2022-09-27T16:13:57.3866077Z self._run_autocast_outofplace(op, args, torch.float32, module=torch._C._nn, add_kwargs=maybe_kwargs) 2022-09-27T16:13:57.3866402Z 2022-09-27T16:13:57.3866623Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.3866971Z ========== 2022-09-27T16:13:57.4056623Z ok (0.036s) 2022-09-27T16:13:57.4287143Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_bf16 test_autocast.py line 101 2022-09-27T16:13:57.4287697Z due to: 2022-09-27T16:13:57.4287988Z Traceback (most recent call last): 2022-09-27T16:13:57.4288694Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.4289509Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.4289881Z AssertionError: module 2022-09-27T16:13:57.4290076Z 2022-09-27T16:13:57.4290192Z from user code: 2022-09-27T16:13:57.4290569Z File "test_autocast.py", line 104, in test_autocast_torch_bf16 2022-09-27T16:13:57.4291058Z self._run_autocast_outofplace(op, args, torch.bfloat16, add_kwargs=maybe_kwargs) 2022-09-27T16:13:57.4291358Z 2022-09-27T16:13:57.4291575Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.4291935Z ========== 2022-09-27T16:13:57.4477504Z ok (0.041s) 2022-09-27T16:13:57.4648134Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_expect_builtin_promote test_autocast.py line 93 2022-09-27T16:13:57.4648735Z due to: 2022-09-27T16:13:57.4649063Z Traceback (most recent call last): 2022-09-27T16:13:57.4649781Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.4650333Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.4650712Z AssertionError: module 2022-09-27T16:13:57.4650908Z 2022-09-27T16:13:57.4651023Z from user code: 2022-09-27T16:13:57.4651425Z File "test_autocast.py", line 95, in test_autocast_torch_expect_builtin_promote 2022-09-27T16:13:57.4651945Z self._run_autocast_outofplace(op, args, torch.float32, out_type=out_type) 2022-09-27T16:13:57.4652230Z 2022-09-27T16:13:57.4652450Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.4652817Z ========== 2022-09-27T16:13:57.4665912Z ok (0.018s) 2022-09-27T16:13:57.4884310Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_fp32 test_autocast.py line 111 2022-09-27T16:13:57.4884852Z due to: 2022-09-27T16:13:57.4885148Z Traceback (most recent call last): 2022-09-27T16:13:57.4885856Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.4886423Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.4886803Z AssertionError: module 2022-09-27T16:13:57.4886985Z 2022-09-27T16:13:57.4887097Z from user code: 2022-09-27T16:13:57.4887468Z File "test_autocast.py", line 114, in test_autocast_torch_fp32 2022-09-27T16:13:57.4887967Z self._run_autocast_outofplace(op, args, torch.float32, add_kwargs=maybe_kwargs) 2022-09-27T16:13:57.4888258Z 2022-09-27T16:13:57.4888464Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.4888829Z ========== 2022-09-27T16:13:57.5599473Z ok (0.092s) 2022-09-27T16:13:57.5687473Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_torch_need_autocast_promote test_autocast.py line 121 2022-09-27T16:13:57.5688117Z due to: 2022-09-27T16:13:57.5688451Z Traceback (most recent call last): 2022-09-27T16:13:57.5689188Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:13:57.5689739Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:13:57.5690288Z AssertionError: module 2022-09-27T16:13:57.5690483Z 2022-09-27T16:13:57.5690598Z from user code: 2022-09-27T16:13:57.5691011Z File "test_autocast.py", line 123, in test_autocast_torch_need_autocast_promote 2022-09-27T16:13:57.5691483Z self._run_autocast_outofplace(op, args, torch.float32) 2022-09-27T16:13:57.5691756Z 2022-09-27T16:13:57.5691978Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.5692348Z ========== 2022-09-27T16:13:57.5692597Z ok (0.009s) 2022-09-27T16:13:57.5717058Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_autocast_fast_dtype test_autocast.py line 126 2022-09-27T16:13:57.5717630Z due to: 2022-09-27T16:13:57.5718233Z Traceback (most recent call last): 2022-09-27T16:13:57.5718953Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:13:57.5719734Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:13:57.5720543Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:13:57.5720903Z 2022-09-27T16:13:57.5721006Z from user code: 2022-09-27T16:13:57.5721391Z File "test_autocast.py", line 127, in test_autocast_fast_dtype 2022-09-27T16:13:57.5721913Z gpu_fast_dtype = torch.get_autocast_gpu_dtype() 2022-09-27T16:13:57.5722153Z 2022-09-27T16:13:57.5722379Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:13:57.5722729Z ========== 2022-09-27T16:13:57.5723048Z ok (0.002s) 2022-09-27T16:13:57.5723223Z 2022-09-27T16:13:57.5723570Z ---------------------------------------------------------------------- 2022-09-27T16:13:57.5723957Z Ran 8 tests in 4.427s 2022-09-27T16:13:57.5724141Z 2022-09-27T16:13:57.5724249Z OK 2022-09-27T16:13:57.5724397Z 2022-09-27T16:13:57.5724539Z Generating XML reports... 2022-09-27T16:13:57.5765672Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927161353.xml 2022-09-27T16:13:57.5768253Z Generated XML report: test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927161353.xml 2022-09-27T16:13:57.9208106Z Running test_function_schema ... [2022-09-27 16:13:57.920448] 2022-09-27T16:13:57.9208657Z Executing ['/opt/conda/bin/python', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:13:57.920524] 2022-09-27T16:13:59.1749777Z Test results will be stored in test-reports/python-unittest/test_function_schema 2022-09-27T16:13:59.1762690Z 2022-09-27T16:13:59.1763032Z Running tests... 2022-09-27T16:13:59.1763665Z ---------------------------------------------------------------------- 2022-09-27T16:14:03.2085489Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_arguments test_function_schema.py line 56 2022-09-27T16:14:03.2085869Z due to: 2022-09-27T16:14:03.2086057Z Traceback (most recent call last): 2022-09-27T16:14:03.2086485Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2086952Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2087481Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2087735Z 2022-09-27T16:14:03.2087805Z from user code: 2022-09-27T16:14:03.2088053Z File "test_function_schema.py", line 57, in test_backward_compatible_arguments 2022-09-27T16:14:03.2088416Z old_schema = parse_schema('any(Tensor self, *, Tensor b, int c) -> Tensor') 2022-09-27T16:14:03.2088583Z 2022-09-27T16:14:03.2088714Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2088932Z ========== 2022-09-27T16:14:03.2106977Z ok (3.974s) 2022-09-27T16:14:03.2135151Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_outputs test_function_schema.py line 42 2022-09-27T16:14:03.2135700Z due to: 2022-09-27T16:14:03.2135958Z Traceback (most recent call last): 2022-09-27T16:14:03.2136488Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2136942Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2137546Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2137799Z 2022-09-27T16:14:03.2138104Z from user code: 2022-09-27T16:14:03.2138342Z File "test_function_schema.py", line 43, in test_backward_compatible_outputs 2022-09-27T16:14:03.2138720Z old_schema = parse_schema('any.over(Tensor self, *, Tensor b) -> Tensor') 2022-09-27T16:14:03.2138890Z 2022-09-27T16:14:03.2139024Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2139248Z ========== 2022-09-27T16:14:03.2139399Z ok (0.002s) 2022-09-27T16:14:03.2163999Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_structure test_function_schema.py line 24 2022-09-27T16:14:03.2164662Z due to: 2022-09-27T16:14:03.2164936Z Traceback (most recent call last): 2022-09-27T16:14:03.2165512Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2166044Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2166575Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2166821Z 2022-09-27T16:14:03.2166878Z from user code: 2022-09-27T16:14:03.2167126Z File "test_function_schema.py", line 25, in test_backward_compatible_structure 2022-09-27T16:14:03.2167495Z old_schema = parse_schema('any.over(Tensor self, *, Tensor b) -> Tensor') 2022-09-27T16:14:03.2167663Z 2022-09-27T16:14:03.2167796Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2168004Z ========== 2022-09-27T16:14:03.2168166Z ok (0.002s) 2022-09-27T16:14:03.2193178Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_backward_compatible_with_smart_serialization test_function_schema.py line 96 2022-09-27T16:14:03.2193957Z due to: 2022-09-27T16:14:03.2194165Z Traceback (most recent call last): 2022-09-27T16:14:03.2194577Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2195209Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2196146Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2196397Z 2022-09-27T16:14:03.2196468Z from user code: 2022-09-27T16:14:03.2196733Z File "test_function_schema.py", line 98, in test_backward_compatible_with_smart_serialization 2022-09-27T16:14:03.2197139Z old_schema = parse_schema('foo(Tensor self, *, int a, Tensor(a!) out) -> Tensor(a!)') 2022-09-27T16:14:03.2197302Z 2022-09-27T16:14:03.2197433Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2197652Z ========== 2022-09-27T16:14:03.2197816Z ok (0.003s) 2022-09-27T16:14:03.2216971Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_forward_compatible_arguments_real_use_case test_function_schema.py line 164 2022-09-27T16:14:03.2217393Z due to: 2022-09-27T16:14:03.2217690Z Traceback (most recent call last): 2022-09-27T16:14:03.2218092Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2218551Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2219193Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2219517Z 2022-09-27T16:14:03.2219603Z from user code: 2022-09-27T16:14:03.2219856Z File "test_function_schema.py", line 166, in test_forward_compatible_arguments_real_use_case 2022-09-27T16:14:03.2220569Z old_slice_schema = parse_schema('slice(Tensor(a) self, int dim=0, int start=0, int end=0, int step=1) -> Tensor(a)') 2022-09-27T16:14:03.2220779Z 2022-09-27T16:14:03.2220915Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2221142Z ========== 2022-09-27T16:14:03.2221298Z ok (0.002s) 2022-09-27T16:14:03.2243448Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_forward_compatible_arguments_with_out test_function_schema.py line 172 2022-09-27T16:14:03.2244069Z due to: 2022-09-27T16:14:03.2244255Z Traceback (most recent call last): 2022-09-27T16:14:03.2244907Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2245451Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2246079Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2246333Z 2022-09-27T16:14:03.2246391Z from user code: 2022-09-27T16:14:03.2246656Z File "test_function_schema.py", line 173, in test_forward_compatible_arguments_with_out 2022-09-27T16:14:03.2247074Z old_schema = parse_schema('any(Tensor self, *, int a, int b=1, Tensor(a!) out) -> Tensor(a!)') 2022-09-27T16:14:03.2247258Z 2022-09-27T16:14:03.2247392Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2247607Z ========== 2022-09-27T16:14:03.2247774Z ok (0.002s) 2022-09-27T16:14:03.2280559Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_forward_compatible_arguments_without_out test_function_schema.py line 122 2022-09-27T16:14:03.2281195Z due to: 2022-09-27T16:14:03.2281368Z Traceback (most recent call last): 2022-09-27T16:14:03.2281807Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2282264Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2282778Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2283028Z 2022-09-27T16:14:03.2283100Z from user code: 2022-09-27T16:14:03.2283359Z File "test_function_schema.py", line 123, in test_forward_compatible_arguments_without_out 2022-09-27T16:14:03.2283737Z old_schema = parse_schema('any(Tensor self, int a, int b=1) -> Tensor') 2022-09-27T16:14:03.2283894Z 2022-09-27T16:14:03.2284029Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2284253Z ========== 2022-09-27T16:14:03.2284848Z ok (0.004s) 2022-09-27T16:14:03.2305708Z test_out_schema (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_out_schema test_function_schema.py line 18 2022-09-27T16:14:03.2306244Z due to: 2022-09-27T16:14:03.2306451Z Traceback (most recent call last): 2022-09-27T16:14:03.2306875Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.2307392Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.2307918Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.2308166Z 2022-09-27T16:14:03.2308240Z from user code: 2022-09-27T16:14:03.2308463Z File "test_function_schema.py", line 19, in test_out_schema 2022-09-27T16:14:03.2308825Z schema_with_out = parse_schema('any.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!)') 2022-09-27T16:14:03.2309006Z 2022-09-27T16:14:03.2309140Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.2309362Z ========== 2022-09-27T16:14:03.2309509Z ok (0.002s) 2022-09-27T16:14:03.3215889Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.090s) 2022-09-27T16:14:03.3330677Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_serialize_and_deserialize test_function_schema.py line 9 2022-09-27T16:14:03.3331316Z due to: 2022-09-27T16:14:03.3331697Z Traceback (most recent call last): 2022-09-27T16:14:03.3332213Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.3332670Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.3333299Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.3333506Z 2022-09-27T16:14:03.3333564Z from user code: 2022-09-27T16:14:03.3333807Z File "test_function_schema.py", line 10, in test_serialize_and_deserialize 2022-09-27T16:14:03.3334075Z schemas = torch._C._jit_get_all_schemas() 2022-09-27T16:14:03.3334207Z 2022-09-27T16:14:03.3334338Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.3334544Z ========== 2022-09-27T16:14:03.5817361Z ok (0.259s) 2022-09-27T16:14:03.5851603Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_string_optional_parameter_default_value test_function_schema.py line 117 2022-09-27T16:14:03.5852206Z due to: 2022-09-27T16:14:03.5852484Z Traceback (most recent call last): 2022-09-27T16:14:03.5853165Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.5853897Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.5854775Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.5855170Z 2022-09-27T16:14:03.5855288Z from user code: 2022-09-27T16:14:03.5855682Z File "test_function_schema.py", line 118, in test_string_optional_parameter_default_value 2022-09-27T16:14:03.5856333Z schema_a = parse_schema("example::op(str? order=\"NCHW\") -> (Tensor)") 2022-09-27T16:14:03.5856617Z 2022-09-27T16:14:03.5856849Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.5857249Z ========== 2022-09-27T16:14:03.5857609Z ok (0.002s) 2022-09-27T16:14:03.5880710Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_list_alias_annotation_properly_parsed test_function_schema.py line 189 2022-09-27T16:14:03.5881372Z due to: 2022-09-27T16:14:03.5881644Z Traceback (most recent call last): 2022-09-27T16:14:03.5882310Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.5883096Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.5883983Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.5884391Z 2022-09-27T16:14:03.5884501Z from user code: 2022-09-27T16:14:03.5884976Z File "test_function_schema.py", line 191, in test_tensor_list_alias_annotation_properly_parsed 2022-09-27T16:14:03.5885477Z schema = parse_schema(schema_str) 2022-09-27T16:14:03.5885713Z 2022-09-27T16:14:03.5885959Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.5886356Z ========== 2022-09-27T16:14:03.5886638Z ok (0.002s) 2022-09-27T16:14:03.5910727Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensor_option_arguments_properly_parsed test_function_schema.py line 195 2022-09-27T16:14:03.5911397Z due to: 2022-09-27T16:14:03.5912036Z Traceback (most recent call last): 2022-09-27T16:14:03.5912772Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:03.5913719Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:03.5914578Z AssertionError: torch.* op returned non-Tensor FunctionSchema call_function 2022-09-27T16:14:03.5914997Z 2022-09-27T16:14:03.5915112Z from user code: 2022-09-27T16:14:03.5915690Z File "test_function_schema.py", line 198, in test_tensor_option_arguments_properly_parsed 2022-09-27T16:14:03.5916105Z schema = parse_schema(schema_str) 2022-09-27T16:14:03.5916299Z 2022-09-27T16:14:03.5916503Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:03.5916837Z ========== 2022-09-27T16:14:03.5917099Z ok (0.003s) 2022-09-27T16:14:03.5917243Z 2022-09-27T16:14:03.5917581Z ---------------------------------------------------------------------- 2022-09-27T16:14:03.5917955Z Ran 13 tests in 4.415s 2022-09-27T16:14:03.5918130Z 2022-09-27T16:14:03.5918221Z OK 2022-09-27T16:14:03.5918361Z 2022-09-27T16:14:03.5918484Z Generating XML reports... 2022-09-27T16:14:03.5962900Z Generated XML report: test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927161359.xml 2022-09-27T16:14:03.9685943Z Running test_per_overload_api ... [2022-09-27 16:14:03.968181] 2022-09-27T16:14:03.9686482Z Executing ['/opt/conda/bin/python', '-bb', 'test_per_overload_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:03.968265] 2022-09-27T16:14:05.2660523Z Test results will be stored in test-reports/python-unittest/test_per_overload_api 2022-09-27T16:14:05.2671919Z 2022-09-27T16:14:05.2672423Z Running tests... 2022-09-27T16:14:05.2672867Z ---------------------------------------------------------------------- 2022-09-27T16:14:09.5221543Z test_basics_opoverload (__main__.TestPerOverloadAPI) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_per_overload_api.py line 61 2022-09-27T16:14:09.5221913Z due to: 2022-09-27T16:14:09.5222090Z Traceback (most recent call last): 2022-09-27T16:14:09.5222474Z File "/opt/conda/lib/python3.7/site-packages/torch/_ops.py", line 254, in __call__ 2022-09-27T16:14:09.5222751Z return self._op(*args, **kwargs or {}) 2022-09-27T16:14:09.5223272Z RuntimeError: Unknown keyword argument 'out' for operator 'aten::add'. Schema: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-09-27T16:14:09.5223522Z 2022-09-27T16:14:09.5223661Z The above exception was the direct cause of the following exception: 2022-09-27T16:14:09.5223827Z 2022-09-27T16:14:09.5223919Z Traceback (most recent call last): 2022-09-27T16:14:09.5224311Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:14:09.5224599Z raise TorchRuntimeError() from e 2022-09-27T16:14:09.5224841Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:14:09.5224988Z 2022-09-27T16:14:09.5225058Z from user code: 2022-09-27T16:14:09.5225263Z File "test_per_overload_api.py", line 61, in 2022-09-27T16:14:09.5225549Z self.assertRaises(RuntimeError, lambda: add_tensoroverload(a, a, out=b)) 2022-09-27T16:14:09.5225726Z 2022-09-27T16:14:09.5225857Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:09.5226080Z ========== 2022-09-27T16:14:09.5253669Z ok (4.199s) 2022-09-27T16:14:09.6077241Z test_basics_opoverloadpacket (__main__.TestPerOverloadAPI) ... ok (0.082s) 2022-09-27T16:14:09.6276832Z test_decompose (__main__.TestPerOverloadAPI) ... ok (0.019s) 2022-09-27T16:14:09.6277119Z 2022-09-27T16:14:09.6277556Z ---------------------------------------------------------------------- 2022-09-27T16:14:09.6277932Z Ran 3 tests in 4.360s 2022-09-27T16:14:09.6278113Z 2022-09-27T16:14:09.6278212Z OK 2022-09-27T16:14:09.6278364Z 2022-09-27T16:14:09.6278749Z Generating XML reports... 2022-09-27T16:14:09.6305073Z Generated XML report: test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927161405.xml 2022-09-27T16:14:09.9979625Z Running test_show_pickle ... [2022-09-27 16:14:09.997572] 2022-09-27T16:14:09.9980213Z Executing ['/opt/conda/bin/python', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:09.997661] 2022-09-27T16:14:11.2615233Z Test results will be stored in test-reports/python-unittest/test_show_pickle 2022-09-27T16:14:11.2626274Z 2022-09-27T16:14:11.2626391Z Running tests... 2022-09-27T16:14:11.2627137Z ---------------------------------------------------------------------- 2022-09-27T16:14:15.4359543Z test_scripted_model (__main__.TestShowPickle) ... ok (4.113s) 2022-09-27T16:14:15.4359901Z 2022-09-27T16:14:15.4360250Z ---------------------------------------------------------------------- 2022-09-27T16:14:15.4360497Z Ran 1 test in 4.173s 2022-09-27T16:14:15.4360614Z 2022-09-27T16:14:15.4360686Z OK 2022-09-27T16:14:15.4360778Z 2022-09-27T16:14:15.4360864Z Generating XML reports... 2022-09-27T16:14:15.4397005Z Generated XML report: test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927161411.xml 2022-09-27T16:14:15.8210304Z Running test_set_default_mobile_cpu_allocator ... [2022-09-27 16:14:15.820643] 2022-09-27T16:14:15.8210873Z Executing ['/opt/conda/bin/python', '-bb', 'test_set_default_mobile_cpu_allocator.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:15.820727] 2022-09-27T16:14:17.0956479Z Test results will be stored in test-reports/python-unittest/test_set_default_mobile_cpu_allocator 2022-09-27T16:14:17.0967014Z 2022-09-27T16:14:17.0967141Z Running tests... 2022-09-27T16:14:17.0967738Z ---------------------------------------------------------------------- 2022-09-27T16:14:21.2726581Z test_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (4.116s) 2022-09-27T16:14:21.2948008Z test_no_exception (__main__.TestSetDefaultMobileCPUAllocator) ... ok (0.022s) 2022-09-27T16:14:21.2948411Z 2022-09-27T16:14:21.2948727Z ---------------------------------------------------------------------- 2022-09-27T16:14:21.2948993Z Ran 2 tests in 4.198s 2022-09-27T16:14:21.2949112Z 2022-09-27T16:14:21.2949162Z OK 2022-09-27T16:14:21.2949254Z 2022-09-27T16:14:21.2949341Z Generating XML reports... 2022-09-27T16:14:21.2985159Z Generated XML report: test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927161417.xml 2022-09-27T16:14:21.6587336Z Running test_type_info ... [2022-09-27 16:14:21.658325] 2022-09-27T16:14:21.6587870Z Executing ['/opt/conda/bin/python', '-bb', 'test_type_info.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:21.658408] 2022-09-27T16:14:22.9120608Z Test results will be stored in test-reports/python-unittest/test_type_info 2022-09-27T16:14:22.9132168Z 2022-09-27T16:14:22.9132310Z Running tests... 2022-09-27T16:14:22.9132737Z ---------------------------------------------------------------------- 2022-09-27T16:14:26.9965842Z test_finfo (__main__.TestDTypeInfo) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_finfo test_type_info.py line 39 2022-09-27T16:14:26.9966324Z due to: 2022-09-27T16:14:26.9966620Z Traceback (most recent call last): 2022-09-27T16:14:26.9967239Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:26.9968035Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:26.9968812Z AssertionError: torch.* op returned non-Tensor dtype call_function 2022-09-27T16:14:26.9969188Z 2022-09-27T16:14:26.9969308Z from user code: 2022-09-27T16:14:26.9969673Z File "test_type_info.py", line 41, in test_finfo 2022-09-27T16:14:26.9970091Z initial_default_type = torch.get_default_dtype() 2022-09-27T16:14:26.9970338Z 2022-09-27T16:14:26.9970862Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:26.9971262Z ========== 2022-09-27T16:14:27.0009824Z ok (4.028s) 2022-09-27T16:14:27.0100467Z test_iinfo (__main__.TestDTypeInfo) ... ok (0.008s) 2022-09-27T16:14:27.0157708Z test_invalid_input (__main__.TestDTypeInfo) ... ok (0.005s) 2022-09-27T16:14:27.0158080Z 2022-09-27T16:14:27.0158538Z ---------------------------------------------------------------------- 2022-09-27T16:14:27.0158793Z Ran 3 tests in 4.102s 2022-09-27T16:14:27.0158896Z 2022-09-27T16:14:27.0159238Z OK 2022-09-27T16:14:27.0159332Z 2022-09-27T16:14:27.0159421Z Generating XML reports... 2022-09-27T16:14:27.0195028Z Generated XML report: test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927161422.xml 2022-09-27T16:14:27.3652525Z Running test_cpp_extensions_open_device_registration ... [2022-09-27 16:14:27.364801] 2022-09-27T16:14:27.3653146Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_open_device_registration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:27.364887] 2022-09-27T16:14:28.9122778Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:14:28.9158262Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_open_device_registration 2022-09-27T16:14:28.9171502Z 2022-09-27T16:14:28.9171776Z Running tests... 2022-09-27T16:14:28.9172195Z ---------------------------------------------------------------------- 2022-09-27T16:14:31.1322510Z test_open_device_registration (__main__.TestCppExtensionOpenRgistration) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:14:31.1323023Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension... 2022-09-27T16:14:31.1747093Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/custom_device_extension/build.ninja... 2022-09-27T16:14:31.1751647Z Building extension module custom_device_extension... 2022-09-27T16:14:31.1752165Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:14:32.2517979Z [1/2] c++ -MMD -MF open_registration_extension.o.d -DTORCH_EXTENSION_NAME=custom_device_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/open_registration_extension.cpp -o open_registration_extension.o 2022-09-27T16:14:32.5966335Z [2/2] c++ open_registration_extension.o -shared -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch_cpu -ltorch -ltorch_python -o custom_device_extension.so 2022-09-27T16:14:32.6018156Z Loading extension module custom_device_extension... 2022-09-27T16:14:32.6048099Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_open_device_registration test_cpp_extensions_open_device_registration.py line 58 2022-09-27T16:14:32.6048540Z due to: 2022-09-27T16:14:32.6048743Z Traceback (most recent call last): 2022-09-27T16:14:32.6049150Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:32.6049605Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:32.6050052Z AssertionError: torch.* op returned non-Tensor module call_function 2022-09-27T16:14:32.6050246Z 2022-09-27T16:14:32.6050317Z from user code: 2022-09-27T16:14:32.6050768Z File "test_cpp_extensions_open_device_registration.py", line 67, in test_open_device_registration 2022-09-27T16:14:32.6051019Z verbose=True, 2022-09-27T16:14:32.6051126Z 2022-09-27T16:14:32.6051258Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:32.6051478Z ========== 2022-09-27T16:14:32.6055337Z Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-09-27T16:14:32.6057661Z No modifications detected for re-loaded extension module custom_device_extension, skipping build step... 2022-09-27T16:14:32.6057993Z Loading extension module custom_device_extension... 2022-09-27T16:14:32.6094965Z ok (3.562s) 2022-09-27T16:14:32.6110499Z 2022-09-27T16:14:32.6110808Z ---------------------------------------------------------------------- 2022-09-27T16:14:32.6111246Z Ran 1 test in 3.694s 2022-09-27T16:14:32.6111459Z 2022-09-27T16:14:32.6111573Z OK 2022-09-27T16:14:32.6111733Z 2022-09-27T16:14:32.6111834Z Generating XML reports... 2022-09-27T16:14:32.7045576Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927161428.xml 2022-09-27T16:14:33.1402333Z Running benchmark_utils/test_benchmark_utils ... [2022-09-27 16:14:33.139814] 2022-09-27T16:14:33.1402935Z Executing ['/opt/conda/bin/python', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:33.139895] 2022-09-27T16:14:34.6064479Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:14:34.7480895Z Test results will be stored in test-reports/python-unittest/benchmark_utils.test_benchmark_utils 2022-09-27T16:14:34.7491467Z 2022-09-27T16:14:34.7491578Z Running tests... 2022-09-27T16:14:34.7492017Z ---------------------------------------------------------------------- 2022-09-27T16:14:37.0661767Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (2.189s) 2022-09-27T16:14:37.0697106Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/76932 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-09-27T16:14:37.0716557Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:14:37.1884208Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.116s) 2022-09-27T16:14:37.1894512Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:14:37.1933446Z test_fuzzer (__main__.TestBenchmarkUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_fuzzer benchmark_utils/test_benchmark_utils.py line 980 2022-09-27T16:14:37.1933878Z due to: 2022-09-27T16:14:37.1934080Z Traceback (most recent call last): 2022-09-27T16:14:37.1934481Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:37.1934939Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:37.1935499Z AssertionError: torch.* op returned non-Tensor FuzzedParameter call_function 2022-09-27T16:14:37.1935781Z 2022-09-27T16:14:37.1935840Z from user code: 2022-09-27T16:14:37.1936076Z File "benchmark_utils/test_benchmark_utils.py", line 985, in test_fuzzer 2022-09-27T16:14:37.1936358Z "n", minval=1, maxval=16, distribution="loguniform")], 2022-09-27T16:14:37.1936508Z 2022-09-27T16:14:37.1936640Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:37.1936848Z ========== 2022-09-27T16:14:37.1949874Z ok (0.005s) 2022-09-27T16:14:37.5018236Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT benchmark_utils/test_benchmark_utils.py line 589 2022-09-27T16:14:37.5019069Z due to: 2022-09-27T16:14:37.5019277Z Traceback (most recent call last): 2022-09-27T16:14:37.5019709Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/lists.py", line 38, in as_python_constant 2022-09-27T16:14:37.5020051Z return self.python_type()([x.as_python_constant() for x in self.items]) 2022-09-27T16:14:37.5020415Z TypeError: __new__() missing 1 required positional argument: 'function' 2022-09-27T16:14:37.5020585Z 2022-09-27T16:14:37.5020655Z from user code: 2022-09-27T16:14:37.5020926Z File "benchmark_utils/test_benchmark_utils.py", line 589, in 2022-09-27T16:14:37.5021346Z stats_no_data.stats(inclusive=False)._data, False, _linewidth=160) 2022-09-27T16:14:37.5021510Z 2022-09-27T16:14:37.5021645Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:37.5021866Z ========== 2022-09-27T16:14:37.5387283Z ok (0.343s) 2022-09-27T16:14:37.5420597Z test_timer (__main__.TestBenchmarkUtils) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_timer benchmark_utils/test_benchmark_utils.py line 145 2022-09-27T16:14:37.5420979Z due to: 2022-09-27T16:14:37.5421346Z Traceback (most recent call last): 2022-09-27T16:14:37.5421952Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:37.5422415Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:37.5422913Z AssertionError: torch.* op returned non-Tensor Timer call_function 2022-09-27T16:14:37.5423157Z 2022-09-27T16:14:37.5423215Z from user code: 2022-09-27T16:14:37.5423455Z File "benchmark_utils/test_benchmark_utils.py", line 147, in test_timer 2022-09-27T16:14:37.5423698Z stmt="torch.ones(())", 2022-09-27T16:14:37.5423816Z 2022-09-27T16:14:37.5423950Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:37.5424162Z ========== 2022-09-27T16:14:37.6567429Z ok (0.117s) 2022-09-27T16:14:37.6578706Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-09-27T16:14:37.6579002Z 2022-09-27T16:14:37.6579392Z ---------------------------------------------------------------------- 2022-09-27T16:14:37.6579723Z Ran 9 tests in 2.909s 2022-09-27T16:14:37.6579874Z 2022-09-27T16:14:37.6579970Z OK (skipped=4) 2022-09-27T16:14:37.6580112Z 2022-09-27T16:14:37.6580223Z Generating XML reports... 2022-09-27T16:14:37.6613482Z Generated XML report: test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927161434.xml 2022-09-27T16:14:38.1208318Z Running test_numpy_interop ... [2022-09-27 16:14:38.120467] 2022-09-27T16:14:38.1208848Z Executing ['/opt/conda/bin/python', '-bb', 'test_numpy_interop.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:38.120548] 2022-09-27T16:14:39.6566693Z Test results will be stored in test-reports/python-unittest/test_numpy_interop 2022-09-27T16:14:39.6579919Z 2022-09-27T16:14:39.6580470Z Running tests... 2022-09-27T16:14:39.6581077Z ---------------------------------------------------------------------- 2022-09-27T16:14:39.8221365Z test_ctor_with_invalid_numpy_array_sequence_cpu (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:265: UserWarning: Creating a tensor from a list of numpy.ndarrays is extremely slow. Please consider converting the list to a single numpy.ndarray with numpy.array() before converting to a tensor. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp:233.) 2022-09-27T16:14:39.8222149Z torch.tensor([np.random.random(size=(3, 3)), np.random.random(size=(3, 0))], device=device) 2022-09-27T16:14:39.8261725Z ok (0.106s) 2022-09-27T16:14:39.8326992Z test_ctor_with_numpy_scalar_ctor_cpu (__main__.TestNumPyInteropCPU) ... ok (0.006s) 2022-09-27T16:14:40.5644456Z test_from_list_of_ndarray_warning_cpu (__main__.TestNumPyInteropCPU) ... ok (0.731s) 2022-09-27T16:14:40.6511070Z test_from_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.086s) 2022-09-27T16:14:40.6576405Z test_has_storage_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.006s) 2022-09-27T16:14:40.6776079Z test_multiplication_numpy_scalar_cpu (__main__.TestNumPyInteropCPU) ... ok (0.019s) 2022-09-27T16:14:40.7679366Z test_numpy_array_interface_cpu (__main__.TestNumPyInteropCPU) ... ok (0.090s) 2022-09-27T16:14:40.7782521Z test_numpy_index_cpu (__main__.TestNumPyInteropCPU) ... ok (0.010s) 2022-09-27T16:14:40.7837021Z test_numpy_non_writeable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.005s) 2022-09-27T16:14:40.8141952Z test_numpy_scalar_cmp_cpu_bfloat16 (__main__.TestNumPyInteropCPU) ... ok (0.030s) 2022-09-27T16:14:40.8455061Z test_numpy_scalar_cmp_cpu_bool (__main__.TestNumPyInteropCPU) ... ok (0.031s) 2022-09-27T16:14:41.0472551Z test_numpy_scalar_cmp_cpu_complex128 (__main__.TestNumPyInteropCPU) ... ok (0.201s) 2022-09-27T16:14:41.0880655Z test_numpy_scalar_cmp_cpu_complex64 (__main__.TestNumPyInteropCPU) ... test_numpy_interop.py:471: ComplexWarning: Casting complex values to real discards the imaginary part 2022-09-27T16:14:41.0881033Z self.assertFalse(t == a) 2022-09-27T16:14:41.0887482Z ok (0.041s) 2022-09-27T16:14:41.1207501Z test_numpy_scalar_cmp_cpu_float16 (__main__.TestNumPyInteropCPU) ... ok (0.031s) 2022-09-27T16:14:41.1524989Z test_numpy_scalar_cmp_cpu_float32 (__main__.TestNumPyInteropCPU) ... ok (0.031s) 2022-09-27T16:14:41.1840528Z test_numpy_scalar_cmp_cpu_float64 (__main__.TestNumPyInteropCPU) ... ok (0.031s) 2022-09-27T16:14:41.2157869Z test_numpy_scalar_cmp_cpu_int16 (__main__.TestNumPyInteropCPU) ... ok (0.031s) 2022-09-27T16:14:41.2192056Z test_numpy_scalar_cmp_cpu_int32 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:14:41.2223181Z test_numpy_scalar_cmp_cpu_int64 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:14:41.2253654Z test_numpy_scalar_cmp_cpu_int8 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:14:41.2284004Z test_numpy_scalar_cmp_cpu_uint8 (__main__.TestNumPyInteropCPU) ... ok (0.003s) 2022-09-27T16:14:41.2494315Z test_numpy_unresizable_cpu (__main__.TestNumPyInteropCPU) ... ok (0.020s) 2022-09-27T16:14:41.2628965Z test_parse_numpy_int_cpu (__main__.TestNumPyInteropCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT > test_numpy_interop.py line 411 2022-09-27T16:14:41.2629459Z due to: 2022-09-27T16:14:41.2629647Z Traceback (most recent call last): 2022-09-27T16:14:41.2630085Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/builder.py", line 441, in wrap_unspecialized_primitive 2022-09-27T16:14:41.2630432Z wrapped_value = torch.tensor(value) 2022-09-27T16:14:41.2630932Z TypeError: can't convert np.ndarray of type numpy.uint64. The only supported types are: float64, float32, float16, complex64, complex128, int64, int32, int16, int8, uint8, and bool. 2022-09-27T16:14:41.2631193Z 2022-09-27T16:14:41.2631329Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:41.2631541Z ========== 2022-09-27T16:14:41.2711686Z ok (0.021s) 2022-09-27T16:14:41.2967523Z test_to_numpy_bool_cpu (__main__.TestNumPyInteropCPU) ... ok (0.025s) 2022-09-27T16:14:41.5363197Z test_to_numpy_cpu (__main__.TestNumPyInteropCPU) ... ok (0.239s) 2022-09-27T16:14:41.5695169Z test_to_numpy_force_argument_cpu (__main__.TestNumPyInteropCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_numpy_interop.py line 177 2022-09-27T16:14:41.5695611Z due to: 2022-09-27T16:14:41.5695927Z Traceback (most recent call last): 2022-09-27T16:14:41.5696480Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:14:41.5697098Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:14:41.5697630Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:14:41.5697969Z 2022-09-27T16:14:41.5698401Z The above exception was the direct cause of the following exception: 2022-09-27T16:14:41.5698720Z 2022-09-27T16:14:41.5698922Z Traceback (most recent call last): 2022-09-27T16:14:41.5699811Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:14:41.5700403Z ) from e 2022-09-27T16:14:41.5701088Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:14:41.5701573Z 2022-09-27T16:14:41.5701903Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:41.5702262Z ========== 2022-09-27T16:14:41.5715813Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_numpy_interop.py line 178 2022-09-27T16:14:41.5716207Z due to: 2022-09-27T16:14:41.5716408Z Traceback (most recent call last): 2022-09-27T16:14:41.5716817Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:14:41.5717158Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:14:41.5717507Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:14:41.5717717Z 2022-09-27T16:14:41.5717852Z The above exception was the direct cause of the following exception: 2022-09-27T16:14:41.5718019Z 2022-09-27T16:14:41.5718111Z Traceback (most recent call last): 2022-09-27T16:14:41.5718495Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:14:41.5718767Z ) from e 2022-09-27T16:14:41.5719097Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:14:41.5719356Z 2022-09-27T16:14:41.5719475Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:41.5719695Z ========== 2022-09-27T16:14:41.5879298Z ok (0.051s) 2022-09-27T16:14:41.5879548Z 2022-09-27T16:14:41.5879988Z ---------------------------------------------------------------------- 2022-09-27T16:14:41.5880389Z Ran 26 tests in 1.930s 2022-09-27T16:14:41.5880574Z 2022-09-27T16:14:41.5880674Z OK 2022-09-27T16:14:41.5880823Z 2022-09-27T16:14:41.5880971Z Generating XML reports... 2022-09-27T16:14:41.5930318Z Generated XML report: test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927161439.xml 2022-09-27T16:14:41.9412031Z Running test_native_mha ... [2022-09-27 16:14:41.940791] 2022-09-27T16:14:41.9412567Z Executing ['/opt/conda/bin/python', '-bb', 'test_native_mha.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:41.940872] 2022-09-27T16:14:43.4733852Z Test results will be stored in test-reports/python-unittest/test_native_mha 2022-09-27T16:14:43.4746046Z 2022-09-27T16:14:43.4746466Z Running tests... 2022-09-27T16:14:43.4746968Z ---------------------------------------------------------------------- 2022-09-27T16:14:43.7565933Z test_native_multihead_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.222s) 2022-09-27T16:14:43.7911640Z test_native_multihead_encoder_decoder_attention_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.034s) 2022-09-27T16:14:43.8811725Z 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:177.) 2022-09-27T16:14:43.8812746Z q = torch.nested_tensor(qs, device=device, dtype=dtype) 2022-09-27T16:14:43.8823725Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT forward test_native_mha.py line 162 2022-09-27T16:14:43.8824233Z due to: 2022-09-27T16:14:43.8824568Z Traceback (most recent call last): 2022-09-27T16:14:43.8825748Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:14:43.8826566Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:14:43.8827373Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:14:43.8827856Z 2022-09-27T16:14:43.8828150Z The above exception was the direct cause of the following exception: 2022-09-27T16:14:43.8828543Z 2022-09-27T16:14:43.8828730Z Traceback (most recent call last): 2022-09-27T16:14:43.8829614Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:14:43.8830366Z ) from e 2022-09-27T16:14:43.8831059Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:14:43.8831630Z 2022-09-27T16:14:43.8831895Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:43.8832391Z ========== 2022-09-27T16:14:44.3985434Z ok (0.607s) 2022-09-27T16:14:44.5487298Z test_transform_bias_rescale_qkv_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... ok (0.150s) 2022-09-27T16:14:44.5511155Z test_transform_bias_rescale_qkv_nested_cpu_float32 (__main__.TestMHADeviceTypeCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:14:44.5511704Z 2022-09-27T16:14:44.5512253Z ---------------------------------------------------------------------- 2022-09-27T16:14:44.5512642Z Ran 5 tests in 1.076s 2022-09-27T16:14:44.5512953Z 2022-09-27T16:14:44.5513081Z OK (skipped=1) 2022-09-27T16:14:44.5513514Z 2022-09-27T16:14:44.5513671Z Generating XML reports... 2022-09-27T16:14:44.5547871Z Generated XML report: test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927161443.xml 2022-09-27T16:14:44.9300035Z Running test_tensorexpr_pybind ... [2022-09-27 16:14:44.929620] 2022-09-27T16:14:44.9300594Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:14:44.929703] 2022-09-27T16:14:46.2393934Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-09-27T16:14:46.2406718Z 2022-09-27T16:14:46.2406859Z Running tests... 2022-09-27T16:14:46.2407500Z ---------------------------------------------------------------------- 2022-09-27T16:14:50.3143203Z test_unary_ops (__main__.TestExprHandlePyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_unary_ops test_tensorexpr_pybind.py line 410 2022-09-27T16:14:50.3143835Z due to: 2022-09-27T16:14:50.3144194Z Traceback (most recent call last): 2022-09-27T16:14:50.3144709Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/symbolic_convert.py", line 852, in BUILD_MAP 2022-09-27T16:14:50.3145079Z isinstance(k, TensorVariable) and k.parameter_value is not None 2022-09-27T16:14:50.3145312Z AssertionError 2022-09-27T16:14:50.3145431Z 2022-09-27T16:14:50.3145500Z from user code: 2022-09-27T16:14:50.3145739Z File "test_tensorexpr_pybind.py", line 438, in test_unary_ops 2022-09-27T16:14:50.3145997Z torch.frac: torch._C._te.frac, 2022-09-27T16:14:50.3146118Z 2022-09-27T16:14:50.3146253Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.3146482Z ========== 2022-09-27T16:14:50.3340389Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT construct_te_fn test_tensorexpr_pybind.py line 441 2022-09-27T16:14:50.3340876Z due to: 2022-09-27T16:14:50.3341219Z Traceback (most recent call last): 2022-09-27T16:14:50.3341650Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.3342137Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.3342600Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-09-27T16:14:50.3342821Z 2022-09-27T16:14:50.3342892Z from user code: 2022-09-27T16:14:50.3343128Z File "test_tensorexpr_pybind.py", line 442, in construct_te_fn 2022-09-27T16:14:50.3343609Z A = torch._C._te.BufHandle("A", [n], dtype) 2022-09-27T16:14:50.3343754Z 2022-09-27T16:14:50.3343890Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.3344122Z ========== 2022-09-27T16:14:50.3426974Z ok (4.043s) 2022-09-27T16:14:50.3475474Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_alloc_in_loop test_tensorexpr_pybind.py line 393 2022-09-27T16:14:50.3476075Z due to: 2022-09-27T16:14:50.3476392Z Traceback (most recent call last): 2022-09-27T16:14:50.3476956Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.3477434Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.3477909Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-09-27T16:14:50.3478126Z 2022-09-27T16:14:50.3478200Z from user code: 2022-09-27T16:14:50.3478429Z File "test_tensorexpr_pybind.py", line 396, in test_alloc_in_loop 2022-09-27T16:14:50.3478728Z te.BufHandle(name, [1], torch.float32) for name in ["a", "tmp", "b"] 2022-09-27T16:14:50.3478897Z 2022-09-27T16:14:50.3479031Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.3479250Z ========== 2022-09-27T16:14:50.3488464Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr_pybind.py line 396 2022-09-27T16:14:50.3488808Z due to: 2022-09-27T16:14:50.3489009Z Traceback (most recent call last): 2022-09-27T16:14:50.3489412Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.3489888Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.3490360Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-09-27T16:14:50.3490580Z 2022-09-27T16:14:50.3490650Z from user code: 2022-09-27T16:14:50.3490869Z File "test_tensorexpr_pybind.py", line 396, in 2022-09-27T16:14:50.3491158Z te.BufHandle(name, [1], torch.float32) for name in ["a", "tmp", "b"] 2022-09-27T16:14:50.3491328Z 2022-09-27T16:14:50.3491462Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.3491678Z ========== 2022-09-27T16:14:50.4585204Z ok (0.115s) 2022-09-27T16:14:50.4617246Z test_call_raw (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_call_raw test_tensorexpr_pybind.py line 41 2022-09-27T16:14:50.4617820Z due to: 2022-09-27T16:14:50.4618108Z Traceback (most recent call last): 2022-09-27T16:14:50.4618870Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:14:50.4619435Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:14:50.4619792Z AssertionError: dtype 2022-09-27T16:14:50.4620032Z 2022-09-27T16:14:50.4620171Z from user code: 2022-09-27T16:14:50.4620513Z File "test_tensorexpr_pybind.py", line 43, in test_call_raw 2022-09-27T16:14:50.4620783Z cg = construct_adder(n, dtype=torch.float64) 2022-09-27T16:14:50.4620925Z 2022-09-27T16:14:50.4621060Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.4621294Z ========== 2022-09-27T16:14:50.4633551Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT construct_adder test_tensorexpr_pybind.py line 14 2022-09-27T16:14:50.4633975Z due to: 2022-09-27T16:14:50.4634204Z Traceback (most recent call last): 2022-09-27T16:14:50.4634627Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.4635104Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.4635769Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-09-27T16:14:50.4635996Z 2022-09-27T16:14:50.4636067Z from user code: 2022-09-27T16:14:50.4636306Z File "test_tensorexpr_pybind.py", line 15, in construct_adder 2022-09-27T16:14:50.4636546Z A = te.BufHandle("A", [n], dtype) 2022-09-27T16:14:50.4636678Z 2022-09-27T16:14:50.4636814Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.4637043Z ========== 2022-09-27T16:14:50.4645518Z ok (0.006s) 2022-09-27T16:14:50.4672113Z test_dtype_error (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dtype_error test_tensorexpr_pybind.py line 121 2022-09-27T16:14:50.4672912Z due to: 2022-09-27T16:14:50.4673169Z Traceback (most recent call last): 2022-09-27T16:14:50.4673701Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.4674180Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.4674654Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-09-27T16:14:50.4674873Z 2022-09-27T16:14:50.4674943Z from user code: 2022-09-27T16:14:50.4675172Z File "test_tensorexpr_pybind.py", line 122, in test_dtype_error 2022-09-27T16:14:50.4675442Z te.BufHandle("a", [1], torch.float32) # ok 2022-09-27T16:14:50.4675586Z 2022-09-27T16:14:50.4675720Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.4675939Z ========== 2022-09-27T16:14:50.4683240Z torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_tensorexpr_pybind.py line 123 2022-09-27T16:14:50.4683646Z due to: 2022-09-27T16:14:50.4684014Z Traceback (most recent call last): 2022-09-27T16:14:50.4693903Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:14:50.4694291Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:14:50.4694638Z TypeError: __init__(): incompatible constructor arguments. The following argument types are supported: 2022-09-27T16:14:50.4695032Z 1. torch._C._te.BufHandle(arg0: str, arg1: List[torch._C._te.ExprHandle], arg2: torch._C._te.Dtype) 2022-09-27T16:14:50.4695377Z 2. torch._C._te.BufHandle(arg0: List[torch._C._te.ExprHandle], arg1: torch._C._te.Dtype) 2022-09-27T16:14:50.4695683Z 3. torch._C._te.BufHandle(arg0: torch._C._te.Dtype) 2022-09-27T16:14:50.4695840Z 2022-09-27T16:14:50.4695971Z Invoked with: 'a', [1], 'float55' 2022-09-27T16:14:50.4696100Z 2022-09-27T16:14:50.4696172Z from user code: 2022-09-27T16:14:50.4696394Z File "test_tensorexpr_pybind.py", line 123, in 2022-09-27T16:14:50.4696696Z self.assertRaises(TypeError, lambda: te.BufHandle("a", [1], "float55")) 2022-09-27T16:14:50.4696880Z 2022-09-27T16:14:50.4697017Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.4697239Z ========== 2022-09-27T16:14:50.4697417Z ok (0.003s) 2022-09-27T16:14:50.4718720Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dynamic_shape test_tensorexpr_pybind.py line 70 2022-09-27T16:14:50.4719324Z due to: 2022-09-27T16:14:50.4719637Z Traceback (most recent call last): 2022-09-27T16:14:50.4720053Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.4720534Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.4721000Z AssertionError: torch.* op returned non-Tensor VarHandle call_function 2022-09-27T16:14:50.4721224Z 2022-09-27T16:14:50.4721297Z from user code: 2022-09-27T16:14:50.4721548Z File "test_tensorexpr_pybind.py", line 71, in test_dynamic_shape 2022-09-27T16:14:50.4721815Z dN = te.VarHandle(torch.int32) 2022-09-27T16:14:50.4721938Z 2022-09-27T16:14:50.4722072Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.4722446Z ========== 2022-09-27T16:14:50.5014925Z ok (0.032s) 2022-09-27T16:14:50.5049377Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dynamic_shape_2d test_tensorexpr_pybind.py line 95 2022-09-27T16:14:50.5049991Z due to: 2022-09-27T16:14:50.5050357Z Traceback (most recent call last): 2022-09-27T16:14:50.5050871Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.5051344Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.5052050Z AssertionError: torch.* op returned non-Tensor VarHandle call_function 2022-09-27T16:14:50.5052272Z 2022-09-27T16:14:50.5052348Z from user code: 2022-09-27T16:14:50.5052584Z File "test_tensorexpr_pybind.py", line 96, in test_dynamic_shape_2d 2022-09-27T16:14:50.5052852Z dN = te.VarHandle(torch.int32) 2022-09-27T16:14:50.5053008Z 2022-09-27T16:14:50.5053178Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.5053413Z ========== 2022-09-27T16:14:50.5339537Z ok (0.032s) 2022-09-27T16:14:50.5373395Z test_external_calls (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_external_calls test_tensorexpr_pybind.py line 51 2022-09-27T16:14:50.5373882Z due to: 2022-09-27T16:14:50.5374084Z Traceback (most recent call last): 2022-09-27T16:14:50.5374516Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.5375010Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.5375493Z AssertionError: torch.* op returned non-Tensor BufHandle call_function 2022-09-27T16:14:50.5375722Z 2022-09-27T16:14:50.5375782Z from user code: 2022-09-27T16:14:50.5376039Z File "test_tensorexpr_pybind.py", line 54, in test_external_calls 2022-09-27T16:14:50.5376306Z A = te.BufHandle("A", [1, 4], dtype) 2022-09-27T16:14:50.5376441Z 2022-09-27T16:14:50.5376579Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.5376799Z ========== 2022-09-27T16:14:50.5379655Z ok (0.004s) 2022-09-27T16:14:50.5435594Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_shape_prop test_tensorexpr_pybind.py line 180 2022-09-27T16:14:50.5436045Z due to: 2022-09-27T16:14:50.5436253Z Traceback (most recent call last): 2022-09-27T16:14:50.5436681Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.5437162Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.5437678Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:50.5437945Z 2022-09-27T16:14:50.5438018Z from user code: 2022-09-27T16:14:50.5438269Z File "test_tensorexpr_pybind.py", line 191, in test_kernel_shape_prop 2022-09-27T16:14:50.5438528Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:50.5438669Z 2022-09-27T16:14:50.5438849Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.5439084Z ========== 2022-09-27T16:14:50.7324400Z ok (0.194s) 2022-09-27T16:14:50.7506707Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... Exception ignored in: .extract_files.. at 0x7f6a1128c550> 2022-09-27T16:14:50.7507293Z Traceback (most recent call last): 2022-09-27T16:14:50.7508248Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 210, in 2022-09-27T16:14:50.7508718Z debug_files = (pickle.load(f) for f in debug_files_stream) 2022-09-27T16:14:50.7509460Z SystemError: error return without exception set 2022-09-27T16:14:50.7509898Z Exception ignored in: .extract_files.. at 0x7f6a1128c4d0> 2022-09-27T16:14:50.7510242Z Traceback (most recent call last): 2022-09-27T16:14:50.7510649Z File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/jit_utils.py", line 209, in 2022-09-27T16:14:50.7511000Z debug_files_stream = (archive.open(f) for f in debug_files_str) 2022-09-27T16:14:50.7511287Z SystemError: error return without exception set 2022-09-27T16:14:50.7855853Z ok (0.052s) 2022-09-27T16:14:50.7912029Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_custom_lowering test_tensorexpr_pybind.py line 335 2022-09-27T16:14:50.7912508Z due to: 2022-09-27T16:14:50.7912715Z Traceback (most recent call last): 2022-09-27T16:14:50.7913129Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.7913783Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.7914318Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:50.7914575Z 2022-09-27T16:14:50.7914694Z from user code: 2022-09-27T16:14:50.7914944Z File "test_tensorexpr_pybind.py", line 349, in test_kernel_with_custom_lowering 2022-09-27T16:14:50.7915230Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:50.7915375Z 2022-09-27T16:14:50.7915513Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.7915734Z ========== 2022-09-27T16:14:50.8478219Z ok (0.062s) 2022-09-27T16:14:50.8523561Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_expand test_tensorexpr_pybind.py line 367 2022-09-27T16:14:50.8524126Z due to: 2022-09-27T16:14:50.8524339Z Traceback (most recent call last): 2022-09-27T16:14:50.8524752Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.8525245Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.8525776Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:50.8526029Z 2022-09-27T16:14:50.8526101Z from user code: 2022-09-27T16:14:50.8526342Z File "test_tensorexpr_pybind.py", line 384, in test_kernel_with_expand 2022-09-27T16:14:50.8526616Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:50.8526756Z 2022-09-27T16:14:50.8526891Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.8527110Z ========== 2022-09-27T16:14:50.8818215Z ok (0.033s) 2022-09-27T16:14:50.8868339Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_permute test_tensorexpr_pybind.py line 309 2022-09-27T16:14:50.8868985Z due to: 2022-09-27T16:14:50.8869193Z Traceback (most recent call last): 2022-09-27T16:14:50.8869619Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.8870100Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.8870616Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:50.8870878Z 2022-09-27T16:14:50.8870951Z from user code: 2022-09-27T16:14:50.8871199Z File "test_tensorexpr_pybind.py", line 326, in test_kernel_with_permute 2022-09-27T16:14:50.8871477Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:50.8871605Z 2022-09-27T16:14:50.8871740Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.8872195Z ========== 2022-09-27T16:14:50.9504250Z ok (0.068s) 2022-09-27T16:14:50.9571834Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_scalar_inputs test_tensorexpr_pybind.py line 153 2022-09-27T16:14:50.9572390Z due to: 2022-09-27T16:14:50.9572603Z Traceback (most recent call last): 2022-09-27T16:14:50.9573023Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.9573492Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.9574218Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:50.9574469Z 2022-09-27T16:14:50.9574544Z from user code: 2022-09-27T16:14:50.9574805Z File "test_tensorexpr_pybind.py", line 171, in test_kernel_with_scalar_inputs 2022-09-27T16:14:50.9575077Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:50.9575219Z 2022-09-27T16:14:50.9575355Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.9575586Z ========== 2022-09-27T16:14:50.9832836Z ok (0.032s) 2022-09-27T16:14:50.9877538Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_t test_tensorexpr_pybind.py line 263 2022-09-27T16:14:50.9878053Z due to: 2022-09-27T16:14:50.9878261Z Traceback (most recent call last): 2022-09-27T16:14:50.9878674Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:50.9879162Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:50.9879692Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:50.9879950Z 2022-09-27T16:14:50.9880024Z from user code: 2022-09-27T16:14:50.9880257Z File "test_tensorexpr_pybind.py", line 276, in test_kernel_with_t 2022-09-27T16:14:50.9880521Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:50.9880659Z 2022-09-27T16:14:50.9880792Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:50.9881008Z ========== 2022-09-27T16:14:51.0199008Z ok (0.036s) 2022-09-27T16:14:51.0264500Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_tensor_inputs test_tensorexpr_pybind.py line 125 2022-09-27T16:14:51.0265198Z due to: 2022-09-27T16:14:51.0265517Z Traceback (most recent call last): 2022-09-27T16:14:51.0266192Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:51.0266675Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:51.0267192Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:51.0267452Z 2022-09-27T16:14:51.0267525Z from user code: 2022-09-27T16:14:51.0267785Z File "test_tensorexpr_pybind.py", line 144, in test_kernel_with_tensor_inputs 2022-09-27T16:14:51.0268068Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:51.0268195Z 2022-09-27T16:14:51.0268332Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:51.0268561Z ========== 2022-09-27T16:14:51.0570646Z ok (0.037s) 2022-09-27T16:14:51.0615897Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_kernel_with_transpose test_tensorexpr_pybind.py line 285 2022-09-27T16:14:51.0616566Z due to: 2022-09-27T16:14:51.0616835Z Traceback (most recent call last): 2022-09-27T16:14:51.0617260Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:14:51.0617996Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:14:51.0618530Z AssertionError: torch.* op returned non-Tensor Graph call_function 2022-09-27T16:14:51.0618782Z 2022-09-27T16:14:51.0618855Z from user code: 2022-09-27T16:14:51.0619109Z File "test_tensorexpr_pybind.py", line 300, in test_kernel_with_transpose 2022-09-27T16:14:51.0619371Z graph = torch._C.parse_ir(graph_str) 2022-09-27T16:14:51.0619578Z 2022-09-27T16:14:51.0619714Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:51.0619943Z ========== 2022-09-27T16:14:51.0937912Z ok (0.036s) 2022-09-27T16:14:51.0963609Z test_simple_sum (__main__.TestTensorExprPyBind) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_simple_sum test_tensorexpr_pybind.py line 31 2022-09-27T16:14:51.0964278Z due to: 2022-09-27T16:14:51.0964552Z Traceback (most recent call last): 2022-09-27T16:14:51.0964992Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/functions.py", line 31, in wrap_bound_arg 2022-09-27T16:14:51.0965426Z assert isinstance(val, VariableTracker), typestr(val) 2022-09-27T16:14:51.0965674Z AssertionError: dtype 2022-09-27T16:14:51.0965805Z 2022-09-27T16:14:51.0965905Z from user code: 2022-09-27T16:14:51.0966157Z File "test_tensorexpr_pybind.py", line 33, in test_simple_sum 2022-09-27T16:14:51.0966402Z cg = construct_adder(n) 2022-09-27T16:14:51.0966529Z 2022-09-27T16:14:51.0966726Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:14:51.0966948Z ========== 2022-09-27T16:14:51.0971041Z ok (0.003s) 2022-09-27T16:14:51.0971988Z 2022-09-27T16:14:51.0972324Z ---------------------------------------------------------------------- 2022-09-27T16:14:51.0972775Z Ran 17 tests in 4.857s 2022-09-27T16:14:51.0972996Z 2022-09-27T16:14:51.0973099Z OK 2022-09-27T16:14:51.0973226Z 2022-09-27T16:14:51.0973322Z Generating XML reports... 2022-09-27T16:14:51.0998749Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927161446.xml 2022-09-27T16:14:51.1012636Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927161446.xml 2022-09-27T16:14:51.4703128Z Running test_cpp_extensions_aot_ninja ... [2022-09-27 16:14:51.469935] 2022-09-27T16:14:52.9630213Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:14:53.1224714Z running install 2022-09-27T16:14:53.1225775Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:14:53.1226218Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:14:53.1323862Z running build 2022-09-27T16:14:53.1368951Z running build_py 2022-09-27T16:14:53.1369491Z creating build 2022-09-27T16:14:53.1369909Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:14:53.1370644Z creating build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:14:53.1371114Z copying torch_test_cpp_extension/__init__.py -> build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension 2022-09-27T16:14:53.1372230Z running build_ext 2022-09-27T16:14:53.1797483Z building 'torch_test_cpp_extension.cpp' extension 2022-09-27T16:14:53.1798184Z creating /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37 2022-09-27T16:14:53.2201557Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:14:53.2202184Z Compiling objects... 2022-09-27T16:14:53.2202590Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:14:54.3054553Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=cpp -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:14:54.3058140Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:14:54.3058654Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/Exceptions.h:13:0, 2022-09-27T16:14:54.3059182Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include/torch/python.h:11, 2022-09-27T16:14:54.3059622Z from /opt/conda/lib/python3.7/site-packages/torch/include/torch/extension.h:6, 2022-09-27T16:14:54.3059935Z from /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:1: 2022-09-27T16:14:54.3060517Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h: In instantiation of ‘class pybind11::class_’: 2022-09-27T16:14:54.3060923Z /var/lib/jenkins/workspace/test/cpp_extensions/extension.cpp:36:53: required from here 2022-09-27T16:14:54.3061645Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than the type of its field ‘pybind11::class_::’ [-Wattributes] 2022-09-27T16:14:54.3062089Z class class_ : public detail::generic_type { 2022-09-27T16:14:54.3062295Z ^~~~~~ 2022-09-27T16:14:54.3062885Z /opt/conda/lib/python3.7/site-packages/torch/include/pybind11/pybind11.h:1479:7: warning: ‘pybind11::class_’ declared with greater visibility than its base ‘pybind11::detail::generic_type’ [-Wattributes] 2022-09-27T16:14:54.3159282Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:14:54.6217600Z building 'torch_test_cpp_extension.ort' extension 2022-09-27T16:14:54.6627759Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:14:54.6640877Z Compiling objects... 2022-09-27T16:14:54.6641275Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:14:55.7213029Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/ort_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=ort -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:14:55.7214572Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:14:55.7258502Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/ort_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:14:56.0316143Z building 'torch_test_cpp_extension.rng' extension 2022-09-27T16:14:56.0729254Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:14:56.0730235Z Compiling objects... 2022-09-27T16:14:56.0730501Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:14:57.2069665Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/var/lib/jenkins/workspace/test/cpp_extensions/self_compiler_include_dirs_test -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -g -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=rng -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:14:57.2071218Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:14:57.2071693Z In file included from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:8:0, 2022-09-27T16:14:57.2072142Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec.h:6, 2022-09-27T16:14:57.2072554Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/Loops.h:37, 2022-09-27T16:14:57.2073027Z from /opt/conda/lib/python3.7/site-packages/torch/include/ATen/native/cpu/DistributionTemplates.h:8, 2022-09-27T16:14:57.2073560Z from /var/lib/jenkins/workspace/test/cpp_extensions/rng_extension.cpp:6: 2022-09-27T16:14:57.2074060Z /opt/conda/lib/python3.7/site-packages/torch/include/ATen/cpu/vec/vec_base.h:975:0: warning: ignoring #pragma unroll [-Wunknown-pragmas] 2022-09-27T16:14:57.2074356Z # pragma unroll 2022-09-27T16:14:57.2074524Z 2022-09-27T16:14:57.2124997Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/build/temp.linux-x86_64-cpython-37/rng_extension.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so 2022-09-27T16:14:57.5384124Z running install_lib 2022-09-27T16:14:57.5438000Z creating install 2022-09-27T16:14:57.5438340Z creating install/opt 2022-09-27T16:14:57.5438643Z creating install/opt/conda 2022-09-27T16:14:57.5439035Z creating install/opt/conda/lib 2022-09-27T16:14:57.5439432Z creating install/opt/conda/lib/python3.7 2022-09-27T16:14:57.5439941Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:14:57.5440743Z creating install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:14:57.5441310Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/__init__.py -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:14:57.5442408Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/cpp.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:14:57.5504004Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/ort.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:14:57.5566345Z copying build/lib.linux-x86_64-cpython-37/torch_test_cpp_extension/rng.cpython-37m-x86_64-linux-gnu.so -> ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension 2022-09-27T16:14:57.5637509Z byte-compiling ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension/__init__.py to __init__.cpython-37.pyc 2022-09-27T16:14:57.5638447Z running install_egg_info 2022-09-27T16:14:57.6453681Z running egg_info 2022-09-27T16:14:57.6454236Z creating torch_test_cpp_extension.egg-info 2022-09-27T16:14:57.6495599Z writing torch_test_cpp_extension.egg-info/PKG-INFO 2022-09-27T16:14:57.6498028Z writing dependency_links to torch_test_cpp_extension.egg-info/dependency_links.txt 2022-09-27T16:14:57.6500797Z writing top-level names to torch_test_cpp_extension.egg-info/top_level.txt 2022-09-27T16:14:57.6501218Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:14:57.6543893Z reading manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:14:57.6549847Z writing manifest file 'torch_test_cpp_extension.egg-info/SOURCES.txt' 2022-09-27T16:14:57.6550885Z Copying torch_test_cpp_extension.egg-info to ./install/opt/conda/lib/python3.7/site-packages/torch_test_cpp_extension-0.0.0-py3.7.egg-info 2022-09-27T16:14:57.6554988Z running install_scripts 2022-09-27T16:14:59.4824543Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:14:59.5071493Z running install 2022-09-27T16:14:59.5073363Z /opt/conda/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 2022-09-27T16:14:59.5073801Z setuptools.SetuptoolsDeprecationWarning, 2022-09-27T16:14:59.5175496Z running build 2022-09-27T16:14:59.5175679Z running build_ext 2022-09-27T16:14:59.5600409Z building 'no_python_abi_suffix_test' extension 2022-09-27T16:14:59.5600939Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build 2022-09-27T16:14:59.5601451Z creating /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37 2022-09-27T16:14:59.6005371Z Emitting ninja build file /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/build.ninja... 2022-09-27T16:14:59.6005865Z Compiling objects... 2022-09-27T16:14:59.6006296Z Using envvar MAX_JOBS (6) as the number of workers... 2022-09-27T16:14:59.7058921Z [1/1] c++ -MMD -MF /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o.d -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/lib/python3.7/site-packages/torch/include -I/opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -I/opt/conda/lib/python3.7/site-packages/torch/include/TH -I/opt/conda/lib/python3.7/site-packages/torch/include/THC -I/opt/conda/include/python3.7m -c -c /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/no_python_abi_suffix_test.cpp -o /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -DTORCH_API_INCLUDE_EXTENSION_H '-DPYBIND11_COMPILER_TYPE="_clang"' '-DPYBIND11_STDLIB="_libstdcpp"' '-DPYBIND11_BUILD_ABI="_cxxabi1002"' -DTORCH_EXTENSION_NAME=no_python_abi_suffix_test -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++14 2022-09-27T16:14:59.7062139Z cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ 2022-09-27T16:14:59.7111308Z creating build/lib.linux-x86_64-cpython-37 2022-09-27T16:14:59.7112658Z g++ -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ /var/lib/jenkins/workspace/test/cpp_extensions/no_python_abi_suffix_test/build/temp.linux-x86_64-cpython-37/no_python_abi_suffix_test.o -L/opt/conda/lib/python3.7/site-packages/torch/lib -lc10 -ltorch -ltorch_cpu -ltorch_python -o build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so 2022-09-27T16:14:59.8888569Z running install_lib 2022-09-27T16:14:59.8939190Z creating install 2022-09-27T16:14:59.8939583Z creating install/opt 2022-09-27T16:14:59.8939943Z creating install/opt/conda 2022-09-27T16:14:59.8940330Z creating install/opt/conda/lib 2022-09-27T16:14:59.8940730Z creating install/opt/conda/lib/python3.7 2022-09-27T16:14:59.8941419Z creating install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:14:59.8941980Z copying build/lib.linux-x86_64-cpython-37/no_python_abi_suffix_test.so -> ./install/opt/conda/lib/python3.7/site-packages 2022-09-27T16:14:59.8947463Z running install_egg_info 2022-09-27T16:14:59.9065034Z running egg_info 2022-09-27T16:14:59.9065371Z creating no_python_abi_suffix_test.egg-info 2022-09-27T16:14:59.9104746Z writing no_python_abi_suffix_test.egg-info/PKG-INFO 2022-09-27T16:14:59.9107300Z writing dependency_links to no_python_abi_suffix_test.egg-info/dependency_links.txt 2022-09-27T16:14:59.9109866Z writing top-level names to no_python_abi_suffix_test.egg-info/top_level.txt 2022-09-27T16:14:59.9110642Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:14:59.9152241Z reading manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:14:59.9158362Z writing manifest file 'no_python_abi_suffix_test.egg-info/SOURCES.txt' 2022-09-27T16:14:59.9159593Z Copying no_python_abi_suffix_test.egg-info to ./install/opt/conda/lib/python3.7/site-packages/no_python_abi_suffix_test-0.0.0-py3.7.egg-info 2022-09-27T16:14:59.9164072Z running install_scripts 2022-09-27T16:15:00.2649881Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_aot_ninja.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:00.264596] 2022-09-27T16:15:02.0825989Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-09-27T16:15:02.1343876Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_aot_ninja 2022-09-27T16:15:02.1359169Z 2022-09-27T16:15:02.1359263Z Running tests... 2022-09-27T16:15:02.1359705Z ---------------------------------------------------------------------- 2022-09-27T16:15:02.4679946Z test_backward (__main__.TestCppExtensionAOT) ... ok (0.266s) 2022-09-27T16:15:02.4693178Z test_cublas_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:15:02.4705056Z test_cuda_dlink_libs (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:15:02.4714901Z test_cuda_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.001s) 2022-09-27T16:15:02.4722867Z test_cusolver_extension (__main__.TestCppExtensionAOT) ... skip: CUDA not found (0.000s) 2022-09-27T16:15:02.4888411Z test_extension_function (__main__.TestCppExtensionAOT) ... ok (0.016s) 2022-09-27T16:15:02.5097058Z test_extension_module (__main__.TestCppExtensionAOT) ... ok (0.020s) 2022-09-27T16:15:02.5120322Z test_no_python_abi_suffix_sets_the_correct_library_name (__main__.TestCppExtensionAOT) ... ok (0.002s) 2022-09-27T16:15:02.5270077Z test_optional (__main__.TestCppExtensionAOT) ... ok (0.014s) 2022-09-27T16:15:02.5599769Z test_add (__main__.TestORTTensor) ... ok (0.032s) 2022-09-27T16:15:02.6245192Z test_conv_backend_override (__main__.TestORTTensor) ... ok (0.064s) 2022-09-27T16:15:02.6370280Z test_unregistered (__main__.TestORTTensor) ... ok (0.012s) 2022-09-27T16:15:02.6447533Z test_zeros (__main__.TestORTTensor) ... ok (0.007s) 2022-09-27T16:15:02.6610517Z test_rng (__main__.TestRNGExtension) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_cpp_extensions_aot_ninja.py line 195 2022-09-27T16:15:02.6611038Z due to: 2022-09-27T16:15:02.6611390Z Traceback (most recent call last): 2022-09-27T16:15:02.6612108Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:02.6612558Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:02.6613009Z AssertionError: torch.* op returned non-Tensor Generator call_function 2022-09-27T16:15:02.6613211Z 2022-09-27T16:15:02.6613289Z from user code: 2022-09-27T16:15:02.6613538Z File "test_cpp_extensions_aot_ninja.py", line 197, in 2022-09-27T16:15:02.6613830Z gen = torch.Generator(device='cpu') 2022-09-27T16:15:02.6613969Z 2022-09-27T16:15:02.6614103Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:02.6614324Z ========== 2022-09-27T16:15:02.6621366Z ok (0.017s) 2022-09-27T16:15:02.6635331Z test_torch_library (__main__.TestTorchLibrary) ... skip: CUDA not found (0.001s) 2022-09-27T16:15:02.6635811Z 2022-09-27T16:15:02.6636263Z ---------------------------------------------------------------------- 2022-09-27T16:15:02.6636530Z Ran 15 tests in 0.528s 2022-09-27T16:15:02.6636645Z 2022-09-27T16:15:02.6636705Z OK (skipped=5) 2022-09-27T16:15:02.6636814Z 2022-09-27T16:15:02.6636900Z Generating XML reports... 2022-09-27T16:15:02.6669535Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927161502.xml 2022-09-27T16:15:02.6674310Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927161502.xml 2022-09-27T16:15:02.6676702Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927161502.xml 2022-09-27T16:15:02.6679308Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927161502.xml 2022-09-27T16:15:03.1326317Z Running test_dlpack ... [2022-09-27 16:15:03.132265] 2022-09-27T16:15:03.1326835Z Executing ['/opt/conda/bin/python', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:03.132342] 2022-09-27T16:15:04.6632329Z Test results will be stored in test-reports/python-unittest/test_dlpack 2022-09-27T16:15:04.6653325Z 2022-09-27T16:15:04.6653434Z Running tests... 2022-09-27T16:15:04.6654044Z ---------------------------------------------------------------------- 2022-09-27T16:15:04.8230747Z test_dlpack_capsule_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 22 2022-09-27T16:15:04.8231290Z due to: 2022-09-27T16:15:04.8231484Z Traceback (most recent call last): 2022-09-27T16:15:04.8231918Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:04.8232367Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:04.8232823Z AssertionError: torch.* op returned non-Tensor PyCapsule call_function 2022-09-27T16:15:04.8233036Z 2022-09-27T16:15:04.8233109Z from user code: 2022-09-27T16:15:04.8233523Z File "test_dlpack.py", line 23, in 2022-09-27T16:15:04.8233774Z z = from_dlpack(to_dlpack(x)) 2022-09-27T16:15:04.8233900Z 2022-09-27T16:15:04.8234225Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:04.8234455Z ========== 2022-09-27T16:15:04.8311620Z ok (0.101s) 2022-09-27T16:15:04.8352793Z test_dlpack_capsule_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-09-27T16:15:04.8390305Z test_dlpack_capsule_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.8427416Z test_dlpack_capsule_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.8462249Z test_dlpack_capsule_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.8496598Z test_dlpack_capsule_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.8530566Z test_dlpack_capsule_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.8566025Z test_dlpack_capsule_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.8580984Z test_dlpack_capsule_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.8595311Z test_dlpack_capsule_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.8609011Z test_dlpack_capsule_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.8634570Z test_dlpack_conversion_with_diff_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:15:04.8648750Z test_dlpack_conversion_with_diff_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8663035Z test_dlpack_conversion_with_diff_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8677324Z test_dlpack_conversion_with_diff_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8691487Z test_dlpack_conversion_with_diff_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8705672Z test_dlpack_conversion_with_diff_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8719931Z test_dlpack_conversion_with_diff_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8733934Z test_dlpack_conversion_with_diff_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8748441Z test_dlpack_conversion_with_diff_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8766767Z test_dlpack_conversion_with_diff_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8786098Z test_dlpack_conversion_with_diff_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.002s) 2022-09-27T16:15:04.8800503Z test_dlpack_conversion_with_streams_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8815023Z test_dlpack_conversion_with_streams_cpu_complex128 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8829204Z test_dlpack_conversion_with_streams_cpu_complex64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8843657Z test_dlpack_conversion_with_streams_cpu_float16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8857978Z test_dlpack_conversion_with_streams_cpu_float32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8872296Z test_dlpack_conversion_with_streams_cpu_float64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8886718Z test_dlpack_conversion_with_streams_cpu_int16 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8901371Z test_dlpack_conversion_with_streams_cpu_int32 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8915383Z test_dlpack_conversion_with_streams_cpu_int64 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8929451Z test_dlpack_conversion_with_streams_cpu_int8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8943700Z test_dlpack_conversion_with_streams_cpu_uint8 (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.8958965Z test_dlpack_default_stream_cpu (__main__.TestTorchDlPackCPU) ... skip: Only runs on cuda (0.001s) 2022-09-27T16:15:04.9080300Z test_dlpack_error_on_bool_tensor_cpu (__main__.TestTorchDlPackCPU) ... ok (0.012s) 2022-09-27T16:15:04.9182622Z test_dlpack_export_is_conj_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 168 2022-09-27T16:15:04.9183072Z due to: 2022-09-27T16:15:04.9183338Z Traceback (most recent call last): 2022-09-27T16:15:04.9183753Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 207, in from_real_tensor 2022-09-27T16:15:04.9184111Z raise UnsupportedFakeTensorException("meta converter nyi") 2022-09-27T16:15:04.9184467Z torch._subclasses.fake_tensor.UnsupportedFakeTensorException: meta converter nyi 2022-09-27T16:15:04.9184681Z 2022-09-27T16:15:04.9184819Z The above exception was the direct cause of the following exception: 2022-09-27T16:15:04.9184986Z 2022-09-27T16:15:04.9185065Z Traceback (most recent call last): 2022-09-27T16:15:04.9185470Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/utils.py", line 683, in wrap_fake_exception 2022-09-27T16:15:04.9185746Z ) from e 2022-09-27T16:15:04.9186085Z torchdynamo.exc.FakeTensorError: Unsupported: meta converter nyi with fake tensor propagation. Run with config.fake_tensor_propagation=False 2022-09-27T16:15:04.9186334Z 2022-09-27T16:15:04.9186467Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:04.9186693Z ========== 2022-09-27T16:15:04.9186856Z ok (0.010s) 2022-09-27T16:15:04.9272875Z test_dlpack_export_non_strided_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack_export_non_strided test_dlpack.py line 171 2022-09-27T16:15:04.9273741Z due to: 2022-09-27T16:15:04.9273937Z Traceback (most recent call last): 2022-09-27T16:15:04.9274353Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 75, in run_proxy 2022-09-27T16:15:04.9274748Z return proxy.node.target(*args, **kwargs) 2022-09-27T16:15:04.9275459Z RuntimeError: The tensor has a non-zero number of elements, but its data is not allocated yet. Caffe2 uses a lazy allocation, so you will need to call mutable_data() or raw_mutable_data() to actually allocate memory. 2022-09-27T16:15:04.9275763Z 2022-09-27T16:15:04.9275964Z The above exception was the direct cause of the following exception: 2022-09-27T16:15:04.9276136Z 2022-09-27T16:15:04.9276236Z Traceback (most recent call last): 2022-09-27T16:15:04.9276626Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 153, in create 2022-09-27T16:15:04.9276930Z raise TorchRuntimeError() from e 2022-09-27T16:15:04.9277171Z torchdynamo.exc.TorchRuntimeError 2022-09-27T16:15:04.9277316Z 2022-09-27T16:15:04.9277373Z from user code: 2022-09-27T16:15:04.9277605Z File "test_dlpack.py", line 173, in test_dlpack_export_non_strided 2022-09-27T16:15:04.9277874Z x = torch.sparse_coo_tensor([[0]], [1], size=(1,)) 2022-09-27T16:15:04.9278019Z 2022-09-27T16:15:04.9278150Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:04.9278357Z ========== 2022-09-27T16:15:04.9278521Z ok (0.009s) 2022-09-27T16:15:04.9360255Z test_dlpack_export_requires_grad_cpu (__main__.TestTorchDlPackCPU) ... ok (0.008s) 2022-09-27T16:15:04.9513655Z test_dlpack_normalize_strides_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 183 2022-09-27T16:15:04.9514064Z due to: 2022-09-27T16:15:04.9514256Z Traceback (most recent call last): 2022-09-27T16:15:04.9514666Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:15:04.9515100Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:15:04.9515461Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:15:04.9515607Z 2022-09-27T16:15:04.9515679Z from user code: 2022-09-27T16:15:04.9516008Z File "test_dlpack.py", line 184, in 2022-09-27T16:15:04.9516323Z z = from_dlpack(y) 2022-09-27T16:15:04.9516439Z 2022-09-27T16:15:04.9516573Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:04.9516797Z ========== 2022-09-27T16:15:04.9516951Z ok (0.015s) 2022-09-27T16:15:04.9572219Z test_dlpack_protocol_conversion_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 30 2022-09-27T16:15:04.9572603Z due to: 2022-09-27T16:15:04.9572793Z Traceback (most recent call last): 2022-09-27T16:15:04.9573178Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:15:04.9573505Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:15:04.9573761Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:15:04.9573909Z 2022-09-27T16:15:04.9573966Z from user code: 2022-09-27T16:15:04.9574219Z File "test_dlpack.py", line 31, in 2022-09-27T16:15:04.9574471Z z = from_dlpack(x) 2022-09-27T16:15:04.9574586Z 2022-09-27T16:15:04.9574718Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:04.9574958Z ========== 2022-09-27T16:15:04.9575740Z ok (0.005s) 2022-09-27T16:15:04.9614144Z test_dlpack_protocol_conversion_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9651376Z test_dlpack_protocol_conversion_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9688356Z test_dlpack_protocol_conversion_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9723435Z test_dlpack_protocol_conversion_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9758224Z test_dlpack_protocol_conversion_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9792360Z test_dlpack_protocol_conversion_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9827454Z test_dlpack_protocol_conversion_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9843291Z test_dlpack_protocol_conversion_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.9857178Z test_dlpack_protocol_conversion_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.9870970Z test_dlpack_protocol_conversion_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.9932610Z test_dlpack_shared_storage_cpu (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 37 2022-09-27T16:15:04.9932969Z due to: 2022-09-27T16:15:04.9933170Z Traceback (most recent call last): 2022-09-27T16:15:04.9933562Z File "/var/lib/jenkins/.local/lib/python3.7/site-packages/torchdynamo/variables/tensor.py", line 267, in create 2022-09-27T16:15:04.9934023Z ), f"torch.* op returned non-Tensor {typestr(example_value)} {proxy.node.op} {proxy.node.target}" 2022-09-27T16:15:04.9934476Z AssertionError: torch.* op returned non-Tensor PyCapsule call_function 2022-09-27T16:15:04.9934680Z 2022-09-27T16:15:04.9934789Z from user code: 2022-09-27T16:15:04.9935311Z File "test_dlpack.py", line 38, in 2022-09-27T16:15:04.9935662Z z = from_dlpack(to_dlpack(x)) 2022-09-27T16:15:04.9935829Z 2022-09-27T16:15:04.9935966Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:04.9936176Z ========== 2022-09-27T16:15:04.9936342Z ok (0.006s) 2022-09-27T16:15:04.9966261Z test_dlpack_tensor_invalid_stream_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:04.9979955Z test_dlpack_tensor_invalid_stream_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:04.9993423Z test_dlpack_tensor_invalid_stream_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0006353Z test_dlpack_tensor_invalid_stream_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0019190Z test_dlpack_tensor_invalid_stream_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0032105Z test_dlpack_tensor_invalid_stream_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0045033Z test_dlpack_tensor_invalid_stream_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0057311Z test_dlpack_tensor_invalid_stream_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0069841Z test_dlpack_tensor_invalid_stream_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0083067Z test_dlpack_tensor_invalid_stream_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0095334Z test_dlpack_tensor_invalid_stream_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0155527Z test_from_dlpack_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 65 2022-09-27T16:15:05.0155872Z due to: 2022-09-27T16:15:05.0156076Z Traceback (most recent call last): 2022-09-27T16:15:05.0156475Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:15:05.0156808Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:15:05.0157065Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:15:05.0157209Z 2022-09-27T16:15:05.0157283Z from user code: 2022-09-27T16:15:05.0157507Z File "test_dlpack.py", line 66, in 2022-09-27T16:15:05.0157750Z y = torch.from_dlpack(x) 2022-09-27T16:15:05.0157911Z 2022-09-27T16:15:05.0158073Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:05.0158356Z ========== 2022-09-27T16:15:05.0158907Z ok (0.006s) 2022-09-27T16:15:05.0193961Z test_from_dlpack_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0228220Z test_from_dlpack_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0262717Z test_from_dlpack_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0296337Z test_from_dlpack_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0331950Z test_from_dlpack_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0366022Z test_from_dlpack_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0400246Z test_from_dlpack_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0415295Z test_from_dlpack_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0429125Z test_from_dlpack_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0442843Z test_from_dlpack_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0496317Z test_from_dlpack_dtype_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 116 2022-09-27T16:15:05.0496935Z due to: 2022-09-27T16:15:05.0497245Z Traceback (most recent call last): 2022-09-27T16:15:05.0497916Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:15:05.0498251Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:15:05.0498510Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:15:05.0498658Z 2022-09-27T16:15:05.0498732Z from user code: 2022-09-27T16:15:05.0498965Z File "test_dlpack.py", line 117, in 2022-09-27T16:15:05.0499212Z y = torch.from_dlpack(x) 2022-09-27T16:15:05.0499333Z 2022-09-27T16:15:05.0499465Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:05.0499742Z ========== 2022-09-27T16:15:05.0499908Z ok (0.005s) 2022-09-27T16:15:05.0530921Z test_from_dlpack_dtype_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0569117Z test_from_dlpack_dtype_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0602834Z test_from_dlpack_dtype_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0634334Z test_from_dlpack_dtype_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0666158Z test_from_dlpack_dtype_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0697780Z test_from_dlpack_dtype_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0731233Z test_from_dlpack_dtype_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.003s) 2022-09-27T16:15:05.0745851Z test_from_dlpack_dtype_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0758706Z test_from_dlpack_dtype_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0771074Z test_from_dlpack_dtype_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.001s) 2022-09-27T16:15:05.0872026Z test_from_dlpack_noncontinguous_cpu_bfloat16 (__main__.TestTorchDlPackCPU) ... torchdynamo.convert_frame: [ERROR] WON'T CONVERT test_dlpack.py line 73 2022-09-27T16:15:05.0872404Z due to: 2022-09-27T16:15:05.0872678Z Traceback (most recent call last): 2022-09-27T16:15:05.0873089Z File "/opt/conda/lib/python3.7/site-packages/torch/_subclasses/fake_tensor.py", line 859, in __torch_dispatch__ 2022-09-27T16:15:05.0873563Z assert func not in _device_not_kwarg_ops, f"NYI: {func}" 2022-09-27T16:15:05.0873818Z AssertionError: NYI: aten.is_pinned.default 2022-09-27T16:15:05.0873962Z 2022-09-27T16:15:05.0874067Z from user code: 2022-09-27T16:15:05.0874328Z File "test_dlpack.py", line 76, in 2022-09-27T16:15:05.0874600Z y1_dl = torch.from_dlpack(y1) 2022-09-27T16:15:05.0874722Z 2022-09-27T16:15:05.0874908Z Set torchdynamo.config.verbose=True for more information 2022-09-27T16:15:05.0875117Z ========== 2022-09-27T16:15:05.0881162Z ok (0.011s) 2022-09-27T16:15:05.0936212Z test_from_dlpack_noncontinguous_cpu_complex128 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:15:05.0989558Z test_from_dlpack_noncontinguous_cpu_complex64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:15:05.1043529Z test_from_dlpack_noncontinguous_cpu_float16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:15:05.1094547Z test_from_dlpack_noncontinguous_cpu_float32 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:15:05.1146060Z test_from_dlpack_noncontinguous_cpu_float64 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:15:05.1195946Z test_from_dlpack_noncontinguous_cpu_int16 (__main__.TestTorchDlPackCPU) ... ok (0.005s) 2022-09-27T16:15:05.1244411Z test_from_dlpack_noncontinguous_cpu_int32 (__main__.TestTorchDlPackCPU) ... ok (0.004s) 2022-09-27T16:15:05.1268734Z test_from_dlpack_noncontinguous_cpu_int64 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:15:05.1291818Z test_from_dlpack_noncontinguous_cpu_int8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:15:05.1315738Z test_from_dlpack_noncontinguous_cpu_uint8 (__main__.TestTorchDlPackCPU) ... ok (0.002s) 2022-09-27T16:15:05.1315982Z 2022-09-27T16:15:05.1316287Z ---------------------------------------------------------------------- 2022-09-27T16:15:05.1316522Z Ran 95 tests in 0.466s 2022-09-27T16:15:05.1316639Z 2022-09-27T16:15:05.1316712Z OK (skipped=23) 2022-09-27T16:15:05.1316822Z 2022-09-27T16:15:05.1316908Z Generating XML reports... 2022-09-27T16:15:05.1415567Z Generated XML report: test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927161504.xml 2022-09-27T16:15:05.4890997Z Running lazy/test_bindings ... [2022-09-27 16:15:05.488711] 2022-09-27T16:15:05.4891794Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:05.488793] 2022-09-27T16:15:06.7314862Z Running lazy/test_meta_kernel ... [2022-09-27 16:15:06.731049] 2022-09-27T16:15:06.7315430Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_meta_kernel.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:06.731129] 2022-09-27T16:15:08.2655018Z Running test_cuda ... [2022-09-27 16:15:08.265121] 2022-09-27T16:15:08.2655599Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:08.265204] 2022-09-27T16:15:09.5625523Z CUDA not available, skipping tests 2022-09-27T16:15:09.5652801Z Test results will be stored in test-reports/python-unittest/test_cuda 2022-09-27T16:15:09.5663853Z 2022-09-27T16:15:09.5663932Z Running tests... 2022-09-27T16:15:09.5664976Z ---------------------------------------------------------------------- 2022-09-27T16:15:09.5665309Z 2022-09-27T16:15:09.5665528Z ---------------------------------------------------------------------- 2022-09-27T16:15:09.5665772Z Ran 0 tests in 0.000s 2022-09-27T16:15:09.5665898Z 2022-09-27T16:15:09.5665946Z OK 2022-09-27T16:15:09.5666039Z 2022-09-27T16:15:09.5666131Z Generating XML reports... 2022-09-27T16:15:09.8400557Z Running test_cuda_sanitizer ... [2022-09-27 16:15:09.839682] 2022-09-27T16:15:09.8401284Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:09.839765] 2022-09-27T16:15:11.1207431Z CUDA not available, skipping tests 2022-09-27T16:15:11.1227760Z Test results will be stored in test-reports/python-unittest/test_cuda_sanitizer 2022-09-27T16:15:11.1238948Z 2022-09-27T16:15:11.1239372Z Running tests... 2022-09-27T16:15:11.1240005Z ---------------------------------------------------------------------- 2022-09-27T16:15:11.1240305Z 2022-09-27T16:15:11.1240624Z ---------------------------------------------------------------------- 2022-09-27T16:15:11.1241017Z Ran 0 tests in 0.000s 2022-09-27T16:15:11.1241220Z 2022-09-27T16:15:11.1241310Z OK 2022-09-27T16:15:11.1241469Z 2022-09-27T16:15:11.1241622Z Generating XML reports... 2022-09-27T16:15:11.3818676Z Running test_deploy ... [2022-09-27 16:15:11.381477] 2022-09-27T16:15:11.3819135Z Executing ['/opt/conda/bin/python', '-bb', '-m', 'pytest', 'test_deploy.py', '-v'] ... [2022-09-27 16:15:11.381563] 2022-09-27T16:15:11.7376973Z ============================= test session starts ============================== 2022-09-27T16:15:11.7377476Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-09-27T16:15:11.7449772Z cachedir: .pytest_cache 2022-09-27T16:15:11.7450424Z hypothesis profile 'default' -> database=DirectoryBasedExampleDatabase('/var/lib/jenkins/workspace/test/.hypothesis/examples') 2022-09-27T16:15:11.7450809Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-09-27T16:15:11.7451218Z plugins: hypothesis-5.35.1, forked-1.4.0, rerunfailures-10.2, xdist-2.5.0, xdoctest-1.0.2 2022-09-27T16:15:12.8979036Z collecting ...  2022-09-27T16:15:12.8985783Z collecting 0 items  2022-09-27T16:15:12.8986122Z collected 1 item  2022-09-27T16:15:12.8990186Z 2022-09-27T16:15:19.0556671Z test_deploy.py::TestFreezer::test_compile_string PASSED [100%] 2022-09-27T16:15:19.0557222Z 2022-09-27T16:15:19.0557721Z ============================== 1 passed in 7.32s =============================== 2022-09-27T16:15:19.4530477Z Running test_hub ... [2022-09-27 16:15:19.452581] 2022-09-27T16:15:19.4531081Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-09-27 16:15:19.452664] 2022-09-27T16:15:20.9867980Z Running doctests ... [2022-09-27 16:15:20.986412] 2022-09-27T16:15:21.0127300Z Start doctest_module('/opt/conda/lib/python3.7/site-packages/torch') 2022-09-27T16:15:21.0127572Z Listing tests 2022-09-27T16:15:26.0778208Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py is_tensor:0 2022-09-27T16:15:26.0779142Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_tensor_type:0 2022-09-27T16:15:26.0780010Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py set_default_dtype:0 2022-09-27T16:15:26.0780722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/__init__.py use_deterministic_algorithms:0 2022-09-27T16:15:26.0781651Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so Generator:0 2022-09-27T16:15:26.0782531Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_C.cpython-37m-x86_64-linux-gnu.so _LinAlgError:0 2022-09-27T16:15:26.0783311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_namedtensor_internals.py update_names:0 2022-09-27T16:15:26.0784069Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.register_hook:0 2022-09-27T16:15:26.0784801Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.refine_names:0 2022-09-27T16:15:26.0785533Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.align_to:0 2022-09-27T16:15:26.0786216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.rename:0 2022-09-27T16:15:26.0786954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor.py Tensor.to_sparse_coo:0 2022-09-27T16:15:26.0787766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_tensor_str.py set_printoptions:0 2022-09-27T16:15:26.0788227Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_vmap_internals.py vmap:0 2022-09-27T16:15:26.0788652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_tensors:0 2022-09-27T16:15:26.0789102Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py broadcast_shapes:0 2022-09-27T16:15:26.0789527Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py split:0 2022-09-27T16:15:26.0789926Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py einsum:0 2022-09-27T16:15:26.0790345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py meshgrid:0 2022-09-27T16:15:26.0790769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_impl:0 2022-09-27T16:15:26.0791222Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _unique_consecutive_impl:0 2022-09-27T16:15:26.0791649Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py tensordot:0 2022-09-27T16:15:26.0792084Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cartesian_prod:0 2022-09-27T16:15:26.0792512Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py block_diag:0 2022-09-27T16:15:26.0792921Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py cdist:0 2022-09-27T16:15:26.0793774Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_1d:0 2022-09-27T16:15:26.0794204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_2d:0 2022-09-27T16:15:26.0794624Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py atleast_3d:0 2022-09-27T16:15:26.0795027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py norm:0 2022-09-27T16:15:26.0795450Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py chain_matmul:0 2022-09-27T16:15:26.0795946Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/functional.py _lu_impl:0 2022-09-27T16:15:26.0796349Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py list:0 2022-09-27T16:15:26.0796718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py help:0 2022-09-27T16:15:26.0797098Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load:0 2022-09-27T16:15:26.0797493Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py _load_local:0 2022-09-27T16:15:26.0797900Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py download_url_to_file:0 2022-09-27T16:15:26.0798335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/hub.py load_state_dict_from_url:0 2022-09-27T16:15:26.0798769Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.define:0 2022-09-27T16:15:26.0799198Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/library.py Library.impl:0 2022-09-27T16:15:26.0799631Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_ignored_functions:0 2022-09-27T16:15:26.0800080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py get_testing_overrides:0 2022-09-27T16:15:26.0800525Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py wrap_torch_function:0 2022-09-27T16:15:26.0801005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py handle_torch_function:0 2022-09-27T16:15:26.0801459Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_method_or_property:0 2022-09-27T16:15:26.0801900Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/overrides.py is_tensor_like:0 2022-09-27T16:15:26.0802332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/quasirandom.py SobolEngine:0 2022-09-27T16:15:26.0802758Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py save:0 2022-09-27T16:15:26.0803163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/serialization.py load:0 2022-09-27T16:15:26.0803596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/torch_version.py TorchVersion:0 2022-09-27T16:15:26.0804030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.then:0 2022-09-27T16:15:26.0804476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.add_done_callback:0 2022-09-27T16:15:26.0804931Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_result:0 2022-09-27T16:15:26.0805385Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py Future.set_exception:0 2022-09-27T16:15:26.0805828Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/futures/__init__.py collect_all:0 2022-09-27T16:15:26.0806234Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py annotate:0 2022-09-27T16:15:26.0806655Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py strict_fusion:0 2022-09-27T16:15:26.0807118Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/monitor/__init__.py TensorboardEventHandler:0 2022-09-27T16:15:26.0807601Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/sparse/__init__.py sum:0 2022-09-27T16:15:26.0808024Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py NvfuserPrimsMode:0 2022-09-27T16:15:26.0808475Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/_prims/context.py TorchRefsMode:0 2022-09-27T16:15:26.0808931Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTMCell:0 2022-09-27T16:15:26.0809380Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantizable/modules/rnn.py LSTM:0 2022-09-27T16:15:26.0809867Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv1d:0 2022-09-27T16:15:26.0810323Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv2d:0 2022-09-27T16:15:26.0810766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/functional.py conv3d:0 2022-09-27T16:15:26.0811214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py Quantize:0 2022-09-27T16:15:26.0811683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/__init__.py DeQuantize:0 2022-09-27T16:15:26.0812158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv1d:0 2022-09-27T16:15:26.0812635Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv2d:0 2022-09-27T16:15:26.0813099Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py Conv3d:0 2022-09-27T16:15:26.0813599Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose1d:0 2022-09-27T16:15:26.0814108Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose2d:0 2022-09-27T16:15:26.0814617Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/conv.py ConvTranspose3d:0 2022-09-27T16:15:26.0815091Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/linear.py Linear:0 2022-09-27T16:15:26.0815572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTM:0 2022-09-27T16:15:26.0816039Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRU:0 2022-09-27T16:15:26.0816515Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py RNNCell:0 2022-09-27T16:15:26.0816981Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py LSTMCell:0 2022-09-27T16:15:26.0817820Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/dynamic/modules/rnn.py GRUCell:0 2022-09-27T16:15:26.0818293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/activation.py ReLU6:0 2022-09-27T16:15:26.0818755Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv1d:0 2022-09-27T16:15:26.0819194Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv2d:0 2022-09-27T16:15:26.0819646Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py Conv3d:0 2022-09-27T16:15:26.0820117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose1d:0 2022-09-27T16:15:26.0820603Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose2d:0 2022-09-27T16:15:26.0821069Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/conv.py ConvTranspose3d:0 2022-09-27T16:15:26.0821603Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py Embedding:0 2022-09-27T16:15:26.0822097Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/embedding_ops.py EmbeddingBag:0 2022-09-27T16:15:26.0822596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py FloatFunctional:0 2022-09-27T16:15:26.0823101Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/functional_modules.py QFunctional:0 2022-09-27T16:15:26.0823613Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/linear.py Linear:0 2022-09-27T16:15:26.0824065Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/nn/quantized/modules/rnn.py LSTM:0 2022-09-27T16:15:26.0824516Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuse_modules.py fuse_modules:0 2022-09-27T16:15:26.0825005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn:0 2022-09-27T16:15:26.0825515Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_conv_bn_relu:0 2022-09-27T16:15:26.0826019Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_linear_bn:0 2022-09-27T16:15:26.0826522Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fuser_method_mappings.py fuse_convtranspose_bn:0 2022-09-27T16:15:26.0827013Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_args:0 2022-09-27T16:15:26.0827485Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/observer.py _with_callable_args:0 2022-09-27T16:15:26.0827947Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py fuse_fx:0 2022-09-27T16:15:26.0828397Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_fx:0 2022-09-27T16:15:26.0828876Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py prepare_qat_fx:0 2022-09-27T16:15:26.0829346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_fx:0 2022-09-27T16:15:26.0829834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/quantize_fx.py convert_to_reference_fx:0 2022-09-27T16:15:26.0830308Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_path_of_module:0 2022-09-27T16:15:26.0830820Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_signature_locals:0 2022-09-27T16:15:26.0831289Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_default_kwargs:0 2022-09-27T16:15:26.0831756Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _normalize_kwargs:0 2022-09-27T16:15:26.0832205Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/utils.py _get_num_pos_args:0 2022-09-27T16:15:26.0832701Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report.py ModelReport:0 2022-09-27T16:15:26.0833498Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_filtered_tables:0 2022-09-27T16:15:26.0834189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_table_visualization:0 2022-09-27T16:15:26.0834945Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_plot_visualization:0 2022-09-27T16:15:26.0835636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/quantization/fx/_model_report/model_report_visualizer.py ModelReportVisualizer.generate_histogram_visualization:0 2022-09-27T16:15:26.0836288Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py ActivationSparsifier:0 2022-09-27T16:15:26.0836926Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py BaseDataScheduler.get_schedule_param:0 2022-09-27T16:15:26.0837589Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py BaseDataSparsifier:0 2022-09-27T16:15:26.0838119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/scheduler/lambda_scheduler.py LambdaSL:0 2022-09-27T16:15:26.0838628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier:0 2022-09-27T16:15:26.0839168Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/ao/sparsity/sparsifier/base_sparsifier.py BaseSparsifier.squash_mask:0 2022-09-27T16:15:26.0839668Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/anomaly_mode.py detect_anomaly:0 2022-09-27T16:15:26.0840109Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py make_dual:0 2022-09-27T16:15:26.0840556Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py unpack_dual:0 2022-09-27T16:15:26.0841007Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/forward_ad.py dual_level:0 2022-09-27T16:15:26.0841471Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_backward:0 2022-09-27T16:15:26.0841976Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.save_for_forward:0 2022-09-27T16:15:26.0842463Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_dirty:0 2022-09-27T16:15:26.0842965Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.mark_non_differentiable:0 2022-09-27T16:15:26.0843464Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py FunctionCtx.set_materialize_grads:0 2022-09-27T16:15:26.0843925Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/function.py Function:0 2022-09-27T16:15:26.0844363Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vjp:0 2022-09-27T16:15:26.0844791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jvp:0 2022-09-27T16:15:26.0845217Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py jacobian:0 2022-09-27T16:15:26.0845657Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hessian:0 2022-09-27T16:15:26.0846089Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py vhp:0 2022-09-27T16:15:26.0846513Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/functional.py hvp:0 2022-09-27T16:15:26.0846933Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py no_grad:0 2022-09-27T16:15:26.0847375Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py enable_grad:0 2022-09-27T16:15:26.0847831Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py set_grad_enabled:0 2022-09-27T16:15:26.0848275Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/grad_mode.py inference_mode:0 2022-09-27T16:15:26.0848767Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py saved_tensors_hooks:0 2022-09-27T16:15:26.0849214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/graph.py save_on_cpu:0 2022-09-27T16:15:26.0849647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py profile:0 2022-09-27T16:15:26.0850090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py record_function:0 2022-09-27T16:15:26.0850533Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_itt:0 2022-09-27T16:15:26.0851012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/autograd/profiler.py emit_nvtx:0 2022-09-27T16:15:26.0851453Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:0 2022-09-27T16:15:26.0851881Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:1 2022-09-27T16:15:26.0852321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_jit_fn:2 2022-09-27T16:15:26.0852785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/cuda/jiterator.py _create_multi_output_jit_fn:0 2022-09-27T16:15:26.0853227Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py env:0 2022-09-27T16:15:26.0853682Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/argparse_util.py check_env:0 2022-09-27T16:15:26.0854189Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py batch_isend_irecv:0 2022-09-27T16:15:26.0854667Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_reduce:0 2022-09-27T16:15:26.0855137Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_object:0 2022-09-27T16:15:26.0855616Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py gather_object:0 2022-09-27T16:15:26.0856110Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py broadcast_object_list:0 2022-09-27T16:15:26.0856602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py scatter_object_list:0 2022-09-27T16:15:26.0857061Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather:0 2022-09-27T16:15:26.0857622Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py _all_gather_base:0 2022-09-27T16:15:26.0858127Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_gather_coalesced:0 2022-09-27T16:15:26.0858618Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all_single:0 2022-09-27T16:15:26.0859081Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py all_to_all:0 2022-09-27T16:15:26.0859565Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py monitored_barrier:0 2022-09-27T16:15:26.0860056Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups:0 2022-09-27T16:15:26.0860561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py new_subgroups_by_enumeration:0 2022-09-27T16:15:26.0861017Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/launch.py __doc__:0 2022-09-27T16:15:26.0861452Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/run.py __doc__:0 2022-09-27T16:15:26.0861901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/autograd/__init__.py context:0 2022-09-27T16:15:26.0862442Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/partial_tensor.py _PartialTensor:0 2022-09-27T16:15:26.0862969Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_optim/__init__.py named_params_with_sharded_tensor:0 2022-09-27T16:15:26.0863506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py init_from_local_shards:0 2022-09-27T16:15:26.0864037Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/__init__.py custom_sharded_op_impl:0 2022-09-27T16:15:26.0864588Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py SavePlanner:0 2022-09-27T16:15:26.0865079Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/planner.py LoadPlanner:0 2022-09-27T16:15:26.0865602Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_loader.py load_state_dict:0 2022-09-27T16:15:26.0866131Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/checkpoint/state_dict_saver.py save_state_dict:0 2022-09-27T16:15:26.0866683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor._init_from_local_tensor:0 2022-09-27T16:15:26.0867219Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/api.py ShardedTensor.reshard:0 2022-09-27T16:15:26.0867762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharded_tensor/_ops/_common.py _sharded_op_common:0 2022-09-27T16:15:26.0868277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/_shard/sharding_plan/api.py ShardingPlan:0 2022-09-27T16:15:26.0868745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/join.py Join:0 2022-09-27T16:15:26.0869246Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/__init__.py register_ddp_comm_hook:0 2022-09-27T16:15:26.0869781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py noop_hook:0 2022-09-27T16:15:26.0870319Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py allreduce_hook:0 2022-09-27T16:15:26.0870868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_hook:0 2022-09-27T16:15:26.0871405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_hook:0 2022-09-27T16:15:26.0871956Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py fp16_compress_wrapper:0 2022-09-27T16:15:26.0872645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py bf16_compress_wrapper:0 2022-09-27T16:15:26.0873321Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py post_localSGD_hook:0 2022-09-27T16:15:26.0873862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py powerSGD_hook:0 2022-09-27T16:15:26.0874418Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py batched_powerSGD_hook:0 2022-09-27T16:15:26.0875004Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_pertensor_hook:0 2022-09-27T16:15:26.0875592Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py quantization_perchannel_hook:0 2022-09-27T16:15:26.0876257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/averagers.py PeriodicModelAverager:0 2022-09-27T16:15:26.0876868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py HierarchicalModelAverager:0 2022-09-27T16:15:26.0877440Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/__init__.py start_processes:0 2022-09-27T16:15:26.0877954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py Std.from_str:0 2022-09-27T16:15:26.0878520Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/api.py to_map:0 2022-09-27T16:15:26.0879160Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/multiprocessing/errors/__init__.py ChildFailedError:0 2022-09-27T16:15:26.0879716Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/elastic/rendezvous/api.py RendezvousHandler.shutdown:0 2022-09-27T16:15:26.0880253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py StateDictType:0 2022-09-27T16:15:26.0880784Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullStateDictConfig:0 2022-09-27T16:15:26.0881345Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel:0 2022-09-27T16:15:26.0881957Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict_type:0 2022-09-27T16:15:26.0882572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.state_dict:0 2022-09-27T16:15:26.0883304Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.load_state_dict:0 2022-09-27T16:15:26.0883993Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.shard_full_optim_state_dict:0 2022-09-27T16:15:26.0884645Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.scatter_full_optim_state_dict:0 2022-09-27T16:15:26.0885293Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/fully_sharded_data_parallel.py FullyShardedDataParallel.rekey_optim_state_dict:0 2022-09-27T16:15:26.0885862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/fsdp/sharded_grad_scaler.py ShardedGradScaler:0 2022-09-27T16:15:26.0886350Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/functional.py _all_gather_base:0 2022-09-27T16:15:26.0886847Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.__init__:0 2022-09-27T16:15:26.0887373Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py _RemoteModule.init_from_module_rref:0 2022-09-27T16:15:26.0887884Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/nn/api/remote_module.py RemoteModule:0 2022-09-27T16:15:26.0888378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/optimizer.py DistributedOptimizer:0 2022-09-27T16:15:26.0888918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/post_localSGD_optimizer.py PostLocalSGDOptimizer:0 2022-09-27T16:15:26.0889444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/utils.py register_functional_optim:0 2022-09-27T16:15:26.0890046Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/optim/zero_redundancy_optimizer.py ZeroRedundancyOptimizer:0 2022-09-27T16:15:26.0890551Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py WithDevice:0 2022-09-27T16:15:26.0891027Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/pipeline/sync/pipe.py Pipe:0 2022-09-27T16:15:26.0891480Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py _wait_all:0 2022-09-27T16:15:26.0891965Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py shutdown:0 2022-09-27T16:15:26.0892390Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py remote:0 2022-09-27T16:15:26.0892826Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_sync:0 2022-09-27T16:15:26.0893268Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/api.py rpc_async:0 2022-09-27T16:15:26.0893722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/functions.py async_execution:0 2022-09-27T16:15:26.0894264Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/options.py TensorPipeRpcBackendOptions.set_device_map:0 2022-09-27T16:15:26.0894847Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributed/rpc/server_process_global_profiler.py _server_process_global_profile:0 2022-09-27T16:15:26.0895351Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/bernoulli.py Bernoulli:0 2022-09-27T16:15:26.0895779Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/beta.py Beta:0 2022-09-27T16:15:26.0896220Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/binomial.py Binomial:0 2022-09-27T16:15:26.0896683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/categorical.py Categorical:0 2022-09-27T16:15:26.0897136Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/cauchy.py Cauchy:0 2022-09-27T16:15:26.0897636Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/chi2.py Chi2:0 2022-09-27T16:15:26.0898112Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/constraints.py _DependentProperty:0 2022-09-27T16:15:26.0898630Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/continuous_bernoulli.py ContinuousBernoulli:0 2022-09-27T16:15:26.0899117Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/dirichlet.py Dirichlet:0 2022-09-27T16:15:26.0899576Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/exponential.py Exponential:0 2022-09-27T16:15:26.0900071Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/fishersnedecor.py FisherSnedecor:0 2022-09-27T16:15:26.0900529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gamma.py Gamma:0 2022-09-27T16:15:26.0900980Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/geometric.py Geometric:0 2022-09-27T16:15:26.0901409Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/gumbel.py Gumbel:0 2022-09-27T16:15:26.0901869Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_cauchy.py HalfCauchy:0 2022-09-27T16:15:26.0902335Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/half_normal.py HalfNormal:0 2022-09-27T16:15:26.0902801Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/independent.py Independent:0 2022-09-27T16:15:26.0903266Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/kumaraswamy.py Kumaraswamy:0 2022-09-27T16:15:26.0903802Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/laplace.py Laplace:0 2022-09-27T16:15:26.0904272Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lkj_cholesky.py LKJCholesky:0 2022-09-27T16:15:26.0904722Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/log_normal.py LogNormal:0 2022-09-27T16:15:26.0905206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/logistic_normal.py LogisticNormal:0 2022-09-27T16:15:26.0905749Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/lowrank_multivariate_normal.py LowRankMultivariateNormal:0 2022-09-27T16:15:26.0906332Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/mixture_same_family.py MixtureSameFamily:0 2022-09-27T16:15:26.0906806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multinomial.py Multinomial:0 2022-09-27T16:15:26.0907309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/multivariate_normal.py MultivariateNormal:0 2022-09-27T16:15:26.0907781Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/normal.py Normal:0 2022-09-27T16:15:26.0908265Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/one_hot_categorical.py OneHotCategorical:0 2022-09-27T16:15:26.0908718Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/pareto.py Pareto:0 2022-09-27T16:15:26.0909163Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/poisson.py Poisson:0 2022-09-27T16:15:26.0909650Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_bernoulli.py RelaxedBernoulli:0 2022-09-27T16:15:26.0910177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/relaxed_categorical.py RelaxedOneHotCategorical:0 2022-09-27T16:15:26.0910657Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/studentT.py StudentT:0 2022-09-27T16:15:26.0911120Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CatTransform:0 2022-09-27T16:15:26.0911596Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py StackTransform:0 2022-09-27T16:15:26.0912119Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/transforms.py CumulativeDistributionTransform:0 2022-09-27T16:15:26.0912597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/uniform.py Uniform:0 2022-09-27T16:15:26.0913046Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/von_mises.py VonMises:0 2022-09-27T16:15:26.0913699Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/weibull.py Weibull:0 2022-09-27T16:15:26.0914135Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py Wishart:0 2022-09-27T16:15:26.0914566Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py _snake_case:0 2022-09-27T16:15:26.0915012Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.eliminate_dead_code:0 2022-09-27T16:15:26.0915467Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/graph.py Graph.on_generate_code:0 2022-09-27T16:15:26.0915897Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Interpreter:0 2022-09-27T16:15:26.0916337Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/interpreter.py Transformer:0 2022-09-27T16:15:26.0916796Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/subgraph_rewriter.py replace_pattern:0 2022-09-27T16:15:26.0917242Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py TensorType:0 2022-09-27T16:15:26.0917745Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_consistent:0 2022-09-27T16:15:26.0918190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/tensor_type.py is_more_precise:0 2022-09-27T16:15:26.0918676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/rewriter.py AST_Rewriter.visit_AnnAssign:0 2022-09-27T16:15:26.0919166Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/core.py reify:0 2022-09-27T16:15:26.0919640Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/match.py VarDispatcher:0 2022-09-27T16:15:26.0920191Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unifiable:0 2022-09-27T16:15:26.0920683Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py reify_object:0 2022-09-27T16:15:26.0921158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/more.py unify_object:0 2022-09-27T16:15:26.0921652Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge:0 2022-09-27T16:15:26.0922165Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py merge_with:0 2022-09-27T16:15:26.0922671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valmap:0 2022-09-27T16:15:26.0923167Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keymap:0 2022-09-27T16:15:26.0923675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemmap:0 2022-09-27T16:15:26.0924185Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py valfilter:0 2022-09-27T16:15:26.0924701Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py keyfilter:0 2022-09-27T16:15:26.0925209Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py itemfilter:0 2022-09-27T16:15:26.0925713Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc:0 2022-09-27T16:15:26.0926214Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py dissoc:0 2022-09-27T16:15:26.0926723Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py assoc_in:0 2022-09-27T16:15:26.0927216Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py update_in:0 2022-09-27T16:15:26.0927732Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py get_in:0 2022-09-27T16:15:26.0928233Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py groupby:0 2022-09-27T16:15:26.0928733Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/unification_tools.py first:0 2022-09-27T16:15:26.0929218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py transitive_get:0 2022-09-27T16:15:26.0929707Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py _toposort:0 2022-09-27T16:15:26.0930200Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py reverse_dict:0 2022-09-27T16:15:26.0930679Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/utils.py freeze:0 2022-09-27T16:15:26.0931202Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/variable.py variables:0 2022-09-27T16:15:26.0931719Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/core.py dispatch:0 2022-09-27T16:15:26.0932270Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher:0 2022-09-27T16:15:26.0932849Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.register:0 2022-09-27T16:15:26.0933455Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.add:0 2022-09-27T16:15:26.0934035Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py Dispatcher.dispatch:0 2022-09-27T16:15:26.0934608Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/dispatcher.py str_signature:0 2022-09-27T16:15:26.0935158Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py expand_tuples:0 2022-09-27T16:15:26.0935684Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py _toposort:0 2022-09-27T16:15:26.0936218Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py reverse_dict:0 2022-09-27T16:15:26.0936755Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py groupby:0 2022-09-27T16:15:26.0937285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/utils.py typename:0 2022-09-27T16:15:26.0937890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py isvariadic:0 2022-09-27T16:15:26.0938435Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/experimental/unification/multipledispatch/variadic.py Variadic:0 2022-09-27T16:15:26.0938924Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/shape_prop.py ShapeProp:0 2022-09-27T16:15:26.0939388Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/fx/passes/split_module.py split_module:0 2022-09-27T16:15:26.0939868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_check.py AttributeTypeIsSupportedChecker:0 2022-09-27T16:15:26.0940336Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save:0 2022-09-27T16:15:26.0940766Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py load:0 2022-09-27T16:15:26.0941237Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/_serialization.py save_jit_module_to_flatbuffer:0 2022-09-27T16:15:26.0941708Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _load_for_lite_interpreter:0 2022-09-27T16:15:26.0942190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_bytecode_version:0 2022-09-27T16:15:26.0942675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_mobile_model_contained_types:0 2022-09-27T16:15:26.0943148Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/jit/mobile/__init__.py _get_model_ops_and_info:0 2022-09-27T16:15:26.0943608Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/masked/maskedtensor/core.py is_masked_tensor:0 2022-09-27T16:15:26.0944090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool2d_with_indices:0 2022-09-27T16:15:26.0944578Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py fractional_max_pool3d_with_indices:0 2022-09-27T16:15:26.0945085Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py gumbel_softmax:0 2022-09-27T16:15:26.0945507Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding:0 2022-09-27T16:15:26.0945943Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py embedding_bag:0 2022-09-27T16:15:26.0946373Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py ctc_loss:0 2022-09-27T16:15:26.0946778Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py nll_loss:0 2022-09-27T16:15:26.0947247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py cross_entropy:0 2022-09-27T16:15:26.0947700Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy:0 2022-09-27T16:15:26.0948177Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/functional.py binary_cross_entropy_with_logits:0 2022-09-27T16:15:26.0948609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_input:0 2022-09-27T16:15:26.0949021Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv1d_weight:0 2022-09-27T16:15:26.0949433Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_input:0 2022-09-27T16:15:26.0949846Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv2d_weight:0 2022-09-27T16:15:26.0950246Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_input:0 2022-09-27T16:15:26.0950661Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/grad.py conv3d_weight:0 2022-09-27T16:15:26.0951076Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py calculate_gain:0 2022-09-27T16:15:26.0951471Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py uniform_:0 2022-09-27T16:15:26.0951875Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py normal_:0 2022-09-27T16:15:26.0952285Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py trunc_normal_:0 2022-09-27T16:15:26.0952699Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py constant_:0 2022-09-27T16:15:26.0953083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py ones_:0 2022-09-27T16:15:26.0953609Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py zeros_:0 2022-09-27T16:15:26.0954009Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py eye_:0 2022-09-27T16:15:26.0954407Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py dirac_:0 2022-09-27T16:15:26.0954809Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_uniform_:0 2022-09-27T16:15:26.0955231Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py xavier_normal_:0 2022-09-27T16:15:26.0955658Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_uniform_:0 2022-09-27T16:15:26.0956068Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py kaiming_normal_:0 2022-09-27T16:15:26.0956480Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py orthogonal_:0 2022-09-27T16:15:26.0956886Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/init.py sparse_:0 2022-09-27T16:15:26.0957347Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/qat/modules/linear_relu.py LinearReLU:0 2022-09-27T16:15:26.0957851Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py LinearReLU:0 2022-09-27T16:15:26.0958366Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/intrinsic/quantized/modules/linear_relu.py LinearReLU:0 2022-09-27T16:15:26.0958907Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Threshold:0 2022-09-27T16:15:26.0959353Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU:0 2022-09-27T16:15:26.0959782Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py RReLU:0 2022-09-27T16:15:26.0960226Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardtanh:0 2022-09-27T16:15:26.0960666Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ReLU6:0 2022-09-27T16:15:26.0961151Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Sigmoid:0 2022-09-27T16:15:26.0961656Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardsigmoid:0 2022-09-27T16:15:26.0962099Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanh:0 2022-09-27T16:15:26.0962530Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SiLU:0 2022-09-27T16:15:26.0962949Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Mish:0 2022-09-27T16:15:26.0963391Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardswish:0 2022-09-27T16:15:26.0963827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py ELU:0 2022-09-27T16:15:26.0964257Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py CELU:0 2022-09-27T16:15:26.0964676Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py SELU:0 2022-09-27T16:15:26.0965105Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GLU:0 2022-09-27T16:15:26.0965535Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py GELU:0 2022-09-27T16:15:26.0965963Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Hardshrink:0 2022-09-27T16:15:26.0966411Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LeakyReLU:0 2022-09-27T16:15:26.0966857Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSigmoid:0 2022-09-27T16:15:26.0967303Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softplus:0 2022-09-27T16:15:26.0967736Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softshrink:0 2022-09-27T16:15:26.0968203Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py MultiheadAttention:0 2022-09-27T16:15:26.0968661Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py PReLU:0 2022-09-27T16:15:26.0969105Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softsign:0 2022-09-27T16:15:26.0969538Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Tanhshrink:0 2022-09-27T16:15:26.0969978Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmin:0 2022-09-27T16:15:26.0970420Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax:0 2022-09-27T16:15:26.0970868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py Softmax2d:0 2022-09-27T16:15:26.0971309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/activation.py LogSoftmax:0 2022-09-27T16:15:26.0971757Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm1d:0 2022-09-27T16:15:26.0972206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm2d:0 2022-09-27T16:15:26.0972673Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py BatchNorm3d:0 2022-09-27T16:15:26.0973127Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm:0 2022-09-27T16:15:26.0973631Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py SyncBatchNorm.convert_sync_batchnorm:0 2022-09-27T16:15:26.0974132Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/channelshuffle.py ChannelShuffle:0 2022-09-27T16:15:26.0974648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py Sequential:0 2022-09-27T16:15:26.0975095Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleList:0 2022-09-27T16:15:26.0975540Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ModuleDict:0 2022-09-27T16:15:26.0975994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterList:0 2022-09-27T16:15:26.0976444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/container.py ParameterDict:0 2022-09-27T16:15:26.0976906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py PairwiseDistance:0 2022-09-27T16:15:26.0977372Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/distance.py CosineSimilarity:0 2022-09-27T16:15:26.0977918Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout:0 2022-09-27T16:15:26.0978348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout1d:0 2022-09-27T16:15:26.0978792Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout2d:0 2022-09-27T16:15:26.0979229Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py Dropout3d:0 2022-09-27T16:15:26.0979662Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py AlphaDropout:0 2022-09-27T16:15:26.0980135Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/dropout.py FeatureAlphaDropout:0 2022-09-27T16:15:26.0980597Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Flatten:0 2022-09-27T16:15:26.0981033Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/flatten.py Unflatten:0 2022-09-27T16:15:26.0981444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Fold:0 2022-09-27T16:15:26.0981863Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/fold.py Unfold:0 2022-09-27T16:15:26.0982358Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm1d:0 2022-09-27T16:15:26.0982834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm2d:0 2022-09-27T16:15:26.0983289Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/instancenorm.py InstanceNorm3d:0 2022-09-27T16:15:26.0983740Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/lazy.py LazyModuleMixin:0 2022-09-27T16:15:26.0984182Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Identity:0 2022-09-27T16:15:26.0984607Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Linear:0 2022-09-27T16:15:26.0985024Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/linear.py Bilinear:0 2022-09-27T16:15:26.0985443Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py L1Loss:0 2022-09-27T16:15:26.0985862Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py NLLLoss:0 2022-09-27T16:15:26.0986330Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py PoissonNLLLoss:0 2022-09-27T16:15:26.0986785Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py GaussianNLLLoss:0 2022-09-27T16:15:26.0987225Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py KLDivLoss:0 2022-09-27T16:15:26.0987651Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MSELoss:0 2022-09-27T16:15:26.0988054Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCELoss:0 2022-09-27T16:15:26.0988531Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py BCEWithLogitsLoss:0 2022-09-27T16:15:26.0988996Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiLabelMarginLoss:0 2022-09-27T16:15:26.0989456Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CrossEntropyLoss:0 2022-09-27T16:15:26.0989899Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MarginRankingLoss:0 2022-09-27T16:15:26.0990349Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py MultiMarginLoss:0 2022-09-27T16:15:26.0990801Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginLoss:0 2022-09-27T16:15:26.0991279Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py TripletMarginWithDistanceLoss:0 2022-09-27T16:15:26.0991743Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/loss.py CTCLoss:0 2022-09-27T16:15:26.0992200Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.register_buffer:0 2022-09-27T16:15:26.0992660Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.apply:0 2022-09-27T16:15:26.0993090Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.to:0 2022-09-27T16:15:26.0993767Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.state_dict:0 2022-09-27T16:15:26.0994235Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.parameters:0 2022-09-27T16:15:26.0994709Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_parameters:0 2022-09-27T16:15:26.0995154Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.buffers:0 2022-09-27T16:15:26.0995619Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_buffers:0 2022-09-27T16:15:26.0996087Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_children:0 2022-09-27T16:15:26.0996539Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.modules:0 2022-09-27T16:15:26.0996990Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/module.py Module.named_modules:0 2022-09-27T16:15:26.0997476Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LocalResponseNorm:0 2022-09-27T16:15:26.0997952Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py LayerNorm:0 2022-09-27T16:15:26.0998397Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/normalization.py GroupNorm:0 2022-09-27T16:15:26.0998850Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad1d:0 2022-09-27T16:15:26.0999307Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad2d:0 2022-09-27T16:15:26.0999752Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ConstantPad3d:0 2022-09-27T16:15:26.1000273Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad1d:0 2022-09-27T16:15:26.1000734Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad2d:0 2022-09-27T16:15:26.1001192Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReflectionPad3d:0 2022-09-27T16:15:26.1001651Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad1d:0 2022-09-27T16:15:26.1002104Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad2d:0 2022-09-27T16:15:26.1002617Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ReplicationPad3d:0 2022-09-27T16:15:26.1003063Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/padding.py ZeroPad2d:0 2022-09-27T16:15:26.1003529Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelShuffle:0 2022-09-27T16:15:26.1003994Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pixelshuffle.py PixelUnshuffle:0 2022-09-27T16:15:26.1004450Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool1d:0 2022-09-27T16:15:26.1004890Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool2d:0 2022-09-27T16:15:26.1005309Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxPool3d:0 2022-09-27T16:15:26.1005749Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool1d:0 2022-09-27T16:15:26.1006198Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool2d:0 2022-09-27T16:15:26.1006647Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py MaxUnpool3d:0 2022-09-27T16:15:26.1007080Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool1d:0 2022-09-27T16:15:26.1007519Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool2d:0 2022-09-27T16:15:26.1007952Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AvgPool3d:0 2022-09-27T16:15:26.1021832Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool2d:0 2022-09-27T16:15:26.1022598Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py FractionalMaxPool3d:0 2022-09-27T16:15:26.1023083Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool1d:0 2022-09-27T16:15:26.1023535Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py LPPool2d:0 2022-09-27T16:15:26.1024005Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool1d:0 2022-09-27T16:15:26.1024475Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool2d:0 2022-09-27T16:15:26.1024948Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveMaxPool3d:0 2022-09-27T16:15:26.1025416Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool1d:0 2022-09-27T16:15:26.1025868Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool2d:0 2022-09-27T16:15:26.1026328Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/pooling.py AdaptiveAvgPool3d:0 2022-09-27T16:15:26.1026762Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNN:0 2022-09-27T16:15:26.1027173Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTM:0 2022-09-27T16:15:26.1027572Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRU:0 2022-09-27T16:15:26.1028141Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py RNNCell:0 2022-09-27T16:15:26.1028577Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py LSTMCell:0 2022-09-27T16:15:26.1029006Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/rnn.py GRUCell:0 2022-09-27T16:15:26.1029422Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding:0 2022-09-27T16:15:26.1029896Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py Embedding.from_pretrained:0 2022-09-27T16:15:26.1030429Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag:0 2022-09-27T16:15:26.1030909Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/sparse.py EmbeddingBag.from_pretrained:0 2022-09-27T16:15:26.1031378Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer:0 2022-09-27T16:15:26.1031858Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py Transformer.forward:0 2022-09-27T16:15:26.1032339Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoder:0 2022-09-27T16:15:26.1032805Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoder:0 2022-09-27T16:15:26.1033568Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerEncoderLayer:0 2022-09-27T16:15:26.1034084Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/transformer.py TransformerDecoderLayer:0 2022-09-27T16:15:26.1034561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py Upsample:0 2022-09-27T16:15:26.1035026Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingNearest2d:0 2022-09-27T16:15:26.1035520Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/modules/upsampling.py UpsamplingBilinear2d:0 2022-09-27T16:15:26.1036007Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py DataParallel:0 2022-09-27T16:15:26.1036509Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel:0 2022-09-27T16:15:26.1037030Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.no_sync:0 2022-09-27T16:15:26.1037571Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.join:0 2022-09-27T16:15:26.1038132Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:0 2022-09-27T16:15:26.1038711Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel.register_comm_hook:1 2022-09-27T16:15:26.1039278Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_builtin_comm_hook:0 2022-09-27T16:15:26.1039849Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/parallel/distributed.py DistributedDataParallel._register_fused_optim:0 2022-09-27T16:15:26.1040369Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_per_sample_grad.py call_for_per_sample_grads:0 2022-09-27T16:15:26.1040827Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/init.py skip_init:0 2022-09-27T16:15:26.1041292Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/memory_format.py convert_conv2d_weight_memory_format:0 2022-09-27T16:15:26.1041777Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py orthogonal:0 2022-09-27T16:15:26.1042405Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrizations.py spectral_norm:0 2022-09-27T16:15:26.1042901Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/parametrize.py register_parametrization:0 2022-09-27T16:15:26.1043348Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py identity:0 2022-09-27T16:15:26.1043798Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_unstructured:0 2022-09-27T16:15:26.1044254Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py l1_unstructured:0 2022-09-27T16:15:26.1044756Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py random_structured:0 2022-09-27T16:15:26.1045190Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py ln_structured:0 2022-09-27T16:15:26.1045671Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py global_unstructured:0 2022-09-27T16:15:26.1046118Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py custom_from_mask:0 2022-09-27T16:15:26.1046535Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py remove:0 2022-09-27T16:15:26.1046956Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/prune.py is_pruned:0 2022-09-27T16:15:26.1047393Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_packed_sequence:0 2022-09-27T16:15:26.1047834Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pad_sequence:0 2022-09-27T16:15:26.1048253Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpad_sequence:0 2022-09-27T16:15:26.1048682Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py pack_sequence:0 2022-09-27T16:15:26.1049114Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/rnn.py unpack_sequence:0 2022-09-27T16:15:26.1049567Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py spectral_norm:0 2022-09-27T16:15:26.1050023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/spectral_norm.py remove_spectral_norm:0 2022-09-27T16:15:26.1050488Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/stateless.py functional_call:0 2022-09-27T16:15:26.1050939Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py weight_norm:0 2022-09-27T16:15:26.1051386Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/weight_norm.py remove_weight_norm:0 2022-09-27T16:15:26.1051863Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/conv_utils.py unfold3d:0 2022-09-27T16:15:26.1052408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/nn/utils/_expanded_weights/expanded_weights_utils.py sum_over_all_but_batch_and_last_n:0 2022-09-27T16:15:26.1052904Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/onnx/_type_utils.py JitScalarType:0 2022-09-27T16:15:26.1053338Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LambdaLR:0 2022-09-27T16:15:26.1053799Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiplicativeLR:0 2022-09-27T16:15:26.1054247Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py StepLR:0 2022-09-27T16:15:26.1054690Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py MultiStepLR:0 2022-09-27T16:15:26.1055122Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ConstantLR:0 2022-09-27T16:15:26.1055561Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py LinearLR:0 2022-09-27T16:15:26.1056040Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py SequentialLR:0 2022-09-27T16:15:26.1056490Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py PolynomialLR:0 2022-09-27T16:15:26.1056942Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ChainedScheduler:0 2022-09-27T16:15:26.1057490Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py ReduceLROnPlateau:0 2022-09-27T16:15:26.1057954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CyclicLR:0 2022-09-27T16:15:26.1058497Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:0 2022-09-27T16:15:26.1059023Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py CosineAnnealingWarmRestarts.step:1 2022-09-27T16:15:26.1059518Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/lr_scheduler.py OneCycleLR:0 2022-09-27T16:15:26.1059938Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/sgd.py SGD:0 2022-09-27T16:15:26.1060351Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:0 2022-09-27T16:15:26.1060791Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py AveragedModel:1 2022-09-27T16:15:26.1061226Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py update_bn:0 2022-09-27T16:15:26.1061648Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/optim/swa_utils.py SWALR:0 2022-09-27T16:15:26.1062068Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/package/glob_group.py GlobGroup:0 2022-09-27T16:15:26.1062506Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/profiler/profiler.py profile:0 2022-09-27T16:15:26.1062954Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py assert_close:0 2022-09-27T16:15:26.1063392Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_creation.py make_tensor:0 2022-09-27T16:15:26.1063841Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py parametrize:0 2022-09-27T16:15:26.1064342Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_symmetric_psd_matrix:0 2022-09-27T16:15:26.1064852Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_psd_matrix:0 2022-09-27T16:15:26.1065366Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py random_hermitian_pd_matrix:0 2022-09-27T16:15:26.1065840Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/checkpoint.py checkpoint_sequential:0 2022-09-27T16:15:26.1066306Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CppExtension:0 2022-09-27T16:15:26.1066764Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:0 2022-09-27T16:15:26.1067206Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py CUDAExtension:1 2022-09-27T16:15:26.1067639Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load:0 2022-09-27T16:15:26.1068077Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/cpp_extension.py load_inline:0 2022-09-27T16:15:26.1068508Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/dlpack.py from_dlpack:0 2022-09-27T16:15:26.1068970Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/throughput_benchmark.py ThroughputBenchmark:0 2022-09-27T16:15:26.1069444Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py IterableDataset:0 2022-09-27T16:15:26.1069934Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/dataset.py random_split:0 2022-09-27T16:15:26.1070408Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/distributed.py DistributedSampler:0 2022-09-27T16:15:26.1070882Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py WeightedRandomSampler:0 2022-09-27T16:15:26.1071346Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/sampler.py BatchSampler:0 2022-09-27T16:15:26.1071806Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_convert:0 2022-09-27T16:15:26.1072311Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/_utils/collate.py default_collate:0 2022-09-27T16:15:26.1072776Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py IterDataPipe:0 2022-09-27T16:15:26.1073403Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/datapipe.py MapDataPipe:0 2022-09-27T16:15:26.1073912Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py MapperIterDataPipe:0 2022-09-27T16:15:26.1074438Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/callable.py CollatorIterDataPipe:0 2022-09-27T16:15:26.1074966Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:15:26.1075499Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ConcaterIterDataPipe:0 2022-09-27T16:15:26.1076022Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ForkerIterDataPipe:0 2022-09-27T16:15:26.1076535Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py _ChildDataPipe:0 2022-09-27T16:15:26.1077058Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py DemultiplexerIterDataPipe:0 2022-09-27T16:15:26.1077608Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py MultiplexerIterDataPipe:0 2022-09-27T16:15:26.1078138Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/combining.py ZipperIterDataPipe:0 2022-09-27T16:15:26.1078675Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/filelister.py FileListerIterDataPipe:0 2022-09-27T16:15:26.1079204Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/fileopener.py FileOpenerIterDataPipe:0 2022-09-27T16:15:26.1079731Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py BatcherIterDataPipe:0 2022-09-27T16:15:26.1080251Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py UnBatcherIterDataPipe:0 2022-09-27T16:15:26.1080778Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/grouping.py GrouperIterDataPipe:0 2022-09-27T16:15:26.1081277Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/selecting.py FilterIterDataPipe:0 2022-09-27T16:15:26.1081814Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/streamreader.py StreamReaderIterDataPipe:0 2022-09-27T16:15:26.1082377Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/iter/utils.py IterableWrapperIterDataPipe:0 2022-09-27T16:15:26.1082906Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/callable.py MapperMapDataPipe:0 2022-09-27T16:15:26.1083485Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combinatorics.py ShufflerIterDataPipe:0 2022-09-27T16:15:26.1084019Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ConcaterMapDataPipe:0 2022-09-27T16:15:26.1084536Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/combining.py ZipperMapDataPipe:0 2022-09-27T16:15:26.1085050Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/grouping.py BatcherMapDataPipe:0 2022-09-27T16:15:26.1085569Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/map/utils.py SequenceWrapperMapDataPipe:0 2022-09-27T16:15:26.1086164Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/data/datapipes/utils/common.py validate_input_col:0 2022-09-27T16:15:26.1086654Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py find_closure_group:0 2022-09-27T16:15:26.1087146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/hipify/hipify_python.py replace_extern_shared:0 2022-09-27T16:15:26.1087623Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.__init__:0 2022-09-27T16:15:26.1088130Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_hparams:0 2022-09-27T16:15:26.1088633Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalar:0 2022-09-27T16:15:26.1089125Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_scalars:0 2022-09-27T16:15:26.1089628Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram:0 2022-09-27T16:15:26.1090150Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_histogram_raw:0 2022-09-27T16:15:26.1090653Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_image:0 2022-09-27T16:15:26.1091140Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_images:0 2022-09-27T16:15:26.1091643Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_text:0 2022-09-27T16:15:26.1092146Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_embedding:0 2022-09-27T16:15:26.1092651Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_pr_curve:0 2022-09-27T16:15:26.1093175Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_multilinechart:0 2022-09-27T16:15:26.1093735Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars_marginchart:0 2022-09-27T16:15:26.1094265Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_custom_scalars:0 2022-09-27T16:15:26.1094772Z python -m xdoctest /opt/conda/lib/python3.7/site-packages/torch/utils/tensorboard/writer.py SummaryWriter.add_mesh:0 2022-09-27T16:15:26.4306949Z 2022-09-27T16:15:26.4312445Z real 44m35.749s 2022-09-27T16:15:26.4312810Z user 167m23.349s 2022-09-27T16:15:26.4313147Z sys 10m34.038s 2022-09-27T16:15:26.4313558Z + assert_git_not_dirty 2022-09-27T16:15:26.4313923Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:15:26.4314218Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:15:26.4314468Z ++ git status --porcelain 2022-09-27T16:15:33.3946183Z + git_status= 2022-09-27T16:15:33.3946745Z + [[ -n '' ]] 2022-09-27T16:15:33.3947063Z + test_aten 2022-09-27T16:15:33.3948231Z + [[ linux-bionic-py3.7-clang9 != *asan* ]] 2022-09-27T16:15:33.3949010Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:15:33.3949314Z + echo 'Running ATen tests with pytorch lib' 2022-09-27T16:15:33.3949534Z Running ATen tests with pytorch lib 2022-09-27T16:15:33.3949752Z + [[ -n '' ]] 2022-09-27T16:15:33.3949993Z + echo 'Running test with the build folder' 2022-09-27T16:15:33.3950216Z Running test with the build folder 2022-09-27T16:15:33.3950401Z + TEST_BASE_DIR=build/bin 2022-09-27T16:15:33.3950723Z + ln -sf /opt/conda/lib/python3.7/site-packages/torch/lib/libc10.so build/bin 2022-09-27T16:15:33.3967771Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libcaffe2*' build/bin 2022-09-27T16:15:33.3976537Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libmkldnn*' build/bin 2022-09-27T16:15:33.3985307Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libnccl*' build/bin 2022-09-27T16:15:33.3994574Z + 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-09-27T16:15:33.4002054Z + ln -sf '/opt/conda/lib/python3.7/site-packages/torch/lib/libtbb*' build/bin 2022-09-27T16:15:33.4010063Z + ls build/bin 2022-09-27T16:15:33.4050230Z CppSignature_test half_test 2022-09-27T16:15:33.4050710Z Dict_test inline_container_test 2022-09-27T16:15:33.4051221Z Dimname_test ivalue_test 2022-09-27T16:15:33.4051786Z FileStoreTest kernel_function_legacy_test 2022-09-27T16:15:33.4052165Z HashStoreTest kernel_function_test 2022-09-27T16:15:33.4052606Z IListRef_test kernel_lambda_legacy_test 2022-09-27T16:15:33.4053026Z KernelFunction_test kernel_lambda_test 2022-09-27T16:15:33.4053243Z List_test kernel_stackbased_test 2022-09-27T16:15:33.4053468Z MaybeOwned_test lazy_tensor_test 2022-09-27T16:15:33.4053686Z NamedTensor_test libc10.so 2022-09-27T16:15:33.4053996Z ProcessGroupGlooTest 'libcaffe2*' 2022-09-27T16:15:33.4056962Z TCPStoreTest 'libmkldnn*' 2022-09-27T16:15:33.4057568Z aot_model_compiler_test 'libnccl*' 2022-09-27T16:15:33.4058029Z apply_utils_test 'libtbb*' 2022-09-27T16:15:33.4058336Z atest libtorch.so 2022-09-27T16:15:33.4058544Z backend_fallback_test libtorch_cpu.so 2022-09-27T16:15:33.4058771Z basic libtorch_global_deps.so 2022-09-27T16:15:33.4059001Z broadcast_test libtorch_python.so 2022-09-27T16:15:33.4059215Z c10_Array_test libtorchbind_test.so 2022-09-27T16:15:33.4059461Z c10_Bitset_test make_boxed_from_unboxed_functor_test 2022-09-27T16:15:33.4059699Z c10_C++17_test math_kernel_test 2022-09-27T16:15:33.4059937Z c10_CompileTimeFunctionPointer_test memory_format_test 2022-09-27T16:15:33.4060216Z c10_ConstexprCrc_test memory_overlapping_test 2022-09-27T16:15:33.4060486Z c10_DeadlockDetection_test mobile_memory_cleanup 2022-09-27T16:15:33.4060785Z c10_DeviceGuard_test native_test 2022-09-27T16:15:33.4061122Z c10_Device_test op_allowlist_test 2022-09-27T16:15:33.4061370Z c10_DispatchKeySet_test op_registration_test 2022-09-27T16:15:33.4061603Z c10_Half_test operator_name_test 2022-09-27T16:15:33.4061824Z c10_InlineDeviceGuard_test operators_test 2022-09-27T16:15:33.4062099Z c10_InlineStreamGuard_test packedtensoraccessor_test 2022-09-27T16:15:33.4062433Z c10_LeftRight_test parallel_benchmark 2022-09-27T16:15:33.4062668Z c10_Metaprogramming_test pow_test 2022-09-27T16:15:33.4062895Z c10_SizesAndStrides_test protoc 2022-09-27T16:15:33.4063189Z c10_SmallVectorTest protoc-3.13.0.0 2022-09-27T16:15:33.4063410Z c10_StreamGuard_test quantized_test 2022-09-27T16:15:33.4063628Z c10_SymInt_test reduce_ops_test 2022-09-27T16:15:33.4064094Z c10_Synchronized_test reportMemoryUsage_test 2022-09-27T16:15:33.4064407Z c10_ThreadLocal_test scalar_tensor_test 2022-09-27T16:15:33.4064632Z c10_TypeIndex_test scalar_test 2022-09-27T16:15:33.4064979Z c10_TypeList_test stride_properties_test 2022-09-27T16:15:33.4065386Z c10_TypeTraits_test tensor_iterator_test 2022-09-27T16:15:33.4065765Z c10_accumulate_test test_api 2022-09-27T16:15:33.4066122Z c10_bfloat16_test test_cpp_rpc 2022-09-27T16:15:33.4066384Z c10_complex_math_test test_dist_autograd 2022-09-27T16:15:33.4066691Z c10_complex_test test_jit 2022-09-27T16:15:33.4066890Z c10_either_test test_lazy 2022-09-27T16:15:33.4067106Z c10_exception_test test_mobile_nnc 2022-09-27T16:15:33.4067303Z c10_flags_test test_parallel 2022-09-27T16:15:33.4067532Z c10_intrusive_ptr_benchmark test_tensorexpr 2022-09-27T16:15:33.4067776Z c10_intrusive_ptr_test thread_init_test 2022-09-27T16:15:33.4068004Z c10_irange_test torch_shm_manager 2022-09-27T16:15:33.4068224Z c10_logging_test tutorial_tensorexpr 2022-09-27T16:15:33.4068449Z c10_optional_test type_ptr_test 2022-09-27T16:15:33.4068678Z c10_ordered_preserving_dict_test type_test 2022-09-27T16:15:33.4068903Z c10_registry_test undefined_tensor_test 2022-09-27T16:15:33.4069121Z c10_string_view_test variant_test 2022-09-27T16:15:33.4069347Z c10_tempfile_test vec_test_all_types_AVX2 2022-09-27T16:15:33.4069568Z c10_typeid_test vec_test_all_types_AVX512 2022-09-27T16:15:33.4069815Z cpu_generator_test vec_test_all_types_DEFAULT 2022-09-27T16:15:33.4070073Z cpu_profiling_allocator_test verify_api_visibility 2022-09-27T16:15:33.4070299Z cpu_rng_test vmap_test 2022-09-27T16:15:33.4070499Z dispatch_key_set_test weakref_test 2022-09-27T16:15:33.4070716Z dlconvertor_test wrapdim_test 2022-09-27T16:15:33.4071067Z example_allreduce xla_tensor_test 2022-09-27T16:15:33.4071414Z extension_backend_test 2022-09-27T16:15:33.4071768Z + aten/tools/run_tests.sh build/bin 2022-09-27T16:15:33.4095067Z + set -e 2022-09-27T16:15:33.4097663Z ++ dirname aten/tools/run_tests.sh 2022-09-27T16:15:33.4104296Z + VALGRIND_SUP=/var/lib/jenkins/workspace/aten/tools/valgrind.sup 2022-09-27T16:15:33.4104679Z + pushd build/bin 2022-09-27T16:15:33.4104984Z ~/workspace/build/bin ~/workspace 2022-09-27T16:15:33.4105315Z + VALGRIND=OFF 2022-09-27T16:15:33.4105573Z + ./basic 2022-09-27T16:15:33.6447610Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:33.6448404Z [==========] Running 5 tests from 1 test suite. 2022-09-27T16:15:33.6448758Z [----------] Global test environment set-up. 2022-09-27T16:15:33.6449074Z [----------] 5 tests from BasicTest 2022-09-27T16:15:33.6449338Z [ RUN ] BasicTest.BasicTestCPU 2022-09-27T16:15:33.6728425Z 4 ms 2022-09-27T16:15:33.7304170Z 57 ms 2022-09-27T16:15:33.8140318Z 83 ms 2022-09-27T16:15:33.8236139Z [ OK ] BasicTest.BasicTestCPU (178 ms) 2022-09-27T16:15:33.8236686Z [ RUN ] BasicTest.BasicTestHalfCPU 2022-09-27T16:15:33.8260914Z 2 ms 2022-09-27T16:15:33.9038034Z 77 ms 2022-09-27T16:15:34.0086511Z 104 ms 2022-09-27T16:15:34.0173053Z [ OK ] BasicTest.BasicTestHalfCPU (193 ms) 2022-09-27T16:15:34.0173581Z [ RUN ] BasicTest.BasicTestCUDA 2022-09-27T16:15:34.0174063Z [ OK ] BasicTest.BasicTestCUDA (0 ms) 2022-09-27T16:15:34.0174500Z [ RUN ] BasicTest.FactoryMethodsTest 2022-09-27T16:15:34.0174877Z [ OK ] BasicTest.FactoryMethodsTest (0 ms) 2022-09-27T16:15:34.0175175Z [ RUN ] BasicTest.BasicStdTestCPU 2022-09-27T16:15:34.0175492Z Simple example: called once 2022-09-27T16:15:34.0178385Z throw: call_once will retry 2022-09-27T16:15:34.0179959Z throw: call_once will retry 2022-09-27T16:15:34.0182520Z Didn't throw, call_once will not attempt again 2022-09-27T16:15:34.0182981Z [ OK ] BasicTest.BasicStdTestCPU (0 ms) 2022-09-27T16:15:34.0183318Z [----------] 5 tests from BasicTest (373 ms total) 2022-09-27T16:15:34.0183474Z 2022-09-27T16:15:34.0183628Z [----------] Global test environment tear-down 2022-09-27T16:15:34.0183943Z [==========] 5 tests from 1 test suite ran. (373 ms total) 2022-09-27T16:15:34.0184202Z [ PASSED ] 5 tests. 2022-09-27T16:15:34.0812236Z + ./atest 2022-09-27T16:15:34.3109613Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:34.3110762Z [==========] Running 16 tests from 1 test suite. 2022-09-27T16:15:34.3111241Z [----------] Global test environment set-up. 2022-09-27T16:15:34.3111687Z [----------] 16 tests from atest 2022-09-27T16:15:34.3112097Z [ RUN ] atest.operators 2022-09-27T16:15:34.3114557Z [ OK ] atest.operators (0 ms) 2022-09-27T16:15:34.3115027Z [ RUN ] atest.logical_and_operators 2022-09-27T16:15:34.3115699Z [ OK ] atest.logical_and_operators (0 ms) 2022-09-27T16:15:34.3116180Z [ RUN ] atest.logical_or_operators 2022-09-27T16:15:34.3116681Z [ OK ] atest.logical_or_operators (0 ms) 2022-09-27T16:15:34.3117148Z [ RUN ] atest.logical_xor_operators 2022-09-27T16:15:34.3117635Z [ OK ] atest.logical_xor_operators (0 ms) 2022-09-27T16:15:34.3118089Z [ RUN ] atest.lt_operators 2022-09-27T16:15:34.3118541Z [ OK ] atest.lt_operators (0 ms) 2022-09-27T16:15:34.3118975Z [ RUN ] atest.le_operators 2022-09-27T16:15:34.3119406Z [ OK ] atest.le_operators (0 ms) 2022-09-27T16:15:34.3119801Z [ RUN ] atest.gt_operators 2022-09-27T16:15:34.3120213Z [ OK ] atest.gt_operators (0 ms) 2022-09-27T16:15:34.3120628Z [ RUN ] atest.ge_operators 2022-09-27T16:15:34.3121044Z [ OK ] atest.ge_operators (0 ms) 2022-09-27T16:15:34.3121432Z [ RUN ] atest.eq_operators 2022-09-27T16:15:34.3121858Z [ OK ] atest.eq_operators (0 ms) 2022-09-27T16:15:34.3122263Z [ RUN ] atest.ne_operators 2022-09-27T16:15:34.3122672Z [ OK ] atest.ne_operators (0 ms) 2022-09-27T16:15:34.3123098Z [ RUN ] atest.add_operators 2022-09-27T16:15:34.3123558Z [ OK ] atest.add_operators (0 ms) 2022-09-27T16:15:34.3123989Z [ RUN ] atest.max_operators 2022-09-27T16:15:34.3124448Z [ OK ] atest.max_operators (0 ms) 2022-09-27T16:15:34.3124873Z [ RUN ] atest.min_operators 2022-09-27T16:15:34.3125329Z [ OK ] atest.min_operators (0 ms) 2022-09-27T16:15:34.3125771Z [ RUN ] atest.sigmoid_backward_operator 2022-09-27T16:15:34.3126256Z [ OK ] atest.sigmoid_backward_operator (0 ms) 2022-09-27T16:15:34.3126787Z [ RUN ] atest.fmod_tensor_operators 2022-09-27T16:15:34.3127244Z [ OK ] atest.fmod_tensor_operators (0 ms) 2022-09-27T16:15:34.3127670Z [ RUN ] atest.atest 2022-09-27T16:15:34.3153570Z [ OK ] atest.atest (2 ms) 2022-09-27T16:15:34.3154092Z [----------] 16 tests from atest (4 ms total) 2022-09-27T16:15:34.3154307Z 2022-09-27T16:15:34.3154573Z [----------] Global test environment tear-down 2022-09-27T16:15:34.3155023Z [==========] 16 tests from 1 test suite ran. (4 ms total) 2022-09-27T16:15:34.3155376Z [ PASSED ] 16 tests. 2022-09-27T16:15:34.3762183Z + ./scalar_test 2022-09-27T16:15:34.6092688Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:34.6093481Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:15:34.6093997Z [----------] Global test environment set-up. 2022-09-27T16:15:34.6094704Z [----------] 4 tests from TestScalar 2022-09-27T16:15:34.6095140Z [ RUN ] TestScalar.TestScalar 2022-09-27T16:15:34.6095448Z H2: 3 257 3 1 2022-09-27T16:15:34.6158917Z [ OK ] TestScalar.TestScalar (6 ms) 2022-09-27T16:15:34.6159402Z [ RUN ] TestScalar.TestConj 2022-09-27T16:15:34.6159852Z [ OK ] TestScalar.TestConj (0 ms) 2022-09-27T16:15:34.6160305Z [ RUN ] TestScalar.TestEqual 2022-09-27T16:15:34.6160699Z [ OK ] TestScalar.TestEqual (0 ms) 2022-09-27T16:15:34.6161407Z [ RUN ] TestScalar.TestFormatting 2022-09-27T16:15:34.6161799Z [ OK ] TestScalar.TestFormatting (0 ms) 2022-09-27T16:15:34.6162209Z [----------] 4 tests from TestScalar (6 ms total) 2022-09-27T16:15:34.6162402Z 2022-09-27T16:15:34.6162605Z [----------] Global test environment tear-down 2022-09-27T16:15:34.6163020Z [==========] 4 tests from 1 test suite ran. (6 ms total) 2022-09-27T16:15:34.6163383Z [ PASSED ] 4 tests. 2022-09-27T16:15:34.6770411Z + ./broadcast_test 2022-09-27T16:15:34.9070949Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:34.9071718Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:15:34.9072030Z [----------] Global test environment set-up. 2022-09-27T16:15:34.9072321Z [----------] 1 test from BroadcastTest 2022-09-27T16:15:34.9072602Z [ RUN ] BroadcastTest.Broadcast 2022-09-27T16:15:34.9425235Z [ OK ] BroadcastTest.Broadcast (35 ms) 2022-09-27T16:15:34.9425691Z [----------] 1 test from BroadcastTest (35 ms total) 2022-09-27T16:15:34.9425849Z 2022-09-27T16:15:34.9426018Z [----------] Global test environment tear-down 2022-09-27T16:15:34.9426387Z [==========] 1 test from 1 test suite ran. (35 ms total) 2022-09-27T16:15:34.9426647Z [ PASSED ] 1 test. 2022-09-27T16:15:35.0037892Z + ./wrapdim_test 2022-09-27T16:15:35.2397628Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:35.2398401Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:15:35.2398871Z [----------] Global test environment set-up. 2022-09-27T16:15:35.2399344Z [----------] 1 test from TestWrapdim 2022-09-27T16:15:35.2399941Z [ RUN ] TestWrapdim.TestWrapdim 2022-09-27T16:15:35.2404856Z [ OK ] TestWrapdim.TestWrapdim (0 ms) 2022-09-27T16:15:35.2405539Z [----------] 1 test from TestWrapdim (0 ms total) 2022-09-27T16:15:35.2405825Z 2022-09-27T16:15:35.2406131Z [----------] Global test environment tear-down 2022-09-27T16:15:35.2406680Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:15:35.2407097Z [ PASSED ] 1 test. 2022-09-27T16:15:35.2998094Z + ./apply_utils_test 2022-09-27T16:15:35.5353834Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:35.5354366Z [==========] Running 6 tests from 1 test suite. 2022-09-27T16:15:35.5354703Z [----------] Global test environment set-up. 2022-09-27T16:15:35.5355000Z [----------] 6 tests from ApplyUtilsTest 2022-09-27T16:15:35.5355373Z [ RUN ] ApplyUtilsTest.Contiguous2D 2022-09-27T16:15:35.5378361Z [ OK ] ApplyUtilsTest.Contiguous2D (2 ms) 2022-09-27T16:15:35.5378923Z [ RUN ] ApplyUtilsTest.Small2D 2022-09-27T16:15:35.5379457Z [ OK ] ApplyUtilsTest.Small2D (0 ms) 2022-09-27T16:15:35.5379740Z [ RUN ] ApplyUtilsTest._2D 2022-09-27T16:15:35.5386979Z [ OK ] ApplyUtilsTest._2D (0 ms) 2022-09-27T16:15:35.5387478Z [ RUN ] ApplyUtilsTest._3D 2022-09-27T16:15:35.5388551Z [ OK ] ApplyUtilsTest._3D (0 ms) 2022-09-27T16:15:35.5389323Z [ RUN ] ApplyUtilsTest.Medium3D 2022-09-27T16:15:35.5398363Z [ OK ] ApplyUtilsTest.Medium3D (0 ms) 2022-09-27T16:15:35.5398884Z [ RUN ] ApplyUtilsTest._10D 2022-09-27T16:15:35.5955706Z [ OK ] ApplyUtilsTest._10D (55 ms) 2022-09-27T16:15:35.5956275Z [----------] 6 tests from ApplyUtilsTest (60 ms total) 2022-09-27T16:15:35.5956590Z 2022-09-27T16:15:35.5956862Z [----------] Global test environment tear-down 2022-09-27T16:15:35.5957186Z [==========] 6 tests from 1 test suite ran. (60 ms total) 2022-09-27T16:15:35.5957673Z [ PASSED ] 6 tests. 2022-09-27T16:15:35.6557555Z + ./dlconvertor_test 2022-09-27T16:15:35.8881003Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:35.8881856Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:15:35.8882178Z [----------] Global test environment set-up. 2022-09-27T16:15:35.8882495Z [----------] 2 tests from TestDlconvertor 2022-09-27T16:15:35.8882807Z [ RUN ] TestDlconvertor.TestDlconvertor 2022-09-27T16:15:35.8885751Z [ OK ] TestDlconvertor.TestDlconvertor (0 ms) 2022-09-27T16:15:35.8886400Z [ RUN ] TestDlconvertor.TestDlconvertorNoStrides 2022-09-27T16:15:35.8887124Z [ OK ] TestDlconvertor.TestDlconvertorNoStrides (0 ms) 2022-09-27T16:15:35.8887778Z [----------] 2 tests from TestDlconvertor (0 ms total) 2022-09-27T16:15:35.8888044Z 2022-09-27T16:15:35.8888213Z [----------] Global test environment tear-down 2022-09-27T16:15:35.8888527Z [==========] 2 tests from 1 test suite ran. (0 ms total) 2022-09-27T16:15:35.8888782Z [ PASSED ] 2 tests. 2022-09-27T16:15:35.9488680Z + ./native_test 2022-09-27T16:15:36.1798762Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:36.1799639Z [==========] Running 2 tests from 1 test suite. 2022-09-27T16:15:36.1799985Z [----------] Global test environment set-up. 2022-09-27T16:15:36.1800281Z [----------] 2 tests from TestNative 2022-09-27T16:15:36.1800564Z [ RUN ] TestNative.NativeTestCPU 2022-09-27T16:15:36.1958482Z [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-09-27T16:15:36.1959389Z [ OK ] TestNative.NativeTestCPU (16 ms) 2022-09-27T16:15:36.1959922Z [ RUN ] TestNative.NativeTestGPU 2022-09-27T16:15:36.1961341Z [ OK ] TestNative.NativeTestGPU (0 ms) 2022-09-27T16:15:36.1961893Z [----------] 2 tests from TestNative (16 ms total) 2022-09-27T16:15:36.1962134Z 2022-09-27T16:15:36.1962417Z [----------] Global test environment tear-down 2022-09-27T16:15:36.1962953Z [==========] 2 tests from 1 test suite ran. (16 ms total) 2022-09-27T16:15:36.1963380Z [ PASSED ] 2 tests. 2022-09-27T16:15:36.2560015Z + ./scalar_tensor_test 2022-09-27T16:15:36.4899912Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:36.4900693Z [==========] Running 3 tests from 1 test suite. 2022-09-27T16:15:36.4901032Z [----------] Global test environment set-up. 2022-09-27T16:15:36.4901319Z [----------] 3 tests from TestScalarTensor 2022-09-27T16:15:36.4901768Z [ RUN ] TestScalarTensor.TestScalarTensorCPU 2022-09-27T16:15:36.6556753Z [ OK ] TestScalarTensor.TestScalarTensorCPU (165 ms) 2022-09-27T16:15:36.6557475Z [ RUN ] TestScalarTensor.TestScalarTensorCUDA 2022-09-27T16:15:36.6558161Z [ OK ] TestScalarTensor.TestScalarTensorCUDA (0 ms) 2022-09-27T16:15:36.6558742Z [ RUN ] TestScalarTensor.TestScalarTensorMPS 2022-09-27T16:15:36.6559361Z [ OK ] TestScalarTensor.TestScalarTensorMPS (0 ms) 2022-09-27T16:15:36.6559721Z [----------] 3 tests from TestScalarTensor (165 ms total) 2022-09-27T16:15:36.6559887Z 2022-09-27T16:15:36.6560058Z [----------] Global test environment tear-down 2022-09-27T16:15:36.6560385Z [==========] 3 tests from 1 test suite ran. (165 ms total) 2022-09-27T16:15:36.6560632Z [ PASSED ] 3 tests. 2022-09-27T16:15:36.7144923Z + [[ -x ./tensor_interop_test ]] 2022-09-27T16:15:36.7145182Z + ./undefined_tensor_test 2022-09-27T16:15:36.9451077Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:36.9451998Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:15:36.9452302Z [----------] Global test environment set-up. 2022-09-27T16:15:36.9452590Z [----------] 1 test from TestUndefined 2022-09-27T16:15:36.9452882Z [ RUN ] TestUndefined.UndefinedTest 2022-09-27T16:15:36.9656031Z [ OK ] TestUndefined.UndefinedTest (20 ms) 2022-09-27T16:15:36.9656596Z [----------] 1 test from TestUndefined (20 ms total) 2022-09-27T16:15:36.9656787Z 2022-09-27T16:15:36.9656958Z [----------] Global test environment tear-down 2022-09-27T16:15:36.9657266Z [==========] 1 test from 1 test suite ran. (20 ms total) 2022-09-27T16:15:36.9657609Z [ PASSED ] 1 test. 2022-09-27T16:15:37.0256120Z + ./extension_backend_test 2022-09-27T16:15:37.2607030Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:37.2607955Z [==========] Running 1 test from 1 test suite. 2022-09-27T16:15:37.2608262Z [----------] Global test environment set-up. 2022-09-27T16:15:37.2608600Z [----------] 1 test from BackendExtensionTest 2022-09-27T16:15:37.2608930Z [ RUN ] BackendExtensionTest.TestRegisterOp 2022-09-27T16:15:37.2609290Z [ OK ] BackendExtensionTest.TestRegisterOp (0 ms) 2022-09-27T16:15:37.2609656Z [----------] 1 test from BackendExtensionTest (0 ms total) 2022-09-27T16:15:37.2609824Z 2022-09-27T16:15:37.2609989Z [----------] Global test environment tear-down 2022-09-27T16:15:37.2610293Z [==========] 1 test from 1 test suite ran. (0 ms total) 2022-09-27T16:15:37.2610531Z [ PASSED ] 1 test. 2022-09-27T16:15:37.3196005Z + ./lazy_tensor_test 2022-09-27T16:15:37.5517213Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:37.5517964Z [==========] Running 2 tests from 2 test suites. 2022-09-27T16:15:37.5518541Z [----------] Global test environment set-up. 2022-09-27T16:15:37.5518910Z [----------] 1 test from XlaTensorTest 2022-09-27T16:15:37.5519204Z [ RUN ] XlaTensorTest.TestNoStorage 2022-09-27T16:15:37.5519507Z [ OK ] XlaTensorTest.TestNoStorage (0 ms) 2022-09-27T16:15:37.5519842Z [----------] 1 test from XlaTensorTest (0 ms total) 2022-09-27T16:15:37.5519995Z 2022-09-27T16:15:37.5520144Z [----------] 1 test from LazyTensorTest 2022-09-27T16:15:37.5520423Z [ RUN ] LazyTensorTest.TestNoStorage 2022-09-27T16:15:37.5520744Z [ OK ] LazyTensorTest.TestNoStorage (0 ms) 2022-09-27T16:15:37.5521072Z [----------] 1 test from LazyTensorTest (0 ms total) 2022-09-27T16:15:37.5521226Z 2022-09-27T16:15:37.5521388Z [----------] Global test environment tear-down 2022-09-27T16:15:37.5521682Z [==========] 2 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:15:37.5521938Z [ PASSED ] 2 tests. 2022-09-27T16:15:37.6111017Z + ./tensor_iterator_test 2022-09-27T16:15:37.8425132Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:37.8425906Z [==========] Running 65 tests from 1 test suite. 2022-09-27T16:15:37.8426545Z [----------] Global test environment set-up. 2022-09-27T16:15:37.8427150Z [----------] 65 tests from TensorIteratorTest 2022-09-27T16:15:37.8427451Z [ RUN ] TensorIteratorTest.CPUScalar 2022-09-27T16:15:37.8427780Z [ OK ] TensorIteratorTest.CPUScalar (0 ms) 2022-09-27T16:15:37.8428115Z [ RUN ] TensorIteratorTest.CPUScalarInputs 2022-09-27T16:15:37.8428456Z [ OK ] TensorIteratorTest.CPUScalarInputs (0 ms) 2022-09-27T16:15:37.8428798Z [ RUN ] TensorIteratorTest.MixedDevices 2022-09-27T16:15:37.8429131Z [ OK ] TensorIteratorTest.MixedDevices (0 ms) 2022-09-27T16:15:37.8429545Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Byte 2022-09-27T16:15:37.8618779Z [ OK ] TensorIteratorTest.SerialLoopUnary_Byte (19 ms) 2022-09-27T16:15:37.8619217Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Char 2022-09-27T16:15:37.8634318Z [ OK ] TensorIteratorTest.SerialLoopUnary_Char (1 ms) 2022-09-27T16:15:37.8634713Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Short 2022-09-27T16:15:37.8650159Z [ OK ] TensorIteratorTest.SerialLoopUnary_Short (1 ms) 2022-09-27T16:15:37.8650522Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Int 2022-09-27T16:15:37.8666091Z [ OK ] TensorIteratorTest.SerialLoopUnary_Int (1 ms) 2022-09-27T16:15:37.8666550Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Long 2022-09-27T16:15:37.8682164Z [ OK ] TensorIteratorTest.SerialLoopUnary_Long (1 ms) 2022-09-27T16:15:37.8682572Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Float 2022-09-27T16:15:37.8698648Z [ OK ] TensorIteratorTest.SerialLoopUnary_Float (1 ms) 2022-09-27T16:15:37.8699053Z [ RUN ] TensorIteratorTest.SerialLoopUnary_Double 2022-09-27T16:15:37.8714966Z [ OK ] TensorIteratorTest.SerialLoopUnary_Double (1 ms) 2022-09-27T16:15:37.8715405Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Byte 2022-09-27T16:15:37.8730442Z [ OK ] TensorIteratorTest.SerialLoopBinary_Byte (1 ms) 2022-09-27T16:15:37.8730896Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Char 2022-09-27T16:15:37.8746259Z [ OK ] TensorIteratorTest.SerialLoopBinary_Char (1 ms) 2022-09-27T16:15:37.8746730Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Short 2022-09-27T16:15:37.8762356Z [ OK ] TensorIteratorTest.SerialLoopBinary_Short (1 ms) 2022-09-27T16:15:37.8762774Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Int 2022-09-27T16:15:37.8778119Z [ OK ] TensorIteratorTest.SerialLoopBinary_Int (1 ms) 2022-09-27T16:15:37.8778509Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Long 2022-09-27T16:15:37.8793836Z [ OK ] TensorIteratorTest.SerialLoopBinary_Long (1 ms) 2022-09-27T16:15:37.8794221Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Float 2022-09-27T16:15:37.8809417Z [ OK ] TensorIteratorTest.SerialLoopBinary_Float (1 ms) 2022-09-27T16:15:37.8809866Z [ RUN ] TensorIteratorTest.SerialLoopBinary_Double 2022-09-27T16:15:37.8825519Z [ OK ] TensorIteratorTest.SerialLoopBinary_Double (1 ms) 2022-09-27T16:15:37.8825972Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Byte 2022-09-27T16:15:37.8841754Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Byte (1 ms) 2022-09-27T16:15:37.8842223Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Char 2022-09-27T16:15:37.8857838Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Char (1 ms) 2022-09-27T16:15:37.8858286Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Short 2022-09-27T16:15:37.8874213Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Short (1 ms) 2022-09-27T16:15:37.8874654Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Int 2022-09-27T16:15:37.8889980Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Int (1 ms) 2022-09-27T16:15:37.8890661Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Long 2022-09-27T16:15:37.8906610Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Long (1 ms) 2022-09-27T16:15:37.8907059Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Float 2022-09-27T16:15:37.8922214Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Float (1 ms) 2022-09-27T16:15:37.8922680Z [ RUN ] TensorIteratorTest.SerialLoopPointwise_Double 2022-09-27T16:15:37.8938901Z [ OK ] TensorIteratorTest.SerialLoopPointwise_Double (1 ms) 2022-09-27T16:15:37.8940178Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte 2022-09-27T16:15:37.8940943Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Byte (0 ms) 2022-09-27T16:15:37.8941734Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char 2022-09-27T16:15:37.8942392Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Char (0 ms) 2022-09-27T16:15:37.8942824Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short 2022-09-27T16:15:37.8943401Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Short (0 ms) 2022-09-27T16:15:37.8944068Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int 2022-09-27T16:15:37.8944686Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Int (0 ms) 2022-09-27T16:15:37.8945294Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long 2022-09-27T16:15:37.8945934Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Long (0 ms) 2022-09-27T16:15:37.8946535Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float 2022-09-27T16:15:37.8946969Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Float (0 ms) 2022-09-27T16:15:37.8947459Z [ RUN ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double 2022-09-27T16:15:37.8947887Z [ OK ] TensorIteratorTest.SerialLoopUnaryNoOutput_Double (0 ms) 2022-09-27T16:15:37.8948305Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte 2022-09-27T16:15:37.8948731Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Byte (0 ms) 2022-09-27T16:15:37.8949133Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char 2022-09-27T16:15:37.8949557Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Char (0 ms) 2022-09-27T16:15:37.8949978Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short 2022-09-27T16:15:37.8950386Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Short (0 ms) 2022-09-27T16:15:37.8950804Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int 2022-09-27T16:15:37.8951223Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Int (0 ms) 2022-09-27T16:15:37.8951626Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long 2022-09-27T16:15:37.8952046Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Long (0 ms) 2022-09-27T16:15:37.8952460Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float 2022-09-27T16:15:37.8952884Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Float (0 ms) 2022-09-27T16:15:37.8953469Z [ RUN ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double 2022-09-27T16:15:37.8953900Z [ OK ] TensorIteratorTest.SerialLoopBinaryNoOutput_Double (0 ms) 2022-09-27T16:15:37.8954330Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte 2022-09-27T16:15:37.8954763Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Byte (0 ms) 2022-09-27T16:15:37.8955197Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char 2022-09-27T16:15:37.8955636Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Char (0 ms) 2022-09-27T16:15:37.8956065Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short 2022-09-27T16:15:37.8956627Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Short (0 ms) 2022-09-27T16:15:37.8957065Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int 2022-09-27T16:15:37.8957498Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Int (0 ms) 2022-09-27T16:15:37.8957914Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long 2022-09-27T16:15:37.8958353Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Long (0 ms) 2022-09-27T16:15:37.8958786Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float 2022-09-27T16:15:37.8959316Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Float (0 ms) 2022-09-27T16:15:37.8959734Z [ RUN ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double 2022-09-27T16:15:37.8960175Z [ OK ] TensorIteratorTest.SerialLoopPoinwiseNoOutput_Double (0 ms) 2022-09-27T16:15:37.8960586Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Byte 2022-09-27T16:15:37.8960982Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Byte (0 ms) 2022-09-27T16:15:37.8961357Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Char 2022-09-27T16:15:37.8961754Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Char (0 ms) 2022-09-27T16:15:37.8962147Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Short 2022-09-27T16:15:37.8962533Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Short (0 ms) 2022-09-27T16:15:37.8962931Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Int 2022-09-27T16:15:37.8963325Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Int (0 ms) 2022-09-27T16:15:37.8963699Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Long 2022-09-27T16:15:37.8964097Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Long (0 ms) 2022-09-27T16:15:37.8964492Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Float 2022-09-27T16:15:37.8964894Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Float (0 ms) 2022-09-27T16:15:37.8965275Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Double 2022-09-27T16:15:37.8965673Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Double (0 ms) 2022-09-27T16:15:37.8966156Z [ RUN ] TensorIteratorTest.ComparisonLoopBinary_Bool 2022-09-27T16:15:37.8966539Z [ OK ] TensorIteratorTest.ComparisonLoopBinary_Bool (0 ms) 2022-09-27T16:15:37.8966930Z [ RUN ] TensorIteratorTest.SerialLoopSingleThread 2022-09-27T16:15:37.8986677Z [ OK ] TensorIteratorTest.SerialLoopSingleThread (3 ms) 2022-09-27T16:15:37.8987302Z [ RUN ] TensorIteratorTest.InputDType 2022-09-27T16:15:37.8987856Z [ OK ] TensorIteratorTest.InputDType (0 ms) 2022-09-27T16:15:37.8988499Z [ RUN ] TensorIteratorTest.ComputeCommonDTypeInputOnly 2022-09-27T16:15:37.8989239Z [ OK ] TensorIteratorTest.ComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:15:37.8989978Z [ RUN ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly 2022-09-27T16:15:37.8990748Z [ OK ] TensorIteratorTest.DoNotComputeCommonDTypeInputOnly (0 ms) 2022-09-27T16:15:37.8991463Z [ RUN ] TensorIteratorTest.FailNonPromotingBinaryOp 2022-09-27T16:15:37.8999072Z [ OK ] TensorIteratorTest.FailNonPromotingBinaryOp (1 ms) 2022-09-27T16:15:37.8999802Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte 2022-09-27T16:15:37.9000274Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Byte (0 ms) 2022-09-27T16:15:37.9000778Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Char 2022-09-27T16:15:37.9001249Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Char (0 ms) 2022-09-27T16:15:37.9001917Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Short 2022-09-27T16:15:37.9002657Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Short (0 ms) 2022-09-27T16:15:37.9003092Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Int 2022-09-27T16:15:37.9003525Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Int (0 ms) 2022-09-27T16:15:37.9003945Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Long 2022-09-27T16:15:37.9004383Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Long (0 ms) 2022-09-27T16:15:37.9004803Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Float 2022-09-27T16:15:37.9005318Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Float (0 ms) 2022-09-27T16:15:37.9005750Z [ RUN ] TensorIteratorTest.CpuKernelMultipleOutputs_Double 2022-09-27T16:15:37.9006197Z [ OK ] TensorIteratorTest.CpuKernelMultipleOutputs_Double (0 ms) 2022-09-27T16:15:37.9006582Z [----------] 65 tests from TensorIteratorTest (57 ms total) 2022-09-27T16:15:37.9006754Z 2022-09-27T16:15:37.9006927Z [----------] Global test environment tear-down 2022-09-27T16:15:37.9007251Z [==========] 65 tests from 1 test suite ran. (57 ms total) 2022-09-27T16:15:37.9007509Z [ PASSED ] 65 tests. 2022-09-27T16:15:37.9625775Z + ./Dimname_test 2022-09-27T16:15:38.1959672Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:38.1960448Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:15:38.1960763Z [----------] Global test environment set-up. 2022-09-27T16:15:38.1961074Z [----------] 4 tests from DimnameTest 2022-09-27T16:15:38.1961360Z [ RUN ] DimnameTest.isValidIdentifier 2022-09-27T16:15:38.1961686Z [ OK ] DimnameTest.isValidIdentifier (0 ms) 2022-09-27T16:15:38.1961990Z [ RUN ] DimnameTest.wildcardName 2022-09-27T16:15:38.1962291Z [ OK ] DimnameTest.wildcardName (0 ms) 2022-09-27T16:15:38.1962589Z [ RUN ] DimnameTest.createNormalName 2022-09-27T16:15:38.1971389Z [ OK ] DimnameTest.createNormalName (1 ms) 2022-09-27T16:15:38.1971988Z [ RUN ] DimnameTest.unifyAndMatch 2022-09-27T16:15:38.1972326Z [ OK ] DimnameTest.unifyAndMatch (0 ms) 2022-09-27T16:15:38.1972647Z [----------] 4 tests from DimnameTest (1 ms total) 2022-09-27T16:15:38.1972808Z 2022-09-27T16:15:38.1972977Z [----------] Global test environment tear-down 2022-09-27T16:15:38.1973284Z [==========] 4 tests from 1 test suite ran. (1 ms total) 2022-09-27T16:15:38.1973535Z [ PASSED ] 4 tests. 2022-09-27T16:15:38.2575594Z + ./Dict_test 2022-09-27T16:15:38.4900231Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:38.4900956Z [==========] Running 47 tests from 2 test suites. 2022-09-27T16:15:38.4901488Z [----------] Global test environment set-up. 2022-09-27T16:15:38.4902011Z [----------] 46 tests from DictTest 2022-09-27T16:15:38.4902602Z [ RUN ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue 2022-09-27T16:15:38.4903276Z [ OK ] DictTest.givenEmptyDict_whenCallingEmpty_thenReturnsTrue (0 ms) 2022-09-27T16:15:38.4903932Z [ RUN ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse 2022-09-27T16:15:38.4904374Z [ OK ] DictTest.givenNonemptyDict_whenCallingEmpty_thenReturnsFalse (0 ms) 2022-09-27T16:15:38.4904767Z [ RUN ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero 2022-09-27T16:15:38.4905178Z [ OK ] DictTest.givenEmptyDict_whenCallingSize_thenReturnsZero (0 ms) 2022-09-27T16:15:38.4905849Z [ RUN ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements 2022-09-27T16:15:38.4906575Z [ OK ] DictTest.givenNonemptyDict_whenCallingSize_thenReturnsNumberOfElements (0 ms) 2022-09-27T16:15:38.4907200Z [ RUN ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty 2022-09-27T16:15:38.4907611Z [ OK ] DictTest.givenNonemptyDict_whenCallingClear_thenIsEmpty (0 ms) 2022-09-27T16:15:38.4908050Z [ RUN ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:15:38.4908520Z [ OK ] DictTest.whenInsertingNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:15:38.4909029Z [ RUN ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement 2022-09-27T16:15:38.4909647Z [ OK ] DictTest.whenInsertingExistingKey_thenReturnsFalseAndIteratorToExistingElement (0 ms) 2022-09-27T16:15:38.4910118Z [ RUN ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict 2022-09-27T16:15:38.4910527Z [ OK ] DictTest.whenInsertingExistingKey_thenDoesNotModifyDict (0 ms) 2022-09-27T16:15:38.4910999Z [ RUN ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement 2022-09-27T16:15:38.4911527Z [ OK ] DictTest.whenInsertOrAssigningNewKey_thenReturnsTrueAndIteratorToNewElement (0 ms) 2022-09-27T16:15:38.4912063Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement 2022-09-27T16:15:38.4912642Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenReturnsFalseAndIteratorToChangedElement (0 ms) 2022-09-27T16:15:38.4913142Z [ RUN ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict 2022-09-27T16:15:38.4913794Z [ OK ] DictTest.whenInsertOrAssigningExistingKey_thenDoesModifyDict (0 ms) 2022-09-27T16:15:38.4914196Z [ RUN ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd 2022-09-27T16:15:38.4914588Z [ OK ] DictTest.givenEmptyDict_whenIterating_thenBeginIsEnd (0 ms) 2022-09-27T16:15:38.4914987Z [ RUN ] DictTest.givenMutableDict_whenIterating_thenFindsElements 2022-09-27T16:15:38.4915389Z [ OK ] DictTest.givenMutableDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:15:38.4915799Z [ RUN ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:15:38.4916245Z [ OK ] DictTest.givenMutableDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:15:38.4916657Z [ RUN ] DictTest.givenConstDict_whenIterating_thenFindsElements 2022-09-27T16:15:38.4917037Z [ OK ] DictTest.givenConstDict_whenIterating_thenFindsElements (0 ms) 2022-09-27T16:15:38.4917449Z [ RUN ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements 2022-09-27T16:15:38.4917890Z [ OK ] DictTest.givenConstDict_whenIteratingWithForeach_thenFindsElements (0 ms) 2022-09-27T16:15:38.4918277Z [ RUN ] DictTest.givenIterator_thenCanModifyValue 2022-09-27T16:15:38.4918630Z [ OK ] DictTest.givenIterator_thenCanModifyValue (0 ms) 2022-09-27T16:15:38.4919018Z [ RUN ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty 2022-09-27T16:15:38.4919465Z [ OK ] DictTest.givenOneElementDict_whenErasingByIterator_thenDictIsEmpty (0 ms) 2022-09-27T16:15:38.4919923Z [ RUN ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty 2022-09-27T16:15:38.4920405Z [ OK ] DictTest.givenOneElementDict_whenErasingByKey_thenReturnsOneAndDictIsEmpty (0 ms) 2022-09-27T16:15:38.4920907Z [ RUN ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged 2022-09-27T16:15:38.4921464Z [ OK ] DictTest.givenOneElementDict_whenErasingByNonexistingKey_thenReturnsZeroAndDictIsUnchanged (0 ms) 2022-09-27T16:15:38.4921957Z [ RUN ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement 2022-09-27T16:15:38.4922465Z [ OK ] DictTest.whenCallingAtWithExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:15:38.4922938Z [ RUN ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement 2022-09-27T16:15:38.4923417Z [ OK ] DictTest.whenCallingAtWithNonExistingKey_thenReturnsCorrectElement (0 ms) 2022-09-27T16:15:38.4923901Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:15:38.4924383Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:15:38.4924862Z [ RUN ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:15:38.4925386Z [ OK ] DictTest.givenMutableDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:15:38.4925894Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement 2022-09-27T16:15:38.4926373Z [ OK ] DictTest.givenConstDict_whenCallingFindOnExistingKey_thenFindsCorrectElement (0 ms) 2022-09-27T16:15:38.4926841Z [ RUN ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd 2022-09-27T16:15:38.4927303Z [ OK ] DictTest.givenConstDict_whenCallingFindOnNonExistingKey_thenReturnsEnd (0 ms) 2022-09-27T16:15:38.4927751Z [ RUN ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue 2022-09-27T16:15:38.4928190Z [ OK ] DictTest.whenCallingContainsWithExistingKey_thenReturnsTrue (0 ms) 2022-09-27T16:15:38.4928650Z [ RUN ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse 2022-09-27T16:15:38.4929129Z [ OK ] DictTest.whenCallingContainsWithNonExistingKey_thenReturnsFalse (0 ms) 2022-09-27T16:15:38.4929525Z [ RUN ] DictTest.whenCallingReserve_thenDoesntCrash 2022-09-27T16:15:38.4929893Z [ OK ] DictTest.whenCallingReserve_thenDoesntCrash (0 ms) 2022-09-27T16:15:38.4930269Z [ RUN ] DictTest.whenCopyConstructingDict_thenAreEqual 2022-09-27T16:15:38.4930654Z [ OK ] DictTest.whenCopyConstructingDict_thenAreEqual (0 ms) 2022-09-27T16:15:38.4931016Z [ RUN ] DictTest.whenCopyAssigningDict_thenAreEqual 2022-09-27T16:15:38.4931387Z [ OK ] DictTest.whenCopyAssigningDict_thenAreEqual (0 ms) 2022-09-27T16:15:38.4931739Z [ RUN ] DictTest.whenCopyingDict_thenAreEqual 2022-09-27T16:15:38.4932065Z [ OK ] DictTest.whenCopyingDict_thenAreEqual (0 ms) 2022-09-27T16:15:38.4932430Z [ RUN ] DictTest.whenMoveConstructingDict_thenNewIsCorrect 2022-09-27T16:15:38.4932827Z [ OK ] DictTest.whenMoveConstructingDict_thenNewIsCorrect (0 ms) 2022-09-27T16:15:38.4933214Z [ RUN ] DictTest.whenMoveAssigningDict_thenNewIsCorrect 2022-09-27T16:15:38.4933581Z [ OK ] DictTest.whenMoveAssigningDict_thenNewIsCorrect (0 ms) 2022-09-27T16:15:38.4933975Z [ RUN ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged 2022-09-27T16:15:38.4934379Z [ OK ] DictTest.whenMoveConstructingDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:15:38.4934759Z [ RUN ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged 2022-09-27T16:15:38.4935147Z [ OK ] DictTest.whenMoveAssigningDict_thenOldIsUnchanged (0 ms) 2022-09-27T16:15:38.4935606Z [ RUN ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition 2022-09-27T16:15:38.4936127Z [ OK ] DictTest.givenIterator_whenPostfixIncrementing_thenMovesToNextAndReturnsOldPosition (0 ms) 2022-09-27T16:15:38.4936631Z [ RUN ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition 2022-09-27T16:15:38.4937145Z [ OK ] DictTest.givenIterator_whenPrefixIncrementing_thenMovesToNextAndReturnsNewPosition (0 ms) 2022-09-27T16:15:38.4937649Z [ RUN ] DictTest.givenEqualIterators_thenAreEqual 2022-09-27T16:15:38.4938046Z [ OK ] DictTest.givenEqualIterators_thenAreEqual (0 ms) 2022-09-27T16:15:38.4938422Z [ RUN ] DictTest.givenDifferentIterators_thenAreNotEqual 2022-09-27T16:15:38.4938815Z [ OK ] DictTest.givenDifferentIterators_thenAreNotEqual (0 ms) 2022-09-27T16:15:38.4939238Z [ RUN ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement 2022-09-27T16:15:38.4939672Z [ OK ] DictTest.givenIterator_whenDereferencing_thenPointsToCorrectElement (0 ms) 2022-09-27T16:15:38.4940089Z [ RUN ] DictTest.givenIterator_whenWritingToValue_thenChangesValue 2022-09-27T16:15:38.4940533Z [ OK ] DictTest.givenIterator_whenWritingToValue_thenChangesValue (0 ms) 2022-09-27T16:15:38.4940858Z [ RUN ] DictTest.isReferenceType 2022-09-27T16:15:38.4941158Z [ OK ] DictTest.isReferenceType (0 ms) 2022-09-27T16:15:38.4941469Z [ RUN ] DictTest.copyHasSeparateStorage 2022-09-27T16:15:38.4941807Z [ OK ] DictTest.copyHasSeparateStorage (0 ms) 2022-09-27T16:15:38.4942100Z [ RUN ] DictTest.dictTensorAsKey 2022-09-27T16:15:38.4942398Z [ OK ] DictTest.dictTensorAsKey (0 ms) 2022-09-27T16:15:38.4942681Z [ RUN ] DictTest.dictEquality 2022-09-27T16:15:38.4942952Z [ OK ] DictTest.dictEquality (0 ms) 2022-09-27T16:15:38.4943256Z [----------] 46 tests from DictTest (0 ms total) 2022-09-27T16:15:38.4943406Z 2022-09-27T16:15:38.4943576Z [----------] 1 test from ListTest_IValueBasedList 2022-09-27T16:15:38.4943995Z [ RUN ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue 2022-09-27T16:15:38.4944517Z [ OK ] ListTest_IValueBasedList.givenIterator_whenWritingToValueFromIterator_thenChangesValue (0 ms) 2022-09-27T16:15:38.4944943Z [----------] 1 test from ListTest_IValueBasedList (0 ms total) 2022-09-27T16:15:38.4945108Z 2022-09-27T16:15:38.4945274Z [----------] Global test environment tear-down 2022-09-27T16:15:38.4945576Z [==========] 47 tests from 2 test suites ran. (0 ms total) 2022-09-27T16:15:38.4945831Z [ PASSED ] 47 tests. 2022-09-27T16:15:38.5497597Z + ./NamedTensor_test 2022-09-27T16:15:38.7806980Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:38.7807775Z [==========] Running 10 tests from 1 test suite. 2022-09-27T16:15:38.7808140Z [----------] Global test environment set-up. 2022-09-27T16:15:38.7808467Z [----------] 10 tests from NamedTensorTest 2022-09-27T16:15:38.7808936Z [ RUN ] NamedTensorTest.isNamed 2022-09-27T16:15:38.7809666Z [W TensorImpl.h:1694] 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-09-27T16:15:38.7810169Z [ OK ] NamedTensorTest.isNamed (0 ms) 2022-09-27T16:15:38.7810479Z [ RUN ] NamedTensorTest.attachMetadata 2022-09-27T16:15:38.7810796Z [ OK ] NamedTensorTest.attachMetadata (0 ms) 2022-09-27T16:15:38.7811149Z [ RUN ] NamedTensorTest.internalSetNamesInplace 2022-09-27T16:15:38.7811566Z [ OK ] NamedTensorTest.internalSetNamesInplace (0 ms) 2022-09-27T16:15:38.7811890Z [ RUN ] NamedTensorTest.empty 2022-09-27T16:15:38.7843483Z [ OK ] NamedTensorTest.empty (3 ms) 2022-09-27T16:15:38.7843823Z [ RUN ] NamedTensorTest.dimnameToPosition 2022-09-27T16:15:38.7848605Z [ OK ] NamedTensorTest.dimnameToPosition (0 ms) 2022-09-27T16:15:38.7848932Z [ RUN ] NamedTensorTest.unifyFromRight 2022-09-27T16:15:38.7902142Z [ OK ] NamedTensorTest.unifyFromRight (5 ms) 2022-09-27T16:15:38.7902660Z [ RUN ] NamedTensorTest.alias 2022-09-27T16:15:38.7903466Z [ OK ] NamedTensorTest.alias (0 ms) 2022-09-27T16:15:38.7903762Z [ RUN ] NamedTensorTest.NoNamesGuard 2022-09-27T16:15:38.7904084Z [ OK ] NamedTensorTest.NoNamesGuard (0 ms) 2022-09-27T16:15:38.7904406Z [ RUN ] NamedTensorTest.TensorNamePrint 2022-09-27T16:15:38.7904728Z [ OK ] NamedTensorTest.TensorNamePrint (0 ms) 2022-09-27T16:15:38.7905079Z [ RUN ] NamedTensorTest.TensorNamesCheckUnique 2022-09-27T16:15:38.7908888Z [ OK ] NamedTensorTest.TensorNamesCheckUnique (0 ms) 2022-09-27T16:15:38.7909664Z [----------] 10 tests from NamedTensorTest (10 ms total) 2022-09-27T16:15:38.7909840Z 2022-09-27T16:15:38.7910011Z [----------] Global test environment tear-down 2022-09-27T16:15:38.7910328Z [==========] 10 tests from 1 test suite ran. (10 ms total) 2022-09-27T16:15:38.7910598Z [ PASSED ] 10 tests. 2022-09-27T16:15:38.8508478Z + ./cpu_generator_test 2022-09-27T16:15:39.0829411Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:39.0830094Z [==========] Running 15 tests from 1 test suite. 2022-09-27T16:15:39.0830420Z [----------] Global test environment set-up. 2022-09-27T16:15:39.0830736Z [----------] 15 tests from CPUGeneratorImpl 2022-09-27T16:15:39.0831115Z [ RUN ] CPUGeneratorImpl.TestGeneratorDynamicCast 2022-09-27T16:15:39.0831684Z [ OK ] CPUGeneratorImpl.TestGeneratorDynamicCast (0 ms) 2022-09-27T16:15:39.0832166Z [ RUN ] CPUGeneratorImpl.TestDefaultGenerator 2022-09-27T16:15:39.0832655Z [ OK ] CPUGeneratorImpl.TestDefaultGenerator (0 ms) 2022-09-27T16:15:39.0833141Z [ RUN ] CPUGeneratorImpl.TestCloning 2022-09-27T16:15:39.0833776Z [ OK ] CPUGeneratorImpl.TestCloning (0 ms) 2022-09-27T16:15:39.0834166Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator 2022-09-27T16:15:39.0834767Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetEngineOperator (0 ms) 2022-09-27T16:15:39.0835181Z [ RUN ] CPUGeneratorImpl.TestGetSetCurrentSeed 2022-09-27T16:15:39.0835555Z [ OK ] CPUGeneratorImpl.TestGetSetCurrentSeed (0 ms) 2022-09-27T16:15:39.0835961Z [ RUN ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed 2022-09-27T16:15:39.0836425Z [ OK ] CPUGeneratorImpl.TestMultithreadingGetSetCurrentSeed (0 ms) 2022-09-27T16:15:39.0836812Z [ RUN ] CPUGeneratorImpl.TestRNGForking 2022-09-27T16:15:39.1049470Z [ OK ] CPUGeneratorImpl.TestRNGForking (21 ms) 2022-09-27T16:15:39.1050242Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibility 2022-09-27T16:15:39.1050746Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibility (0 ms) 2022-09-27T16:15:39.1051342Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset1 2022-09-27T16:15:39.1051891Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset1 (0 ms) 2022-09-27T16:15:39.1052457Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset2 2022-09-27T16:15:39.1052898Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset2 (0 ms) 2022-09-27T16:15:39.1053263Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineOffset3 2022-09-27T16:15:39.1053643Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineOffset3 (0 ms) 2022-09-27T16:15:39.1054014Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineIndex 2022-09-27T16:15:39.1054393Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineIndex (0 ms) 2022-09-27T16:15:39.1054788Z [ RUN ] CPUGeneratorImpl.TestMT19937EngineReproducibility 2022-09-27T16:15:39.1055227Z [ OK ] CPUGeneratorImpl.TestMT19937EngineReproducibility (0 ms) 2022-09-27T16:15:39.1055675Z [ RUN ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN 2022-09-27T16:15:39.1056374Z [ OK ] CPUGeneratorImpl.TestPhiloxEngineReproducibilityRandN (0 ms) 2022-09-27T16:15:39.1056786Z [ RUN ] CPUGeneratorImpl.TestPhiloxDeterministic 2022-09-27T16:15:39.1057173Z [ OK ] CPUGeneratorImpl.TestPhiloxDeterministic (0 ms) 2022-09-27T16:15:39.1057620Z [----------] 15 tests from CPUGeneratorImpl (22 ms total) 2022-09-27T16:15:39.1057787Z 2022-09-27T16:15:39.1057941Z [----------] Global test environment tear-down 2022-09-27T16:15:39.1058256Z [==========] 15 tests from 1 test suite ran. (22 ms total) 2022-09-27T16:15:39.1058600Z [ PASSED ] 15 tests. 2022-09-27T16:15:39.1666281Z + ./vmap_test 2022-09-27T16:15:39.3976609Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:39.3977101Z [==========] Running 23 tests from 1 test suite. 2022-09-27T16:15:39.3977541Z [----------] Global test environment set-up. 2022-09-27T16:15:39.3977826Z [----------] 23 tests from VmapTest 2022-09-27T16:15:39.3978176Z [ RUN ] VmapTest.TestBatchedTensor 2022-09-27T16:15:39.4001197Z [ OK ] VmapTest.TestBatchedTensor (2 ms) 2022-09-27T16:15:39.4001534Z [ RUN ] VmapTest.TestBatchedTensorMaxLevel 2022-09-27T16:15:39.4015435Z [ OK ] VmapTest.TestBatchedTensorMaxLevel (1 ms) 2022-09-27T16:15:39.4015797Z [ RUN ] VmapTest.TestBatchedTensorActualDim 2022-09-27T16:15:39.4040264Z [ OK ] VmapTest.TestBatchedTensorActualDim (2 ms) 2022-09-27T16:15:39.4040647Z [ RUN ] VmapTest.TestMultiBatchVmapTransform 2022-09-27T16:15:39.4049231Z [ OK ] VmapTest.TestMultiBatchVmapTransform (0 ms) 2022-09-27T16:15:39.4049637Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDim 2022-09-27T16:15:39.4058737Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDim (0 ms) 2022-09-27T16:15:39.4059167Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalDims 2022-09-27T16:15:39.4067976Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalDims (0 ms) 2022-09-27T16:15:39.4068765Z [ RUN ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical 2022-09-27T16:15:39.4069215Z [ OK ] VmapTest.TestVmapPhysicalViewNewLogicalFromPhysical (0 ms) 2022-09-27T16:15:39.4069606Z [ RUN ] VmapTest.TestBatchedTensorSum 2022-09-27T16:15:39.4071710Z [ OK ] VmapTest.TestBatchedTensorSum (0 ms) 2022-09-27T16:15:39.4072118Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedBatched 2022-09-27T16:15:39.4078029Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedBatched (0 ms) 2022-09-27T16:15:39.4078506Z [ RUN ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched 2022-09-27T16:15:39.4083269Z [ OK ] VmapTest.TestBroadcastingVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:15:39.4083721Z [ RUN ] VmapTest.TestBroadcastingVmapTransformMaxLevels 2022-09-27T16:15:39.4086775Z [ OK ] VmapTest.TestBroadcastingVmapTransformMaxLevels (0 ms) 2022-09-27T16:15:39.4087157Z [ RUN ] VmapTest.TestBatchedTensorMul 2022-09-27T16:15:39.4088819Z [ OK ] VmapTest.TestBatchedTensorMul (0 ms) 2022-09-27T16:15:39.4089140Z [ RUN ] VmapTest.TestBatchedTensorSize 2022-09-27T16:15:39.4095488Z [ OK ] VmapTest.TestBatchedTensorSize (0 ms) 2022-09-27T16:15:39.4096184Z [ RUN ] VmapTest.TestVmapPhysicalViewGetPhysicalShape 2022-09-27T16:15:39.4096613Z [ OK ] VmapTest.TestVmapPhysicalViewGetPhysicalShape (0 ms) 2022-09-27T16:15:39.4096983Z [ RUN ] VmapTest.TestBatchedTensorExpand 2022-09-27T16:15:39.4199846Z [ OK ] VmapTest.TestBatchedTensorExpand (10 ms) 2022-09-27T16:15:39.4200497Z [ RUN ] VmapTest.TestBatchedTensorUnsqueeze 2022-09-27T16:15:39.4201143Z [ OK ] VmapTest.TestBatchedTensorUnsqueeze (0 ms) 2022-09-27T16:15:39.4201708Z [ RUN ] VmapTest.TestBatchedTensorSqueeze 2022-09-27T16:15:39.4202364Z [ OK ] VmapTest.TestBatchedTensorSqueeze (0 ms) 2022-09-27T16:15:39.4202994Z [ RUN ] VmapTest.TestBatchedTensorTranspose 2022-09-27T16:15:39.4204943Z [ OK ] VmapTest.TestBatchedTensorTranspose (0 ms) 2022-09-27T16:15:39.4205549Z [ RUN ] VmapTest.TestBatchedTensorPermute 2022-09-27T16:15:39.4206911Z [ OK ] VmapTest.TestBatchedTensorPermute (0 ms) 2022-09-27T16:15:39.4207567Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedBatched 2022-09-27T16:15:39.4220370Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedBatched (1 ms) 2022-09-27T16:15:39.4221047Z [ RUN ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched 2022-09-27T16:15:39.4226081Z [ OK ] VmapTest.TestMultiBatchVmapTransformBatchedUnbatched (0 ms) 2022-09-27T16:15:39.4226727Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMaxLevels 2022-09-27T16:15:39.4229648Z [ OK ] VmapTest.TestMultiBatchVmapTransformMaxLevels (0 ms) 2022-09-27T16:15:39.4230317Z [ RUN ] VmapTest.TestMultiBatchVmapTransformMultipleTensors 2022-09-27T16:15:39.4233683Z [ OK ] VmapTest.TestMultiBatchVmapTransformMultipleTensors (0 ms) 2022-09-27T16:15:39.4234392Z [----------] 23 tests from VmapTest (25 ms total) 2022-09-27T16:15:39.4234585Z 2022-09-27T16:15:39.4234756Z [----------] Global test environment tear-down 2022-09-27T16:15:39.4235071Z [==========] 23 tests from 1 test suite ran. (25 ms total) 2022-09-27T16:15:39.4235326Z [ PASSED ] 23 tests. 2022-09-27T16:15:39.4828135Z + ./operators_test 2022-09-27T16:15:39.7124545Z Running main() from /var/lib/jenkins/workspace/third_party/googletest/googletest/src/gtest_main.cc 2022-09-27T16:15:39.7125370Z [==========] Running 4 tests from 1 test suite. 2022-09-27T16:15:39.7125695Z [----------] Global test environment set-up. 2022-09-27T16:15:39.7125983Z [----------] 4 tests from OperatorsTest 2022-09-27T16:15:39.7126300Z [ RUN ] OperatorsTest.TestFunctionDecltype 2022-09-27T16:15:39.7132776Z [ OK ] OperatorsTest.TestFunctionDecltype (0 ms) 2022-09-27T16:15:39.7133197Z [ RUN ] OperatorsTest.TestMethodOnlyDecltype 2022-09-27T16:15:39.7133557Z [ OK ] OperatorsTest.TestMethodOnlyDecltype (0 ms) 2022-09-27T16:15:39.7133887Z [ RUN ] OperatorsTest.Test_ATEN_FN 2022-09-27T16:15:39.7154441Z [ OK ] OperatorsTest.Test_ATEN_FN (2 ms) 2022-09-27T16:15:39.7155032Z [ RUN ] OperatorsTest.TestOutVariantIsFaithful 2022-09-27T16:15:39.7155754Z [ OK ] OperatorsTest.TestOutVariantIsFaithful (0 ms) 2022-09-27T16:15:39.7156186Z [----------] 4 tests from OperatorsTest (3 ms total) 2022-09-27T16:15:39.7156342Z 2022-09-27T16:15:39.7156514Z [----------] Global test environment tear-down 2022-09-27T16:15:39.7156812Z [==========] 4 tests from 1 test suite ran. (3 ms total) 2022-09-27T16:15:39.7157065Z [ PASSED ] 4 tests. 2022-09-27T16:15:39.7755648Z + [[ -x ./cudnn_test ]] 2022-09-27T16:15:39.7756194Z + [[ -x ./cuda_generator_test ]] 2022-09-27T16:15:39.7756607Z + [[ -x ./apply_test ]] 2022-09-27T16:15:39.7757144Z + [[ -x ./stream_test ]] 2022-09-27T16:15:39.7757469Z + [[ -x ./cuda_half_test ]] 2022-09-27T16:15:39.7757801Z + [[ -x ./cuda_vectorized_test ]] 2022-09-27T16:15:39.7758047Z + [[ -x ./cuda_distributions_test ]] 2022-09-27T16:15:39.7758300Z + [[ -x ./cuda_optional_test ]] 2022-09-27T16:15:39.7758529Z + [[ -x ./cuda_tensor_interop_test ]] 2022-09-27T16:15:39.7758765Z + [[ -x ./cuda_complex_test ]] 2022-09-27T16:15:39.7759043Z + [[ -x ./cuda_complex_math_test ]] 2022-09-27T16:15:39.7759377Z + [[ -x ./cuda_cub_test ]] 2022-09-27T16:15:39.7759665Z + [[ -x ./cuda_atomic_ops_test ]] 2022-09-27T16:15:39.7759966Z + '[' OFF == ON ']' 2022-09-27T16:15:39.7760414Z + popd 2022-09-27T16:15:39.7760638Z ~/workspace 2022-09-27T16:15:39.7760838Z + [[ -n '' ]] 2022-09-27T16:15:39.7761002Z + assert_git_not_dirty 2022-09-27T16:15:39.7761274Z + [[ linux-bionic-py3.7-clang9 != *rocm* ]] 2022-09-27T16:15:39.7761561Z + [[ linux-bionic-py3.7-clang9 != *xla* ]] 2022-09-27T16:15:39.7764499Z ++ git status --porcelain 2022-09-27T16:15:39.8569693Z + git_status= 2022-09-27T16:15:39.8570048Z + [[ -n '' ]] 2022-09-27T16:15:39.8632498Z Prepare all required actions 2022-09-27T16:15:39.8632824Z Getting action download info 2022-09-27T16:15:40.7009919Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-09-27T16:15:40.7010142Z with: 2022-09-27T16:15:40.7010463Z github-token: *** 2022-09-27T16:15:40.7010620Z env: 2022-09-27T16:15:40.7010788Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:40.7010972Z ##[endgroup] 2022-09-27T16:15:40.7037508Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-09-27T16:15:40.7037752Z with: 2022-09-27T16:15:40.7037899Z shell: bash 2022-09-27T16:15:40.7038281Z timeout_minutes: 10 2022-09-27T16:15:40.7038462Z max_attempts: 5 2022-09-27T16:15:40.7038630Z retry_wait_seconds: 30 2022-09-27T16:15:40.7039013Z 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-09-27T16:15:40.7039424Z polling_interval_seconds: 1 2022-09-27T16:15:40.7039607Z warning_on_retry: true 2022-09-27T16:15:40.7039804Z continue_on_error: false 2022-09-27T16:15:40.7039975Z env: 2022-09-27T16:15:40.7040134Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:40.7040446Z GITHUB_TOKEN: *** 2022-09-27T16:15:40.7040622Z ##[endgroup] 2022-09-27T16:15:40.7451665Z 2022-09-27T16:15:40.7495025Z + python3 -m pip install requests==2.26.0 2022-09-27T16:15:40.9664891Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:15:40.9853435Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-09-27T16:15:40.9985550Z 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-09-27T16:15:41.0005722Z 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.4) 2022-09-27T16:15:41.0016884Z 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.12) 2022-09-27T16:15:41.0168262Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-09-27T16:15:41.1832797Z ++ python3 .github/scripts/get_workflow_job_id.py 3133193930 i-024d70da378e56202 2022-09-27T16:15:44.3929814Z + GHA_WORKFLOW_JOB_ID=8576164517 2022-09-27T16:15:44.3930486Z + echo '::set-output name=job-id::8576164517' 2022-09-27T16:15:44.7537296Z Command completed after 1 attempt(s). 2022-09-27T16:15:44.7537525Z 2022-09-27T16:15:44.7644872Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:15:44.7645115Z kill "$MONITOR_SCRIPT_PID" 2022-09-27T16:15:44.7661776Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:15:44.7661987Z env: 2022-09-27T16:15:44.7662168Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:44.7662369Z MONITOR_SCRIPT_PID: 27110 2022-09-27T16:15:44.7662544Z ##[endgroup] 2022-09-27T16:15:44.7741087Z Prepare all required actions 2022-09-27T16:15:44.7741355Z Getting action download info 2022-09-27T16:15:45.6385647Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-09-27T16:15:45.8057977Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-09-27T16:15:45.8058193Z with: 2022-09-27T16:15:45.8058415Z file-suffix: test-dynamo-1-2-linux.2xlarge_8576164517 2022-09-27T16:15:45.8058632Z env: 2022-09-27T16:15:45.8058792Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:45.8058977Z ##[endgroup] 2022-09-27T16:15:45.8082614Z ##[group]Run # Remove any previous test jsons if they exist 2022-09-27T16:15:45.8082900Z # Remove any previous test jsons if they exist 2022-09-27T16:15:45.8083117Z rm -f test-jsons-*.zip 2022-09-27T16:15:45.8083359Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-09-27T16:15:45.8094656Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:15:45.8094908Z env: 2022-09-27T16:15:45.8095155Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:45.8095402Z FILE_SUFFIX: test-dynamo-1-2-linux.2xlarge_8576164517 2022-09-27T16:15:45.8095627Z ##[endgroup] 2022-09-27T16:15:45.8213871Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-09-27T16:15:45.8240659Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-09-27T16:15:45.8257739Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-09-27T16:15:45.8258786Z adding: test/.pytorch-slow-tests.json (deflated 75%) 2022-09-27T16:15:45.8264095Z adding: test/.pytorch-disabled-tests.json (deflated 85%) 2022-09-27T16:15:45.8283966Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:15:45.8284261Z # Remove any previous test reports if they exist 2022-09-27T16:15:45.8284486Z rm -f test-reports-*.zip 2022-09-27T16:15:45.8284738Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-09-27T16:15:45.8295631Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:15:45.8295844Z env: 2022-09-27T16:15:45.8296019Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:45.8296268Z FILE_SUFFIX: test-dynamo-1-2-linux.2xlarge_8576164517 2022-09-27T16:15:45.8296476Z ##[endgroup] 2022-09-27T16:15:45.8729163Z adding: test/test-reports/python-pytest/test_ops/test_ops.xml (deflated 95%) 2022-09-27T16:15:45.8733448Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheck-20220927154903.xml (deflated 85%) 2022-09-27T16:15:45.8810565Z adding: test/test-reports/python-unittest/test_schema_check/TEST-TestSchemaCheckModeOpInfoCPU-20220927154903.xml (deflated 97%) 2022-09-27T16:15:45.8839079Z adding: test/test-reports/python-unittest/test_linalg/TEST-TestLinalgCPU-20220927155501.xml (deflated 94%) 2022-09-27T16:15:45.8883193Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRCPU-20220927155712.xml (deflated 97%) 2022-09-27T16:15:45.8886899Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCSRSampler-20220927155712.xml (deflated 40%) 2022-09-27T16:15:45.8927774Z adding: test/test-reports/python-unittest/test_sparse_csr/TEST-TestSparseCompressedCPU-20220927155712.xml (deflated 98%) 2022-09-27T16:15:45.8934101Z adding: test/test-reports/python-unittest/test_tensorexpr/TEST-TestTensorExprFuser-20220927155858.xml (deflated 86%) 2022-09-27T16:15:45.8937656Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConstHandling-20220927155945.xml (deflated 76%) 2022-09-27T16:15:45.8942789Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorConverterTest-20220927155945.xml (deflated 79%) 2022-09-27T16:15:45.8952386Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorOperatorInvariants-20220927155945.xml (deflated 61%) 2022-09-27T16:15:45.8956983Z adding: test/test-reports/python-unittest/test_fake_tensor/TEST-FakeTensorTest-20220927155945.xml (deflated 87%) 2022-09-27T16:15:45.8961453Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20220927155952.xml (deflated 52%) 2022-09-27T16:15:45.8965637Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20220927155952.xml (deflated 90%) 2022-09-27T16:15:45.8972307Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20220927155952.xml (deflated 38%) 2022-09-27T16:15:45.8976609Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20220927155952.xml (deflated 60%) 2022-09-27T16:15:45.9028720Z adding: test/test-reports/python-unittest/test_mps/TEST-TestConsistencyCPU-20220927155957.xml (deflated 98%) 2022-09-27T16:15:45.9183980Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20220927160015.xml (deflated 97%) 2022-09-27T16:15:45.9199997Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTCPU-20220927160342.xml (deflated 92%) 2022-09-27T16:15:45.9205165Z adding: test/test-reports/python-unittest/test_spectral_ops/TEST-TestFFTDocExamplesCPU-20220927160342.xml (deflated 88%) 2022-09-27T16:15:45.9229837Z adding: test/test-reports/python-unittest/test_foreach/TEST-TestForeachCPU-20220927160514.xml (deflated 97%) 2022-09-27T16:15:45.9231717Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestAsArrayCPU-20220927160643.xml (deflated 95%) 2022-09-27T16:15:45.9233083Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestBufferProtocolCPU-20220927160643.xml (deflated 95%) 2022-09-27T16:15:45.9233915Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestLikeTensorCreationCPU-20220927160643.xml (deflated 75%) 2022-09-27T16:15:45.9234941Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestRandomTensorCreationCPU-20220927160643.xml (deflated 84%) 2022-09-27T16:15:45.9240067Z adding: test/test-reports/python-unittest/test_tensor_creation_ops/TEST-TestTensorCreationCPU-20220927160643.xml (deflated 92%) 2022-09-27T16:15:45.9241928Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20220927160758.xml (deflated 87%) 2022-09-27T16:15:45.9243540Z adding: test/test-reports/python-unittest/test_mkldnn/TEST-TestMkldnn-20220927160834.xml (deflated 86%) 2022-09-27T16:15:45.9244136Z adding: test/test-reports/python-unittest/test_functional_autograd_benchmark/TEST-TestFunctionalAutogradBenchmark-20220927160926.xml (deflated 52%) 2022-09-27T16:15:45.9244759Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20220927160958.xml (deflated 43%) 2022-09-27T16:15:45.9245449Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20220927160958.xml (deflated 80%) 2022-09-27T16:15:45.9246331Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20220927160958.xml (deflated 84%) 2022-09-27T16:15:45.9246902Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20220927160958.xml (deflated 75%) 2022-09-27T16:15:45.9247485Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardEmbedding-20220927161026.xml (deflated 61%) 2022-09-27T16:15:45.9248060Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardNumpy-20220927161026.xml (deflated 76%) 2022-09-27T16:15:45.9248638Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPyTorchNumpy-20220927161026.xml (deflated 73%) 2022-09-27T16:15:45.9249222Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardPytorchGraph-20220927161026.xml (deflated 64%) 2022-09-27T16:15:45.9249788Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummary-20220927161026.xml (deflated 83%) 2022-09-27T16:15:45.9250364Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardSummaryWriter-20220927161026.xml (deflated 64%) 2022-09-27T16:15:45.9251094Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardUtils-20220927161026.xml (deflated 65%) 2022-09-27T16:15:45.9251643Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardWriter-20220927161026.xml (deflated 41%) 2022-09-27T16:15:45.9252192Z adding: test/test-reports/python-unittest/test_tensorboard/TEST-TestTensorBoardFigure-20220927161026.xml (deflated 60%) 2022-09-27T16:15:45.9253138Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20220927161051.xml (deflated 89%) 2022-09-27T16:15:45.9255577Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20220927161051.xml (deflated 93%) 2022-09-27T16:15:45.9258148Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20220927161051.xml (deflated 96%) 2022-09-27T16:15:45.9258742Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_scheduler.TestBaseDataScheduler-20220927161111.xml (deflated 70%) 2022-09-27T16:15:45.9259510Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestBaseDataSparsifier-20220927161111.xml (deflated 82%) 2022-09-27T16:15:45.9260147Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_pruner.TestBasePruner-20220927161111.xml (deflated 77%) 2022-09-27T16:15:45.9260763Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestBaseSparsifier-20220927161111.xml (deflated 81%) 2022-09-27T16:15:45.9261396Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestComposability-20220927161111.xml (deflated 87%) 2022-09-27T16:15:45.9262050Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_parametrization.TestFakeSparsity-20220927161111.xml (deflated 72%) 2022-09-27T16:15:45.9262721Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_composability.TestFxComposability-20220927161111.xml (deflated 88%) 2022-09-27T16:15:45.9263406Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestNearlyDiagonalSparsifier-20220927161111.xml (deflated 76%) 2022-09-27T16:15:45.9264104Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestNormDataSparsifiers-20220927161111.xml (deflated 90%) 2022-09-27T16:15:45.9264764Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_data_sparsifier.TestQuantizationUtils-20220927161111.xml (deflated 71%) 2022-09-27T16:15:45.9265426Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseKernels-20220927161111.xml (deflated 50%) 2022-09-27T16:15:45.9266095Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_kernels.TestQuantizedSparseLayers-20220927161111.xml (deflated 79%) 2022-09-27T16:15:45.9266720Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_scheduler.TestScheduler-20220927161111.xml (deflated 65%) 2022-09-27T16:15:45.9267348Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsity_utils.TestSparsityUtilFunctions-20220927161111.xml (deflated 78%) 2022-09-27T16:15:45.9268038Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_sparsifier.TestWeightNormSparsifier-20220927161111.xml (deflated 78%) 2022-09-27T16:15:45.9268738Z adding: test/test-reports/python-unittest/test_ao_sparsity/TEST-ao.sparsity.test_activation_sparsifier.TestActivationSparsifier-20220927161111.xml (deflated 53%) 2022-09-27T16:15:45.9269345Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKOps-20220927161129.xml (deflated 62%) 2022-09-27T16:15:45.9269913Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKRewritePass-20220927161129.xml (deflated 52%) 2022-09-27T16:15:45.9270546Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKSerDes-20220927161129.xml (deflated 66%) 2022-09-27T16:15:45.9271153Z adding: test/test-reports/python-unittest/test_xnnpack_integration/TEST-TestXNNPACKConv1dTransformPass-20220927161129.xml (deflated 58%) 2022-09-27T16:15:45.9271715Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestAutocast-20220927161146.xml (deflated 87%) 2022-09-27T16:15:45.9272236Z adding: test/test-reports/python-unittest/test_jit_autocast/TEST-TestJitTraceAutocast-20220927161146.xml (deflated 82%) 2022-09-27T16:15:45.9272759Z adding: test/test-reports/python-unittest/test_mkldnn_fusion/TEST-TestMkldnnFusion-20220927161200.xml (deflated 61%) 2022-09-27T16:15:45.9273413Z adding: test/test-reports/python-unittest/test_openmp/TEST-TestOpenMP_ParallelFor-20220927161216.xml (deflated 55%) 2022-09-27T16:15:45.9273951Z adding: test/test-reports/python-unittest/test_sort_and_select/TEST-TestSortAndSelectCPU-20220927161227.xml (deflated 91%) 2022-09-27T16:15:45.9274572Z adding: test/test-reports/python-unittest/test_multiprocessing/TEST-TestMultiprocessing-20220927161237.xml (deflated 87%) 2022-09-27T16:15:45.9275087Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20220927161248.xml (deflated 80%) 2022-09-27T16:15:45.9276556Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20220927161248.xml (deflated 88%) 2022-09-27T16:15:45.9280442Z adding: test/test-reports/python-unittest/test_module_init/TEST-TestModuleInitCPU-20220927161257.xml (deflated 96%) 2022-09-27T16:15:45.9280968Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20220927161302.xml (deflated 75%) 2022-09-27T16:15:45.9281476Z adding: test/test-reports/python-unittest/test_import_stats/TEST-TestImportTime-20220927161309.xml (deflated 52%) 2022-09-27T16:15:45.9282004Z adding: test/test-reports/python-unittest/lazy.test_step_closures/TEST-ClosuresTest-20220927161317.xml (deflated 67%) 2022-09-27T16:15:45.9282505Z adding: test/test-reports/python-unittest/test_logging/TEST-LoggingTest-20220927161325.xml (deflated 43%) 2022-09-27T16:15:45.9283056Z adding: test/test-reports/python-unittest/test_functional_optim/TEST-TestFunctionalOptimParity-20220927161333.xml (deflated 71%) 2022-09-27T16:15:45.9283617Z adding: test/test-reports/python-unittest/test_bundled_inputs/TEST-TestBundledInputs-20220927161340.xml (deflated 80%) 2022-09-27T16:15:45.9284149Z adding: test/test-reports/python-unittest/test_native_functions/TEST-TestNativeFunctions-20220927161346.xml (deflated 75%) 2022-09-27T16:15:45.9284670Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestAutocastCPU-20220927161353.xml (deflated 76%) 2022-09-27T16:15:45.9285181Z adding: test/test-reports/python-unittest/test_autocast/TEST-TestTorchAutocast-20220927161353.xml (deflated 41%) 2022-09-27T16:15:45.9285729Z adding: test/test-reports/python-unittest/test_function_schema/TEST-TestFunctionSchema-20220927161359.xml (deflated 82%) 2022-09-27T16:15:45.9286266Z adding: test/test-reports/python-unittest/test_per_overload_api/TEST-TestPerOverloadAPI-20220927161405.xml (deflated 62%) 2022-09-27T16:15:45.9286790Z adding: test/test-reports/python-unittest/test_show_pickle/TEST-TestShowPickle-20220927161411.xml (deflated 39%) 2022-09-27T16:15:45.9287411Z adding: test/test-reports/python-unittest/test_set_default_mobile_cpu_allocator/TEST-TestSetDefaultMobileCPUAllocator-20220927161417.xml (deflated 57%) 2022-09-27T16:15:45.9287993Z adding: test/test-reports/python-unittest/test_type_info/TEST-TestDTypeInfo-20220927161422.xml (deflated 61%) 2022-09-27T16:15:45.9288600Z adding: test/test-reports/python-unittest/test_cpp_extensions_open_device_registration/TEST-TestCppExtensionOpenRgistration-20220927161428.xml (deflated 60%) 2022-09-27T16:15:45.9289243Z adding: test/test-reports/python-unittest/benchmark_utils.test_benchmark_utils/TEST-TestBenchmarkUtils-20220927161434.xml (deflated 75%) 2022-09-27T16:15:45.9289876Z adding: test/test-reports/python-unittest/test_numpy_interop/TEST-TestNumPyInteropCPU-20220927161439.xml (deflated 83%) 2022-09-27T16:15:45.9290429Z adding: test/test-reports/python-unittest/test_native_mha/TEST-TestMHADeviceTypeCPU-20220927161443.xml (deflated 63%) 2022-09-27T16:15:45.9290976Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20220927161446.xml (deflated 39%) 2022-09-27T16:15:45.9291554Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20220927161446.xml (deflated 79%) 2022-09-27T16:15:45.9292128Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestCppExtensionAOT-20220927161502.xml (deflated 79%) 2022-09-27T16:15:45.9292679Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestORTTensor-20220927161502.xml (deflated 66%) 2022-09-27T16:15:45.9293212Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestRNGExtension-20220927161502.xml (deflated 40%) 2022-09-27T16:15:45.9293868Z adding: test/test-reports/python-unittest/test_cpp_extensions_aot_ninja/TEST-TestTorchLibrary-20220927161502.xml (deflated 42%) 2022-09-27T16:15:45.9294406Z adding: test/test-reports/python-unittest/test_dlpack/TEST-TestTorchDlPackCPU-20220927161504.xml (deflated 95%) 2022-09-27T16:15:45.9314842Z ##[group]Run # Remove any previous test reports if they exist 2022-09-27T16:15:45.9315171Z # Remove any previous test reports if they exist 2022-09-27T16:15:45.9315409Z rm -f usage-log-*.zip 2022-09-27T16:15:45.9315673Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-09-27T16:15:45.9315968Z # so check to see if the file exists first 2022-09-27T16:15:45.9316194Z if [ -f 'usage_log.txt' ]; then 2022-09-27T16:15:45.9316427Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-09-27T16:15:45.9316644Z fi 2022-09-27T16:15:45.9327906Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:15:45.9328121Z env: 2022-09-27T16:15:45.9328302Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:45.9328546Z FILE_SUFFIX: test-dynamo-1-2-linux.2xlarge_8576164517 2022-09-27T16:15:45.9328767Z ##[endgroup] 2022-09-27T16:15:45.9562085Z adding: usage_log.txt (deflated 96%) 2022-09-27T16:15:45.9599234Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:15:45.9599452Z with: 2022-09-27T16:15:45.9599640Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:15:45.9599855Z retention-days: 14 2022-09-27T16:15:45.9600050Z if-no-files-found: warn 2022-09-27T16:15:45.9600235Z path: test-jsons-*.zip 2022-09-27T16:15:45.9600416Z name: artifact 2022-09-27T16:15:45.9600595Z s3-bucket: gha-artifacts 2022-09-27T16:15:45.9600769Z region: us-east-1 2022-09-27T16:15:45.9600932Z env: 2022-09-27T16:15:45.9601099Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:45.9601266Z ##[endgroup] 2022-09-27T16:15:46.2977056Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:15:46.2977686Z With the provided path, there will be 1 file uploaded 2022-09-27T16:15:46.2978001Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:15:46.3027382Z Starting upload of test-jsons-test-dynamo-1-2-linux.2xlarge_8576164517.zip 2022-09-27T16:15:46.4268915Z Finished upload of test-jsons-test-dynamo-1-2-linux.2xlarge_8576164517.zip 2022-09-27T16:15:46.4383986Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:15:46.4384200Z with: 2022-09-27T16:15:46.4384403Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:15:46.4384617Z retention-days: 14 2022-09-27T16:15:46.4384799Z if-no-files-found: error 2022-09-27T16:15:46.4385001Z path: test-reports-*.zip 2022-09-27T16:15:46.4385182Z name: artifact 2022-09-27T16:15:46.4385349Z s3-bucket: gha-artifacts 2022-09-27T16:15:46.4385539Z region: us-east-1 2022-09-27T16:15:46.4385701Z env: 2022-09-27T16:15:46.4385934Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:46.4386124Z ##[endgroup] 2022-09-27T16:15:46.7534125Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:15:46.7534687Z With the provided path, there will be 1 file uploaded 2022-09-27T16:15:46.7535017Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:15:46.7541177Z Starting upload of test-reports-test-dynamo-1-2-linux.2xlarge_8576164517.zip 2022-09-27T16:15:47.2532014Z Finished upload of test-reports-test-dynamo-1-2-linux.2xlarge_8576164517.zip 2022-09-27T16:15:47.2665709Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-09-27T16:15:47.2665920Z with: 2022-09-27T16:15:47.2666120Z s3-prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:15:47.2666334Z retention-days: 14 2022-09-27T16:15:47.2666515Z if-no-files-found: ignore 2022-09-27T16:15:47.2666708Z path: usage-log-*.zip 2022-09-27T16:15:47.2666887Z name: artifact 2022-09-27T16:15:47.2667057Z s3-bucket: gha-artifacts 2022-09-27T16:15:47.2667247Z region: us-east-1 2022-09-27T16:15:47.2667415Z env: 2022-09-27T16:15:47.2667670Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:47.2667852Z ##[endgroup] 2022-09-27T16:15:47.5828262Z NOTE: s3-prefix specified, ignoring name parameter 2022-09-27T16:15:47.5828712Z With the provided path, there will be 1 file uploaded 2022-09-27T16:15:47.5829134Z Uploading to s3 prefix: pytorch/pytorch/3133193930/2/artifact 2022-09-27T16:15:47.5836845Z Starting upload of usage-log-test-dynamo-1-2-linux.2xlarge_8576164517.zip 2022-09-27T16:15:47.7553872Z Finished upload of usage-log-test-dynamo-1-2-linux.2xlarge_8576164517.zip 2022-09-27T16:15:47.7673440Z ##[group]Run set -x 2022-09-27T16:15:47.7673645Z set -x 2022-09-27T16:15:47.7673865Z python3 -m pip install -r requirements.txt 2022-09-27T16:15:47.7674117Z python3 -m pip install boto3==1.19.12 2022-09-27T16:15:47.7674409Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:15:47.7685735Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:15:47.7685962Z env: 2022-09-27T16:15:47.7686137Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:15:47.7686328Z AWS_DEFAULT_REGION: us-east-1 2022-09-27T16:15:47.7686523Z BRANCH: pull/85462 2022-09-27T16:15:47.7686701Z TEST_CONFIG: dynamo 2022-09-27T16:15:47.7686865Z SHARD_NUMBER: 1 2022-09-27T16:15:47.7687085Z BUILD_ENVIRONMENT: linux-bionic-py3.7-clang9 2022-09-27T16:15:47.7687302Z PR_NUMBER: 85462 2022-09-27T16:15:47.7687477Z PYTORCH_RETRY_TEST_CASES: 1 2022-09-27T16:15:47.7687683Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-09-27T16:15:47.7687944Z SHA1: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:15:47.7688125Z TAG: 2022-09-27T16:15:47.7688293Z WORKFLOW_ID: 3133193930 2022-09-27T16:15:47.7688612Z GITHUB_TOKEN: *** 2022-09-27T16:15:47.7688788Z GHA_WORKFLOW_JOB_ID: 8576164517 2022-09-27T16:15:47.7688974Z ##[endgroup] 2022-09-27T16:15:47.7713596Z + python3 -m pip install -r requirements.txt 2022-09-27T16:15:47.9845696Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:15:48.0114715Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-09-27T16:15:48.0140233Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.3) 2022-09-27T16:15:48.0147972Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-09-27T16:15:48.0157679Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.54.6) 2022-09-27T16:15:48.0523414Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-09-27T16:15:48.0532026Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-09-27T16:15:48.0610660Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-09-27T16:15:48.0618664Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-09-27T16:15:48.0845467Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-09-27T16:15:48.1013005Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-09-27T16:15:48.1021658Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-09-27T16:15:48.1026964Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.3.0) 2022-09-27T16:15:48.1036594Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-09-27T16:15:48.1057458Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.37.1) 2022-09-27T16:15:48.1081143Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-09-27T16:15:48.1332774Z Requirement already satisfied: exceptiongroup>=1.0.0rc8; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.0rc9) 2022-09-27T16:15:48.1349565Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-09-27T16:15:48.1359984Z 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 9)) (1.26.12) 2022-09-27T16:15:48.1513450Z 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 9)) (2.0.12) 2022-09-27T16:15:48.1533556Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-09-27T16:15:48.1541850Z 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 9)) (3.4) 2022-09-27T16:15:48.1552419Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-09-27T16:15:48.2215998Z + python3 -m pip install boto3==1.19.12 2022-09-27T16:15:48.4338311Z Defaulting to user installation because normal site-packages is not writeable 2022-09-27T16:15:48.4522498Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-09-27T16:15:48.4572908Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-09-27T16:15:48.4585518Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-09-27T16:15:48.4611622Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-09-27T16:15:48.4662000Z 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.12) 2022-09-27T16:15:48.4815340Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-09-27T16:15:48.4836106Z 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-09-27T16:15:48.6493639Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-09-27T16:16:24.6719335Z [scribe] Scribe access token not provided, sending report via boto3... 2022-09-27T16:16:24.6720122Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorMessage":"RequestId: cc93817a-b9af-48e3-927e-a46058576670 Error: Runtime exited with error: signal: killed","errorType":"Runtime.ExitError"} 2022-09-27T16:16:24.6720419Z 2022-09-27T16:16:24.6721852Z ----- Historic stats comparison result ------ 2022-09-27T16:16:24.6722111Z 2022-09-27T16:16:24.6722318Z job: linux-bionic-py3.7-clang9 2022-09-27T16:16:24.6722568Z commit: 52424e2bf38e454d535881fed9628d3e20f4f944 2022-09-27T16:16:24.6722735Z 2022-09-27T16:16:24.6723233Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-09-27T16:16:24.6723454Z 2022-09-27T16:16:24.6723552Z : (master) 2022-09-27T16:16:24.6724786Z | 2022-09-27T16:16:24.6725131Z | * 52424e2bf3 (HEAD) total time 4922.08s 2022-09-27T16:16:24.6725419Z | | 2022-09-27T16:16:24.6725708Z | : (4 commits) 2022-09-27T16:16:24.6726005Z |/ 2022-09-27T16:16:24.6726444Z * c7c2578f93 (base) 8 reports, total time 4639.63s ± 1079.28s 2022-09-27T16:16:24.6727200Z * 99ad8a3048 8 reports, total time 4551.43s ± 1056.95s 2022-09-27T16:16:24.6727741Z * 34296e2f4c 8 reports, total time 4672.33s ± 1065.23s 2022-09-27T16:16:24.6728319Z * 4523ac7aa1 8 reports, total time 4829.45s ± 1218.91s 2022-09-27T16:16:24.6728890Z * f21e77d9a6 8 reports, total time 4566.11s ± 1051.70s 2022-09-27T16:16:24.6729437Z * 26a861cb27 8 reports, total time 4600.78s ± 1019.06s 2022-09-27T16:16:24.6729770Z * 56a41b5998 8 reports, total time 4722.25s ± 763.68s 2022-09-27T16:16:24.6730087Z * 1910c5847e 8 reports, total time 4766.51s ± 762.85s 2022-09-27T16:16:24.6730403Z * caa0ab557d 8 reports, total time 4622.02s ± 1052.89s 2022-09-27T16:16:24.6731493Z * 0336308be5 0 reports 2022-09-27T16:16:24.6731672Z | 2022-09-27T16:16:24.6731823Z : 2022-09-27T16:16:24.6731917Z 2022-09-27T16:16:24.6732025Z Removed (across 625 suites) 0 tests, totaling 0.00s 2022-09-27T16:16:24.6732299Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-09-27T16:16:24.6732557Z Added (across 104 suites) 53586 tests, totaling +4922.08s 2022-09-27T16:16:24.7966554Z Prepare all required actions 2022-09-27T16:16:24.7986684Z ##[group]Run ./.github/actions/teardown-linux 2022-09-27T16:16:24.7986891Z with: 2022-09-27T16:16:24.7987029Z env: 2022-09-27T16:16:24.7987199Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:16:24.7987381Z ##[endgroup] 2022-09-27T16:16:24.8002237Z ##[group]Run set -eou pipefail 2022-09-27T16:16:24.8002463Z set -eou pipefail 2022-09-27T16:16:24.8002646Z  2022-09-27T16:16:24.8002869Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-09-27T16:16:24.8003118Z for _ in $(seq 1440); do 2022-09-27T16:16:24.8003338Z  # Break if no ssh session exists anymore 2022-09-27T16:16:24.8003544Z  if [ "$(who)" = "" ]; then 2022-09-27T16:16:24.8003725Z  break 2022-09-27T16:16:24.8003890Z  fi 2022-09-27T16:16:24.8004060Z  echo "." 2022-09-27T16:16:24.8004219Z  sleep 5 2022-09-27T16:16:24.8004421Z done 2022-09-27T16:16:24.8016173Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:16:24.8016391Z env: 2022-09-27T16:16:24.8016568Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:16:24.8016743Z ##[endgroup] 2022-09-27T16:16:24.8041347Z Holding runner for 2 hours until all ssh sessions have logged out 2022-09-27T16:16:24.8111268Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:16:24.8111585Z # ignore expansion of "docker ps -q" since it could be empty 2022-09-27T16:16:24.8111840Z # shellcheck disable=SC2046 2022-09-27T16:16:24.8112053Z docker stop $(docker ps -q) || true 2022-09-27T16:16:24.8112278Z # Prune all of the docker images 2022-09-27T16:16:24.8112493Z docker system prune -af 2022-09-27T16:16:24.8123795Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-09-27T16:16:24.8124011Z env: 2022-09-27T16:16:24.8124184Z GIT_DEFAULT_BRANCH: master 2022-09-27T16:16:24.8124366Z ##[endgroup] 2022-09-27T16:16:25.2108647Z 47486758f0d5 2022-09-27T16:16:25.7797713Z Deleted Containers: 2022-09-27T16:16:25.7798238Z 47486758f0d5ed6bc390ee0473e2f65dc28cc0f2328cb175b0f40c4cf5ba86aa 2022-09-27T16:16:25.7798550Z 2022-09-27T16:16:28.9304145Z Deleted Images: 2022-09-27T16:16:28.9304635Z deleted: sha256:c5346c5a55f6469e5da82774e726388750693acb0142c61b550808c70502602c 2022-09-27T16:16:28.9305396Z deleted: sha256:50152ee38f4b371e2735a27fc9b0e352bd013ec6112db837279d34d3e3ba013f 2022-09-27T16:16:28.9305921Z deleted: sha256:beccf8f9d774893e7a7fc2b8d2adbcf952d3b854616eb5191659100676264c71 2022-09-27T16:16:28.9306414Z deleted: sha256:75fc0835e7e298ac5db3e5365b5713acde2873f35251a958eb046d25ec8c8ec1 2022-09-27T16:16:28.9306982Z deleted: sha256:da2094f8f90ad5f6f3d6ffb4e199b6973b225faf87e4d308c17af04cfe486498 2022-09-27T16:16:28.9307630Z deleted: sha256:e9e414b3b46028ec897d92cbf187f8d11f72aba8f9de2c6bc2503a00c19303e0 2022-09-27T16:16:28.9308248Z deleted: sha256:c4d08e5f9aa0dd0bcdda2587ab3194806218ec6a3f7f9e699ee0f853faca1892 2022-09-27T16:16:28.9308809Z deleted: sha256:8544501250ca855889abe743b00e1c947dda377df78f1ff73b0d6c5bb6d2ba1d 2022-09-27T16:16:28.9309321Z deleted: sha256:0ea49188d1f8ec92d66162ef0504555602279f54300ed41f045e173c68c2bae0 2022-09-27T16:16:28.9309683Z deleted: sha256:4fdd434726c3544833648c1dc18abc45b6a85ff888969cc2bfb55bf09ef05607 2022-09-27T16:16:28.9309997Z deleted: sha256:95ea5fdd91a86b10160afdb88756fd168283e6ac13b1d876c55e8e93ab7400bd 2022-09-27T16:16:28.9310326Z deleted: sha256:87fa7e06f8bb3e19cd6ea9f1fb815314039c6075a669f7f6eb58d0d6e067f48b 2022-09-27T16:16:28.9310641Z deleted: sha256:7b86e6435686b5d99aa53325aa6138bbb3c62d682f34157269db4810ddefe9f8 2022-09-27T16:16:28.9310997Z deleted: sha256:d4dcc192a225cf24b29603c47ab450aec069b1778fbcb6573902e4fed65e4dcf 2022-09-27T16:16:28.9311318Z deleted: sha256:1fa6be17433e8bc2657c6ece9cbef939a72744872149a5ce3d68a48e97dce3d5 2022-09-27T16:16:28.9311634Z deleted: sha256:0214f4b057d78b44fd12702828152f67c0ce115f9346acc63acdf997cab7e7c8 2022-09-27T16:16:28.9312037Z deleted: sha256:1b9d0485372c5562fa614d5b35766f6c442539bcee9825a6e90d1158c3299a61 2022-09-27T16:16:28.9312352Z deleted: sha256:3c0f34be6eb98057c607b9080237cce0be0b86f52d51ba620dc018a3d421baea 2022-09-27T16:16:28.9312662Z deleted: sha256:be96a3f634de79f523f07c7e4e0216c28af45eb5776e7a6238a2392f71e01069 2022-09-27T16:16:28.9313528Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9:e66cf5fa0a4d4ed512901b12ccdab95cca946a29 2022-09-27T16:16:28.9314219Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-bionic-py3.7-clang9@sha256:e9db1e9f59a75821add26dfb4133d4c92a02559f34ad8230c2fd96064dcdded6 2022-09-27T16:16:28.9314671Z deleted: sha256:f67cf4d7519b30d7f3b470cf6a036723a19d0fb703dc370b034ff91fef0031c0 2022-09-27T16:16:28.9314975Z deleted: sha256:e9fc2a60427733541ad808df3b2411f824dfb97e332a53ea477765930c4316e3 2022-09-27T16:16:28.9315290Z deleted: sha256:e351d384799762e00f849c69a7fffb3ef07b72ecd0390e6eb05ff4d9de8dff28 2022-09-27T16:16:28.9315609Z deleted: sha256:e7659c4ba074524527a3f9a3578da5c14a2799f78dea89a456301ad1f6c4937f 2022-09-27T16:16:28.9315907Z deleted: sha256:72104fcc669807d479ba73a12274bb6c97b3f7ebdd2374006ed2511c320223ee 2022-09-27T16:16:28.9316229Z deleted: sha256:7d00f5d20fda1d8f29badae1260b980488655a89beb3d202ae5059ecca215f24 2022-09-27T16:16:28.9316568Z deleted: sha256:aba25d922ff4e9af36085a1028bccf2fa460b8ed02be08e803134e5eea532bc1 2022-09-27T16:16:28.9316892Z deleted: sha256:a73efdd6a5566bab4ebf206184309d670a1fc3f83cbf2d58bfc93ad720277596 2022-09-27T16:16:28.9317214Z deleted: sha256:91e805e6aff5969c49f164f6dd865876777059157ffa9b869bb1d0679ca50d8d 2022-09-27T16:16:28.9317536Z deleted: sha256:4c0d9d750a6b5c491713ff8c66bd81db9bfd0fef4ff2ec1aafbc37a96761a91d 2022-09-27T16:16:28.9317888Z deleted: sha256:2e7ee59dcc62bdfc4d4b35dd4a5ac9fc4cc0699983def1a2f0f346d8dbe7f8d7 2022-09-27T16:16:28.9318213Z deleted: sha256:6c3a87e5ba50ae87d0752be396b030631d0c3ea79283e4a107eb003017addab6 2022-09-27T16:16:28.9318534Z deleted: sha256:8b678f1959737c7f8c7d97b88a17425afdee4ea823aee33970cb4682248b0579 2022-09-27T16:16:28.9318858Z deleted: sha256:efe0e49a7bef8e03ff547a93b78422fee9c7db32447686a24d7221e3379f0f1d 2022-09-27T16:16:28.9319173Z deleted: sha256:86f28ca2e74d3d5597350f084a684280a86af8de26b3015e5e05eb79f8e47747 2022-09-27T16:16:28.9319490Z deleted: sha256:173e1d33df383ca2e50c77f4580fdef2f4d978f8c6c994d03105d7cbea993b3c 2022-09-27T16:16:28.9319900Z deleted: sha256:f16239bbcbee98977b72f682efb8a16a0b711c66c7efd2db1b52ef40481b8d75 2022-09-27T16:16:28.9320225Z deleted: sha256:d4105cf30a7941e0e40177c99a028b8123acd9ea1e6b9fbc759f0f1baf88b2b0 2022-09-27T16:16:28.9320541Z deleted: sha256:7fac6b0b3575c685dd3fffe6034634a3fe906f7aa32af60becfd8f6e16645fb9 2022-09-27T16:16:28.9320855Z deleted: sha256:c849747ea1c74674517f061100d5079eb467882529243e39df8dd93468646765 2022-09-27T16:16:28.9321161Z deleted: sha256:671d45daab497b2b1a19b5dd645b272282c58c84fad749c8d89d74f1d3683f24 2022-09-27T16:16:28.9321465Z deleted: sha256:11358bb4deb2890190d70312336fa292adbe16c3df2f372856ea54440369e201 2022-09-27T16:16:28.9321771Z deleted: sha256:08917738ae1eab695997e8ce30db00eb36ecc093423861d2327373e0e2392b6e 2022-09-27T16:16:28.9322082Z deleted: sha256:11c8c8a24d44a324a5003d8bfede89bb6137335e8de87e93988a9364d4452abc 2022-09-27T16:16:28.9322412Z deleted: sha256:e6fafa422b6fcd54f55cb48e6362dac77c7c1a6c61905de4f25d6000ba8baafe 2022-09-27T16:16:28.9322744Z deleted: sha256:2eefbda33c4aacd911705ee0196c60c7d2d57866cfb147208850cb17bbe934d9 2022-09-27T16:16:28.9323067Z deleted: sha256:5effe2669664eb1627825c5f4ed4bb73aa11953c52b12e85d33dd01354cc3e6e 2022-09-27T16:16:28.9323398Z deleted: sha256:fb0ef7be42f4bbeba2891175f3d4698a59ac9e984e7e1cef568aa20fcf4bb0f9 2022-09-27T16:16:28.9323711Z deleted: sha256:1870b379f4d5b26372da9dfac82768965672ded025586641dd3bc034388a544d 2022-09-27T16:16:28.9324038Z deleted: sha256:a8b342afe4debd855dbbc504c6366888abe8c6c3e6e5dbc7ee5ca1cacfe2c044 2022-09-27T16:16:28.9324441Z deleted: sha256:39dd70dcf8075523dbabf319a0f636cf83ea54e314a5a7aecf28d6118d66c9d9 2022-09-27T16:16:28.9324762Z deleted: sha256:006c47455654e644a00b64f73d723e1b0fce8e65f970a01bbda0e7ad1aa900a8 2022-09-27T16:16:28.9325051Z deleted: sha256:c49c8df25821285c3c7de083564733751ca041c707500e35baf5be16138e54ee 2022-09-27T16:16:28.9325354Z deleted: sha256:ba542c58dd1e22be964e0b7200c4148fc5a46508789ffa1413793c21501dd0db 2022-09-27T16:16:28.9325679Z deleted: sha256:623c7e2efbf5e46899eb08f9d89885b456d5cddf9d656ccaf751e8ab75a88332 2022-09-27T16:16:28.9325981Z deleted: sha256:9b9c9fb383d452189812595749422f4c0d7d8d0fd82e54467506ec77d1cae714 2022-09-27T16:16:28.9326300Z deleted: sha256:d1a45aea6f4ef161fa8552ef7bfbaa18f1999d48d1fd988923427e810cba576e 2022-09-27T16:16:28.9326630Z deleted: sha256:185da5e4df22768961c34a391bc86bb9f18bf1d91f587484153e07859644c1c8 2022-09-27T16:16:28.9326964Z deleted: sha256:c4a8de1e672c5affe1c5f4061bd4946baf6bc992efc181d2aaf557b04aba08d2 2022-09-27T16:16:28.9327291Z deleted: sha256:cbfa790579f3a0fb28ea6072072c69495de1aedc78389fec04a35c1563e5330d 2022-09-27T16:16:28.9327605Z deleted: sha256:149a9e2b4f1e4f7308416cbf87970f5288574454368b47a64913a1b851509f2d 2022-09-27T16:16:28.9327896Z deleted: sha256:01262f1e220f0612f245f16dd1235454904a7f93a08f8c850bf16e472c579484 2022-09-27T16:16:28.9328169Z deleted: sha256:3554749b09881e7c4912a9805b45a070607a07b4c07c0a9f8e3200c90cb5222a 2022-09-27T16:16:28.9328473Z deleted: sha256:0c8a1a649dc5c2984ce62517a145d3d668d7f5f71dcb4a098cc17ce4110443c7 2022-09-27T16:16:28.9328830Z deleted: sha256:9296e22d6d55b526e3f4e0eba8ac2eb9cee77c315b3529b9167b6e4acb41e489 2022-09-27T16:16:28.9329297Z deleted: sha256:9abf4b45c8c00862cc04e4b484f2cd7780bb4b46cbeaf94d7181fd95874df279 2022-09-27T16:16:28.9329702Z deleted: sha256:1876d4b9ab1dc36f061ee9ead000d8e4f2f774039b4a97f538efeafec3ba8f6d 2022-09-27T16:16:28.9330039Z deleted: sha256:ffb83a1fe4303a92cb353c9c02feb3f07aab47ad77f63c336d099ab2c64320f0 2022-09-27T16:16:28.9330382Z deleted: sha256:bb605e60ef47fddb60e3c71d22f534739ddba9ddaad6076b61c977165ebcac43 2022-09-27T16:16:28.9330714Z deleted: sha256:3eb1b181cafeeda20d06a2af24ab2659e3a9b64b74d8b06d296ede2908db82ed 2022-09-27T16:16:28.9331049Z deleted: sha256:509eab4c3e8c42acfa474748a5c38a062ac858e01dc3d57887175b359f0685fa 2022-09-27T16:16:28.9331386Z deleted: sha256:912516db6dabe5e5a4c1db24a56ea60d8a4f3d655cec9643c61cc6986ccb74cf 2022-09-27T16:16:28.9331712Z deleted: sha256:fba9849c4cf9920511902fe82c9a7ae56e330e2b05df56c416ad19e66f415fce 2022-09-27T16:16:28.9332065Z deleted: sha256:d8296ac69e454993d70af99eba9587a53226f7368b8444ba8d12919616c1a9ca 2022-09-27T16:16:28.9332374Z deleted: sha256:0796ef6b9f9f44f8647ceb80689942b0e5da86c9be14cd7b495de8a3833e1d71 2022-09-27T16:16:28.9332687Z deleted: sha256:4d7c9b0030311510139f3287accd3dc9af20fb727f5bb575899f1e460d33c288 2022-09-27T16:16:28.9332982Z deleted: sha256:42c7c54a35881a89c5626c582f061dd80c23f4f2ef364bc17547df443235091f 2022-09-27T16:16:28.9333301Z deleted: sha256:be34e4e2791b05bf3b2db324a98b2c0ddbad4c3732b5bdc883cfe83bacbfad81 2022-09-27T16:16:28.9333648Z deleted: sha256:96f78bbfe84c30ca4da7aa542c1212eb7bbf2ffbccec4ae631233d5f0233648d 2022-09-27T16:16:28.9333975Z deleted: sha256:0589615b37ecec29eeb51f07bef02120c7c29550c88d9fb6523536017fe69282 2022-09-27T16:16:28.9334261Z deleted: sha256:4a641e21953d4161b38a01933802b61ad314880fc6a93e8667dd210846fe7071 2022-09-27T16:16:28.9334421Z 2022-09-27T16:16:28.9334524Z Total reclaimed space: 14.62GB 2022-09-27T16:16:28.9389009Z Post job cleanup. 2022-09-27T16:16:28.9422084Z Post job cleanup. 2022-09-27T16:16:29.3328085Z [command]/usr/bin/git version 2022-09-27T16:16:29.3373660Z git version 2.37.1 2022-09-27T16:16:29.3445624Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/1baeb35f-f3dd-4a5a-834b-c3b72a95fb61' before making global git config changes 2022-09-27T16:16:29.3446062Z Adding repository directory to the temporary git global config as a safe directory 2022-09-27T16:16:29.3451977Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-09-27T16:16:29.3502631Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-09-27T16:16:29.3534933Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-09-27T16:16:29.3852728Z Entering 'android/libs/fbjni' 2022-09-27T16:16:29.3895577Z Entering 'third_party/FP16' 2022-09-27T16:16:29.3937738Z Entering 'third_party/FXdiv' 2022-09-27T16:16:29.3979557Z Entering 'third_party/NNPACK' 2022-09-27T16:16:29.4023513Z Entering 'third_party/QNNPACK' 2022-09-27T16:16:29.4068962Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:16:29.4103844Z Entering 'third_party/XNNPACK' 2022-09-27T16:16:29.4201408Z Entering 'third_party/benchmark' 2022-09-27T16:16:29.4259261Z Entering 'third_party/cpuinfo' 2022-09-27T16:16:29.4307014Z Entering 'third_party/cub' 2022-09-27T16:16:29.4365514Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:16:29.4406201Z Entering 'third_party/cutlass' 2022-09-27T16:16:29.4447656Z Entering 'third_party/eigen' 2022-09-27T16:16:29.4505949Z Entering 'third_party/fbgemm' 2022-09-27T16:16:29.4566237Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:16:29.4624089Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:16:29.4678179Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:16:29.4739346Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:16:29.4787285Z Entering 'third_party/flatbuffers' 2022-09-27T16:16:29.4824687Z Entering 'third_party/fmt' 2022-09-27T16:16:29.4869865Z Entering 'third_party/foxi' 2022-09-27T16:16:29.4913889Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:16:29.4956126Z Entering 'third_party/gloo' 2022-09-27T16:16:29.5000611Z Entering 'third_party/googletest' 2022-09-27T16:16:29.5047970Z Entering 'third_party/ideep' 2022-09-27T16:16:29.5101795Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:16:29.5174605Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:16:29.5238321Z Entering 'third_party/ios-cmake' 2022-09-27T16:16:29.5288462Z Entering 'third_party/ittapi' 2022-09-27T16:16:29.5323168Z Entering 'third_party/kineto' 2022-09-27T16:16:29.5357229Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:16:29.5391435Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:16:29.5426241Z Entering 'third_party/nccl/nccl' 2022-09-27T16:16:29.5473017Z Entering 'third_party/neon2sse' 2022-09-27T16:16:29.5514113Z Entering 'third_party/nlohmann' 2022-09-27T16:16:29.5549523Z Entering 'third_party/onnx' 2022-09-27T16:16:29.5660734Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:16:29.5710940Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:16:29.5756605Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:16:29.5823722Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:16:29.5901397Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:16:29.5957568Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:16:29.6017998Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:16:29.6073874Z Entering 'third_party/pocketfft' 2022-09-27T16:16:29.6108428Z Entering 'third_party/protobuf' 2022-09-27T16:16:29.6197343Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:16:29.6244833Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:16:29.6290115Z Entering 'third_party/psimd' 2022-09-27T16:16:29.6340618Z Entering 'third_party/pthreadpool' 2022-09-27T16:16:29.6392061Z Entering 'third_party/pybind11' 2022-09-27T16:16:29.6435500Z Entering 'third_party/python-enum' 2022-09-27T16:16:29.6477047Z Entering 'third_party/python-peachpy' 2022-09-27T16:16:29.6527441Z Entering 'third_party/python-six' 2022-09-27T16:16:29.6568320Z Entering 'third_party/sleef' 2022-09-27T16:16:29.6613302Z Entering 'third_party/tbb' 2022-09-27T16:16:29.6648685Z Entering 'third_party/tensorpipe' 2022-09-27T16:16:29.6701703Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:16:29.6749543Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:16:29.6800479Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:16:29.6852871Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:16:29.6906638Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:16:29.6949313Z Entering 'third_party/zstd' 2022-09-27T16:16:29.7010848Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-09-27T16:16:29.7037590Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7045533Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-09-27T16:16:29.7079582Z [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-09-27T16:16:29.7331953Z Entering 'android/libs/fbjni' 2022-09-27T16:16:29.7351312Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7376723Z Entering 'third_party/FP16' 2022-09-27T16:16:29.7397290Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7423799Z Entering 'third_party/FXdiv' 2022-09-27T16:16:29.7444782Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7470692Z Entering 'third_party/NNPACK' 2022-09-27T16:16:29.7490905Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7517527Z Entering 'third_party/QNNPACK' 2022-09-27T16:16:29.7537895Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7565105Z Entering 'third_party/VulkanMemoryAllocator' 2022-09-27T16:16:29.7585323Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7612068Z Entering 'third_party/XNNPACK' 2022-09-27T16:16:29.7632393Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7669359Z Entering 'third_party/benchmark' 2022-09-27T16:16:29.7689815Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7715583Z Entering 'third_party/cpuinfo' 2022-09-27T16:16:29.7735959Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7762615Z Entering 'third_party/cub' 2022-09-27T16:16:29.7782998Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7809842Z Entering 'third_party/cudnn_frontend' 2022-09-27T16:16:29.7830262Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7862060Z Entering 'third_party/cutlass' 2022-09-27T16:16:29.7882458Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7915039Z Entering 'third_party/eigen' 2022-09-27T16:16:29.7935324Z http.https://github.com/.extraheader 2022-09-27T16:16:29.7963406Z Entering 'third_party/fbgemm' 2022-09-27T16:16:29.7983718Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8009595Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-09-27T16:16:29.8028954Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8055633Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-09-27T16:16:29.8074949Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8101052Z Entering 'third_party/fbgemm/third_party/googletest' 2022-09-27T16:16:29.8120681Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8146741Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-09-27T16:16:29.8166781Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8194113Z Entering 'third_party/flatbuffers' 2022-09-27T16:16:29.8214247Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8242344Z Entering 'third_party/fmt' 2022-09-27T16:16:29.8262440Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8288422Z Entering 'third_party/foxi' 2022-09-27T16:16:29.8308237Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8334268Z Entering 'third_party/gemmlowp/gemmlowp' 2022-09-27T16:16:29.8354169Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8380402Z Entering 'third_party/gloo' 2022-09-27T16:16:29.8400256Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8425799Z Entering 'third_party/googletest' 2022-09-27T16:16:29.8445555Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8471836Z Entering 'third_party/ideep' 2022-09-27T16:16:29.8491681Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8517990Z Entering 'third_party/ideep/mkl-dnn' 2022-09-27T16:16:29.8537128Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8565813Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-09-27T16:16:29.8586047Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8619373Z Entering 'third_party/ios-cmake' 2022-09-27T16:16:29.8639496Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8665248Z Entering 'third_party/ittapi' 2022-09-27T16:16:29.8685150Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8710475Z Entering 'third_party/kineto' 2022-09-27T16:16:29.8730931Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8757454Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-09-27T16:16:29.8776462Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8802277Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-09-27T16:16:29.8821379Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8849470Z Entering 'third_party/nccl/nccl' 2022-09-27T16:16:29.8869360Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8895889Z Entering 'third_party/neon2sse' 2022-09-27T16:16:29.8916052Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8942246Z Entering 'third_party/nlohmann' 2022-09-27T16:16:29.8962172Z http.https://github.com/.extraheader 2022-09-27T16:16:29.8990087Z Entering 'third_party/onnx' 2022-09-27T16:16:29.9011540Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9050381Z Entering 'third_party/onnx/third_party/benchmark' 2022-09-27T16:16:29.9070198Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9096555Z Entering 'third_party/onnx/third_party/pybind11' 2022-09-27T16:16:29.9116266Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9144189Z Entering 'third_party/onnx-tensorrt' 2022-09-27T16:16:29.9165765Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9191089Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-09-27T16:16:29.9211019Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9241835Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-09-27T16:16:29.9261196Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9286944Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-09-27T16:16:29.9306480Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9333805Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-09-27T16:16:29.9353530Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9384510Z Entering 'third_party/pocketfft' 2022-09-27T16:16:29.9404982Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9430725Z Entering 'third_party/protobuf' 2022-09-27T16:16:29.9450657Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9480365Z Entering 'third_party/protobuf/third_party/benchmark' 2022-09-27T16:16:29.9500686Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9528343Z Entering 'third_party/protobuf/third_party/googletest' 2022-09-27T16:16:29.9548323Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9576609Z Entering 'third_party/psimd' 2022-09-27T16:16:29.9597579Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9623313Z Entering 'third_party/pthreadpool' 2022-09-27T16:16:29.9643616Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9669686Z Entering 'third_party/pybind11' 2022-09-27T16:16:29.9690498Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9717209Z Entering 'third_party/python-enum' 2022-09-27T16:16:29.9737157Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9763090Z Entering 'third_party/python-peachpy' 2022-09-27T16:16:29.9783010Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9809433Z Entering 'third_party/python-six' 2022-09-27T16:16:29.9829633Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9855559Z Entering 'third_party/sleef' 2022-09-27T16:16:29.9875585Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9902230Z Entering 'third_party/tbb' 2022-09-27T16:16:29.9923378Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9951425Z Entering 'third_party/tensorpipe' 2022-09-27T16:16:29.9971645Z http.https://github.com/.extraheader 2022-09-27T16:16:29.9998188Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-09-27T16:16:30.0017746Z http.https://github.com/.extraheader 2022-09-27T16:16:30.0044151Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-09-27T16:16:30.0063591Z http.https://github.com/.extraheader 2022-09-27T16:16:30.0090079Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-09-27T16:16:30.0109658Z http.https://github.com/.extraheader 2022-09-27T16:16:30.0136129Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-09-27T16:16:30.0155970Z http.https://github.com/.extraheader 2022-09-27T16:16:30.0181322Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-09-27T16:16:30.0201864Z http.https://github.com/.extraheader 2022-09-27T16:16:30.0230519Z Entering 'third_party/zstd' 2022-09-27T16:16:30.0251115Z http.https://github.com/.extraheader 2022-09-27T16:16:30.0487552Z Cleaning up orphan processes